Trace number 3753622

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.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110969577--soft-33-100-0.wbo
MD5SUM272549dcfc1a9500042cdae4b8981d82
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.706891
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1255
Number of bits of the biggest sum of numbers11
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.03	c run usual solver
11.86/11.92	o 1786
45.19/45.58	o 1427
78.23/78.56	o 1426
111.45/111.79	o 1425
144.13/144.24	o 1423
176.31/176.66	o 1422
208.81/208.95	o 1421
240.91/241.02	o 1353
273.13/273.52	o 1352
305.32/305.69	o 1351
337.77/338.16	o 1349
369.66/370.06	o 1348
401.99/402.40	o 1347
435.27/435.40	o 1340
467.56/467.99	o 1339
499.76/500.19	o 1338
532.65/533.09	o 1336
565.24/565.68	o 1335
597.47/597.91	o 1334
630.12/630.36	o 1323
662.74/663.20	o 1322
695.37/695.84	o 1321
728.10/728.32	o 1319
760.30/760.78	o 1318
793.38/793.60	o 1317
825.82/826.33	o 1310
858.37/858.86	o 1309
890.86/891.37	o 1308
923.21/923.73	o 1306
955.65/956.18	o 1305
988.63/988.96	o 1304
1021.13/1021.67	o 1301
1053.96/1054.51	o 1300
1085.90/1086.46	o 1299
1118.45/1119.02	o 1297
1150.70/1151.28	o 1296
1183.27/1183.69	o 1295
1215.59/1216.18	o 1262
1248.30/1248.89	o 1261
1281.05/1281.48	o 1260
1315.25/1315.69	o 1258
1347.61/1348.24	o 1257
1380.21/1380.61	o 1256
1412.29/1412.93	o 1249
1444.40/1445.04	o 1248
1478.41/1479.06	o 1247
1510.58/1511.24	o 1245
1542.97/1543.41	o 1244
1574.78/1575.45	o 1243
1606.98/1607.66	o 1232
1639.27/1639.95	o 1231
1672.07/1672.76	o 1230
1705.81/1706.51	o 1228
1738.54/1739.02	o 1227
1770.99/1771.70	o 1226
1800.03/1800.51	./satsolver.sh: line 5: 12503 Terminated              ./glucose $1 > $2 2> /dev/null
1800.03/1800.51	c error: unexpected solver exit code
1800.03/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-3753622-1339188453/watcher-3753622-1339188453 -o /tmp/evaluation-result-3753622-1339188453/solver-3753622-1339188453 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753622-1339188453.wbo 50134531 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.01 2.02 2.00 3/179 11088
/proc/meminfo: memFree=30586936/32873844 swapFree=7896/7896
[pid=11088] ppid=11086 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (npSolver-wbo-It) S 11086 11088 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384970730 9367552 275 33554432000 4194304 5064252 140733343791088 140733343790000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11088/statm: 2287 275 233 213 0 72 0

