Trace number 3715919

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900558739--soft-0-100-0.wbo
MD5SUM96d1f19cba40c7363abd0128bfda9b7c
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 benchmark53.1659
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 137973
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137972
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 649
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.15	o 1153
0.00/0.15	c starting approximation
0.00/0.15	c factor = 2
0.00/0.15	c factor still to low - shrinking to 9.51917
0.00/0.15	c approx number of clauses: 1e+06
0.00/0.15	c current bound: 576
71.45/71.52	c current bound: 576
141.86/142.18	c current bound: 576
213.28/213.61	c current bound: 576
284.11/284.45	c current bound: 576
355.21/355.57	c current bound: 576
426.76/427.15	c current bound: 576
496.60/496.97	c current bound: 576
566.94/567.34	c current bound: 576
637.26/637.67	c current bound: 576
708.46/708.60	c current bound: 576
778.93/779.37	c current bound: 576
849.73/850.19	c current bound: 576
921.11/921.30	c current bound: 576
992.11/992.59	c current bound: 576
1061.99/1062.48	c current bound: 576
1133.42/1133.93	c current bound: 576
1204.93/1205.47	c current bound: 576
1276.38/1276.93	c current bound: 576
1346.47/1347.05	c current bound: 576
1416.98/1417.57	c current bound: 576
1488.04/1488.40	c current bound: 576
1557.95/1558.30	c current bound: 576
1628.09/1628.74	c current bound: 576
1699.19/1699.65	c current bound: 576
1770.48/1771.00	c current bound: 576
1800.08/1800.50	./satsolver.sh: line 5: 32173 Terminated              ./glucose $1 > $2 2> /dev/null
1800.08/1800.51	c error: unexpected solver exit code
1800.08/1800.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3715919-1338230402/watcher-3715919-1338230402 -o /tmp/evaluation-result-3715919-1338230402/solver-3715919-1338230402 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715919-1338230402.wbo 463723875 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.08 1.99 1.91 3/180 31782
/proc/meminfo: memFree=28684084/32873844 swapFree=6856/6856
[pid=31782] ppid=31780 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31782/stat : 31782 (npSolver-wbo-It) S 31780 31782 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289165119 9367552 275 33554432000 4194304 5064252 140736591866320 140736591865232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31782/statm: 2287 275 233 213 0 72 0

[startup+0.0932841 s]
/proc/loadavg: 2.08 1.99 1.91 3/180 31782
/proc/meminfo: memFree=28684084/32873844 swapFree=6856/6856
[pid=31782] ppid=31780 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31782/stat : 31782 (npSolver-wbo-It) S 31780 31782 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289165119 9367552 275 33554432000 4194304 5064252 140736591866320 140736591865232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31782/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100304 s]
/proc/loadavg: 2.08 1.99 1.91 3/180 31782
/proc/meminfo: memFree=28684084/32873844 swapFree=6856/6856
[pid=31782] ppid=31780 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31782/stat : 31782 (npSolver-wbo-It) S 31780 31782 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289165119 9367552 275 33554432000 4194304 5064252 140736591866320 140736591865232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31782/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300292 s]
/proc/loadavg: 2.08 1.99 1.91 3/180 31782
/proc/meminfo: memFree=28684084/32873844 swapFree=6856/6856
[pid=31782] ppid=31780 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31782/stat : 31782 (npSolver-wbo-It) S 31780 31782 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289165119 9367552 275 33554432000 4194304 5064252 140736591866320 140736591865232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31782/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700223 s]
/proc/loadavg: 2.08 1.99 1.91 3/180 31782
/proc/meminfo: memFree=28684084/32873844 swapFree=6856/6856
[pid=31782] ppid=31780 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31782/stat : 31782 (npSolver-wbo-It) S 31780 31782 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289165119 9367552 275 33554432000 4194304 5064252 140736591866320 140736591865232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31782/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.08 1.99 1.91 3/184 31796
/proc/meminfo: memFree=28623168/32873844 swapFree=6856/6856
[pid=31782] ppid=31780 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31782/stat : 31782 (npSolver-wbo-It) S 31780 31782 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289165119 9367552 275 33554432000 4194304 5064252 140736591866320 140736591865232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31782/statm: 2287 275 233 213 0 72 0
[pid=31783] ppid=31782 vsize=11956 CPUtime=0.23 cores=1,3,5,7
/proc/31783/stat : 31783 (npSolver-wbo) S 31782 31782 25271 0 -1 4202496 3051 6355 0 0 10 3 9 1 20 0 1 0 289165119 12242944 2406 33554432000 4194304 5990268 140735863586192 140735863577600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31783/statm: 2989 2406 176 439 0 2546 0
[pid=31795] ppid=31783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31795/stat : 31795 (satsolver.sh) S 31783 31782 25271 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 289165144 9367552 266 33554432000 4194304 5064252 140736145538688 140736145537600 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31795/statm: 2287 266 226 213 0 72 0
[pid=31796] ppid=31795 vsize=48828 CPUtime=1.24 cores=1,3,5,7
/proc/31796/stat : 31796 (glucose) R 31795 31782 25271 0 -1 4202496 10765 0 0 0 122 2 0 0 20 0 1 0 289165144 49999872 10901 33554432000 4194304 5208918 140735671096080 140735671094488 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31796/statm: 12207 10901 95 248 0 11956 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 79080

