Trace number 3753631

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.04 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111217555--soft-33-100-0.wbo
MD5SUM077b9c494cf23f6ff18d9e6ba287604c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark1.44278
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1222
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
16.37/16.50	o 1382
49.51/49.85	o 1330
82.65/82.99	o 1328
115.53/115.64	o 1326
148.84/149.20	o 1304
182.61/182.77	o 1302
215.61/215.74	o 1300
248.51/248.65	o 1278
281.60/281.77	o 1276
314.39/314.54	o 1274
347.65/348.04	o 1252
380.98/381.38	o 1250
414.11/414.52	o 1248
446.73/447.15	o 1238
479.74/480.15	o 1236
512.79/513.21	o 1234
545.77/546.21	o 1212
579.53/579.72	o 1210
612.86/613.31	o 1208
646.24/646.69	o 1186
679.92/680.37	o 1184
712.63/713.09	o 1182
745.93/746.40	o 1160
778.63/779.11	o 1158
811.73/812.21	o 1156
844.76/845.26	o 1146
877.63/878.13	o 1144
911.00/911.50	o 1142
943.91/944.41	o 1120
977.05/977.56	o 1118
1011.23/1011.75	o 1116
1044.22/1044.50	o 1114
1077.17/1077.70	o 1092
1110.32/1110.86	o 1090
1143.59/1143.93	o 1088
1176.22/1176.78	o 1078
1209.06/1209.62	o 1076
1241.81/1242.38	o 1074
1274.48/1275.06	o 1052
1307.43/1307.82	o 1050
1339.77/1340.37	o 1048
1372.59/1373.19	o 1047
1405.32/1405.78	o 1045
1438.53/1439.15	o 1023
1473.83/1474.45	o 1021
1507.02/1507.66	o 1019
1539.94/1540.58	o 1017
1572.79/1573.45	o 995
1605.81/1606.47	o 993
1638.84/1639.50	o 991
1672.14/1672.81	o 981
1705.64/1706.15	o 979
1738.54/1739.24	o 977
1771.60/1772.19	o 955
1800.02/1800.50	./satsolver.sh: line 5: 31033 Terminated              ./glucose $1 > $2 2> /dev/null
1800.02/1800.50	c error: unexpected solver exit code
1800.02/1800.50	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-3753631-1339188469/watcher-3753631-1339188469 -o /tmp/evaluation-result-3753631-1339188469/solver-3753631-1339188469 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753631-1339188469.wbo 269014894 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.02 2.01 2.00 3/179 30012
/proc/meminfo: memFree=29003992/32873648 swapFree=7376/7376
[pid=30012] ppid=30010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30012/stat : 30012 (npSolver-wbo-It) S 30010 30012 27509 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384972379 9367552 274 33554432000 4194304 5064252 140736133401360 140736133400272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30012/statm: 2287 274 233 213 0 72 0

