Trace number 3753307

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topDown (fixed)? (TO) 1800.07 1800.41

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.2.accl.ucl--soft-0-100-0.wbo
MD5SUM8b380a82e4776add8076b73e28ebbe59
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark1.66974
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2152
Total number of constraints5613
Number of soft constraints5613
Number of constraints which are clauses5137
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints476
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 284792
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 284791
Biggest number in a constraint 35
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 129
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c run usual solver
0.00/0.41	o 1618
0.00/0.41	c fallback to adder encoding
99.25/99.31	o 1617
99.25/99.31	c fallback to adder encoding
198.93/199.05	o 1616
198.93/199.05	c fallback to adder encoding
336.99/337.52	o 1615
336.99/337.52	c fallback to adder encoding
471.89/472.03	o 1614
471.89/472.03	c fallback to adder encoding
553.06/553.20	o 1612
553.06/553.20	c fallback to adder encoding
702.03/702.24	o 1611
702.03/702.24	c fallback to adder encoding
964.79/965.07	o 1610
964.79/965.07	c fallback to adder encoding
1057.43/1058.09	o 1608
1057.43/1058.09	c fallback to adder encoding
1145.96/1146.29	o 1607
1145.96/1146.29	c fallback to adder encoding
1312.13/1312.44	o 1606
1312.13/1312.44	c fallback to adder encoding
1432.34/1433.03	o 1605
1432.34/1433.03	c fallback to adder encoding
1512.49/1513.22	o 1604
1512.49/1513.22	c fallback to adder encoding
1728.35/1729.11	o 1603
1728.35/1729.11	c fallback to adder encoding
1800.04/1800.41	./satsolver.sh: line 5: 23005 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.41	c error: unexpected solver exit code
1800.04/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3753307-1339199431/watcher-3753307-1339199431 -o /tmp/evaluation-result-3753307-1339199431/solver-3753307-1339199431 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753307-1339199431.wbo 1040128634 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.05 2.04 3/180 22696
/proc/meminfo: memFree=26302488/32873844 swapFree=7628/7628
[pid=22696] ppid=22694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22696/stat : 22696 (npSolver-wbo-It) S 22694 22696 17144 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386067507 9367552 274 33554432000 4194304 5064252 140733591276992 140733591275904 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22696/statm: 2287 274 233 213 0 72 0

[startup+0.0414979 s]
/proc/loadavg: 2.03 2.05 2.04 3/180 22696
/proc/meminfo: memFree=26302488/32873844 swapFree=7628/7628
[pid=22696] ppid=22694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22696/stat : 22696 (npSolver-wbo-It) S 22694 22696 17144 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386067507 9367552 274 33554432000 4194304 5064252 140733591276992 140733591275904 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22696/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100265 s]
/proc/loadavg: 2.03 2.05 2.04 3/180 22696
/proc/meminfo: memFree=26302488/32873844 swapFree=7628/7628
[pid=22696] ppid=22694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22696/stat : 22696 (npSolver-wbo-It) S 22694 22696 17144 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386067507 9367552 274 33554432000 4194304 5064252 140733591276992 140733591275904 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22696/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300313 s]
/proc/loadavg: 2.03 2.05 2.04 3/180 22696
/proc/meminfo: memFree=26302488/32873844 swapFree=7628/7628
[pid=22696] ppid=22694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22696/stat : 22696 (npSolver-wbo-It) S 22694 22696 17144 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386067507 9367552 274 33554432000 4194304 5064252 140733591276992 140733591275904 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22696/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700331 s]
/proc/loadavg: 2.03 2.05 2.04 3/180 22696
/proc/meminfo: memFree=26302488/32873844 swapFree=7628/7628
[pid=22696] ppid=22694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22696/stat : 22696 (npSolver-wbo-It) S 22694 22696 17144 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386067507 9367552 274 33554432000 4194304 5064252 140733591276992 140733591275904 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22696/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.03 2.05 2.04 3/182 22708
/proc/meminfo: memFree=26233100/32873844 swapFree=7628/7628
[pid=22696] ppid=22694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22696/stat : 22696 (npSolver-wbo-It) S 22694 22696 17144 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386067507 9367552 274 33554432000 4194304 5064252 140733591276992 140733591275904 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22696/statm: 2287 274 233 213 0 72 0
[pid=22697] ppid=22696 vsize=93276 CPUtime=1.11 cores=0,2,4,6
/proc/22697/stat : 22697 (npSolver-wbo) S 22696 22696 17144 0 -1 4202496 8519 9418 0 0 70 13 26 2 20 0 1 0 386067508 95514624 17841 33554432000 4194304 6006132 140735832075488 140735832066880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22697/statm: 23319 17841 179 443 0 22872 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 102424