[startup+3.10033 s]
/proc/loadavg: 2.07 1.99 1.91 3/184 31796
/proc/meminfo: memFree=28624036/32873844 swapFree=6856/6856
[pid=31782] ppid=31780 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31782/stat : 31782 (npSolver-wbo-It) S 31780 31782 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289165119 9367552 275 33554432000 4194304 5064252 140736591866320 140736591865232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31782/statm: 2287 275 233 213 0 72 0
[pid=31783] ppid=31782 vsize=11956 CPUtime=0.23 cores=1,3,5,7
/proc/31783/stat : 31783 (npSolver-wbo) S 31782 31782 25271 0 -1 4202496 3051 6355 0 0 10 3 9 1 20 0 1 0 289165119 12242944 2406 33554432000 4194304 5990268 140735863586192 140735863577600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31783/statm: 2989 2406 176 439 0 2546 0
[pid=31795] ppid=31783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31795/stat : 31795 (satsolver.sh) S 31783 31782 25271 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 289165144 9367552 266 33554432000 4194304 5064252 140736145538688 140736145537600 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31795/statm: 2287 266 226 213 0 72 0
[pid=31796] ppid=31795 vsize=48828 CPUtime=2.84 cores=1,3,5,7
/proc/31796/stat : 31796 (glucose) R 31795 31782 25271 0 -1 4202496 10820 0 0 0 282 2 0 0 20 0 1 0 289165144 49999872 10955 33554432000 4194304 5208918 140735671096080 140735671094488 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31796/statm: 12207 10955 95 248 0 11956 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 79080

[startup+6.30033 s]
/proc/loadavg: 2.07 1.99 1.91 3/184 31796
/proc/meminfo: memFree=28623044/32873844 swapFree=6856/6856
[pid=31782] ppid=31780 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31782/stat : 31782 (npSolver-wbo-It) S 31780 31782 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289165119 9367552 275 33554432000 4194304 5064252 140736591866320 140736591865232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31782/statm: 2287 275 233 213 0 72 0
[pid=31783] ppid=31782 vsize=11956 CPUtime=0.23 cores=1,3,5,7
/proc/31783/stat : 31783 (npSolver-wbo) S 31782 31782 25271 0 -1 4202496 3051 6355 0 0 10 3 9 1 20 0 1 0 289165119 12242944 2406 33554432000 4194304 5990268 140735863586192 140735863577600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31783/statm: 2989 2406 176 439 0 2546 0
[pid=31795] ppid=31783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31795/stat : 31795 (satsolver.sh) S 31783 31782 25271 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 289165144 9367552 266 33554432000 4194304 5064252 140736145538688 140736145537600 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31795/statm: 2287 266 226 213 0 72 0
[pid=31796] ppid=31795 vsize=48828 CPUtime=6.03 cores=1,3,5,7
/proc/31796/stat : 31796 (glucose) R 31795 31782 25271 0 -1 4202496 10930 0 0 0 601 2 0 0 20 0 1 0 289165144 49999872 11062 33554432000 4194304 5208918 140735671096080 140735671094488 4211537 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31796/statm: 12207 11062 95 248 0 11956 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 79080

