Trace number 3715935

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topdown-quickBound? (TO) 1800.09 1800.51

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900670167--soft-0-100-0.wbo
MD5SUMf06e3169df6f7eed4900beba2f9ca344
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark40.0999
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136625
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136624
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 707
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c run usual solver
0.00/0.18	o 423
0.00/0.18	c starting approximation
0.00/0.18	c factor = 2
0.00/0.18	c factor still to low - shrinking to 3.49229
0.00/0.18	c approx number of clauses: 1e+06
0.00/0.18	c current bound: 211
35.47/35.81	c current bound: 211
70.52/70.88	c current bound: 211
105.82/106.19	c current bound: 211
141.42/141.79	c current bound: 211
177.19/177.58	c current bound: 211
212.91/213.30	c current bound: 211
248.46/248.87	c current bound: 211
284.10/284.51	c current bound: 211
319.90/320.32	c current bound: 211
355.76/356.19	c current bound: 211
390.93/391.38	c current bound: 211
425.95/426.42	c current bound: 211
461.79/462.05	c current bound: 211
497.27/497.76	c current bound: 211
532.86/533.35	c current bound: 211
568.51/569.01	c current bound: 211
604.38/604.89	c current bound: 211
639.96/640.24	c current bound: 211
675.05/675.57	c current bound: 211
710.83/711.36	c current bound: 211
746.63/746.94	c current bound: 211
782.30/782.85	c current bound: 211
818.11/818.45	c current bound: 211
853.41/853.95	c current bound: 211
888.98/889.52	c current bound: 211
924.80/925.18	c current bound: 211
960.10/960.68	c current bound: 211
995.72/996.30	c current bound: 211
1030.90/1031.47	c current bound: 211
1066.39/1066.70	c current bound: 211
1101.82/1102.41	c current bound: 211
1137.51/1138.11	c current bound: 211
1173.38/1173.98	c current bound: 211
1208.93/1209.53	c current bound: 211
1244.21/1244.81	c current bound: 211
1280.05/1280.66	c current bound: 211
1315.48/1316.10	c current bound: 211
1351.43/1351.89	c current bound: 211
1386.88/1387.51	c current bound: 211
1422.92/1423.38	c current bound: 211
1458.22/1458.88	c current bound: 211
1493.89/1494.55	c current bound: 211
1528.98/1529.65	c current bound: 211
1564.37/1565.05	c current bound: 211
1600.08/1600.58	c current bound: 211
1635.49/1636.18	c current bound: 211
1671.03/1671.73	c current bound: 211
1706.85/1707.36	c current bound: 211
1742.22/1742.93	c current bound: 211
1778.16/1778.64	c current bound: 211
1800.06/1800.50	./satsolver.sh: line 5: 32431 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.50	c error: unexpected solver exit code
1800.06/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-3715935-1338235203/watcher-3715935-1338235203 -o /tmp/evaluation-result-3715935-1338235203/solver-3715935-1338235203 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715935-1338235203.wbo 83676713 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.03 2.03 1.97 3/180 31949
/proc/meminfo: memFree=30367700/32873648 swapFree=6860/6860
[pid=31949] ppid=31947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31949/stat : 31949 (npSolver-wbo-It) S 31947 31949 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289646332 9367552 274 33554432000 4194304 5064252 140736560003856 140736560002768 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31949/statm: 2287 274 233 213 0 72 0