[startup+3.10035 s]
/proc/loadavg: 2.03 2.05 2.04 3/184 22710
/proc/meminfo: memFree=26074948/32873844 swapFree=7628/7628
[pid=22696] ppid=22694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22696/stat : 22696 (npSolver-wbo-It) S 22694 22696 17144 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386067507 9367552 274 33554432000 4194304 5064252 140733591276992 140733591275904 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22696/statm: 2287 274 233 213 0 72 0
[pid=22697] ppid=22696 vsize=93276 CPUtime=1.11 cores=0,2,4,6
/proc/22697/stat : 22697 (npSolver-wbo) S 22696 22696 17144 0 -1 4202496 8519 9418 0 0 70 13 26 2 20 0 1 0 386067508 95514624 17841 33554432000 4194304 6006132 140735832075488 140735832066880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22697/statm: 23319 17841 179 443 0 22872 0
[pid=22709] ppid=22697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22709/stat : 22709 (satsolver.sh) S 22697 22696 17144 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386067621 9367552 266 33554432000 4194304 5064252 140736120782768 140736120781680 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22709/statm: 2287 266 226 213 0 72 0
[pid=22710] ppid=22709 vsize=125796 CPUtime=1.95 cores=0,2,4,6
/proc/22710/stat : 22710 (glucose) R 22709 22696 17144 0 -1 4202496 26478 0 0 0 190 5 0 0 20 0 1 0 386067621 128815104 27520 33554432000 4194304 5208918 140736258204384 140736258202232 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22710/statm: 31449 27520 104 248 0 31198 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 237368

[startup+6.3004 s]
/proc/loadavg: 2.03 2.05 2.04 3/184 22717
/proc/meminfo: memFree=26082392/32873844 swapFree=7628/7628
[pid=22696] ppid=22694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22696/stat : 22696 (npSolver-wbo-It) S 22694 22696 17144 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386067507 9367552 274 33554432000 4194304 5064252 140733591276992 140733591275904 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22696/statm: 2287 274 233 213 0 72 0
[pid=22697] ppid=22696 vsize=93276 CPUtime=1.11 cores=0,2,4,6
/proc/22697/stat : 22697 (npSolver-wbo) S 22696 22696 17144 0 -1 4202496 8519 9418 0 0 70 13 26 2 20 0 1 0 386067508 95514624 17841 33554432000 4194304 6006132 140735832075488 140735832066880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22697/statm: 23319 17841 179 443 0 22872 0
[pid=22709] ppid=22697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22709/stat : 22709 (satsolver.sh) S 22697 22696 17144 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386067621 9367552 266 33554432000 4194304 5064252 140736120782768 140736120781680 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22709/statm: 2287 266 226 213 0 72 0
[pid=22710] ppid=22709 vsize=127736 CPUtime=5.15 cores=0,2,4,6
/proc/22710/stat : 22710 (glucose) R 22709 22696 17144 0 -1 4202496 26731 0 0 0 510 5 0 0 20 0 1 0 386067621 130801664 27773 33554432000 4194304 5208918 140736258204384 140736258202216 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22710/statm: 31934 27773 104 248 0 31683 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 239308

[startup+12.7004 s]
/proc/loadavg: 2.03 2.05 2.04 3/184 22724
/proc/meminfo: memFree=26084180/32873844 swapFree=7628/7628
[pid=22696] ppid=22694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22696/stat : 22696 (npSolver-wbo-It) S 22694 22696 17144 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386067507 9367552 274 33554432000 4194304 5064252 140733591276992 140733591275904 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22696/statm: 2287 274 233 213 0 72 0
[pid=22697] ppid=22696 vsize=93276 CPUtime=1.11 cores=0,2,4,6
/proc/22697/stat : 22697 (npSolver-wbo) S 22696 22696 17144 0 -1 4202496 8519 9418 0 0 70 13 26 2 20 0 1 0 386067508 95514624 17841 33554432000 4194304 6006132 140735832075488 140735832066880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22697/statm: 23319 17841 179 443 0 22872 0
[pid=22709] ppid=22697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22709/stat : 22709 (satsolver.sh) S 22697 22696 17144 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386067621 9367552 266 33554432000 4194304 5064252 140736120782768 140736120781680 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22709/statm: 2287 266 226 213 0 72 0
[pid=22710] ppid=22709 vsize=127736 CPUtime=11.55 cores=0,2,4,6
/proc/22710/stat : 22710 (glucose) R 22709 22696 17144 0 -1 4202496 26731 0 0 0 1150 5 0 0 20 0 1 0 386067621 130801664 27773 33554432000 4194304 5208918 140736258204384 140736258202216 4205139 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22710/statm: 31934 27773 104 248 0 31683 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 239308