[startup+12.7003 s]
/proc/loadavg: 2.07 1.99 1.91 3/184 31796
/proc/meminfo: memFree=28616976/32873844 swapFree=6856/6856
[pid=31782] ppid=31780 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31782/stat : 31782 (npSolver-wbo-It) S 31780 31782 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289165119 9367552 275 33554432000 4194304 5064252 140736591866320 140736591865232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31782/statm: 2287 275 233 213 0 72 0
[pid=31783] ppid=31782 vsize=11956 CPUtime=0.23 cores=1,3,5,7
/proc/31783/stat : 31783 (npSolver-wbo) S 31782 31782 25271 0 -1 4202496 3051 6355 0 0 10 3 9 1 20 0 1 0 289165119 12242944 2406 33554432000 4194304 5990268 140735863586192 140735863577600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31783/statm: 2989 2406 176 439 0 2546 0
[pid=31795] ppid=31783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31795/stat : 31795 (satsolver.sh) S 31783 31782 25271 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 289165144 9367552 266 33554432000 4194304 5064252 140736145538688 140736145537600 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31795/statm: 2287 266 226 213 0 72 0
[pid=31796] ppid=31795 vsize=53380 CPUtime=12.43 cores=1,3,5,7
/proc/31796/stat : 31796 (glucose) R 31795 31782 25271 0 -1 4202496 11072 0 0 0 1241 2 0 0 20 0 1 0 289165144 54661120 11714 33554432000 4194304 5208918 140735671096080 140735671093928 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31796/statm: 13345 11714 95 248 0 13094 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 83632

[startup+25.5003 s]
/proc/loadavg: 2.05 1.99 1.91 3/184 31796
/proc/meminfo: memFree=28620224/32873844 swapFree=6856/6856
[pid=31782] ppid=31780 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31782/stat : 31782 (npSolver-wbo-It) S 31780 31782 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289165119 9367552 275 33554432000 4194304 5064252 140736591866320 140736591865232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31782/statm: 2287 275 233 213 0 72 0
[pid=31783] ppid=31782 vsize=11956 CPUtime=0.23 cores=1,3,5,7
/proc/31783/stat : 31783 (npSolver-wbo) S 31782 31782 25271 0 -1 4202496 3051 6355 0 0 10 3 9 1 20 0 1 0 289165119 12242944 2406 33554432000 4194304 5990268 140735863586192 140735863577600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31783/statm: 2989 2406 176 439 0 2546 0
[pid=31795] ppid=31783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31795/stat : 31795 (satsolver.sh) S 31783 31782 25271 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 289165144 9367552 266 33554432000 4194304 5064252 140736145538688 140736145537600 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31795/statm: 2287 266 226 213 0 72 0
[pid=31796] ppid=31795 vsize=48960 CPUtime=25.23 cores=1,3,5,7
/proc/31796/stat : 31796 (glucose) R 31795 31782 25271 0 -1 4202496 11826 0 0 0 2521 2 0 0 20 0 1 0 289165144 50135040 11089 33554432000 4194304 5208918 140735671096080 140735671094168 4211871 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31796/statm: 12240 11089 96 248 0 11989 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 79212

[startup+51.1003 s]
/proc/loadavg: 2.03 1.99 1.91 3/184 31796
/proc/meminfo: memFree=28614436/32873844 swapFree=6856/6856
[pid=31782] ppid=31780 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31782/stat : 31782 (npSolver-wbo-It) S 31780 31782 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289165119 9367552 275 33554432000 4194304 5064252 140736591866320 140736591865232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31782/statm: 2287 275 233 213 0 72 0
[pid=31783] ppid=31782 vsize=11956 CPUtime=0.23 cores=1,3,5,7
/proc/31783/stat : 31783 (npSolver-wbo) S 31782 31782 25271 0 -1 4202496 3051 6355 0 0 10 3 9 1 20 0 1 0 289165119 12242944 2406 33554432000 4194304 5990268 140735863586192 140735863577600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31783/statm: 2989 2406 176 439 0 2546 0
[pid=31795] ppid=31783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31795/stat : 31795 (satsolver.sh) S 31783 31782 25271 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 289165144 9367552 266 33554432000 4194304 5064252 140736145538688 140736145537600 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31795/statm: 2287 266 226 213 0 72 0
[pid=31796] ppid=31795 vsize=53644 CPUtime=50.82 cores=1,3,5,7
/proc/31796/stat : 31796 (glucose) R 31795 31782 25271 0 -1 4202496 12013 0 0 0 5080 2 0 0 20 0 1 0 289165144 54931456 12296 33554432000 4194304 5208918 140735671096080 140735671093928 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31796/statm: 13411 12296 96 248 0 13160 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 83896