[startup+0.0387089 s]
/proc/loadavg: 2.03 2.03 1.97 3/180 31949
/proc/meminfo: memFree=30367700/32873648 swapFree=6860/6860
[pid=31949] ppid=31947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31949/stat : 31949 (npSolver-wbo-It) S 31947 31949 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289646332 9367552 274 33554432000 4194304 5064252 140736560003856 140736560002768 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31949/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100154 s]
/proc/loadavg: 2.03 2.03 1.97 3/180 31949
/proc/meminfo: memFree=30367700/32873648 swapFree=6860/6860
[pid=31949] ppid=31947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31949/stat : 31949 (npSolver-wbo-It) S 31947 31949 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289646332 9367552 274 33554432000 4194304 5064252 140736560003856 140736560002768 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31949/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30015 s]
/proc/loadavg: 2.03 2.03 1.97 3/180 31949
/proc/meminfo: memFree=30367700/32873648 swapFree=6860/6860
[pid=31949] ppid=31947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31949/stat : 31949 (npSolver-wbo-It) S 31947 31949 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289646332 9367552 274 33554432000 4194304 5064252 140736560003856 140736560002768 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31949/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700108 s]
/proc/loadavg: 2.03 2.03 1.97 3/180 31949
/proc/meminfo: memFree=30367700/32873648 swapFree=6860/6860
[pid=31949] ppid=31947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31949/stat : 31949 (npSolver-wbo-It) S 31947 31949 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289646332 9367552 274 33554432000 4194304 5064252 140736560003856 140736560002768 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31949/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.03 2.03 1.97 3/184 32017
/proc/meminfo: memFree=30287048/32873648 swapFree=6860/6860
[pid=31949] ppid=31947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31949/stat : 31949 (npSolver-wbo-It) S 31947 31949 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289646332 9367552 274 33554432000 4194304 5064252 140736560003856 140736560002768 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31949/statm: 2287 274 233 213 0 72 0
[pid=31950] ppid=31949 vsize=11956 CPUtime=0.24 cores=1,3,5,7
/proc/31950/stat : 31950 (npSolver-wbo) S 31949 31949 22749 0 -1 4202496 2952 6429 0 0 10 2 11 1 20 0 1 0 289646333 12242944 2353 33554432000 4194304 5990268 140734683717232 140734683708640 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31950/statm: 2989 2353 176 439 0 2546 0
[pid=32004] ppid=31950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32004/stat : 32004 (satsolver.sh) S 31950 31949 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289646360 9367552 267 33554432000 4194304 5064252 140734852215248 140734852214160 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32004/statm: 2287 267 226 213 0 72 0
[pid=32005] ppid=32004 vsize=47964 CPUtime=1.2 cores=1,3,5,7
/proc/32005/stat : 32005 (glucose) R 32004 31949 22749 0 -1 4202496 9679 0 0 0 119 1 0 0 20 0 1 0 289646360 49115136 10903 33554432000 4194304 5208918 140733236864320 140733236862728 4211553 0 0 4096 0 0 0 0 17 7 0 0 0 0 0
/proc/32005/statm: 11991 10903 95 248 0 11740 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 78216

[startup+3.10022 s]
/proc/loadavg: 2.03 2.03 1.97 3/184 32017
/proc/meminfo: memFree=30286164/32873648 swapFree=6860/6860
[pid=31949] ppid=31947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31949/stat : 31949 (npSolver-wbo-It) S 31947 31949 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289646332 9367552 274 33554432000 4194304 5064252 140736560003856 140736560002768 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31949/statm: 2287 274 233 213 0 72 0
[pid=31950] ppid=31949 vsize=11956 CPUtime=0.24 cores=1,3,5,7
/proc/31950/stat : 31950 (npSolver-wbo) S 31949 31949 22749 0 -1 4202496 2952 6429 0 0 10 2 11 1 20 0 1 0 289646333 12242944 2353 33554432000 4194304 5990268 140734683717232 140734683708640 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31950/statm: 2989 2353 176 439 0 2546 0
[pid=32004] ppid=31950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32004/stat : 32004 (satsolver.sh) S 31950 31949 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289646360 9367552 267 33554432000 4194304 5064252 140734852215248 140734852214160 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32004/statm: 2287 267 226 213 0 72 0
[pid=32005] ppid=32004 vsize=47964 CPUtime=2.78 cores=1,3,5,7
/proc/32005/stat : 32005 (glucose) R 32004 31949 22749 0 -1 4202496 9679 0 0 0 277 1 0 0 20 0 1 0 289646360 49115136 10903 33554432000 4194304 5208918 140733236864320 140733236862728 4211584 0 0 4096 0 0 0 0 17 7 0 0 0 0 0
/proc/32005/statm: 11991 10903 95 248 0 11740 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 78216