[startup+25.5004 s]
/proc/loadavg: 2.02 2.05 2.03 3/184 22738
/proc/meminfo: memFree=26086796/32873844 swapFree=7628/7628
[pid=22696] ppid=22694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22696/stat : 22696 (npSolver-wbo-It) S 22694 22696 17144 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386067507 9367552 274 33554432000 4194304 5064252 140733591276992 140733591275904 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22696/statm: 2287 274 233 213 0 72 0
[pid=22697] ppid=22696 vsize=93276 CPUtime=1.11 cores=0,2,4,6
/proc/22697/stat : 22697 (npSolver-wbo) S 22696 22696 17144 0 -1 4202496 8519 9418 0 0 70 13 26 2 20 0 1 0 386067508 95514624 17841 33554432000 4194304 6006132 140735832075488 140735832066880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22697/statm: 23319 17841 179 443 0 22872 0
[pid=22709] ppid=22697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22709/stat : 22709 (satsolver.sh) S 22697 22696 17144 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386067621 9367552 266 33554432000 4194304 5064252 140736120782768 140736120781680 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22709/statm: 2287 266 226 213 0 72 0
[pid=22710] ppid=22709 vsize=127736 CPUtime=24.35 cores=0,2,4,6
/proc/22710/stat : 22710 (glucose) R 22709 22696 17144 0 -1 4202496 26780 0 0 0 2430 5 0 0 20 0 1 0 386067621 130801664 28333 33554432000 4194304 5208918 140736258204384 140736258202216 4211176 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22710/statm: 31934 28333 105 248 0 31683 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 239308

[startup+51.1004 s]
/proc/loadavg: 2.01 2.04 2.03 3/181 22764
/proc/meminfo: memFree=26127772/32873844 swapFree=7628/7628
[pid=22696] ppid=22694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22696/stat : 22696 (npSolver-wbo-It) S 22694 22696 17144 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386067507 9367552 274 33554432000 4194304 5064252 140733591276992 140733591275904 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22696/statm: 2287 274 233 213 0 72 0
[pid=22697] ppid=22696 vsize=93276 CPUtime=1.11 cores=0,2,4,6
/proc/22697/stat : 22697 (npSolver-wbo) S 22696 22696 17144 0 -1 4202496 8519 9418 0 0 70 13 26 2 20 0 1 0 386067508 95514624 17841 33554432000 4194304 6006132 140735832075488 140735832066880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22697/statm: 23319 17841 179 443 0 22872 0
[pid=22709] ppid=22697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22709/stat : 22709 (satsolver.sh) S 22697 22696 17144 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386067621 9367552 266 33554432000 4194304 5064252 140736120782768 140736120781680 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22709/statm: 2287 266 226 213 0 72 0
[pid=22710] ppid=22709 vsize=128336 CPUtime=49.95 cores=0,2,4,6
/proc/22710/stat : 22710 (glucose) R 22709 22696 17144 0 -1 4202496 27069 0 0 0 4989 6 0 0 20 0 1 0 386067621 131416064 28622 33554432000 4194304 5208918 140736258204384 140736258202344 4205642 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22710/statm: 32084 28622 105 248 0 31833 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 239908