[startup+0.0905341 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 30012
/proc/meminfo: memFree=29003992/32873648 swapFree=7376/7376
[pid=30012] ppid=30010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30012/stat : 30012 (npSolver-wbo-It) S 30010 30012 27509 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384972379 9367552 274 33554432000 4194304 5064252 140736133401360 140736133400272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30012/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100287 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 30012
/proc/meminfo: memFree=29003992/32873648 swapFree=7376/7376
[pid=30012] ppid=30010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30012/stat : 30012 (npSolver-wbo-It) S 30010 30012 27509 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384972379 9367552 274 33554432000 4194304 5064252 140736133401360 140736133400272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30012/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300232 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 30012
/proc/meminfo: memFree=29003992/32873648 swapFree=7376/7376
[pid=30012] ppid=30010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30012/stat : 30012 (npSolver-wbo-It) S 30010 30012 27509 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384972379 9367552 274 33554432000 4194304 5064252 140736133401360 140736133400272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30012/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700226 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 30012
/proc/meminfo: memFree=29003992/32873648 swapFree=7376/7376
[pid=30012] ppid=30010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30012/stat : 30012 (npSolver-wbo-It) S 30010 30012 27509 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384972379 9367552 274 33554432000 4194304 5064252 140736133401360 140736133400272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30012/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 30019
/proc/meminfo: memFree=28996928/32873648 swapFree=7376/7376
[pid=30012] ppid=30010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30012/stat : 30012 (npSolver-wbo-It) S 30010 30012 27509 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384972379 9367552 274 33554432000 4194304 5064252 140736133401360 140736133400272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30012/statm: 2287 274 233 213 0 72 0
[pid=30013] ppid=30012 vsize=3092 CPUtime=0.16 cores=1,3,5,7
/proc/30013/stat : 30013 (npSolver-wbo) S 30012 30012 27509 0 -1 4202496 1957 2176 0 0 2 0 14 0 20 0 1 0 384972379 3166208 376 33554432000 4194304 6006132 140733292172752 140733292166944 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30013/statm: 773 376 158 443 0 326 0
[pid=30018] ppid=30013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30018/stat : 30018 (satsolver.sh) S 30013 30012 27509 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384972397 9367552 267 33554432000 4194304 5064252 140733805853376 140733805852288 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30018/statm: 2287 267 226 213 0 72 0
[pid=30019] ppid=30018 vsize=12796 CPUtime=1.3 cores=1,3,5,7
/proc/30019/stat : 30019 (glucose) R 30018 30012 27509 0 -1 4202496 2485 0 0 0 130 0 0 0 20 0 1 0 384972397 13103104 1725 33554432000 4194304 5208918 140737182787344 140737182785192 4231508 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30019/statm: 3199 1725 96 248 0 2948 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 34184

[startup+3.10035 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 30019
/proc/meminfo: memFree=28986576/32873648 swapFree=7376/7376
[pid=30012] ppid=30010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30012/stat : 30012 (npSolver-wbo-It) S 30010 30012 27509 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384972379 9367552 274 33554432000 4194304 5064252 140736133401360 140736133400272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30012/statm: 2287 274 233 213 0 72 0
[pid=30013] ppid=30012 vsize=3092 CPUtime=0.16 cores=1,3,5,7
/proc/30013/stat : 30013 (npSolver-wbo) S 30012 30012 27509 0 -1 4202496 1957 2176 0 0 2 0 14 0 20 0 1 0 384972379 3166208 376 33554432000 4194304 6006132 140733292172752 140733292166944 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30013/statm: 773 376 158 443 0 326 0
[pid=30018] ppid=30013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30018/stat : 30018 (satsolver.sh) S 30013 30012 27509 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384972397 9367552 267 33554432000 4194304 5064252 140733805853376 140733805852288 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30018/statm: 2287 267 226 213 0 72 0
[pid=30019] ppid=30018 vsize=14484 CPUtime=2.9 cores=1,3,5,7
/proc/30019/stat : 30019 (glucose) R 30018 30012 27509 0 -1 4202496 3463 0 0 0 290 0 0 0 20 0 1 0 384972397 14831616 3190 33554432000 4194304 5208918 140737182787344 140737182785288 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30019/statm: 3621 3190 96 248 0 3370 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 35872

[startup+6.30034 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 30019
/proc/meminfo: memFree=28971640/32873648 swapFree=7376/7376
[pid=30012] ppid=30010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30012/stat : 30012 (npSolver-wbo-It) S 30010 30012 27509 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384972379 9367552 274 33554432000 4194304 5064252 140736133401360 140736133400272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30012/statm: 2287 274 233 213 0 72 0
[pid=30013] ppid=30012 vsize=3092 CPUtime=0.16 cores=1,3,5,7
/proc/30013/stat : 30013 (npSolver-wbo) S 30012 30012 27509 0 -1 4202496 1957 2176 0 0 2 0 14 0 20 0 1 0 384972379 3166208 376 33554432000 4194304 6006132 140733292172752 140733292166944 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30013/statm: 773 376 158 443 0 326 0
[pid=30018] ppid=30013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30018/stat : 30018 (satsolver.sh) S 30013 30012 27509 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384972397 9367552 267 33554432000 4194304 5064252 140733805853376 140733805852288 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30018/statm: 2287 267 226 213 0 72 0
[pid=30019] ppid=30018 vsize=22592 CPUtime=6.11 cores=1,3,5,7
/proc/30019/stat : 30019 (glucose) R 30018 30012 27509 0 -1 4202496 4054 0 0 0 610 1 0 0 20 0 1 0 384972397 23134208 4793 33554432000 4194304 5208918 140737182787344 140737182785336 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30019/statm: 5648 4793 96 248 0 5397 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 43980

[startup+12.7003 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 30019
/proc/meminfo: memFree=28947956/32873648 swapFree=7376/7376
[pid=30012] ppid=30010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30012/stat : 30012 (npSolver-wbo-It) S 30010 30012 27509 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384972379 9367552 274 33554432000 4194304 5064252 140736133401360 140736133400272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30012/statm: 2287 274 233 213 0 72 0
[pid=30013] ppid=30012 vsize=3092 CPUtime=0.16 cores=1,3,5,7
/proc/30013/stat : 30013 (npSolver-wbo) S 30012 30012 27509 0 -1 4202496 1957 2176 0 0 2 0 14 0 20 0 1 0 384972379 3166208 376 33554432000 4194304 6006132 140733292172752 140733292166944 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30013/statm: 773 376 158 443 0 326 0
[pid=30018] ppid=30013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30018/stat : 30018 (satsolver.sh) S 30013 30012 27509 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384972397 9367552 267 33554432000 4194304 5064252 140733805853376 140733805852288 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30018/statm: 2287 267 226 213 0 72 0
[pid=30019] ppid=30018 vsize=21636 CPUtime=12.5 cores=1,3,5,7
/proc/30019/stat : 30019 (glucose) R 30018 30012 27509 0 -1 4202496 4648 0 0 0 1249 1 0 0 20 0 1 0 384972397 22155264 4165 33554432000 4194304 5208918 140737182787344 140737182785288 4229507 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30019/statm: 5409 4165 96 248 0 5158 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 43024

[startup+25.5003 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 30026
/proc/meminfo: memFree=28903580/32873648 swapFree=7376/7376
[pid=30012] ppid=30010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30012/stat : 30012 (npSolver-wbo-It) S 30010 30012 27509 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384972379 9367552 274 33554432000 4194304 5064252 140736133401360 140736133400272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30012/statm: 2287 274 233 213 0 72 0
[pid=30013] ppid=30012 vsize=19896 CPUtime=16.58 cores=1,3,5,7
/proc/30013/stat : 30013 (npSolver-wbo) S 30012 30012 27509 0 -1 4202496 4227 10717 0 0 12 2 1641 3 20 0 1 0 384972379 20373504 4525 33554432000 4194304 6006132 140733292172752 140733292164144 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30013/statm: 4974 4525 167 443 0 4527 0
[pid=30025] ppid=30013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30025/stat : 30025 (satsolver.sh) S 30013 30012 27509 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384974040 9367552 266 33554432000 4194304 5064252 140734691937360 140734691936272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30025/statm: 2287 266 226 213 0 72 0
[pid=30026] ppid=30025 vsize=72904 CPUtime=8.87 cores=1,3,5,7
/proc/30026/stat : 30026 (glucose) R 30025 30012 27509 0 -1 4202496 14588 0 0 0 885 2 0 0 20 0 1 0 384974040 74653696 16919 33554432000 4194304 5208918 140736472160112 140736472158200 4211792 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30026/statm: 18226 16919 96 248 0 17975 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 111096

[startup+51.1003 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 30085
/proc/meminfo: memFree=29028900/32873648 swapFree=7376/7376
[pid=30012] ppid=30010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30012/stat : 30012 (npSolver-wbo-It) S 30010 30012 27509 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384972379 9367552 274 33554432000 4194304 5064252 140736133401360 140736133400272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30012/statm: 2287 274 233 213 0 72 0
[pid=30013] ppid=30012 vsize=19896 CPUtime=49.92 cores=1,3,5,7
/proc/30013/stat : 30013 (npSolver-wbo) S 30012 30012 27509 0 -1 4202496 6485 31086 0 0 21 3 4951 17 20 0 1 0 384972379 20373504 4526 33554432000 4194304 6006132 140733292172752 140733292164144 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30013/statm: 4974 4526 167 443 0 4527 0
[pid=30084] ppid=30013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30084/stat : 30084 (satsolver.sh) S 30013 30012 27509 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384977375 9367552 266 33554432000 4194304 5064252 140735994174288 140735994173200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30084/statm: 2287 266 226 213 0 72 0
[pid=30085] ppid=30084 vsize=59380 CPUtime=1.12 cores=1,3,5,7
/proc/30085/stat : 30085 (glucose) R 30084 30012 27509 0 -1 4202496 12322 0 0 0 110 2 0 0 20 0 1 0 384977375 60805120 12904 33554432000 4194304 5208918 140733463719856 140733463717704 4229538 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30085/statm: 14845 12904 95 248 0 14594 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 97572

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 30106
/proc/meminfo: memFree=28994716/32873648 swapFree=7376/7376
[pid=30012] ppid=30010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30012/stat : 30012 (npSolver-wbo-It) S 30010 30012 27509 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384972379 9367552 274 33554432000 4194304 5064252 140736133401360 140736133400272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30012/statm: 2287 274 233 213 0 72 0
[pid=30013] ppid=30012 vsize=19896 CPUtime=83.05 cores=1,3,5,7
/proc/30013/stat : 30013 (npSolver-wbo) S 30012 30012 27509 0 -1 4202496 8743 50020 0 0 30 4 8234 37 20 0 1 0 384972379 20373504 4526 33554432000 4194304 6006132 140733292172752 140733292164144 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30013/statm: 4974 4526 167 443 0 4527 0
[pid=30098] ppid=30013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30098/stat : 30098 (satsolver.sh) S 30013 30012 27509 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384980689 9367552 266 33554432000 4194304 5064252 140736064901472 140736064900384 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30098/statm: 2287 266 226 213 0 72 0
[pid=30099] ppid=30098 vsize=90880 CPUtime=19.19 cores=1,3,5,7
/proc/30099/stat : 30099 (glucose) R 30098 30012 27509 0 -1 4202496 14229 0 0 0 1916 3 0 0 20 0 1 0 384980689 93061120 20627 33554432000 4194304 5208918 140735845011376 140735845009320 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30099/statm: 22720 20627 96 248 0 22469 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 129072

[startup+162.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/184 30145
/proc/meminfo: memFree=29022900/32873648 swapFree=7376/7376
[pid=30012] ppid=30010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30012/stat : 30012 (npSolver-wbo-It) S 30010 30012 27509 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384972379 9367552 274 33554432000 4194304 5064252 140736133401360 140736133400272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30012/statm: 2287 274 233 213 0 72 0
[pid=30013] ppid=30012 vsize=19896 CPUtime=149.25 cores=1,3,5,7
/proc/30013/stat : 30013 (npSolver-wbo) S 30012 30012 27509 0 -1 4202496 13259 88938 0 0 48 6 14797 74 20 0 1 0 384972379 20373504 4528 33554432000 4194304 6006132 140733292172752 140733292164144 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30013/statm: 4974 4528 167 443 0 4527 0
[pid=30137] ppid=30013 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 30843
/proc/meminfo: memFree=29039668/32873648 swapFree=7376/7376
[pid=30012] ppid=30010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30012/stat : 30012 (npSolver-wbo-It) S 30010 30012 27509 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384972379 9367552 274 33554432000 4194304 5064252 140736133401360 140736133400272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30012/statm: 2287 274 233 213 0 72 0
[pid=30013] ppid=30012 vsize=19896 CPUtime=1405.49 cores=1,3,5,7
/proc/30013/stat : 30013 (npSolver-wbo) S 30012 30012 27509 0 -1 4202496 99039 816388 0 0 349 42 139494 664 20 0 1 0 384972379 20373504 4543 33554432000 4194304 6006132 140733292172752 140733292164144 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30013/statm: 4974 4543 167 443 0 4527 0
[pid=30835] ppid=30013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30835/stat : 30835 (satsolver.sh) S 30013 30012 27509 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385112965 9367552 267 33554432000 4194304 5064252 140736799898224 140736799897136 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30835/statm: 2287 267 226 213 0 72 0
[pid=30836] ppid=30835 vsize=78640 CPUtime=16.43 cores=1,3,5,7
/proc/30836/stat : 30836 (glucose) R 30835 30012 27509 0 -1 4202496 13161 0 0 0 1640 3 0 0 20 0 1 0 385112966 80527360 17990 33554432000 4194304 5208918 140736780750016 140736780747880 4229328 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30836/statm: 19660 17990 96 248 0 19409 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 116832

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 30871
/proc/meminfo: memFree=29041304/32873648 swapFree=7376/7376
[pid=30012] ppid=30010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30012/stat : 30012 (npSolver-wbo-It) S 30010 30012 27509 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384972379 9367552 274 33554432000 4194304 5064252 140736133401360 140736133400272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30012/statm: 2287 274 233 213 0 72 0
[pid=30013] ppid=30012 vsize=19896 CPUtime=1474.14 cores=1,3,5,7
/proc/30013/stat : 30013 (npSolver-wbo) S 30012 30012 27509 0 -1 4202496 103553 851562 0 0 363 44 146317 690 20 0 1 0 384972379 20373504 4545 33554432000 4194304 6006132 140733292172752 140733292164144 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30013/statm: 4974 4545 167 443 0 4527 0
[pid=30870] ppid=30013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30870/stat : 30870 (satsolver.sh) S 30013 30012 27509 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385119832 9367552 266 33554432000 4194304 5064252 140736898100560 140736898099472 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30870/statm: 2287 266 226 213 0 72 0
[pid=30871] ppid=30870 vsize=66652 CPUtime=7.75 cores=1,3,5,7
/proc/30871/stat : 30871 (glucose) R 30870 30012 27509 0 -1 4202496 13450 0 0 0 773 2 0 0 20 0 1 0 385119832 68251648 14753 33554432000 4194304 5208918 140736116000960 140736115998824 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30871/statm: 16663 14753 96 248 0 16412 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 104844

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 30906
/proc/meminfo: memFree=29058436/32873648 swapFree=7376/7376
[pid=30012] ppid=30010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30012/stat : 30012 (npSolver-wbo-It) S 30010 30012 27509 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384972379 9367552 274 33554432000 4194304 5064252 140736133401360 140736133400272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30012/statm: 2287 274 233 213 0 72 0
[pid=30013] ppid=30012 vsize=19896 CPUtime=1540.25 cores=1,3,5,7
/proc/30013/stat : 30013 (npSolver-wbo) S 30012 30012 27509 0 -1 4202496 108067 888432 0 0 376 46 152885 718 20 0 1 0 384972379 20373504 4545 33554432000 4194304 6006132 140733292172752 140733292164144 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30013/statm: 4974 4545 167 443 0 4527 0
[pid=30905] ppid=30013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30905/stat : 30905 (satsolver.sh) S 30013 30012 27509 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385126445 9367552 266 33554432000 4194304 5064252 140737223238208 140737223237120 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30905/statm: 2287 266 226 213 0 72 0
[pid=30906] ppid=30905 vsize=47516 CPUtime=1.62 cores=1,3,5,7
/proc/30906/stat : 30906 (glucose) R 30905 30012 27509 0 -1 4202496 9658 0 0 0 161 1 0 0 20 0 1 0 385126445 48656384 9965 33554432000 4194304 5208918 140736713077088 140736713075240 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30906/statm: 11879 9965 96 248 0 11628 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 85708

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 30934
/proc/meminfo: memFree=29035948/32873648 swapFree=7376/7376
[pid=30012] ppid=30010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30012/stat : 30012 (npSolver-wbo-It) S 30010 30012 27509 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384972379 9367552 274 33554432000 4194304 5064252 140736133401360 140736133400272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30012/statm: 2287 274 233 213 0 72 0
[pid=30013] ppid=30012 vsize=19896 CPUtime=1573.1 cores=1,3,5,7
/proc/30013/stat : 30013 (npSolver-wbo) S 30012 30012 27509 0 -1 4202496 110324 905418 0 0 383 46 156149 732 20 0 1 0 384972379 20373504 4546 33554432000 4194304 6006132 140733292172752 140733292164144 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30013/statm: 4974 4546 167 443 0 4527 0
[pid=30926] ppid=30013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30926/stat : 30926 (satsolver.sh) S 30013 30012 27509 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385129732 9367552 267 33554432000 4194304 5064252 140735106980112 140735106979024 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30926/statm: 2287 267 226 213 0 72 0
[pid=30927] ppid=30926 vsize=77852 CPUtime=28.75 cores=1,3,5,7
/proc/30927/stat : 30927 (glucose) R 30926 30012 27509 0 -1 4202496 12249 0 0 0 2872 3 0 0 20 0 1 0 385129732 79720448 17627 33554432000 4194304 5208918 140734974179104 140734974176968 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30927/statm: 19463 17627 96 248 0 19212 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 116044

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 30970
/proc/meminfo: memFree=29036312/32873648 swapFree=7376/7376
[pid=30012] ppid=30010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30012/stat : 30012 (npSolver-wbo-It) S 30010 30012 27509 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384972379 9367552 274 33554432000 4194304 5064252 140736133401360 140736133400272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30012/statm: 2287 274 233 213 0 72 0
[pid=30013] ppid=30012 vsize=19896 CPUtime=1639.14 cores=1,3,5,7
/proc/30013/stat : 30013 (npSolver-wbo) S 30012 30012 27509 0 -1 4202496 114838 939449 0 0 397 48 162708 761 20 0 1 0 384972379 20373504 4546 33554432000 4194304 6006132 140733292172752 140733292164144 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30013/statm: 4974 4546 167 443 0 4527 0
[pid=30962] ppid=30013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30962/stat : 30962 (satsolver.sh) S 30013 30012 27509 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385136337 9367552 267 33554432000 4194304 5064252 140736148559760 140736148558672 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30962/statm: 2287 267 226 213 0 72 0
[pid=30963] ppid=30962 vsize=77772 CPUtime=22.7 cores=1,3,5,7
/proc/30963/stat : 30963 (glucose) R 30962 30012 27509 0 -1 4202496 13953 0 0 0 2267 3 0 0 20 0 1 0 385136337 79638528 18073 33554432000 4194304 5208918 140736388585072 140736388582936 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30963/statm: 19443 18073 96 248 0 19192 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 115964

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31005
/proc/meminfo: memFree=29057068/32873648 swapFree=7376/7376
[pid=30012] ppid=30010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30012/stat : 30012 (npSolver-wbo-It) S 30010 30012 27509 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384972379 9367552 274 33554432000 4194304 5064252 140736133401360 140736133400272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30012/statm: 2287 274 233 213 0 72 0
[pid=30013] ppid=30012 vsize=19896 CPUtime=1705.76 cores=1,3,5,7
/proc/30013/stat : 30013 (npSolver-wbo) S 30012 30012 27509 0 -1 4202496 119352 975672 0 0 410 49 169329 788 20 0 1 0 384972379 20373504 4547 33554432000 4194304 6006132 140733292172752 140733292164144 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30013/statm: 4974 4547 167 443 0 4527 0
[pid=30997] ppid=30013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30997/stat : 30997 (satsolver.sh) S 30013 30012 27509 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385143001 9367552 267 33554432000 4194304 5064252 140734599055968 140734599054880 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30997/statm: 2287 267 226 213 0 72 0
[pid=30998] ppid=30997 vsize=77496 CPUtime=16.06 cores=1,3,5,7
/proc/30998/stat : 30998 (glucose) R 30997 30012 27509 0 -1 4202496 13539 0 0 0 1604 2 0 0 20 0 1 0 385143002 79355904 16912 33554432000 4194304 5208918 140733917301440 140733917299304 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30998/statm: 19374 16912 96 248 0 19123 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 115688

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31033
/proc/meminfo: memFree=29044756/32873648 swapFree=7376/7376
[pid=30012] ppid=30010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30012/stat : 30012 (npSolver-wbo-It) S 30010 30012 27509 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384972379 9367552 274 33554432000 4194304 5064252 140736133401360 140736133400272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30012/statm: 2287 274 233 213 0 72 0
[pid=30013] ppid=30012 vsize=19896 CPUtime=1771.8 cores=1,3,5,7
/proc/30013/stat : 30013 (npSolver-wbo) S 30012 30012 27509 0 -1 4202496 123866 1013110 0 0 423 52 175891 814 20 0 1 0 384972379 20373504 4548 33554432000 4194304 6006132 140733292172752 140733292164144 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30013/statm: 4974 4548 167 443 0 4527 0
[pid=31032] ppid=30013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31032/stat : 31032 (satsolver.sh) S 30013 30012 27509 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385149606 9367552 267 33554432000 4194304 5064252 140736079577040 140736079575952 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31032/statm: 2287 267 226 213 0 72 0
[pid=31033] ppid=31032 vsize=60380 CPUtime=10.01 cores=1,3,5,7
/proc/31033/stat : 31033 (glucose) R 31032 30012 27509 0 -1 4202496 11210 0 0 0 999 2 0 0 20 0 1 0 385149606 61829120 14164 33554432000 4194304 5208918 140736172050400 140736172048264 4229692 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31033/statm: 15095 14164 96 248 0 14844 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 98572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31040
/proc/meminfo: memFree=29056588/32873648 swapFree=7376/7376
[pid=30012] ppid=30010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30012/stat : 30012 (npSolver-wbo-It) S 30010 30012 27509 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384972379 9367552 274 33554432000 4194304 5064252 140736133401360 140736133400272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30012/statm: 2287 274 233 213 0 72 0
[pid=30013] ppid=30012 vsize=19896 CPUtime=1771.8 cores=1,3,5,7
/proc/30013/stat : 30013 (npSolver-wbo) S 30012 30012 27509 0 -1 4202496 123866 1013110 0 0 423 52 175891 814 20 0 1 0 384972379 20373504 4548 33554432000 4194304 6006132 140733292172752 140733292164144 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30013/statm: 4974 4548 167 443 0 4527 0
[pid=31032] ppid=30013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31032/stat : 31032 (satsolver.sh) S 30013 30012 27509 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385149606 9367552 267 33554432000 4194304 5064252 140736079577040 140736079575952 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31032/statm: 2287 267 226 213 0 72 0
[pid=31033] ppid=31032 vsize=53296 CPUtime=28.22 cores=1,3,5,7
/proc/31033/stat : 31033 (glucose) R 31032 30012 27509 0 -1 4202496 12331 0 0 0 2818 4 0 0 20 0 1 0 385149606 54575104 12475 33554432000 4194304 5208918 140736172050400 140736172048488 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31033/statm: 13324 12475 96 248 0 13073 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 91488

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 31040
/proc/meminfo: memFree=29056588/32873648 swapFree=7376/7376
[pid=30012] ppid=30010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30012/stat : 30012 (npSolver-wbo-It) S 30010 30012 27509 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384972379 9367552 274 33554432000 4194304 5064252 140736133401360 140736133400272 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30012/statm: 2287 274 233 213 0 72 0
[pid=30013] ppid=30012 vsize=19896 CPUtime=1771.8 cores=1,3,5,7
/proc/30013/stat : 30013 (npSolver-wbo) S 30012 30012 27509 0 -1 4202496 123866 1013110 0 0 423 52 175891 814 20 0 1 0 384972379 20373504 4548 33554432000 4194304 6006132 140733292172752 140733292164144 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30013/statm: 4974 4548 167 443 0 4527 0
[pid=31032] ppid=30013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31032/stat : 31032 (satsolver.sh) S 30013 30012 27509 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385149606 9367552 267 33554432000 4194304 5064252 140736079577040 140736079575952 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31032/statm: 2287 267 226 213 0 72 0
[pid=31033] ppid=31032 vsize=53296 CPUtime=28.22 cores=1,3,5,7
/proc/31033/stat : 31033 (glucose) R 31032 30012 27509 0 -1 4202496 12331 0 0 0 2818 4 0 0 20 0 1 0 385149606 54575104 12475 33554432000 4194304 5208918 140736172050400 140736172048488 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31033/statm: 13324 12475 96 248 0 13073 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 91488

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.04
CPU user time (s): 1791.33
CPU system time (s): 8.70768
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 130084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.33
system time used= 8.70768
maximum resident set size= 86432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1150296
page faults= 0
swaps= 0
block input operations= 0
block output operations= 754688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14911
involuntary context switches= 2394

runsolver used 2.99454 second user time and 7.57185 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-08 22:47:50
IDJOB=3753631
IDBENCH=78751
IDSOLVER=2337
FILE ID=node125/3753631-1339188469
RUNJOBID= node125-1339183062-29062
PBS_JOBID= 14643842
Free space on /tmp= 70752 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111217555--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-3753631-1339188469/watcher-3753631-1339188469 -o /tmp/evaluation-result-3753631-1339188469/solver-3753631-1339188469 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753631-1339188469.wbo 269014894 HOME HOME

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

MD5SUM BENCH= 077b9c494cf23f6ff18d9e6ba287604c
RANDOM SEED=269014894

node125.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.373
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.74
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.373
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.373
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.92
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.373
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		: 2666.373
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		: 2666.373
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	: 5438.54
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.373
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.373
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:       32873648 kB
MemFree:        29004256 kB
Buffers:          742236 kB
Cached:          1999288 kB
SwapCached:         1248 kB
Active:          2449392 kB
Inactive:         470688 kB
Active(anon):     168668 kB
Inactive(anon):     7424 kB
Active(file):    2280724 kB
Inactive(file):   463264 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67102600 kB
Dirty:              8564 kB
Writeback:            28 kB
AnonPages:        182172 kB
Mapped:            12448 kB
Shmem:                96 kB
Slab:             808468 kB
SReclaimable:     252112 kB
SUnreclaim:       556356 kB
KernelStack:        1472 kB
PageTables:         4396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     337516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70740 MiB
End job on node125 at 2012-06-08 23:17:50