[startup+6.30029 s]
/proc/loadavg: 2.03 2.03 1.97 3/184 32017
/proc/meminfo: memFree=30285424/32873648 swapFree=6860/6860
[pid=31949] ppid=31947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31949/stat : 31949 (npSolver-wbo-It) S 31947 31949 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289646332 9367552 274 33554432000 4194304 5064252 140736560003856 140736560002768 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31949/statm: 2287 274 233 213 0 72 0
[pid=31950] ppid=31949 vsize=11956 CPUtime=0.24 cores=1,3,5,7
/proc/31950/stat : 31950 (npSolver-wbo) S 31949 31949 22749 0 -1 4202496 2952 6429 0 0 10 2 11 1 20 0 1 0 289646333 12242944 2353 33554432000 4194304 5990268 140734683717232 140734683708640 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31950/statm: 2989 2353 176 439 0 2546 0
[pid=32004] ppid=31950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32004/stat : 32004 (satsolver.sh) S 31950 31949 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289646360 9367552 267 33554432000 4194304 5064252 140734852215248 140734852214160 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32004/statm: 2287 267 226 213 0 72 0
[pid=32005] ppid=32004 vsize=47964 CPUtime=5.98 cores=1,3,5,7
/proc/32005/stat : 32005 (glucose) R 32004 31949 22749 0 -1 4202496 9679 0 0 0 597 1 0 0 20 0 1 0 289646360 49115136 10903 33554432000 4194304 5208918 140733236864320 140733236862728 4211584 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/32005/statm: 11991 10903 95 248 0 11740 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 78216

[startup+12.7003 s]
/proc/loadavg: 2.02 2.03 1.97 3/184 32017
/proc/meminfo: memFree=30284056/32873648 swapFree=6860/6860
[pid=31949] ppid=31947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31949/stat : 31949 (npSolver-wbo-It) S 31947 31949 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289646332 9367552 274 33554432000 4194304 5064252 140736560003856 140736560002768 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31949/statm: 2287 274 233 213 0 72 0
[pid=31950] ppid=31949 vsize=11956 CPUtime=0.24 cores=1,3,5,7
/proc/31950/stat : 31950 (npSolver-wbo) S 31949 31949 22749 0 -1 4202496 2952 6429 0 0 10 2 11 1 20 0 1 0 289646333 12242944 2353 33554432000 4194304 5990268 140734683717232 140734683708640 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31950/statm: 2989 2353 176 439 0 2546 0
[pid=32004] ppid=31950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32004/stat : 32004 (satsolver.sh) S 31950 31949 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289646360 9367552 267 33554432000 4194304 5064252 140734852215248 140734852214160 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32004/statm: 2287 267 226 213 0 72 0
[pid=32005] ppid=32004 vsize=52520 CPUtime=12.38 cores=1,3,5,7
/proc/32005/stat : 32005 (glucose) R 32004 31949 22749 0 -1 4202496 9875 0 0 0 1236 2 0 0 20 0 1 0 289646360 53780480 11097 33554432000 4194304 5208918 140733236864320 140733236862472 4211553 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/32005/statm: 13130 11097 95 248 0 12879 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 82772

[startup+25.5002 s]
/proc/loadavg: 2.02 2.03 1.97 3/184 32017
/proc/meminfo: memFree=30284112/32873648 swapFree=6860/6860
[pid=31949] ppid=31947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31949/stat : 31949 (npSolver-wbo-It) S 31947 31949 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289646332 9367552 274 33554432000 4194304 5064252 140736560003856 140736560002768 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31949/statm: 2287 274 233 213 0 72 0
[pid=31950] ppid=31949 vsize=11956 CPUtime=0.24 cores=1,3,5,7
/proc/31950/stat : 31950 (npSolver-wbo) S 31949 31949 22749 0 -1 4202496 2952 6429 0 0 10 2 11 1 20 0 1 0 289646333 12242944 2353 33554432000 4194304 5990268 140734683717232 140734683708640 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31950/statm: 2989 2353 176 439 0 2546 0
[pid=32004] ppid=31950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32004/stat : 32004 (satsolver.sh) S 31950 31949 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289646360 9367552 267 33554432000 4194304 5064252 140734852215248 140734852214160 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32004/statm: 2287 267 226 213 0 72 0
[pid=32005] ppid=32004 vsize=52520 CPUtime=25.18 cores=1,3,5,7
/proc/32005/stat : 32005 (glucose) R 32004 31949 22749 0 -1 4202496 10335 0 0 0 2516 2 0 0 20 0 1 0 289646360 53780480 11259 33554432000 4194304 5208918 140733236864320 140733236862472 4211574 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/32005/statm: 13130 11259 96 248 0 12879 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 82772