[startup+102.307 s]
/proc/loadavg: 2.00 2.03 2.03 3/183 22815
/proc/meminfo: memFree=26078012/32873844 swapFree=7628/7628
[pid=22696] ppid=22694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22696/stat : 22696 (npSolver-wbo-It) S 22694 22696 17144 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386067507 9367552 274 33554432000 4194304 5064252 140733591276992 140733591275904 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22696/statm: 2287 274 233 213 0 72 0
[pid=22697] ppid=22696 vsize=76896 CPUtime=99.98 cores=0,2,4,6
/proc/22697/stat : 22697 (npSolver-wbo) S 22696 22696 17144 0 -1 4202496 13889 42935 0 0 134 21 9814 29 20 0 1 0 386067508 78741504 13779 33554432000 4194304 6006132 140735832075488 140735832066880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22697/statm: 19224 13779 180 443 0 18777 0
[pid=22814] ppid=22697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22814/stat : 22814 (satsolver.sh) S 22697 22696 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386077510 9367552 266 33554432000 4194304 5064252 140734384216800 140734384215712 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22814/statm: 2287 266 226 213 0 72 0
[pid=22815] ppid=22814 vsize=128044 CPUtime=2.26 cores=0,2,4,6
/proc/22815/stat : 22815 (glucose) R 22814 22696 17144 0 -1 4202496 24154 0 0 0 220 6 0 0 20 0 1 0 386077510 131117056 29938 33554432000 4194304 5208918 140734930248752 140734930246600 4229424 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22815/statm: 32011 29938 104 248 0 31760 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 223236

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/183 22816
/proc/meminfo: memFree=26067756/32873844 swapFree=7628/7628
[pid=22696] ppid=22694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22696/stat : 22696 (npSolver-wbo-It) S 22694 22696 17144 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386067507 9367552 274 33554432000 4194304 5064252 140733591276992 140733591275904 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22696/statm: 2287 274 233 213 0 72 0
[pid=22697] ppid=22696 vsize=76896 CPUtime=99.98 cores=0,2,4,6
/proc/22697/stat : 22697 (npSolver-wbo) S 22696 22696 17144 0 -1 4202496 13889 42935 0 0 134 21 9814 29 20 0 1 0 386067508 78741504 13779 33554432000 4194304 6006132 140735832075488 140735832066880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22697/statm: 19224 13779 180 443 0 18777 0
[pid=22814] ppid=22697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22814/stat : 22814 (satsolver.sh) S 22697 22696 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386077510 9367552 266 33554432000 4194304 5064252 140734384216800 140734384215712 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22814/statm: 2287 266 226 213 0 72 0
[pid=22815] ppid=22814 vsize=129248 CPUtime=62.25 cores=0,2,4,6
/proc/22815/stat : 22815 (glucose) R 22814 22696 17144 0 -1 4202496 24653 0 0 0 6218 7 0 0 20 0 1 0 386077510 132349952 30999 33554432000 4194304 5208918 140734930248752 140734930246712 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22815/statm: 32312 30999 105 248 0 32061 0
Current children cumulated CPU time (s) 162.23

