Trace number 3753131

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-quickBound (fixed)? (TO) 1800.13 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh305_wcsp.wbo
MD5SUM8285b15ee2c0064deae9a0e09e679565
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark742
Best CPU time to get the best result obtained on this benchmark0.554915
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints1000
Number of soft constraints900
Number of constraints which are clauses900
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 444855
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 444854
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c run usual solver
0.00/0.05	o 8700
0.00/0.05	c starting approximation
0.00/0.05	c factor = 2
0.00/0.05	c factor still to low - shrinking to 46.98
0.00/0.05	c approx number of clauses: 1e+06
0.00/0.05	c current bound: 4350
133.24/133.56	c current bound: 4350
266.01/266.12	c current bound: 4350
388.00/388.10	c current bound: 4350
520.81/521.21	c current bound: 4350
648.00/648.43	c current bound: 4350
781.23/781.67	c current bound: 4350
914.45/914.92	c current bound: 4350
1037.75/1038.26	c current bound: 4350
1172.33/1172.67	c current bound: 4350
1299.99/1300.34	c current bound: 4350
1432.33/1432.91	c current bound: 4350
1564.19/1564.81	c current bound: 4350
1684.82/1685.22	c current bound: 4350
1800.09/1800.51	./satsolver.sh: line 5:  1626 Terminated              ./glucose $1 > $2 2> /dev/null
1800.09/1800.51	c error: unexpected solver exit code
1800.09/1800.51	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-3753131-1339210032/watcher-3753131-1339210032 -o /tmp/evaluation-result-3753131-1339210032/solver-3753131-1339210032 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753131-1339210032.wbo 2063572564 HOME HOME 

running on 4 cores: 1,3,5,7

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.04 2.00 2.00 3/179 1464
/proc/meminfo: memFree=29311032/32873844 swapFree=7632/7632
[pid=1464] ppid=1462 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1464/stat : 1464 (npSolver-wbo-It) S 1462 1464 349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 387128081 9367552 275 33554432000 4194304 5064252 140736964428480 140736964427392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1464/statm: 2287 275 233 213 0 72 0

[startup+0.0710519 s]
/proc/loadavg: 2.04 2.00 2.00 3/179 1464
/proc/meminfo: memFree=29311032/32873844 swapFree=7632/7632
[pid=1464] ppid=1462 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1464/stat : 1464 (npSolver-wbo-It) S 1462 1464 349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 387128081 9367552 275 33554432000 4194304 5064252 140736964428480 140736964427392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1464/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100304 s]
/proc/loadavg: 2.04 2.00 2.00 3/179 1464
/proc/meminfo: memFree=29311032/32873844 swapFree=7632/7632
[pid=1464] ppid=1462 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1464/stat : 1464 (npSolver-wbo-It) S 1462 1464 349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 387128081 9367552 275 33554432000 4194304 5064252 140736964428480 140736964427392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1464/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300285 s]
/proc/loadavg: 2.04 2.00 2.00 3/179 1464
/proc/meminfo: memFree=29311032/32873844 swapFree=7632/7632
[pid=1464] ppid=1462 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1464/stat : 1464 (npSolver-wbo-It) S 1462 1464 349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 387128081 9367552 275 33554432000 4194304 5064252 140736964428480 140736964427392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1464/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700275 s]
/proc/loadavg: 2.04 2.00 2.00 3/179 1464
/proc/meminfo: memFree=29311032/32873844 swapFree=7632/7632
[pid=1464] ppid=1462 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1464/stat : 1464 (npSolver-wbo-It) S 1462 1464 349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 387128081 9367552 275 33554432000 4194304 5064252 140736964428480 140736964427392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1464/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.04 2.00 2.00 3/183 1478
/proc/meminfo: memFree=29244492/32873844 swapFree=7632/7632
[pid=1464] ppid=1462 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1464/stat : 1464 (npSolver-wbo-It) S 1462 1464 349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 387128081 9367552 275 33554432000 4194304 5064252 140736964428480 140736964427392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1464/statm: 2287 275 233 213 0 72 0
[pid=1465] ppid=1464 vsize=19872 CPUtime=0.12 cores=1,3,5,7
/proc/1465/stat : 1465 (npSolver-wbo) S 1464 1464 349 0 -1 4202496 3425 4920 0 0 8 2 1 1 20 0 1 0 387128081 20348928 4306 33554432000 4194304 6006132 140734523476560 140734523467920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1465/statm: 4968 4306 176 443 0 4521 0
[pid=1477] ppid=1465 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1477/stat : 1477 (satsolver.sh) S 1465 1464 349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 387128096 9367552 266 33554432000 4194304 5064252 140733653834960 140733653833872 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1477/statm: 2287 266 226 213 0 72 0
[pid=1478] ppid=1477 vsize=48360 CPUtime=1.33 cores=1,3,5,7
/proc/1478/stat : 1478 (glucose) R 1477 1464 349 0 -1 4202496 10243 0 0 0 131 2 0 0 20 0 1 0 387128096 49520640 10946 33554432000 4194304 5208918 140733868759600 140733868758008 4211656 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1478/statm: 12090 10946 95 248 0 11839 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 86528