[startup+51.1003 s]
/proc/loadavg: 2.01 2.02 1.97 3/184 32024
/proc/meminfo: memFree=30274376/32873648 swapFree=6860/6860
[pid=31949] ppid=31947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31949/stat : 31949 (npSolver-wbo-It) S 31947 31949 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289646332 9367552 274 33554432000 4194304 5064252 140736560003856 140736560002768 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31949/statm: 2287 274 233 213 0 72 0
[pid=31950] ppid=31949 vsize=20020 CPUtime=35.83 cores=1,3,5,7
/proc/31950/stat : 31950 (npSolver-wbo) S 31949 31949 22749 0 -1 4202496 4979 22079 0 0 18 3 3547 15 20 0 1 0 289646333 20500480 4313 33554432000 4194304 5990268 140734683717232 140734683708640 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31950/statm: 5005 4313 177 439 0 4562 0
[pid=32023] ppid=31950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32023/stat : 32023 (satsolver.sh) S 31950 31949 22749 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289649923 9367552 267 33554432000 4194304 5064252 140733760709040 140733760707952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32023/statm: 2287 267 226 213 0 72 0
[pid=32024] ppid=32023 vsize=48096 CPUtime=15.18 cores=1,3,5,7
/proc/32024/stat : 32024 (glucose) R 32023 31949 22749 0 -1 4202496 10108 0 0 0 1516 2 0 0 20 0 1 0 289649923 49250304 10893 33554432000 4194304 5208918 140735152196512 140735152194600 4211656 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/32024/statm: 12024 10893 96 248 0 11773 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 86412