[startup+102.306 s]
/proc/loadavg: 2.01 1.99 1.91 3/183 31810
/proc/meminfo: memFree=28605732/32873844 swapFree=6856/6856
[pid=31782] ppid=31780 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31782/stat : 31782 (npSolver-wbo-It) S 31780 31782 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289165119 9367552 275 33554432000 4194304 5064252 140736591866320 140736591865232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31782/statm: 2287 275 233 213 0 72 0
[pid=31783] ppid=31782 vsize=20020 CPUtime=71.59 cores=1,3,5,7
/proc/31783/stat : 31783 (npSolver-wbo) S 31782 31782 25271 0 -1 4202496 5210 23720 0 0 19 4 7120 16 20 0 1 0 289165119 20500480 4447 33554432000 4194304 5990268 140735863586192 140735863577600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31783/statm: 5005 4447 177 439 0 4562 0
[pid=31802] ppid=31783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31802/stat : 31802 (satsolver.sh) S 31783 31782 25271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289172281 9367552 267 33554432000 4194304 5064252 140733212932080 140733212930992 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31802/statm: 2287 267 226 213 0 72 0
[pid=31803] ppid=31802 vsize=53512 CPUtime=30.66 cores=1,3,5,7
/proc/31803/stat : 31803 (glucose) R 31802 31782 25271 0 -1 4202496 12150 0 0 0 3064 2 0 0 20 0 1 0 289172281 54796288 11583 33554432000 4194304 5208918 140734046874064 140734046872216 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31803/statm: 13378 11583 96 248 0 13127 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 91828

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/183 31825
/proc/meminfo: memFree=28603544/32873844 swapFree=6856/6856
[pid=31782] ppid=31780 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31782/stat : 31782 (npSolver-wbo-It) S 31780 31782 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289165119 9367552 275 33554432000 4194304 5064252 140736591866320 140736591865232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31782/statm: 2287 275 233 213 0 72 0
[pid=31783] ppid=31782 vsize=20020 CPUtime=142.24 cores=1,3,5,7
/proc/31783/stat : 31783 (npSolver-wbo) S 31782 31782 25271 0 -1 4202496 7369 41466 0 0 27 5 14160 32 20 0 1 0 289165119 20500480 4447 33554432000 4194304 5990268 140735863586192 140735863577600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31783/statm: 5005 4447 177 439 0 4562 0
[pid=31817] ppid=31783 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 1.93 3/183 32102
/proc/meminfo: memFree=28603136/32873844 swapFree=6856/6856
[pid=31782] ppid=31780 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31782/stat : 31782 (npSolver-wbo-It) S 31780 31782 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289165119 9367552 275 33554432000 4194304 5064252 140736591866320 140736591865232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31782/statm: 2287 275 233 213 0 72 0
[pid=31783] ppid=31782 vsize=20020 CPUtime=1417.35 cores=1,3,5,7
/proc/31783/stat : 31783 (npSolver-wbo) S 31782 31782 25271 0 -1 4202496 46231 359382 0 0 176 31 141209 319 20 0 1 0 289165119 20500480 4447 33554432000 4194304 5990268 140735863586192 140735863577600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31783/statm: 5005 4447 177 439 0 4562 0
[pid=32101] ppid=31783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32101/stat : 32101 (satsolver.sh) S 31783 31782 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289306885 9367552 266 33554432000 4194304 5064252 140733524479072 140733524477984 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32101/statm: 2287 266 226 213 0 72 0
[pid=32102] ppid=32101 vsize=48828 CPUtime=4.62 cores=1,3,5,7
/proc/32102/stat : 32102 (glucose) R 32101 31782 25271 0 -1 4202496 10281 0 0 0 460 2 0 0 20 0 1 0 289306886 49999872 11025 33554432000 4194304 5208918 140736480054896 140736480053304 4211871 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/32102/statm: 12207 11025 95 248 0 11956 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 87144