################
# More data... #
################


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22976
/proc/meminfo: memFree=25660184/32873844 swapFree=7628/7628
[pid=22696] ppid=22694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22696/stat : 22696 (npSolver-wbo-It) S 22694 22696 17144 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386067507 9367552 274 33554432000 4194304 5064252 140733591276992 140733591275904 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22696/statm: 2287 274 233 213 0 72 0
[pid=22697] ppid=22696 vsize=76896 CPUtime=1312.91 cores=0,2,4,6
/proc/22697/stat : 22697 (npSolver-wbo) S 22696 22696 17144 0 -1 4202496 61190 333894 0 0 705 100 130215 271 20 0 1 0 386067508 78741504 13779 33554432000 4194304 6006132 140735832075488 140735832066880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22697/statm: 19224 13779 180 443 0 18777 0
[pid=22974] ppid=22697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22974/stat : 22974 (satsolver.sh) S 22697 22696 17144 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386198824 9367552 267 33554432000 4194304 5064252 140736204679840 140736204678752 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22974/statm: 2287 267 226 213 0 72 0
[pid=22975] ppid=22974 vsize=129324 CPUtime=109.11 cores=0,2,4,6
/proc/22975/stat : 22975 (glucose) R 22974 22696 17144 0 -1 4202496 27300 0 0 0 10904 7 0 0 20 0 1 0 386198824 132427776 29382 33554432000 4194304 5208918 140736670057088 140736670054936 4229347 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22975/statm: 32331 29382 105 248 0 32080 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 224516

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22990
/proc/meminfo: memFree=25705044/32873844 swapFree=7628/7628
[pid=22696] ppid=22694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22696/stat : 22696 (npSolver-wbo-It) S 22694 22696 17144 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386067507 9367552 274 33554432000 4194304 5064252 140733591276992 140733591275904 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22696/statm: 2287 274 233 213 0 72 0
[pid=22697] ppid=22696 vsize=76896 CPUtime=1433.48 cores=0,2,4,6
/proc/22697/stat : 22697 (npSolver-wbo) S 22696 22696 17144 0 -1 4202496 65537 366634 0 0 769 108 142173 298 20 0 1 0 386067508 78741504 13779 33554432000 4194304 6006132 140735832075488 140735832066880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22697/statm: 19224 13779 180 443 0 18777 0
[pid=22982] ppid=22697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22982/stat : 22982 (satsolver.sh) S 22697 22696 17144 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386210883 9367552 267 33554432000 4194304 5064252 140736810827488 140736810826400 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22982/statm: 2287 267 226 213 0 72 0
[pid=22983] ppid=22982 vsize=128072 CPUtime=48.52 cores=0,2,4,6
/proc/22983/stat : 22983 (glucose) R 22982 22696 17144 0 -1 4202496 26979 0 0 0 4845 7 0 0 20 0 1 0 386210883 131145728 29065 33554432000 4194304 5208918 140733531947536 140733531945288 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22983/statm: 32018 29065 105 248 0 31767 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 223264

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22997
/proc/meminfo: memFree=25706744/32873844 swapFree=7628/7628
[pid=22696] ppid=22694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22696/stat : 22696 (npSolver-wbo-It) S 22694 22696 17144 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386067507 9367552 274 33554432000 4194304 5064252 140733591276992 140733591275904 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22696/statm: 2287 274 233 213 0 72 0
[pid=22697] ppid=22696 vsize=76896 CPUtime=1513.65 cores=0,2,4,6
/proc/22697/stat : 22697 (npSolver-wbo) S 22696 22696 17144 0 -1 4202496 69884 399958 0 0 832 117 150091 325 20 0 1 0 386067508 78741504 13779 33554432000 4194304 6006132 140735832075488 140735832066880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22697/statm: 19224 13779 180 443 0 18777 0
[pid=22996] ppid=22697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22996/stat : 22996 (satsolver.sh) S 22697 22696 17144 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386218902 9367552 267 33554432000 4194304 5064252 140737080247440 140737080246352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22996/statm: 2287 267 226 213 0 72 0
[pid=22997] ppid=22996 vsize=126708 CPUtime=28.34 cores=0,2,4,6
/proc/22997/stat : 22997 (glucose) R 22996 22696 17144 0 -1 4202496 25659 0 0 0 2829 5 0 0 20 0 1 0 386218902 129748992 28142 33554432000 4194304 5208918 140735406219040 140735406216872 4228804 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22997/statm: 31677 28142 105 248 0 31426 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 221900