[startup+102.306 s]
/proc/loadavg: 2.04 2.03 1.97 3/184 32054
/proc/meminfo: memFree=30255120/32873648 swapFree=6860/6860
[pid=31949] ppid=31947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31949/stat : 31949 (npSolver-wbo-It) S 31947 31949 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289646332 9367552 274 33554432000 4194304 5064252 140736560003856 140736560002768 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31949/statm: 2287 274 233 213 0 72 0
[pid=31950] ppid=31949 vsize=20020 CPUtime=70.89 cores=1,3,5,7
/proc/31950/stat : 31950 (npSolver-wbo) S 31949 31949 22749 0 -1 4202496 7006 37669 0 0 26 4 7028 31 20 0 1 0 289646333 20500480 4313 33554432000 4194304 5990268 140734683717232 140734683708640 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31950/statm: 5005 4313 177 439 0 4562 0
[pid=32053] ppid=31950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32053/stat : 32053 (satsolver.sh) S 31950 31949 22749 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289653430 9367552 266 33554432000 4194304 5064252 140735705201472 140735705200384 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32053/statm: 2287 266 226 213 0 72 0
[pid=32054] ppid=32053 vsize=52648 CPUtime=31.31 cores=1,3,5,7
/proc/32054/stat : 32054 (glucose) R 32053 31949 22749 0 -1 4202496 12478 0 0 0 3130 1 0 0 20 0 1 0 289653430 53911552 11763 33554432000 4194304 5208918 140733847949184 140733847947032 4211656 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/32054/statm: 13162 11763 96 248 0 12911 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 90964

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/183 32069
/proc/meminfo: memFree=30254288/32873648 swapFree=6860/6860
[pid=31949] ppid=31947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31949/stat : 31949 (npSolver-wbo-It) S 31947 31949 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289646332 9367552 274 33554432000 4194304 5064252 140736560003856 140736560002768 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31949/statm: 2287 274 233 213 0 72 0
[pid=31950] ppid=31949 vsize=20020 CPUtime=141.78 cores=1,3,5,7
/proc/31950/stat : 31950 (npSolver-wbo) S 31949 31949 22749 0 -1 4202496 11060 71726 0 0 41 7 14071 59 20 0 1 0 289646333 20500480 4313 33554432000 4194304 5990268 140734683717232 140734683708640 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31950/statm: 5005 4313 177 439 0 4562 0
[pid=32067] ppid=31950 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 32345
/proc/meminfo: memFree=30229248/32873648 swapFree=6860/6860
[pid=31949] ppid=31947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31949/stat : 31949 (npSolver-wbo-It) S 31947 31949 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289646332 9367552 274 33554432000 4194304 5064252 140736560003856 140736560002768 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31949/statm: 2287 274 233 213 0 72 0
[pid=31950] ppid=31949 vsize=20020 CPUtime=1387.24 cores=1,3,5,7
/proc/31950/stat : 31950 (npSolver-wbo) S 31949 31949 22749 0 -1 4202496 82005 658315 0 0 316 49 137789 570 20 0 1 0 289646333 20500480 4313 33554432000 4194304 5990268 140734683717232 140734683708640 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31950/statm: 5005 4313 177 439 0 4562 0
[pid=32344] ppid=31950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32344/stat : 32344 (satsolver.sh) S 31950 31949 22749 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289785093 9367552 267 33554432000 4194304 5064252 140735770756352 140735770755264 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32344/statm: 2287 267 226 213 0 72 0
[pid=32345] ppid=32344 vsize=52648 CPUtime=34.68 cores=1,3,5,7
/proc/32345/stat : 32345 (glucose) R 32344 31949 22749 0 -1 4202496 12570 0 0 0 3466 2 0 0 20 0 1 0 289785093 53911552 11911 33554432000 4194304 5208918 140735459159936 140735459157784 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32345/statm: 13162 11911 96 248 0 12911 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 90964

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 32359
/proc/meminfo: memFree=30232772/32873648 swapFree=6860/6860
[pid=31949] ppid=31947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31949/stat : 31949 (npSolver-wbo-It) S 31947 31949 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289646332 9367552 274 33554432000 4194304 5064252 140736560003856 140736560002768 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31949/statm: 2287 274 233 213 0 72 0
[pid=31950] ppid=31949 vsize=20020 CPUtime=1458.59 cores=1,3,5,7
/proc/31950/stat : 31950 (npSolver-wbo) S 31949 31949 22749 0 -1 4202496 86059 691175 0 0 331 52 144879 597 20 0 1 0 289646333 20500480 4313 33554432000 4194304 5990268 140734683717232 140734683708640 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31950/statm: 5005 4313 177 439 0 4562 0
[pid=32358] ppid=31950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32358/stat : 32358 (satsolver.sh) S 31950 31949 22749 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289792230 9367552 266 33554432000 4194304 5064252 140736755821568 140736755820480 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32358/statm: 2287 266 226 213 0 72 0
[pid=32359] ppid=32358 vsize=52520 CPUtime=23.31 cores=1,3,5,7
/proc/32359/stat : 32359 (glucose) R 32358 31949 22749 0 -1 4202496 10252 0 0 0 2329 2 0 0 20 0 1 0 289792230 53780480 11034 33554432000 4194304 5208918 140734820951328 140734820949480 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32359/statm: 13130 11034 96 248 0 12879 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 90836

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 32373
/proc/meminfo: memFree=30230144/32873648 swapFree=6860/6860
[pid=31949] ppid=31947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31949/stat : 31949 (npSolver-wbo-It) S 31947 31949 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289646332 9367552 274 33554432000 4194304 5064252 140736560003856 140736560002768 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31949/statm: 2287 274 233 213 0 72 0
[pid=31950] ppid=31949 vsize=20020 CPUtime=1529.34 cores=1,3,5,7
/proc/31950/stat : 31950 (npSolver-wbo) S 31949 31949 22749 0 -1 4202496 90113 721421 0 0 347 54 151908 625 20 0 1 0 289646333 20500480 4313 33554432000 4194304 5990268 140734683717232 140734683708640 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31950/statm: 5005 4313 177 439 0 4562 0
[pid=32372] ppid=31950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32372/stat : 32372 (satsolver.sh) S 31950 31949 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289799307 9367552 267 33554432000 4194304 5064252 140735798073520 140735798072432 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32372/statm: 2287 267 226 213 0 72 0
[pid=32373] ppid=32372 vsize=52524 CPUtime=12.54 cores=1,3,5,7
/proc/32373/stat : 32373 (glucose) R 32372 31949 22749 0 -1 4202496 11244 0 0 0 1252 2 0 0 20 0 1 0 289799307 53784576 11552 33554432000 4194304 5208918 140736073664016 140736073662168 4211712 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32373/statm: 13131 11552 95 248 0 12880 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 90840

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/182 32387
/proc/meminfo: memFree=30234536/32873648 swapFree=6860/6860
[pid=31949] ppid=31947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31949/stat : 31949 (npSolver-wbo-It) S 31947 31949 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289646332 9367552 274 33554432000 4194304 5064252 140736560003856 140736560002768 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31949/statm: 2287 274 233 213 0 72 0
[pid=31950] ppid=31949 vsize=20020 CPUtime=1600.26 cores=1,3,5,7
/proc/31950/stat : 31950 (npSolver-wbo) S 31949 31949 22749 0 -1 4202496 94167 754769 0 0 362 57 158953 654 20 0 1 0 289646333 20500480 4313 33554432000 4194304 5990268 140734683717232 140734683708640 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31950/statm: 5005 4313 177 439 0 4562 0
[pid=32386] ppid=31950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32386/stat : 32386 (satsolver.sh) S 31950 31949 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289806400 9367552 267 33554432000 4194304 5064252 140735207913840 140735207912752 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32386/statm: 2287 267 226 213 0 72 0
[pid=32387] ppid=32386 vsize=47964 CPUtime=1.61 cores=1,3,5,7
/proc/32387/stat : 32387 (glucose) R 32386 31949 22749 0 -1 4202496 9649 0 0 0 160 1 0 0 20 0 1 0 289806400 49115136 10887 33554432000 4194304 5208918 140736163286912 140736163285320 4211904 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32387/statm: 11991 10887 95 248 0 11740 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 86280