[startup+1482.3 s]
/proc/loadavg: 2.07 2.03 1.94 3/183 32109
/proc/meminfo: memFree=28594200/32873844 swapFree=6856/6856
[pid=31782] ppid=31780 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31782/stat : 31782 (npSolver-wbo-It) S 31780 31782 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289165119 9367552 275 33554432000 4194304 5064252 140736591866320 140736591865232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31782/statm: 2287 275 233 213 0 72 0
[pid=31783] ppid=31782 vsize=20020 CPUtime=1417.35 cores=1,3,5,7
/proc/31783/stat : 31783 (npSolver-wbo) S 31782 31782 25271 0 -1 4202496 46231 359382 0 0 176 31 141209 319 20 0 1 0 289165119 20500480 4447 33554432000 4194304 5990268 140735863586192 140735863577600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31783/statm: 5005 4447 177 439 0 4562 0
[pid=32101] ppid=31783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32101/stat : 32101 (satsolver.sh) S 31783 31782 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289306885 9367552 266 33554432000 4194304 5064252 140733524479072 140733524477984 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32101/statm: 2287 266 226 213 0 72 0
[pid=32102] ppid=32101 vsize=60796 CPUtime=64.61 cores=1,3,5,7
/proc/32102/stat : 32102 (glucose) R 32101 31782 25271 0 -1 4202496 11956 0 0 0 6457 4 0 0 20 0 1 0 289306886 62255104 14221 33554432000 4194304 5208918 140736480054896 140736480052840 4211553 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/32102/statm: 15199 14221 96 248 0 14948 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 99112

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/183 32116
/proc/meminfo: memFree=28595708/32873844 swapFree=6856/6856
[pid=31782] ppid=31780 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31782/stat : 31782 (npSolver-wbo-It) S 31780 31782 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289165119 9367552 275 33554432000 4194304 5064252 140736591866320 140736591865232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31782/statm: 2287 275 233 213 0 72 0
[pid=31783] ppid=31782 vsize=20020 CPUtime=1488.18 cores=1,3,5,7
/proc/31783/stat : 31783 (npSolver-wbo) S 31782 31782 25271 0 -1 4202496 48390 375923 0 0 184 33 148264 337 20 0 1 0 289165119 20500480 4447 33554432000 4194304 5990268 140735863586192 140735863577600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31783/statm: 5005 4447 177 439 0 4562 0
[pid=32115] ppid=31783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32115/stat : 32115 (satsolver.sh) S 31783 31782 25271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289313969 9367552 266 33554432000 4194304 5064252 140736864809824 140736864808736 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32115/statm: 2287 266 226 213 0 72 0
[pid=32116] ppid=32115 vsize=53644 CPUtime=53.76 cores=1,3,5,7
/proc/32116/stat : 32116 (glucose) R 32115 31782 25271 0 -1 4202496 12426 0 0 0 5374 2 0 0 20 0 1 0 289313969 54931456 12446 33554432000 4194304 5208918 140733221737136 140733221734984 4211740 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32116/statm: 13411 12446 96 248 0 13160 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 91960

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/183 32130
/proc/meminfo: memFree=28596764/32873844 swapFree=6856/6856
[pid=31782] ppid=31780 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31782/stat : 31782 (npSolver-wbo-It) S 31780 31782 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289165119 9367552 275 33554432000 4194304 5064252 140736591866320 140736591865232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31782/statm: 2287 275 233 213 0 72 0
[pid=31783] ppid=31782 vsize=20020 CPUtime=1558.05 cores=1,3,5,7
/proc/31783/stat : 31783 (npSolver-wbo) S 31782 31782 25271 0 -1 4202496 50549 394110 0 0 193 34 155226 352 20 0 1 0 289165119 20500480 4447 33554432000 4194304 5990268 140735863586192 140735863577600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31783/statm: 5005 4447 177 439 0 4562 0
[pid=32129] ppid=31783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32129/stat : 32129 (satsolver.sh) S 31783 31782 25271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289320959 9367552 267 33554432000 4194304 5064252 140735922997648 140735922996560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32129/statm: 2287 267 226 213 0 72 0
[pid=32130] ppid=32129 vsize=53512 CPUtime=43.87 cores=1,3,5,7
/proc/32130/stat : 32130 (glucose) R 32129 31782 25271 0 -1 4202496 12601 0 0 0 4384 3 0 0 20 0 1 0 289320959 54796288 12084 33554432000 4194304 5208918 140734100362624 140734100360472 4211668 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32130/statm: 13378 12084 96 248 0 13127 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 91828

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/183 32145
/proc/meminfo: memFree=28600624/32873844 swapFree=6856/6856
[pid=31782] ppid=31780 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31782/stat : 31782 (npSolver-wbo-It) S 31780 31782 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289165119 9367552 275 33554432000 4194304 5064252 140736591866320 140736591865232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31782/statm: 2287 275 233 213 0 72 0
[pid=31783] ppid=31782 vsize=20020 CPUtime=1628.47 cores=1,3,5,7
/proc/31783/stat : 31783 (npSolver-wbo) S 31782 31782 25271 0 -1 4202496 52708 413048 0 0 201 36 162240 370 20 0 1 0 289165119 20500480 4447 33554432000 4194304 5990268 140735863586192 140735863577600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31783/statm: 5005 4447 177 439 0 4562 0
[pid=32143] ppid=31783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32143/stat : 32143 (satsolver.sh) S 31783 31782 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289328003 9367552 266 33554432000 4194304 5064252 140737304169504 140737304168416 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32143/statm: 2287 266 226 213 0 72 0
[pid=32144] ppid=32143 vsize=53512 CPUtime=33.44 cores=1,3,5,7
/proc/32144/stat : 32144 (glucose) R 32143 31782 25271 0 -1 4202496 12059 0 0 0 3342 2 0 0 20 0 1 0 289328003 54796288 11795 33554432000 4194304 5208918 140735943447888 140735943445736 4211574 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/32144/statm: 13378 11795 96 248 0 13127 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 91828

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/183 32159
/proc/meminfo: memFree=28605848/32873844 swapFree=6856/6856
[pid=31782] ppid=31780 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31782/stat : 31782 (npSolver-wbo-It) S 31780 31782 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289165119 9367552 275 33554432000 4194304 5064252 140736591866320 140736591865232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31782/statm: 2287 275 233 213 0 72 0
[pid=31783] ppid=31782 vsize=20020 CPUtime=1699.36 cores=1,3,5,7
/proc/31783/stat : 31783 (npSolver-wbo) S 31782 31782 25271 0 -1 4202496 54867 430900 0 0 209 37 169305 385 20 0 1 0 289165119 20500480 4447 33554432000 4194304 5990268 140735863586192 140735863577600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31783/statm: 5005 4447 177 439 0 4562 0
[pid=32158] ppid=31783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32158/stat : 32158 (satsolver.sh) S 31783 31782 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289335094 9367552 266 33554432000 4194304 5064252 140734708846144 140734708845056 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32158/statm: 2287 266 226 213 0 72 0
[pid=32159] ppid=32158 vsize=48960 CPUtime=22.52 cores=1,3,5,7
/proc/32159/stat : 32159 (glucose) R 32158 31782 25271 0 -1 4202496 12083 0 0 0 2250 2 0 0 20 0 1 0 289335094 50135040 10991 33554432000 4194304 5208918 140735553623360 140735553621208 4211584 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/32159/statm: 12240 10991 96 248 0 11989 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 87276

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 1.94 3/182 32173
/proc/meminfo: memFree=28603536/32873844 swapFree=6856/6856
[pid=31782] ppid=31780 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31782/stat : 31782 (npSolver-wbo-It) S 31780 31782 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289165119 9367552 275 33554432000 4194304 5064252 140736591866320 140736591865232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31782/statm: 2287 275 233 213 0 72 0
[pid=31783] ppid=31782 vsize=20020 CPUtime=1770.69 cores=1,3,5,7
/proc/31783/stat : 31783 (npSolver-wbo) S 31782 31782 25271 0 -1 4202496 57026 449503 0 0 217 39 176411 402 20 0 1 0 289165119 20500480 4447 33554432000 4194304 5990268 140735863586192 140735863577600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31783/statm: 5005 4447 177 439 0 4562 0
[pid=32172] ppid=31783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32172/stat : 32172 (satsolver.sh) S 31783 31782 25271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289342229 9367552 267 33554432000 4194304 5064252 140736802214112 140736802213024 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32172/statm: 2287 267 226 213 0 72 0
[pid=32173] ppid=32172 vsize=53248 CPUtime=11.18 cores=1,3,5,7
/proc/32173/stat : 32173 (glucose) R 32172 31782 25271 0 -1 4202496 11083 0 0 0 1116 2 0 0 20 0 1 0 289342229 54525952 11218 33554432000 4194304 5208918 140734864458880 140734864457032 4211656 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/32173/statm: 13312 11218 95 248 0 13061 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 91564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.02 2.02 1.94 3/183 32235
/proc/meminfo: memFree=28608448/32873844 swapFree=6856/6856
[pid=31782] ppid=31780 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31782/stat : 31782 (npSolver-wbo-It) S 31780 31782 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289165119 9367552 275 33554432000 4194304 5064252 140736591866320 140736591865232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31782/statm: 2287 275 233 213 0 72 0
[pid=31783] ppid=31782 vsize=20020 CPUtime=1770.69 cores=1,3,5,7
/proc/31783/stat : 31783 (npSolver-wbo) S 31782 31782 25271 0 -1 4202496 57026 449503 0 0 217 39 176411 402 20 0 1 0 289165119 20500480 4447 33554432000 4194304 5990268 140735863586192 140735863577600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31783/statm: 5005 4447 177 439 0 4562 0
[pid=32172] ppid=31783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32172/stat : 32172 (satsolver.sh) S 31783 31782 25271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289342229 9367552 267 33554432000 4194304 5064252 140736802214112 140736802213024 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32172/statm: 2287 267 226 213 0 72 0
[pid=32173] ppid=32172 vsize=53380 CPUtime=29.39 cores=1,3,5,7
/proc/32173/stat : 32173 (glucose) R 32172 31782 25271 0 -1 4202496 12005 0 0 0 2936 3 0 0 20 0 1 0 289342229 54661120 11244 33554432000 4194304 5208918 140734864458880 140734864457032 4211738 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/32173/statm: 13345 11244 96 248 0 13094 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 91696

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.02 1.94 3/183 32235
/proc/meminfo: memFree=28608448/32873844 swapFree=6856/6856
[pid=31782] ppid=31780 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31782/stat : 31782 (npSolver-wbo-It) S 31780 31782 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289165119 9367552 275 33554432000 4194304 5064252 140736591866320 140736591865232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31782/statm: 2287 275 233 213 0 72 0
[pid=31783] ppid=31782 vsize=20020 CPUtime=1770.69 cores=1,3,5,7
/proc/31783/stat : 31783 (npSolver-wbo) S 31782 31782 25271 0 -1 4202496 57026 449503 0 0 217 39 176411 402 20 0 1 0 289165119 20500480 4447 33554432000 4194304 5990268 140735863586192 140735863577600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31783/statm: 5005 4447 177 439 0 4562 0
[pid=32172] ppid=31783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32172/stat : 32172 (satsolver.sh) S 31783 31782 25271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289342229 9367552 267 33554432000 4194304 5064252 140736802214112 140736802213024 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32172/statm: 2287 267 226 213 0 72 0
[pid=32173] ppid=32172 vsize=53380 CPUtime=29.39 cores=1,3,5,7
/proc/32173/stat : 32173 (glucose) R 32172 31782 25271 0 -1 4202496 12005 0 0 0 2936 3 0 0 20 0 1 0 289342229 54661120 11244 33554432000 4194304 5208918 140734864458880 140734864457032 4211738 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/32173/statm: 13345 11244 96 248 0 13094 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 91696

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.12
CPU user time (s): 1795.66
CPU system time (s): 4.46032
CPU usage (%): 99.9781
Max. virtual memory (cumulated for all children) (KiB): 99116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.66
system time used= 4.46032
maximum resident set size= 57668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 519524
page faults= 0
swaps= 0
block input operations= 0
block output operations= 377160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7944
involuntary context switches= 3455