[startup+0.0362921 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 11088
/proc/meminfo: memFree=30586936/32873844 swapFree=7896/7896
[pid=11088] ppid=11086 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (npSolver-wbo-It) S 11086 11088 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384970730 9367552 275 33554432000 4194304 5064252 140733343791088 140733343790000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11088/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100311 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 11088
/proc/meminfo: memFree=30586936/32873844 swapFree=7896/7896
[pid=11088] ppid=11086 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (npSolver-wbo-It) S 11086 11088 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384970730 9367552 275 33554432000 4194304 5064252 140733343791088 140733343790000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11088/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300228 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 11088
/proc/meminfo: memFree=30586936/32873844 swapFree=7896/7896
[pid=11088] ppid=11086 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (npSolver-wbo-It) S 11086 11088 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384970730 9367552 275 33554432000 4194304 5064252 140733343791088 140733343790000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11088/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700221 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 11088
/proc/meminfo: memFree=30586936/32873844 swapFree=7896/7896
[pid=11088] ppid=11086 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (npSolver-wbo-It) S 11086 11088 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384970730 9367552 275 33554432000 4194304 5064252 140733343791088 140733343790000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11088/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 11095
/proc/meminfo: memFree=30578468/32873844 swapFree=7896/7896
[pid=11088] ppid=11086 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (npSolver-wbo-It) S 11086 11088 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384970730 9367552 275 33554432000 4194304 5064252 140733343791088 140733343790000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11088/statm: 2287 275 233 213 0 72 0
[pid=11089] ppid=11088 vsize=3096 CPUtime=0.21 cores=1,3,5,7
/proc/11089/stat : 11089 (npSolver-wbo) S 11088 11088 8594 0 -1 4202496 1948 2235 0 0 2 0 19 0 20 0 1 0 384970730 3170304 369 33554432000 4194304 6006132 140736036371040 140736036365232 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11089/statm: 774 369 158 443 0 327 0
[pid=11094] ppid=11089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11094/stat : 11094 (satsolver.sh) S 11089 11088 8594 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384970753 9367552 266 33554432000 4194304 5064252 140736053133824 140736053132736 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11094/statm: 2287 266 226 213 0 72 0
[pid=11095] ppid=11094 vsize=8532 CPUtime=1.25 cores=1,3,5,7
/proc/11095/stat : 11095 (glucose) R 11094 11088 8594 0 -1 4202496 2651 0 0 0 125 0 0 0 20 0 1 0 384970753 8736768 1699 33554432000 4194304 5208918 140734836723168 140734836721112 4229695 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11095/statm: 2133 1699 96 248 0 1882 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 29924

[startup+3.10035 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 11095
/proc/meminfo: memFree=30570272/32873844 swapFree=7896/7896
[pid=11088] ppid=11086 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (npSolver-wbo-It) S 11086 11088 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384970730 9367552 275 33554432000 4194304 5064252 140733343791088 140733343790000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11088/statm: 2287 275 233 213 0 72 0
[pid=11089] ppid=11088 vsize=3096 CPUtime=0.21 cores=1,3,5,7
/proc/11089/stat : 11089 (npSolver-wbo) S 11088 11088 8594 0 -1 4202496 1948 2235 0 0 2 0 19 0 20 0 1 0 384970730 3170304 369 33554432000 4194304 6006132 140736036371040 140736036365232 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11089/statm: 774 369 158 443 0 327 0
[pid=11094] ppid=11089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11094/stat : 11094 (satsolver.sh) S 11089 11088 8594 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384970753 9367552 266 33554432000 4194304 5064252 140736053133824 140736053132736 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11094/statm: 2287 266 226 213 0 72 0
[pid=11095] ppid=11094 vsize=14572 CPUtime=2.85 cores=1,3,5,7
/proc/11095/stat : 11095 (glucose) R 11094 11088 8594 0 -1 4202496 3658 0 0 0 285 0 0 0 20 0 1 0 384970753 14921728 3187 33554432000 4194304 5208918 140734836723168 140734836721112 4212881 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11095/statm: 3643 3187 96 248 0 3392 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 35964

[startup+6.30036 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 11095
/proc/meminfo: memFree=30552964/32873844 swapFree=7896/7896
[pid=11088] ppid=11086 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (npSolver-wbo-It) S 11086 11088 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384970730 9367552 275 33554432000 4194304 5064252 140733343791088 140733343790000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11088/statm: 2287 275 233 213 0 72 0
[pid=11089] ppid=11088 vsize=3096 CPUtime=0.21 cores=1,3,5,7
/proc/11089/stat : 11089 (npSolver-wbo) S 11088 11088 8594 0 -1 4202496 1948 2235 0 0 2 0 19 0 20 0 1 0 384970730 3170304 369 33554432000 4194304 6006132 140736036371040 140736036365232 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11089/statm: 774 369 158 443 0 327 0
[pid=11094] ppid=11089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11094/stat : 11094 (satsolver.sh) S 11089 11088 8594 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384970753 9367552 266 33554432000 4194304 5064252 140736053133824 140736053132736 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11094/statm: 2287 266 226 213 0 72 0
[pid=11095] ppid=11094 vsize=22716 CPUtime=6.05 cores=1,3,5,7
/proc/11095/stat : 11095 (glucose) R 11094 11088 8594 0 -1 4202496 3973 0 0 0 605 0 0 0 20 0 1 0 384970753 23261184 5025 33554432000 4194304 5208918 140734836723168 140734836721032 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11095/statm: 5679 5025 96 248 0 5428 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 44108

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 11100
/proc/meminfo: memFree=30530440/32873844 swapFree=7896/7896
[pid=11088] ppid=11086 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (npSolver-wbo-It) S 11086 11088 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384970730 9367552 275 33554432000 4194304 5064252 140733343791088 140733343790000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11088/statm: 2287 275 233 213 0 72 0
[pid=11089] ppid=11088 vsize=36428 CPUtime=12.05 cores=1,3,5,7
/proc/11089/stat : 11089 (npSolver-wbo) S 11088 11088 8594 0 -1 4202496 4786 9812 0 0 14 4 1185 2 20 0 1 0 384970730 37302272 7129 33554432000 4194304 6006132 140736036371040 140736036362432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11089/statm: 9107 7129 167 443 0 8660 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 45576

[startup+25.5004 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 11102
/proc/meminfo: memFree=30522804/32873844 swapFree=7896/7896
[pid=11088] ppid=11086 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (npSolver-wbo-It) S 11086 11088 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384970730 9367552 275 33554432000 4194304 5064252 140733343791088 140733343790000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11088/statm: 2287 275 233 213 0 72 0
[pid=11089] ppid=11088 vsize=36428 CPUtime=12.05 cores=1,3,5,7
/proc/11089/stat : 11089 (npSolver-wbo) S 11088 11088 8594 0 -1 4202496 4786 9812 0 0 14 4 1185 2 20 0 1 0 384970730 37302272 7129 33554432000 4194304 6006132 140736036371040 140736036362432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11089/statm: 9107 7129 167 443 0 8660 0
[pid=11101] ppid=11089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11101/stat : 11101 (satsolver.sh) S 11089 11088 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384971936 9367552 267 33554432000 4194304 5064252 140735663293152 140735663292064 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11101/statm: 2287 267 226 213 0 72 0
[pid=11102] ppid=11101 vsize=103708 CPUtime=13.42 cores=1,3,5,7
/proc/11102/stat : 11102 (glucose) R 11101 11088 8594 0 -1 4202496 18026 0 0 0 1338 4 0 0 20 0 1 0 384971936 106196992 23577 33554432000 4194304 5208918 140734951143088 140734951140952 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11102/statm: 25927 23577 96 248 0 25676 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 158432

[startup+51.1003 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 11109
/proc/meminfo: memFree=30475992/32873844 swapFree=7896/7896
[pid=11088] ppid=11086 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (npSolver-wbo-It) S 11086 11088 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384970730 9367552 275 33554432000 4194304 5064252 140733343791088 140733343790000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11088/statm: 2287 275 233 213 0 72 0
[pid=11089] ppid=11088 vsize=20044 CPUtime=45.67 cores=1,3,5,7
/proc/11089/stat : 11089 (npSolver-wbo) S 11088 11088 8594 0 -1 4202496 6719 32869 0 0 23 5 4513 26 20 0 1 0 384970730 20525056 4616 33554432000 4194304 6006132 140736036371040 140736036362432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11089/statm: 5011 4616 168 443 0 4564 0
[pid=11108] ppid=11089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11108/stat : 11108 (satsolver.sh) S 11089 11088 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384975299 9367552 266 33554432000 4194304 5064252 140734072861408 140734072860320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11108/statm: 2287 266 226 213 0 72 0
[pid=11109] ppid=11108 vsize=72312 CPUtime=5.4 cores=1,3,5,7
/proc/11109/stat : 11109 (glucose) R 11108 11088 8594 0 -1 4202496 12848 0 0 0 537 3 0 0 20 0 1 0 384975299 74047488 16151 33554432000 4194304 5208918 140735599334832 140735599332696 4229328 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11109/statm: 18078 16151 96 248 0 17827 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 110652

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 11116
/proc/meminfo: memFree=30452500/32873844 swapFree=7896/7896
[pid=11088] ppid=11086 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (npSolver-wbo-It) S 11086 11088 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384970730 9367552 275 33554432000 4194304 5064252 140733343791088 140733343790000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11088/statm: 2287 275 233 213 0 72 0
[pid=11089] ppid=11088 vsize=20044 CPUtime=78.63 cores=1,3,5,7
/proc/11089/stat : 11089 (npSolver-wbo) S 11088 11088 8594 0 -1 4202496 8648 51171 0 0 32 6 7781 44 20 0 1 0 384970730 20525056 4616 33554432000 4194304 6006132 140736036371040 140736036362432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11089/statm: 5011 4616 168 443 0 4564 0
[pid=11115] ppid=11089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11115/stat : 11115 (satsolver.sh) S 11089 11088 8594 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384978596 9367552 266 33554432000 4194304 5064252 140736856632192 140736856631104 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11115/statm: 2287 266 226 213 0 72 0
[pid=11116] ppid=11115 vsize=90964 CPUtime=23.62 cores=1,3,5,7
/proc/11116/stat : 11116 (glucose) R 11115 11088 8594 0 -1 4202496 14903 0 0 0 2357 5 0 0 20 0 1 0 384978597 93147136 20583 33554432000 4194304 5208918 140736700279216 140736700277160 4229504 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11116/statm: 22741 20583 96 248 0 22490 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 129304

[startup+162.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/184 11133
/proc/meminfo: memFree=30461016/32873844 swapFree=7896/7896
[pid=11088] ppid=11086 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (npSolver-wbo-It) S 11086 11088 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384970730 9367552 275 33554432000 4194304 5064252 140733343791088 140733343790000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11088/statm: 2287 275 233 213 0 72 0
[pid=11089] ppid=11088 vsize=20044 CPUtime=144.29 cores=1,3,5,7
/proc/11089/stat : 11089 (npSolver-wbo) S 11088 11088 8594 0 -1 4202496 12501 89046 0 0 50 9 14288 82 20 0 1 0 384970730 20525056 4616 33554432000 4194304 6006132 140736036371040 140736036362432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11089/statm: 5011 4616 168 443 0 4564 0
[pid=11129] ppid=11089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11129/stat : 11129 (satsolver.sh) S 11089 11088 8594 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384985164 9367552 266 33554432000 4194304 5064252 140736856370112 140736856369024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11129/statm: 2287 266 226 213 0 72 0
[pid=11130] ppid=11129 vsize=90904 CPUtime=17.94 cores=1,3,5,7
/proc/11130/stat : 11130 (glucose) R 11129 11088 8594 0 -1 4202496 13263 0 0 0 1790 4 0 0 20 0 1 0 384985164 93085696 20732 33554432000 4194304 5208918 140733922914256 140733922912200 4222319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11130/statm: 22726 20732 96 248 0 22475 0
Current children cumulated CPU time (s) 162.23

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

/proc/11089/statm: 5011 4616 168 443 0 4564 0
[pid=12122] ppid=11089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12122/stat : 12122 (satsolver.sh) S 11089 11088 8594 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385112032 9367552 267 33554432000 4194304 5064252 140737313080512 140737313079424 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12122/statm: 2287 267 226 213 0 72 0
[pid=12123] ppid=12122 vsize=72936 CPUtime=9.27 cores=1,3,5,7
/proc/12123/stat : 12123 (glucose) R 12122 11088 8594 0 -1 4202496 13906 0 0 0 924 3 0 0 20 0 1 0 385112032 74686464 16796 33554432000 4194304 5208918 140734426370592 140734426368456 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12123/statm: 18234 16796 96 248 0 17983 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 111276

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12194
/proc/meminfo: memFree=30656164/32873844 swapFree=7896/7896
[pid=11088] ppid=11086 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (npSolver-wbo-It) S 11086 11088 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384970730 9367552 275 33554432000 4194304 5064252 140733343791088 140733343790000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11088/statm: 2287 275 233 213 0 72 0
[pid=11089] ppid=11088 vsize=20044 CPUtime=1478.77 cores=1,3,5,7
/proc/11089/stat : 11089 (npSolver-wbo) S 11088 11088 8594 0 -1 4202496 90097 916934 0 0 398 53 146627 799 20 0 1 0 384970730 20525056 4616 33554432000 4194304 6006132 140736036371040 140736036362432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11089/statm: 5011 4616 168 443 0 4564 0
[pid=12193] ppid=11089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12193/stat : 12193 (satsolver.sh) S 11089 11088 8594 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385118645 9367552 266 33554432000 4194304 5064252 140733324903328 140733324902240 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12193/statm: 2287 266 226 213 0 72 0
[pid=12194] ppid=12193 vsize=61416 CPUtime=3.13 cores=1,3,5,7
/proc/12194/stat : 12194 (glucose) R 12193 11088 8594 0 -1 4202496 11968 0 0 0 310 3 0 0 20 0 1 0 385118646 62889984 14169 33554432000 4194304 5208918 140737121954016 140737121951864 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12194/statm: 15354 14169 96 248 0 15103 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 99756

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 12250
/proc/meminfo: memFree=30627404/32873844 swapFree=7896/7896
[pid=11088] ppid=11086 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (npSolver-wbo-It) S 11086 11088 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384970730 9367552 275 33554432000 4194304 5064252 140733343791088 140733343790000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11088/statm: 2287 275 233 213 0 72 0
[pid=11089] ppid=11088 vsize=20044 CPUtime=1510.94 cores=1,3,5,7
/proc/11089/stat : 11089 (npSolver-wbo) S 11088 11088 8594 0 -1 4202496 91988 934664 0 0 406 54 149819 815 20 0 1 0 384970730 20525056 4616 33554432000 4194304 6006132 140736036371040 140736036362432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11089/statm: 5011 4616 168 443 0 4564 0
[pid=12228] ppid=11089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12228/stat : 12228 (satsolver.sh) S 11089 11088 8594 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385121863 9367552 266 33554432000 4194304 5064252 140734425607200 140734425606112 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12228/statm: 2287 266 226 213 0 72 0
[pid=12229] ppid=12228 vsize=94692 CPUtime=30.95 cores=1,3,5,7
/proc/12229/stat : 12229 (glucose) R 12228 11088 8594 0 -1 4202496 14889 0 0 0 3091 4 0 0 20 0 1 0 385121863 96964608 19411 33554432000 4194304 5208918 140735718583008 140735718580952 4211676 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12229/statm: 23673 19411 96 248 0 23422 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 133032

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 12313
/proc/meminfo: memFree=30630180/32873844 swapFree=7896/7896
[pid=11088] ppid=11086 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (npSolver-wbo-It) S 11086 11088 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384970730 9367552 275 33554432000 4194304 5064252 140733343791088 140733343790000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11088/statm: 2287 275 233 213 0 72 0
[pid=11089] ppid=11088 vsize=20044 CPUtime=1575.13 cores=1,3,5,7
/proc/11089/stat : 11089 (npSolver-wbo) S 11088 11088 8594 0 -1 4202496 95770 973298 0 0 422 56 156188 847 20 0 1 0 384970730 20525056 4616 33554432000 4194304 6006132 140736036371040 140736036362432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11089/statm: 5011 4616 168 443 0 4564 0
[pid=12291] ppid=11089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12291/stat : 12291 (satsolver.sh) S 11089 11088 8594 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 385128284 9367552 266 33554432000 4194304 5064252 140736424533792 140736424532704 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12291/statm: 2287 266 226 213 0 72 0
[pid=12292] ppid=12291 vsize=94676 CPUtime=26.73 cores=1,3,5,7
/proc/12292/stat : 12292 (glucose) R 12291 11088 8594 0 -1 4202496 14807 0 0 0 2668 5 0 0 20 0 1 0 385128284 96948224 19814 33554432000 4194304 5208918 140737252230224 140737252228168 4211584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12292/statm: 23669 19814 96 248 0 23418 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 133016

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 12376
/proc/meminfo: memFree=30629044/32873844 swapFree=7896/7896
[pid=11088] ppid=11086 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (npSolver-wbo-It) S 11086 11088 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384970730 9367552 275 33554432000 4194304 5064252 140733343791088 140733343790000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11088/statm: 2287 275 233 213 0 72 0
[pid=11089] ppid=11088 vsize=20044 CPUtime=1639.62 cores=1,3,5,7
/proc/11089/stat : 11089 (npSolver-wbo) S 11088 11088 8594 0 -1 4202496 99552 1012064 0 0 438 58 162583 883 20 0 1 0 384970730 20525056 4616 33554432000 4194304 6006132 140736036371040 140736036362432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11089/statm: 5011 4616 168 443 0 4564 0
[pid=12361] ppid=11089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12361/stat : 12361 (satsolver.sh) S 11089 11088 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385134734 9367552 267 33554432000 4194304 5064252 140736366395904 140736366394816 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12361/statm: 2287 267 226 213 0 72 0
[pid=12362] ppid=12361 vsize=94544 CPUtime=22.25 cores=1,3,5,7
/proc/12362/stat : 12362 (glucose) R 12361 11088 8594 0 -1 4202496 15030 0 0 0 2221 4 0 0 20 0 1 0 385134734 96813056 19054 33554432000 4194304 5208918 140736495760720 140736495758664 4211888 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12362/statm: 23636 19054 96 248 0 23385 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 132884

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12446
/proc/meminfo: memFree=30649384/32873844 swapFree=7896/7896
[pid=11088] ppid=11086 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (npSolver-wbo-It) S 11086 11088 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384970730 9367552 275 33554432000 4194304 5064252 140733343791088 140733343790000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11088/statm: 2287 275 233 213 0 72 0
[pid=11089] ppid=11088 vsize=20044 CPUtime=1706.17 cores=1,3,5,7
/proc/11089/stat : 11089 (npSolver-wbo) S 11088 11088 8594 0 -1 4202496 103334 1052315 0 0 454 60 169186 917 20 0 1 0 384970730 20525056 4616 33554432000 4194304 6006132 140736036371040 140736036362432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11089/statm: 5011 4616 168 443 0 4564 0
[pid=12431] ppid=11089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12431/stat : 12431 (satsolver.sh) S 11089 11088 8594 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385141390 9367552 267 33554432000 4194304 5064252 140735031886912 140735031885824 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12431/statm: 2287 267 226 213 0 72 0
[pid=12432] ppid=12431 vsize=79868 CPUtime=15.68 cores=1,3,5,7
/proc/12432/stat : 12432 (glucose) R 12431 11088 8594 0 -1 4202496 13894 0 0 0 1564 4 0 0 20 0 1 0 385141390 81784832 17360 33554432000 4194304 5208918 140734092288896 140734092286840 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12432/statm: 19967 17360 96 248 0 19716 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 118208

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12510
/proc/meminfo: memFree=30651524/32873844 swapFree=7896/7896
[pid=11088] ppid=11086 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (npSolver-wbo-It) S 11086 11088 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384970730 9367552 275 33554432000 4194304 5064252 140733343791088 140733343790000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11088/statm: 2287 275 233 213 0 72 0
[pid=11089] ppid=11088 vsize=20044 CPUtime=1771.34 cores=1,3,5,7
/proc/11089/stat : 11089 (npSolver-wbo) S 11088 11088 8594 0 -1 4202496 107116 1090344 0 0 470 62 175653 949 20 0 1 0 384970730 20525056 4616 33554432000 4194304 6006132 140736036371040 140736036362432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11089/statm: 5011 4616 168 443 0 4564 0
[pid=12502] ppid=11089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12502/stat : 12502 (satsolver.sh) S 11089 11088 8594 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385147909 9367552 267 33554432000 4194304 5064252 140733835396592 140733835395504 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12502/statm: 2287 267 226 213 0 72 0
[pid=12503] ppid=12502 vsize=61168 CPUtime=10.48 cores=1,3,5,7
/proc/12503/stat : 12503 (glucose) R 12502 11088 8594 0 -1 4202496 13592 0 0 0 1045 3 0 0 20 0 1 0 385147909 62636032 13215 33554432000 4194304 5208918 140735456132640 140735456130504 4211656 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12503/statm: 15292 13215 96 248 0 15041 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 99508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12524
/proc/meminfo: memFree=30630864/32873844 swapFree=7896/7896
[pid=11088] ppid=11086 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (npSolver-wbo-It) S 11086 11088 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384970730 9367552 275 33554432000 4194304 5064252 140733343791088 140733343790000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11088/statm: 2287 275 233 213 0 72 0
[pid=11089] ppid=11088 vsize=20044 CPUtime=1771.34 cores=1,3,5,7
/proc/11089/stat : 11089 (npSolver-wbo) S 11088 11088 8594 0 -1 4202496 107116 1090344 0 0 470 62 175653 949 20 0 1 0 384970730 20525056 4616 33554432000 4194304 6006132 140736036371040 140736036362432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11089/statm: 5011 4616 168 443 0 4564 0
[pid=12502] ppid=11089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12502/stat : 12502 (satsolver.sh) S 11089 11088 8594 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385147909 9367552 267 33554432000 4194304 5064252 140733835396592 140733835395504 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12502/statm: 2287 267 226 213 0 72 0
[pid=12503] ppid=12502 vsize=94464 CPUtime=28.69 cores=1,3,5,7
/proc/12503/stat : 12503 (glucose) R 12502 11088 8594 0 -1 4202496 14536 0 0 0 2866 3 0 0 20 0 1 0 385147909 96731136 19261 33554432000 4194304 5208918 140735456132640 140735456130584 4215351 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12503/statm: 23616 19261 96 248 0 23365 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 132804

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 12524
/proc/meminfo: memFree=30630864/32873844 swapFree=7896/7896
[pid=11088] ppid=11086 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11088/stat : 11088 (npSolver-wbo-It) S 11086 11088 8594 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384970730 9367552 275 33554432000 4194304 5064252 140733343791088 140733343790000 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11088/statm: 2287 275 233 213 0 72 0
[pid=11089] ppid=11088 vsize=20044 CPUtime=1771.34 cores=1,3,5,7
/proc/11089/stat : 11089 (npSolver-wbo) S 11088 11088 8594 0 -1 4202496 107116 1090344 0 0 470 62 175653 949 20 0 1 0 384970730 20525056 4616 33554432000 4194304 6006132 140736036371040 140736036362432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11089/statm: 5011 4616 168 443 0 4564 0
[pid=12502] ppid=11089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12502/stat : 12502 (satsolver.sh) S 11089 11088 8594 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385147909 9367552 267 33554432000 4194304 5064252 140733835396592 140733835395504 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12502/statm: 2287 267 226 213 0 72 0
[pid=12503] ppid=12502 vsize=94464 CPUtime=28.69 cores=1,3,5,7
/proc/12503/stat : 12503 (glucose) R 12502 11088 8594 0 -1 4202496 14536 0 0 0 2866 3 0 0 20 0 1 0 385147909 96731136 19261 33554432000 4194304 5208918 140735456132640 140735456130584 4215351 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12503/statm: 23616 19261 96 248 0 23365 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 132804

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.00012207
#  lost CPU user time (s): 0.00012207
#  lost CPU system time (s): 0

Real time (s): 1800.51
CPU time (s): 1800.07
CPU user time (s): 1789.91
CPU system time (s): 10.1655
CPU usage (%): 99.9756
Max. virtual memory (cumulated for all children) (KiB): 158432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.91
system time used= 10.1655
maximum resident set size= 96672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1212987
page faults= 0
swaps= 0
block input operations= 0
block output operations= 818952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16655
involuntary context switches= 2543

runsolver used 3.00854 second user time and 8.50471 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-08 22:47:33
IDJOB=3753622
IDBENCH=78745
IDSOLVER=2337
FILE ID=node136/3753622-1339188453
RUNJOBID= node136-1339183022-10013
PBS_JOBID= 14643823
Free space on /tmp= 70324 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110969577--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753622-1339188453/watcher-3753622-1339188453 -o /tmp/evaluation-result-3753622-1339188453/solver-3753622-1339188453 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753622-1339188453.wbo 50134531 HOME HOME

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

MD5SUM BENCH= 272549dcfc1a9500042cdae4b8981d82
RANDOM SEED=50134531

node136.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.247
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.49
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.247
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.247
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	: 5331.94
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.247
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.90
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.247
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		: 2667.247
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.90
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.247
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.247
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:        30587944 kB
Buffers:          773740 kB
Cached:           394248 kB
SwapCached:        20432 kB
Active:          1167892 kB
Inactive:         180072 kB
Active(anon):     157908 kB
Inactive(anon):    22684 kB
Active(file):    1009984 kB
Inactive(file):   157388 kB
Unevictable:        7896 kB
Mlocked:            7896 kB
SwapTotal:      67108856 kB
SwapFree:       67083240 kB
Dirty:              8160 kB
Writeback:             0 kB
AnonPages:        276944 kB
Mapped:            10240 kB
Shmem:                 0 kB
Slab:             769848 kB
SReclaimable:     211212 kB
SUnreclaim:       558636 kB
KernelStack:        1520 kB
PageTables:         4204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     333260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 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= 70308 MiB
End job on node136 at 2012-06-08 23:17:33