[startup+1662.3 s]
/proc/loadavg: 1.96 1.99 1.98 4/183 32402
/proc/meminfo: memFree=30265388/32873648 swapFree=6860/6860
[pid=31949] ppid=31947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31949/stat : 31949 (npSolver-wbo-It) S 31947 31949 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289646332 9367552 274 33554432000 4194304 5064252 140736560003856 140736560002768 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31949/statm: 2287 274 233 213 0 72 0
[pid=31950] ppid=31949 vsize=20020 CPUtime=1635.85 cores=1,3,5,7
/proc/31950/stat : 31950 (npSolver-wbo) S 31949 31949 22749 0 -1 4202496 96194 770382 0 0 370 58 162487 670 20 0 1 0 289646333 20500480 4313 33554432000 4194304 5990268 140734683717232 140734683708640 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31950/statm: 5005 4313 177 439 0 4562 0
[pid=32394] ppid=31950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32394/stat : 32394 (satsolver.sh) S 31950 31949 22749 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 289809959 9367552 266 33554432000 4194304 5064252 140735545359472 140735545358384 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32394/statm: 2287 266 226 213 0 72 0
[pid=32395] ppid=32394 vsize=52516 CPUtime=26.02 cores=1,3,5,7
/proc/32395/stat : 32395 (glucose) R 32394 31949 22749 0 -1 4202496 12174 0 0 0 2600 2 0 0 20 0 1 0 289809960 53776384 11572 33554432000 4194304 5208918 140736437536816 140736437534968 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32395/statm: 13129 11572 96 248 0 12878 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 90832