[startup+3.10043 s]
/proc/loadavg: 2.04 2.00 2.00 3/183 1478
/proc/meminfo: memFree=29243748/32873844 swapFree=7632/7632
[pid=1464] ppid=1462 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1464/stat : 1464 (npSolver-wbo-It) S 1462 1464 349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 387128081 9367552 275 33554432000 4194304 5064252 140736964428480 140736964427392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1464/statm: 2287 275 233 213 0 72 0
[pid=1465] ppid=1464 vsize=19872 CPUtime=0.12 cores=1,3,5,7
/proc/1465/stat : 1465 (npSolver-wbo) S 1464 1464 349 0 -1 4202496 3425 4920 0 0 8 2 1 1 20 0 1 0 387128081 20348928 4306 33554432000 4194304 6006132 140734523476560 140734523467920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1465/statm: 4968 4306 176 443 0 4521 0
[pid=1477] ppid=1465 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1477/stat : 1477 (satsolver.sh) S 1465 1464 349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 387128096 9367552 266 33554432000 4194304 5064252 140733653834960 140733653833872 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1477/statm: 2287 266 226 213 0 72 0
[pid=1478] ppid=1477 vsize=48492 CPUtime=2.93 cores=1,3,5,7
/proc/1478/stat : 1478 (glucose) R 1477 1464 349 0 -1 4202496 10404 0 0 0 291 2 0 0 20 0 1 0 387128096 49655808 11105 33554432000 4194304 5208918 140733868759600 140733868757448 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1478/statm: 12123 11105 95 248 0 11872 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 86660

[startup+6.30045 s]
/proc/loadavg: 2.04 2.00 2.00 3/183 1478
/proc/meminfo: memFree=29242640/32873844 swapFree=7632/7632
[pid=1464] ppid=1462 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1464/stat : 1464 (npSolver-wbo-It) S 1462 1464 349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 387128081 9367552 275 33554432000 4194304 5064252 140736964428480 140736964427392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1464/statm: 2287 275 233 213 0 72 0
[pid=1465] ppid=1464 vsize=19872 CPUtime=0.12 cores=1,3,5,7
/proc/1465/stat : 1465 (npSolver-wbo) S 1464 1464 349 0 -1 4202496 3425 4920 0 0 8 2 1 1 20 0 1 0 387128081 20348928 4306 33554432000 4194304 6006132 140734523476560 140734523467920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1465/statm: 4968 4306 176 443 0 4521 0
[pid=1477] ppid=1465 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1477/stat : 1477 (satsolver.sh) S 1465 1464 349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 387128096 9367552 266 33554432000 4194304 5064252 140733653834960 140733653833872 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1477/statm: 2287 266 226 213 0 72 0
[pid=1478] ppid=1477 vsize=53180 CPUtime=6.14 cores=1,3,5,7
/proc/1478/stat : 1478 (glucose) R 1477 1464 349 0 -1 4202496 10696 0 0 0 611 3 0 0 20 0 1 0 387128096 54456320 11394 33554432000 4194304 5208918 140733868759600 140733868757752 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1478/statm: 13295 11394 95 248 0 13044 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 91348