runsolver used 3.3055 second user time and 8.28674 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-28 20:40:02
IDJOB=3715919
IDBENCH=79260
IDSOLVER=2297
FILE ID=node144/3715919-1338230402
RUNJOBID= node144-1338226780-25288
PBS_JOBID= 14624625
Free space on /tmp= 71460 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900558739--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-3715919-1338230402/watcher-3715919-1338230402 -o /tmp/evaluation-result-3715919-1338230402/solver-3715919-1338230402 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715919-1338230402.wbo 463723875 HOME HOME

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

MD5SUM BENCH= 96d1f19cba40c7363abd0128bfda9b7c
RANDOM SEED=463723875

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28684240 kB
Buffers:          561388 kB
Cached:          2704548 kB
SwapCached:            0 kB
Active:          1148420 kB
Inactive:        2189500 kB
Active(anon):      67404 kB
Inactive(anon):        0 kB
Active(file):    1081016 kB
Inactive(file):  2189500 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             23152 kB
Writeback:             0 kB
AnonPages:         77648 kB
Mapped:            15300 kB
Shmem:               200 kB
Slab:             711656 kB
SReclaimable:     152372 kB
SUnreclaim:       559284 kB
KernelStack:        1528 kB
PageTables:         4084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     185212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71444 MiB
End job on node144 at 2012-05-28 21:10:03