[startup+1722.3 s]
/proc/loadavg: 1.98 1.99 1.98 3/183 32417
/proc/meminfo: memFree=30260708/32873648 swapFree=6860/6860
[pid=31949] ppid=31947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31949/stat : 31949 (npSolver-wbo-It) S 31947 31949 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289646332 9367552 274 33554432000 4194304 5064252 140736560003856 140736560002768 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31949/statm: 2287 274 233 213 0 72 0
[pid=31950] ppid=31949 vsize=20020 CPUtime=1707.02 cores=1,3,5,7
/proc/31950/stat : 31950 (npSolver-wbo) S 31949 31949 22749 0 -1 4202496 100248 803902 0 0 386 60 169558 698 20 0 1 0 289646333 20500480 4313 33554432000 4194304 5990268 140734683717232 140734683708640 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31950/statm: 5005 4313 177 439 0 4562 0
[pid=32416] ppid=31950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32416/stat : 32416 (satsolver.sh) S 31950 31949 22749 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289817078 9367552 266 33554432000 4194304 5064252 140733305260928 140733305259840 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32416/statm: 2287 266 226 213 0 72 0
[pid=32417] ppid=32416 vsize=48100 CPUtime=14.84 cores=1,3,5,7
/proc/32417/stat : 32417 (glucose) R 32416 31949 22749 0 -1 4202496 11333 0 0 0 1482 2 0 0 20 0 1 0 289817078 49254400 10767 33554432000 4194304 5208918 140733877225632 140733877223784 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32417/statm: 12025 10767 96 248 0 11774 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 86416

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/183 32431
/proc/meminfo: memFree=30252856/32873648 swapFree=6860/6860
[pid=31949] ppid=31947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31949/stat : 31949 (npSolver-wbo-It) S 31947 31949 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289646332 9367552 274 33554432000 4194304 5064252 140736560003856 140736560002768 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31949/statm: 2287 274 233 213 0 72 0
[pid=31950] ppid=31949 vsize=20020 CPUtime=1778.31 cores=1,3,5,7
/proc/31950/stat : 31950 (npSolver-wbo) S 31949 31949 22749 0 -1 4202496 104302 837979 0 0 402 63 176640 726 20 0 1 0 289646333 20500480 4313 33554432000 4194304 5990268 140734683717232 140734683708640 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31950/statm: 5005 4313 177 439 0 4562 0
[pid=32430] ppid=31950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32430/stat : 32430 (satsolver.sh) S 31950 31949 22749 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289824206 9367552 267 33554432000 4194304 5064252 140736228361488 140736228360400 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32430/statm: 2287 267 226 213 0 72 0
[pid=32431] ppid=32430 vsize=47960 CPUtime=3.55 cores=1,3,5,7
/proc/32431/stat : 32431 (glucose) R 32430 31949 22749 0 -1 4202496 10920 0 0 0 353 2 0 0 20 0 1 0 289824206 49111040 10753 33554432000 4194304 5208918 140735965942352 140735965940760 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32431/statm: 11990 10753 95 248 0 11739 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 86276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.02 2.00 1.98 3/184 32434
/proc/meminfo: memFree=30246676/32873648 swapFree=6860/6860
[pid=31949] ppid=31947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31949/stat : 31949 (npSolver-wbo-It) S 31947 31949 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289646332 9367552 274 33554432000 4194304 5064252 140736560003856 140736560002768 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31949/statm: 2287 274 233 213 0 72 0
[pid=31950] ppid=31949 vsize=20020 CPUtime=1778.31 cores=1,3,5,7
/proc/31950/stat : 31950 (npSolver-wbo) S 31949 31949 22749 0 -1 4202496 104302 837979 0 0 402 63 176640 726 20 0 1 0 289646333 20500480 4313 33554432000 4194304 5990268 140734683717232 140734683708640 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31950/statm: 5005 4313 177 439 0 4562 0
[pid=32430] ppid=31950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32430/stat : 32430 (satsolver.sh) S 31950 31949 22749 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289824206 9367552 267 33554432000 4194304 5064252 140736228361488 140736228360400 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32430/statm: 2287 267 226 213 0 72 0
[pid=32431] ppid=32430 vsize=48096 CPUtime=21.75 cores=1,3,5,7
/proc/32431/stat : 32431 (glucose) R 32430 31949 22749 0 -1 4202496 12171 0 0 0 2173 2 0 0 20 0 1 0 289824206 49250304 10976 33554432000 4194304 5208918 140735965942352 140735965940440 4211521 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32431/statm: 12024 10976 96 248 0 11773 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 86412

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.02 2.00 1.98 3/184 32434
/proc/meminfo: memFree=30246676/32873648 swapFree=6860/6860
[pid=31949] ppid=31947 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31949/stat : 31949 (npSolver-wbo-It) S 31947 31949 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289646332 9367552 274 33554432000 4194304 5064252 140736560003856 140736560002768 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31949/statm: 2287 274 233 213 0 72 0
[pid=31950] ppid=31949 vsize=20020 CPUtime=1778.31 cores=1,3,5,7
/proc/31950/stat : 31950 (npSolver-wbo) S 31949 31949 22749 0 -1 4202496 104302 837979 0 0 402 63 176640 726 20 0 1 0 289646333 20500480 4313 33554432000 4194304 5990268 140734683717232 140734683708640 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31950/statm: 5005 4313 177 439 0 4562 0
[pid=32430] ppid=31950 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32430/stat : 32430 (satsolver.sh) S 31950 31949 22749 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289824206 9367552 267 33554432000 4194304 5064252 140736228361488 140736228360400 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32430/statm: 2287 267 226 213 0 72 0
[pid=32431] ppid=32430 vsize=48096 CPUtime=21.75 cores=1,3,5,7
/proc/32431/stat : 32431 (glucose) R 32430 31949 22749 0 -1 4202496 12171 0 0 0 2173 2 0 0 20 0 1 0 289824206 49250304 10976 33554432000 4194304 5208918 140735965942352 140735965940440 4211521 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32431/statm: 12024 10976 96 248 0 11773 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 86412

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.09
CPU user time (s): 1792.16
CPU system time (s): 7.92679
CPU usage (%): 99.9766
Max. virtual memory (cumulated for all children) (KiB): 97916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.16
system time used= 7.92679
maximum resident set size= 53416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 955440
page faults= 0
swaps= 0
block input operations= 0
block output operations= 722376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15503
involuntary context switches= 2940