[startup+12.7004 s]
/proc/loadavg: 2.03 2.00 2.00 3/183 1478
/proc/meminfo: memFree=29242296/32873844 swapFree=7632/7632
[pid=1464] ppid=1462 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1464/stat : 1464 (npSolver-wbo-It) S 1462 1464 349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 387128081 9367552 275 33554432000 4194304 5064252 140736964428480 140736964427392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1464/statm: 2287 275 233 213 0 72 0
[pid=1465] ppid=1464 vsize=19872 CPUtime=0.12 cores=1,3,5,7
/proc/1465/stat : 1465 (npSolver-wbo) S 1464 1464 349 0 -1 4202496 3425 4920 0 0 8 2 1 1 20 0 1 0 387128081 20348928 4306 33554432000 4194304 6006132 140734523476560 140734523467920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1465/statm: 4968 4306 176 443 0 4521 0
[pid=1477] ppid=1465 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1477/stat : 1477 (satsolver.sh) S 1465 1464 349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 387128096 9367552 266 33554432000 4194304 5064252 140733653834960 140733653833872 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1477/statm: 2287 266 226 213 0 72 0
[pid=1478] ppid=1477 vsize=53576 CPUtime=12.53 cores=1,3,5,7
/proc/1478/stat : 1478 (glucose) R 1477 1464 349 0 -1 4202496 11758 0 0 0 1250 3 0 0 20 0 1 0 387128096 54861824 11409 33554432000 4194304 5208918 140733868759600 140733868757688 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1478/statm: 13394 11409 96 248 0 13143 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 91744

[startup+25.5005 s]
/proc/loadavg: 2.03 2.00 2.00 3/183 1478
/proc/meminfo: memFree=29231688/32873844 swapFree=7632/7632
[pid=1464] ppid=1462 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1464/stat : 1464 (npSolver-wbo-It) S 1462 1464 349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 387128081 9367552 275 33554432000 4194304 5064252 140736964428480 140736964427392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1464/statm: 2287 275 233 213 0 72 0
[pid=1465] ppid=1464 vsize=19872 CPUtime=0.12 cores=1,3,5,7
/proc/1465/stat : 1465 (npSolver-wbo) S 1464 1464 349 0 -1 4202496 3425 4920 0 0 8 2 1 1 20 0 1 0 387128081 20348928 4306 33554432000 4194304 6006132 140734523476560 140734523467920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1465/statm: 4968 4306 176 443 0 4521 0
[pid=1477] ppid=1465 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1477/stat : 1477 (satsolver.sh) S 1465 1464 349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 387128096 9367552 266 33554432000 4194304 5064252 140733653834960 140733653833872 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1477/statm: 2287 266 226 213 0 72 0
[pid=1478] ppid=1477 vsize=60988 CPUtime=25.33 cores=1,3,5,7
/proc/1478/stat : 1478 (glucose) R 1477 1464 349 0 -1 4202496 12792 0 0 0 2529 4 0 0 20 0 1 0 387128096 62451712 13991 33554432000 4194304 5208918 140733868759600 140733868757544 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1478/statm: 15247 13991 96 248 0 14996 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 99156

[startup+51.1005 s]
/proc/loadavg: 2.16 2.03 2.01 3/183 1478
/proc/meminfo: memFree=29224056/32873844 swapFree=7632/7632
[pid=1464] ppid=1462 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1464/stat : 1464 (npSolver-wbo-It) S 1462 1464 349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 387128081 9367552 275 33554432000 4194304 5064252 140736964428480 140736964427392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1464/statm: 2287 275 233 213 0 72 0
[pid=1465] ppid=1464 vsize=19872 CPUtime=0.12 cores=1,3,5,7
/proc/1465/stat : 1465 (npSolver-wbo) S 1464 1464 349 0 -1 4202496 3425 4920 0 0 8 2 1 1 20 0 1 0 387128081 20348928 4306 33554432000 4194304 6006132 140734523476560 140734523467920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1465/statm: 4968 4306 176 443 0 4521 0
[pid=1477] ppid=1465 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1477/stat : 1477 (satsolver.sh) S 1465 1464 349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 387128096 9367552 266 33554432000 4194304 5064252 140733653834960 140733653833872 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1477/statm: 2287 266 226 213 0 72 0
[pid=1478] ppid=1477 vsize=68060 CPUtime=50.93 cores=1,3,5,7
/proc/1478/stat : 1478 (glucose) R 1477 1464 349 0 -1 4202496 13034 0 0 0 5089 4 0 0 20 0 1 0 387128096 69693440 15759 33554432000 4194304 5208918 140733868759600 140733868757464 4212457 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1478/statm: 17015 15759 96 248 0 16764 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 106228