[startup+1602.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 22997
/proc/meminfo: memFree=25702548/32873844 swapFree=7628/7628
[pid=22696] ppid=22694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22696/stat : 22696 (npSolver-wbo-It) S 22694 22696 17144 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386067507 9367552 274 33554432000 4194304 5064252 140733591276992 140733591275904 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22696/statm: 2287 274 233 213 0 72 0
[pid=22697] ppid=22696 vsize=76896 CPUtime=1513.65 cores=0,2,4,6
/proc/22697/stat : 22697 (npSolver-wbo) S 22696 22696 17144 0 -1 4202496 69884 399958 0 0 832 117 150091 325 20 0 1 0 386067508 78741504 13779 33554432000 4194304 6006132 140735832075488 140735832066880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22697/statm: 19224 13779 180 443 0 18777 0
[pid=22996] ppid=22697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22996/stat : 22996 (satsolver.sh) S 22697 22696 17144 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386218902 9367552 267 33554432000 4194304 5064252 140737080247440 140737080246352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22996/statm: 2287 267 226 213 0 72 0
[pid=22997] ppid=22996 vsize=128276 CPUtime=88.32 cores=0,2,4,6
/proc/22997/stat : 22997 (glucose) R 22996 22696 17144 0 -1 4202496 26109 0 0 0 8827 5 0 0 20 0 1 0 386218902 131354624 29103 33554432000 4194304 5208918 140735406219040 140735406216792 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22997/statm: 32069 29103 105 248 0 31818 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 223468

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 22998
/proc/meminfo: memFree=25698768/32873844 swapFree=7628/7628
[pid=22696] ppid=22694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22696/stat : 22696 (npSolver-wbo-It) S 22694 22696 17144 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386067507 9367552 274 33554432000 4194304 5064252 140733591276992 140733591275904 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22696/statm: 2287 274 233 213 0 72 0
[pid=22697] ppid=22696 vsize=76896 CPUtime=1513.65 cores=0,2,4,6
/proc/22697/stat : 22697 (npSolver-wbo) S 22696 22696 17144 0 -1 4202496 69884 399958 0 0 832 117 150091 325 20 0 1 0 386067508 78741504 13779 33554432000 4194304 6006132 140735832075488 140735832066880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22697/statm: 19224 13779 180 443 0 18777 0
[pid=22996] ppid=22697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22996/stat : 22996 (satsolver.sh) S 22697 22696 17144 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386218902 9367552 267 33554432000 4194304 5064252 140737080247440 140737080246352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22996/statm: 2287 267 226 213 0 72 0
[pid=22997] ppid=22996 vsize=130080 CPUtime=148.32 cores=0,2,4,6
/proc/22997/stat : 22997 (glucose) R 22996 22696 17144 0 -1 4202496 26618 0 0 0 14826 6 0 0 20 0 1 0 386218902 133201920 30122 33554432000 4194304 5208918 140735406219040 140735406216792 4211488 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22997/statm: 32520 30122 105 248 0 32269 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 225272

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 22998
/proc/meminfo: memFree=25694476/32873844 swapFree=7628/7628
[pid=22696] ppid=22694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22696/stat : 22696 (npSolver-wbo-It) S 22694 22696 17144 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386067507 9367552 274 33554432000 4194304 5064252 140733591276992 140733591275904 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22696/statm: 2287 274 233 213 0 72 0
[pid=22697] ppid=22696 vsize=76896 CPUtime=1513.65 cores=0,2,4,6
/proc/22697/stat : 22697 (npSolver-wbo) S 22696 22696 17144 0 -1 4202496 69884 399958 0 0 832 117 150091 325 20 0 1 0 386067508 78741504 13779 33554432000 4194304 6006132 140735832075488 140735832066880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22697/statm: 19224 13779 180 443 0 18777 0
[pid=22996] ppid=22697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22996/stat : 22996 (satsolver.sh) S 22697 22696 17144 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386218902 9367552 267 33554432000 4194304 5064252 140737080247440 140737080246352 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22996/statm: 2287 267 226 213 0 72 0
[pid=22997] ppid=22996 vsize=150992 CPUtime=208.3 cores=0,2,4,6
/proc/22997/stat : 22997 (glucose) R 22996 22696 17144 0 -1 4202496 27684 0 0 0 20824 6 0 0 20 0 1 0 386218902 154615808 31146 33554432000 4194304 5208918 140735406219040 140735406216792 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22997/statm: 37748 31146 105 248 0 37497 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 246184

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 23008
/proc/meminfo: memFree=25693612/32873844 swapFree=7628/7628
[pid=22696] ppid=22694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22696/stat : 22696 (npSolver-wbo-It) S 22694 22696 17144 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386067507 9367552 274 33554432000 4194304 5064252 140733591276992 140733591275904 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22696/statm: 2287 274 233 213 0 72 0
[pid=22697] ppid=22696 vsize=76896 CPUtime=1729.49 cores=0,2,4,6
/proc/22697/stat : 22697 (npSolver-wbo) S 22696 22696 17144 0 -1 4202496 74231 433457 0 0 895 126 171578 350 20 0 1 0 386067508 78741504 13779 33554432000 4194304 6006132 140735832075488 140735832066880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22697/statm: 19224 13779 180 443 0 18777 0
[pid=23004] ppid=22697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23004/stat : 23004 (satsolver.sh) S 22697 22696 17144 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386240491 9367552 267 33554432000 4194304 5064252 140737067432592 140737067431504 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23004/statm: 2287 267 226 213 0 72 0
[pid=23005] ppid=23004 vsize=144640 CPUtime=52.44 cores=0,2,4,6
/proc/23005/stat : 23005 (glucose) R 23004 22696 17144 0 -1 4202496 24162 0 0 0 5236 8 0 0 20 0 1 0 386240491 148111360 31208 33554432000 4194304 5208918 140733298127872 140733298126024 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23005/statm: 36160 31208 104 248 0 35909 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 239832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 23008
/proc/meminfo: memFree=25691564/32873844 swapFree=7628/7628
[pid=22696] ppid=22694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22696/stat : 22696 (npSolver-wbo-It) S 22694 22696 17144 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386067507 9367552 274 33554432000 4194304 5064252 140733591276992 140733591275904 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22696/statm: 2287 274 233 213 0 72 0
[pid=22697] ppid=22696 vsize=76896 CPUtime=1729.49 cores=0,2,4,6
/proc/22697/stat : 22697 (npSolver-wbo) S 22696 22696 17144 0 -1 4202496 74231 433457 0 0 895 126 171578 350 20 0 1 0 386067508 78741504 13779 33554432000 4194304 6006132 140735832075488 140735832066880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22697/statm: 19224 13779 180 443 0 18777 0
[pid=23004] ppid=22697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23004/stat : 23004 (satsolver.sh) S 22697 22696 17144 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386240491 9367552 267 33554432000 4194304 5064252 140737067432592 140737067431504 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23004/statm: 2287 267 226 213 0 72 0
[pid=23005] ppid=23004 vsize=144640 CPUtime=70.55 cores=0,2,4,6
/proc/23005/stat : 23005 (glucose) R 23004 22696 17144 0 -1 4202496 24163 0 0 0 7047 8 0 0 20 0 1 0 386240491 148111360 31720 33554432000 4194304 5208918 140733298127872 140733298126024 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23005/statm: 36160 31720 104 248 0 35909 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 239832

Sending SIGTERM to process tree (bottom up)

Solver just ended. Dumping a history of the last processes samples

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 23008
/proc/meminfo: memFree=25691564/32873844 swapFree=7628/7628
[pid=22696] ppid=22694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22696/stat : 22696 (npSolver-wbo-It) S 22694 22696 17144 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386067507 9367552 274 33554432000 4194304 5064252 140733591276992 140733591275904 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22696/statm: 2287 274 233 213 0 72 0
[pid=22697] ppid=22696 vsize=76896 CPUtime=1729.49 cores=0,2,4,6
/proc/22697/stat : 22697 (npSolver-wbo) S 22696 22696 17144 0 -1 4202496 74231 433457 0 0 895 126 171578 350 20 0 1 0 386067508 78741504 13779 33554432000 4194304 6006132 140735832075488 140735832066880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22697/statm: 19224 13779 180 443 0 18777 0
[pid=23004] ppid=22697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23004/stat : 23004 (satsolver.sh) S 22697 22696 17144 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386240491 9367552 267 33554432000 4194304 5064252 140737067432592 140737067431504 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23004/statm: 2287 267 226 213 0 72 0
[pid=23005] ppid=23004 vsize=144640 CPUtime=70.55 cores=0,2,4,6
/proc/23005/stat : 23005 (glucose) R 23004 22696 17144 0 -1 4202496 24163 0 0 0 7047 8 0 0 20 0 1 0 386240491 148111360 31720 33554432000 4194304 5208918 140733298127872 140733298126024 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23005/statm: 36160 31720 104 248 0 35909 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 239832

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1795.21
CPU system time (s): 4.86026
CPU usage (%): 99.9811
Max. virtual memory (cumulated for all children) (KiB): 273232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.21
system time used= 4.86026
maximum resident set size= 158840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 532842
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1273160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6347
involuntary context switches= 2025

runsolver used 4.34334 second user time and 9.55155 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-09 01:50:31
IDJOB=3753307
IDBENCH=79333
IDSOLVER=2337
FILE ID=node145/3753307-1339199431
RUNJOBID= node145-1339183962-18404
PBS_JOBID= 14643806
Free space on /tmp= 71004 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.2.accl.ucl--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753307-1339199431/watcher-3753307-1339199431 -o /tmp/evaluation-result-3753307-1339199431/solver-3753307-1339199431 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753307-1339199431.wbo 1040128634 HOME HOME

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8b380a82e4776add8076b73e28ebbe59
RANDOM SEED=1040128634

node145.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5313.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26302760 kB
Buffers:          612340 kB
Cached:          4957036 kB
SwapCached:            4 kB
Active:          2293452 kB
Inactive:        3361868 kB
Active(anon):      70020 kB
Inactive(anon):    10912 kB
Active(file):    2223432 kB
Inactive(file):  3350956 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108852 kB
Dirty:             18984 kB
Writeback:             0 kB
AnonPages:        192384 kB
Mapped:            15192 kB
Shmem:               200 kB
Slab:             775440 kB
SReclaimable:     216672 kB
SUnreclaim:       558768 kB
KernelStack:        1528 kB
PageTables:         4320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     203252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70864 MiB
End job on node145 at 2012-06-09 02:20:32