runsolver used 6.98194 second user time and 15.4447 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-28 22:00:03
IDJOB=3715935
IDBENCH=79311
IDSOLVER=2297
FILE ID=node116/3715935-1338235203
RUNJOBID= node116-1338233401-24069
PBS_JOBID= 14624642
Free space on /tmp= 71456 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670167--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715935-1338235203/watcher-3715935-1338235203 -o /tmp/evaluation-result-3715935-1338235203/solver-3715935-1338235203 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715935-1338235203.wbo 83676713 HOME HOME

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

MD5SUM BENCH= f06e3169df6f7eed4900beba2f9ca344
RANDOM SEED=83676713

node116.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.556
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	: 5333.11
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.556
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.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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.90
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.556
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:        30367972 kB
Buffers:          399832 kB
Cached:          1223424 kB
SwapCached:         3232 kB
Active:           914492 kB
Inactive:         749392 kB
Active(anon):      31688 kB
Inactive(anon):     8956 kB
Active(file):     882804 kB
Inactive(file):   740436 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103672 kB
Dirty:             15476 kB
Writeback:             0 kB
AnonPages:         71192 kB
Mapped:            13652 kB
Shmem:                96 kB
Slab:             702596 kB
SReclaimable:     146164 kB
SUnreclaim:       556432 kB
KernelStack:        1528 kB
PageTables:         3752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     155004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 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= 71444 MiB
End job on node116 at 2012-05-28 22:30:03