[startup+102.307 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 1478
/proc/meminfo: memFree=29217392/32873844 swapFree=7632/7632
[pid=1464] ppid=1462 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1464/stat : 1464 (npSolver-wbo-It) S 1462 1464 349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 387128081 9367552 275 33554432000 4194304 5064252 140736964428480 140736964427392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1464/statm: 2287 275 233 213 0 72 0
[pid=1465] ppid=1464 vsize=19872 CPUtime=0.12 cores=1,3,5,7
/proc/1465/stat : 1465 (npSolver-wbo) S 1464 1464 349 0 -1 4202496 3425 4920 0 0 8 2 1 1 20 0 1 0 387128081 20348928 4306 33554432000 4194304 6006132 140734523476560 140734523467920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1465/statm: 4968 4306 176 443 0 4521 0
[pid=1477] ppid=1465 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1477/stat : 1477 (satsolver.sh) S 1465 1464 349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 387128096 9367552 266 33554432000 4194304 5064252 140733653834960 140733653833872 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1477/statm: 2287 266 226 213 0 72 0
[pid=1478] ppid=1477 vsize=72480 CPUtime=102.13 cores=1,3,5,7
/proc/1478/stat : 1478 (glucose) R 1477 1464 349 0 -1 4202496 13481 0 0 0 10208 5 0 0 20 0 1 0 387128096 74219520 16708 33554432000 4194304 5208918 140733868759600 140733868757464 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1478/statm: 18120 16708 104 248 0 17869 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 110648

[startup+162.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 1485
/proc/meminfo: memFree=29222360/32873844 swapFree=7632/7632
[pid=1464] ppid=1462 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1464/stat : 1464 (npSolver-wbo-It) S 1462 1464 349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 387128081 9367552 275 33554432000 4194304 5064252 140736964428480 140736964427392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1464/statm: 2287 275 233 213 0 72 0
[pid=1465] ppid=1464 vsize=19872 CPUtime=133.61 cores=1,3,5,7
/proc/1465/stat : 1465 (npSolver-wbo) S 1464 1464 349 0 -1 4202496 5412 22812 0 0 17 3 13323 18 20 0 1 0 387128081 20348928 4306 33554432000 4194304 6006132 140734523476560 140734523467920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1465/statm: 4968 4306 176 443 0 4521 0
[pid=1484] ppid=1465 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 1604
/proc/meminfo: memFree=29232824/32873844 swapFree=7632/7632
[pid=1464] ppid=1462 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1464/stat : 1464 (npSolver-wbo-It) S 1462 1464 349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 387128081 9367552 275 33554432000 4194304 5064252 140736964428480 140736964427392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1464/statm: 2287 275 233 213 0 72 0
[pid=1465] ppid=1464 vsize=19872 CPUtime=1300.15 cores=1,3,5,7
/proc/1465/stat : 1465 (npSolver-wbo) S 1464 1464 349 0 -1 4202496 23295 183500 0 0 91 13 129745 166 20 0 1 0 387128081 20348928 4306 33554432000 4194304 6006132 140734523476560 140734523467920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1465/statm: 4968 4306 176 443 0 4521 0
[pid=1599] ppid=1465 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1599/stat : 1599 (satsolver.sh) S 1465 1464 349 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387258125 9367552 266 33554432000 4194304 5064252 140735843029104 140735843028016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1599/statm: 2287 266 226 213 0 72 0
[pid=1600] ppid=1599 vsize=72484 CPUtime=121.84 cores=1,3,5,7
/proc/1600/stat : 1600 (glucose) R 1599 1464 349 0 -1 4202496 14283 0 0 0 12180 4 0 0 20 0 1 0 387258125 74223616 16667 33554432000 4194304 5208918 140733594048112 140733594045976 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1600/statm: 18121 16667 104 248 0 17870 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 110652

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1611
/proc/meminfo: memFree=29236396/32873844 swapFree=7632/7632
[pid=1464] ppid=1462 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1464/stat : 1464 (npSolver-wbo-It) S 1462 1464 349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 387128081 9367552 275 33554432000 4194304 5064252 140736964428480 140736964427392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1464/statm: 2287 275 233 213 0 72 0
[pid=1465] ppid=1464 vsize=19872 CPUtime=1432.68 cores=1,3,5,7
/proc/1465/stat : 1465 (npSolver-wbo) S 1464 1464 349 0 -1 4202496 25282 202198 0 0 99 14 142972 183 20 0 1 0 387128081 20348928 4306 33554432000 4194304 6006132 140734523476560 140734523467920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1465/statm: 4968 4306 176 443 0 4521 0
[pid=1610] ppid=1465 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1610/stat : 1610 (satsolver.sh) S 1465 1464 349 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387271382 9367552 267 33554432000 4194304 5064252 140735433434704 140735433433616 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1610/statm: 2287 267 226 213 0 72 0
[pid=1611] ppid=1610 vsize=68060 CPUtime=49.27 cores=1,3,5,7
/proc/1611/stat : 1611 (glucose) R 1610 1464 349 0 -1 4202496 14567 0 0 0 4924 3 0 0 20 0 1 0 387271382 69693440 15680 33554432000 4194304 5208918 140733821092016 140733821089880 4211635 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1611/statm: 17015 15680 96 248 0 16764 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 106228

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1611
/proc/meminfo: memFree=29229940/32873844 swapFree=7632/7632
[pid=1464] ppid=1462 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1464/stat : 1464 (npSolver-wbo-It) S 1462 1464 349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 387128081 9367552 275 33554432000 4194304 5064252 140736964428480 140736964427392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1464/statm: 2287 275 233 213 0 72 0
[pid=1465] ppid=1464 vsize=19872 CPUtime=1432.68 cores=1,3,5,7
/proc/1465/stat : 1465 (npSolver-wbo) S 1464 1464 349 0 -1 4202496 25282 202198 0 0 99 14 142972 183 20 0 1 0 387128081 20348928 4306 33554432000 4194304 6006132 140734523476560 140734523467920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1465/statm: 4968 4306 176 443 0 4521 0
[pid=1610] ppid=1465 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1610/stat : 1610 (satsolver.sh) S 1465 1464 349 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387271382 9367552 267 33554432000 4194304 5064252 140735433434704 140735433433616 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1610/statm: 2287 267 226 213 0 72 0
[pid=1611] ppid=1610 vsize=72480 CPUtime=109.27 cores=1,3,5,7
/proc/1611/stat : 1611 (glucose) R 1610 1464 349 0 -1 4202496 14758 0 0 0 10923 4 0 0 20 0 1 0 387271382 74219520 16377 33554432000 4194304 5208918 140733821092016 140733821089880 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1611/statm: 18120 16377 104 248 0 17869 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 110648

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 1619
/proc/meminfo: memFree=29233880/32873844 swapFree=7632/7632
[pid=1464] ppid=1462 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1464/stat : 1464 (npSolver-wbo-It) S 1462 1464 349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 387128081 9367552 275 33554432000 4194304 5064252 140736964428480 140736964427392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1464/statm: 2287 275 233 213 0 72 0
[pid=1465] ppid=1464 vsize=19872 CPUtime=1564.55 cores=1,3,5,7
/proc/1465/stat : 1465 (npSolver-wbo) S 1464 1464 349 0 -1 4202496 27269 221384 0 0 107 15 156134 199 20 0 1 0 387128081 20348928 4306 33554432000 4194304 6006132 140734523476560 140734523467920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1465/statm: 4968 4306 176 443 0 4521 0
[pid=1618] ppid=1465 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1618/stat : 1618 (satsolver.sh) S 1465 1464 349 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387284572 9367552 267 33554432000 4194304 5064252 140737334353680 140737334352592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1618/statm: 2287 267 226 213 0 72 0
[pid=1619] ppid=1618 vsize=68060 CPUtime=37.37 cores=1,3,5,7
/proc/1619/stat : 1619 (glucose) R 1618 1464 349 0 -1 4202496 13442 0 0 0 3734 3 0 0 20 0 1 0 387284572 69693440 15485 33554432000 4194304 5208918 140734064168912 140734064166776 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1619/statm: 17015 15485 96 248 0 16764 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 106228

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 1619
/proc/meminfo: memFree=29229972/32873844 swapFree=7632/7632
[pid=1464] ppid=1462 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1464/stat : 1464 (npSolver-wbo-It) S 1462 1464 349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 387128081 9367552 275 33554432000 4194304 5064252 140736964428480 140736964427392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1464/statm: 2287 275 233 213 0 72 0
[pid=1465] ppid=1464 vsize=19872 CPUtime=1564.55 cores=1,3,5,7
/proc/1465/stat : 1465 (npSolver-wbo) S 1464 1464 349 0 -1 4202496 27269 221384 0 0 107 15 156134 199 20 0 1 0 387128081 20348928 4306 33554432000 4194304 6006132 140734523476560 140734523467920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1465/statm: 4968 4306 176 443 0 4521 0
[pid=1618] ppid=1465 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1618/stat : 1618 (satsolver.sh) S 1465 1464 349 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387284572 9367552 267 33554432000 4194304 5064252 140737334353680 140737334352592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1618/statm: 2287 267 226 213 0 72 0
[pid=1619] ppid=1618 vsize=72480 CPUtime=97.36 cores=1,3,5,7
/proc/1619/stat : 1619 (glucose) R 1618 1464 349 0 -1 4202496 13927 0 0 0 9732 4 0 0 20 0 1 0 387284572 74219520 16471 33554432000 4194304 5208918 140734064168912 140734064166776 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1619/statm: 18120 16471 104 248 0 17869 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 110648

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1627
/proc/meminfo: memFree=29234580/32873844 swapFree=7632/7632
[pid=1464] ppid=1462 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1464/stat : 1464 (npSolver-wbo-It) S 1462 1464 349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 387128081 9367552 275 33554432000 4194304 5064252 140736964428480 140736964427392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1464/statm: 2287 275 233 213 0 72 0
[pid=1465] ppid=1464 vsize=19872 CPUtime=1684.94 cores=1,3,5,7
/proc/1465/stat : 1465 (npSolver-wbo) S 1464 1464 349 0 -1 4202496 29256 240240 0 0 116 16 168147 215 20 0 1 0 387128081 20348928 4306 33554432000 4194304 6006132 140734523476560 140734523467920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1465/statm: 4968 4306 176 443 0 4521 0
[pid=1625] ppid=1465 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1625/stat : 1625 (satsolver.sh) S 1465 1464 349 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387296613 9367552 267 33554432000 4194304 5064252 140734744246976 140734744245888 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1625/statm: 2287 267 226 213 0 72 0
[pid=1626] ppid=1625 vsize=68060 CPUtime=36.97 cores=1,3,5,7
/proc/1626/stat : 1626 (glucose) R 1625 1464 349 0 -1 4202496 12801 0 0 0 3693 4 0 0 20 0 1 0 387296613 69693440 15370 33554432000 4194304 5208918 140734043693648 140734043691512 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1626/statm: 17015 15370 96 248 0 16764 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 106228

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1695
/proc/meminfo: memFree=29561352/32873844 swapFree=7632/7632
[pid=1464] ppid=1462 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1464/stat : 1464 (npSolver-wbo-It) S 1462 1464 349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 387128081 9367552 275 33554432000 4194304 5064252 140736964428480 140736964427392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1464/statm: 2287 275 233 213 0 72 0
[pid=1465] ppid=1464 vsize=19872 CPUtime=1684.94 cores=1,3,5,7
/proc/1465/stat : 1465 (npSolver-wbo) S 1464 1464 349 0 -1 4202496 29256 240240 0 0 116 16 168147 215 20 0 1 0 387128081 20348928 4306 33554432000 4194304 6006132 140734523476560 140734523467920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1465/statm: 4968 4306 176 443 0 4521 0
[pid=1625] ppid=1465 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1625/stat : 1625 (satsolver.sh) S 1465 1464 349 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387296613 9367552 267 33554432000 4194304 5064252 140734744246976 140734744245888 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1625/statm: 2287 267 226 213 0 72 0
[pid=1626] ppid=1625 vsize=72480 CPUtime=96.95 cores=1,3,5,7
/proc/1626/stat : 1626 (glucose) R 1625 1464 349 0 -1 4202496 13206 0 0 0 9691 4 0 0 20 0 1 0 387296613 74219520 16269 33554432000 4194304 5208918 140734043693648 140734043691512 4215154 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1626/statm: 18120 16269 104 248 0 17869 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 110648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1695
/proc/meminfo: memFree=29568604/32873844 swapFree=7632/7632
[pid=1464] ppid=1462 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1464/stat : 1464 (npSolver-wbo-It) S 1462 1464 349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 387128081 9367552 275 33554432000 4194304 5064252 140736964428480 140736964427392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1464/statm: 2287 275 233 213 0 72 0
[pid=1465] ppid=1464 vsize=19872 CPUtime=1684.94 cores=1,3,5,7
/proc/1465/stat : 1465 (npSolver-wbo) S 1464 1464 349 0 -1 4202496 29256 240240 0 0 116 16 168147 215 20 0 1 0 387128081 20348928 4306 33554432000 4194304 6006132 140734523476560 140734523467920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1465/statm: 4968 4306 176 443 0 4521 0
[pid=1625] ppid=1465 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1625/stat : 1625 (satsolver.sh) S 1465 1464 349 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387296613 9367552 267 33554432000 4194304 5064252 140734744246976 140734744245888 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1625/statm: 2287 267 226 213 0 72 0
[pid=1626] ppid=1625 vsize=72480 CPUtime=115.15 cores=1,3,5,7
/proc/1626/stat : 1626 (glucose) R 1625 1464 349 0 -1 4202496 13209 0 0 0 11511 4 0 0 20 0 1 0 387296613 74219520 16823 33554432000 4194304 5208918 140734043693648 140734043691512 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1626/statm: 18120 16823 104 248 0 17869 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 110648

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1695
/proc/meminfo: memFree=29568604/32873844 swapFree=7632/7632
[pid=1464] ppid=1462 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1464/stat : 1464 (npSolver-wbo-It) S 1462 1464 349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 387128081 9367552 275 33554432000 4194304 5064252 140736964428480 140736964427392 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1464/statm: 2287 275 233 213 0 72 0
[pid=1465] ppid=1464 vsize=19872 CPUtime=1684.94 cores=1,3,5,7
/proc/1465/stat : 1465 (npSolver-wbo) S 1464 1464 349 0 -1 4202496 29256 240240 0 0 116 16 168147 215 20 0 1 0 387128081 20348928 4306 33554432000 4194304 6006132 140734523476560 140734523467920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1465/statm: 4968 4306 176 443 0 4521 0
[pid=1625] ppid=1465 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1625/stat : 1625 (satsolver.sh) S 1465 1464 349 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387296613 9367552 267 33554432000 4194304 5064252 140734744246976 140734744245888 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1625/statm: 2287 267 226 213 0 72 0
[pid=1626] ppid=1625 vsize=72480 CPUtime=115.15 cores=1,3,5,7
/proc/1626/stat : 1626 (glucose) R 1625 1464 349 0 -1 4202496 13209 0 0 0 11511 4 0 0 20 0 1 0 387296613 74219520 16823 33554432000 4194304 5208918 140734043693648 140734043691512 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1626/statm: 18120 16823 104 248 0 17869 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 110648

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.13
CPU user time (s): 1797.75
CPU system time (s): 2.37664
CPU usage (%): 99.9788
Max. virtual memory (cumulated for all children) (KiB): 110652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.75
system time used= 2.37664
maximum resident set size= 67588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 283696
page faults= 0
swaps= 0
block input operations= 0
block output operations= 188688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3766
involuntary context switches= 2042

runsolver used 3.05953 second user time and 8.41072 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-09 04:47:12
IDJOB=3753131
IDBENCH=79395
IDSOLVER=2336
FILE ID=node144/3753131-1339210032
RUNJOBID= node144-1339209992-1065
PBS_JOBID= 14643862
Free space on /tmp= 68324 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh305_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753131-1339210032/watcher-3753131-1339210032 -o /tmp/evaluation-result-3753131-1339210032/solver-3753131-1339210032 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753131-1339210032.wbo 2063572564 HOME HOME

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

MD5SUM BENCH= 8285b15ee2c0064deae9a0e09e679565
RANDOM SEED=2063572564

node144.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		: 2666.196
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	: 5332.39
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		: 2666.196
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		: 2666.196
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	: 5438.54
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		: 2666.196
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		: 2666.196
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.90
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		: 2666.196
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.92
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		: 2666.196
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		: 2666.196
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29311380 kB
Buffers:         1121452 kB
Cached:          1127968 kB
SwapCached:          460 kB
Active:          2525724 kB
Inactive:         106744 kB
Active(anon):     367380 kB
Inactive(anon):    11384 kB
Active(file):    2158344 kB
Inactive(file):    95360 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108396 kB
Dirty:              8188 kB
Writeback:             0 kB
AnonPages:        382660 kB
Mapped:            11792 kB
Shmem:               172 kB
Slab:             790944 kB
SReclaimable:     232152 kB
SUnreclaim:       558792 kB
KernelStack:        1512 kB
PageTables:         5056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     584740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 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= 68388 MiB
End job on node144 at 2012-06-09 05:17:13