Trace number 3753059

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topdown-quickBound (fixed)? (TO) 1800.11 1800.62

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-dsjc125-1-4_wcsp.wbo
MD5SUMb95440184c2619269a303a66296dd7fe
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark35
Best CPU time to get the best result obtained on this benchmark1796.83
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables500
Total number of constraints3069
Number of soft constraints2944
Number of constraints which are clauses2944
Number of constraints which are cardinality constraints (but not clauses)125
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 737
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 2944
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.03	c run usual solver
0.00/0.10	o 80
0.00/0.10	c starting approximation
0.00/0.10	c factor = 1
0.00/0.10	c can not find a suitable factor, leaving approximation
0.00/0.10	c finished approximation
0.00/0.10	c (debug) using card networks
0.00/0.72	o 59
0.00/0.72	c (debug) using card networks
1.62/1.85	o 57
1.62/1.85	c (debug) using card networks
11.23/11.57	o 56
11.23/11.57	c (debug) using card networks
52.75/53.11	o 54
52.75/53.11	c (debug) using card networks
69.60/69.96	o 53
69.60/69.96	c (debug) using card networks
471.18/471.63	o 52
471.18/471.63	c (debug) using card networks
835.57/835.96	o 48
835.57/835.96	c (debug) using card networks
1600.82/1601.49	o 47
1600.82/1601.49	c (debug) using card networks
1642.13/1642.82	o 45
1642.13/1642.82	c (debug) using card networks
1800.07/1800.61	./satsolver.sh: line 5: 25958 Terminated              ./glucose $1 > $2 2> /dev/null
1800.07/1800.61	c error: unexpected solver exit code
1800.07/1800.61	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-3753059-1339210320/watcher-3753059-1339210320 -o /tmp/evaluation-result-3753059-1339210320/solver-3753059-1339210320 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753059-1339210320.wbo 715860510 HOME HOME 

running on 4 cores: 0,2,4,6

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.00 2.00 2.00 2/177 25724
/proc/meminfo: memFree=29691984/32873844 swapFree=7120/7120
[pid=25724] ppid=25722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-wbo-It) S 25722 25724 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387160568 9367552 275 33554432000 4194304 5064252 140737096464720 140737096463632 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 2287 275 233 213 0 72 0

[startup+0.0232079 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 25724
/proc/meminfo: memFree=29691984/32873844 swapFree=7120/7120
[pid=25724] ppid=25722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-wbo-It) S 25722 25724 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387160568 9367552 275 33554432000 4194304 5064252 140737096464720 140737096463632 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100337 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 25724
/proc/meminfo: memFree=29691984/32873844 swapFree=7120/7120
[pid=25724] ppid=25722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-wbo-It) S 25722 25724 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387160568 9367552 275 33554432000 4194304 5064252 140737096464720 140737096463632 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300198 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 25724
/proc/meminfo: memFree=29691984/32873844 swapFree=7120/7120
[pid=25724] ppid=25722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-wbo-It) S 25722 25724 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387160568 9367552 275 33554432000 4194304 5064252 140737096464720 140737096463632 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700281 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 25724
/proc/meminfo: memFree=29691984/32873844 swapFree=7120/7120
[pid=25724] ppid=25722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-wbo-It) S 25722 25724 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387160568 9367552 275 33554432000 4194304 5064252 140737096464720 140737096463632 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 25745
/proc/meminfo: memFree=29634620/32873844 swapFree=7120/7120
[pid=25724] ppid=25722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-wbo-It) S 25722 25724 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387160568 9367552 275 33554432000 4194304 5064252 140737096464720 140737096463632 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 2287 275 233 213 0 72 0
[pid=25725] ppid=25724 vsize=20340 CPUtime=0.79 cores=0,2,4,6
/proc/25725/stat : 25725 (npSolver-wbo) S 25724 25724 8900 0 -1 4202496 6001 23011 0 0 20 3 44 12 20 0 1 0 387160568 20828160 4412 33554432000 4194304 6006132 140735013805584 140735013796976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25725/statm: 5085 4412 189 443 0 4638 0
[pid=25744] ppid=25725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25744/stat : 25744 (satsolver.sh) S 25725 25724 8900 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387160649 9367552 267 33554432000 4194304 5064252 140735366764800 140735366763712 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25744/statm: 2287 267 226 213 0 72 0
[pid=25745] ppid=25744 vsize=41664 CPUtime=0.68 cores=0,2,4,6
/proc/25745/stat : 25745 (glucose) R 25744 25724 8900 0 -1 4202496 8637 0 0 0 67 1 0 0 20 0 1 0 387160649 42663936 9320 33554432000 4194304 5208918 140736756664592 140736756662536 4205227 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25745/statm: 10416 9320 103 248 0 10165 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 80300

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 25752
/proc/meminfo: memFree=29634124/32873844 swapFree=7120/7120
[pid=25724] ppid=25722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-wbo-It) S 25722 25724 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387160568 9367552 275 33554432000 4194304 5064252 140737096464720 140737096463632 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 2287 275 233 213 0 72 0
[pid=25725] ppid=25724 vsize=20340 CPUtime=1.9 cores=0,2,4,6
/proc/25725/stat : 25725 (npSolver-wbo) S 25724 25724 8900 0 -1 4202496 7798 36134 0 0 27 4 139 20 20 0 1 0 387160568 20828160 4412 33554432000 4194304 6006132 140735013805584 140735013796976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25725/statm: 5085 4412 189 443 0 4638 0
[pid=25751] ppid=25725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25751/stat : 25751 (satsolver.sh) S 25725 25724 8900 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387160761 9367552 266 33554432000 4194304 5064252 140733837139376 140733837138288 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25751/statm: 2287 266 226 213 0 72 0
[pid=25752] ppid=25751 vsize=44384 CPUtime=1.15 cores=0,2,4,6
/proc/25752/stat : 25752 (glucose) R 25751 25724 8900 0 -1 4202496 8720 0 0 0 114 1 0 0 20 0 1 0 387160762 45449216 9402 33554432000 4194304 5208918 140735854040832 140735854038984 4229151 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25752/statm: 11096 9402 103 248 0 10845 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 83020

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 25752
/proc/meminfo: memFree=29632432/32873844 swapFree=7120/7120
[pid=25724] ppid=25722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-wbo-It) S 25722 25724 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387160568 9367552 275 33554432000 4194304 5064252 140737096464720 140737096463632 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 2287 275 233 213 0 72 0
[pid=25725] ppid=25724 vsize=20340 CPUtime=1.9 cores=0,2,4,6
/proc/25725/stat : 25725 (npSolver-wbo) S 25724 25724 8900 0 -1 4202496 7798 36134 0 0 27 4 139 20 20 0 1 0 387160568 20828160 4412 33554432000 4194304 6006132 140735013805584 140735013796976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25725/statm: 5085 4412 189 443 0 4638 0
[pid=25751] ppid=25725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25751/stat : 25751 (satsolver.sh) S 25725 25724 8900 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387160761 9367552 266 33554432000 4194304 5064252 140733837139376 140733837138288 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25751/statm: 2287 266 226 213 0 72 0
[pid=25752] ppid=25751 vsize=44796 CPUtime=4.35 cores=0,2,4,6
/proc/25752/stat : 25752 (glucose) R 25751 25724 8900 0 -1 4202496 9960 0 0 0 434 1 0 0 20 0 1 0 387160762 45871104 9643 33554432000 4194304 5208918 140735854040832 140735854038680 4211668 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25752/statm: 11199 9643 104 248 0 10948 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 83432

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 25759
/proc/meminfo: memFree=29635624/32873844 swapFree=7120/7120
[pid=25724] ppid=25722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-wbo-It) S 25722 25724 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387160568 9367552 275 33554432000 4194304 5064252 140737096464720 140737096463632 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 2287 275 233 213 0 72 0
[pid=25725] ppid=25724 vsize=20340 CPUtime=11.51 cores=0,2,4,6
/proc/25725/stat : 25725 (npSolver-wbo) S 25724 25724 8900 0 -1 4202496 9595 52154 0 0 35 4 1083 29 20 0 1 0 387160568 20828160 4412 33554432000 4194304 6006132 140735013805584 140735013796976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25725/statm: 5085 4412 189 443 0 4638 0
[pid=25758] ppid=25725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25758/stat : 25758 (satsolver.sh) S 25725 25724 8900 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387161733 9367552 267 33554432000 4194304 5064252 140733465191488 140733465190400 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25758/statm: 2287 267 226 213 0 72 0
[pid=25759] ppid=25758 vsize=41528 CPUtime=1.03 cores=0,2,4,6
/proc/25759/stat : 25759 (glucose) R 25758 25724 8900 0 -1 4202496 8137 0 0 0 102 1 0 0 20 0 1 0 387161733 42524672 8917 33554432000 4194304 5208918 140735353333824 140735353331768 4231508 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25759/statm: 10382 8917 103 248 0 10131 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 80164

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 25759
/proc/meminfo: memFree=29621980/32873844 swapFree=7120/7120
[pid=25724] ppid=25722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-wbo-It) S 25722 25724 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387160568 9367552 275 33554432000 4194304 5064252 140737096464720 140737096463632 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 2287 275 233 213 0 72 0
[pid=25725] ppid=25724 vsize=20340 CPUtime=11.51 cores=0,2,4,6
/proc/25725/stat : 25725 (npSolver-wbo) S 25724 25724 8900 0 -1 4202496 9595 52154 0 0 35 4 1083 29 20 0 1 0 387160568 20828160 4412 33554432000 4194304 6006132 140735013805584 140735013796976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25725/statm: 5085 4412 189 443 0 4638 0
[pid=25758] ppid=25725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25758/stat : 25758 (satsolver.sh) S 25725 25724 8900 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387161733 9367552 267 33554432000 4194304 5064252 140733465191488 140733465190400 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25758/statm: 2287 267 226 213 0 72 0
[pid=25759] ppid=25758 vsize=56388 CPUtime=13.82 cores=0,2,4,6
/proc/25759/stat : 25759 (glucose) R 25758 25724 8900 0 -1 4202496 9331 0 0 0 1380 2 0 0 20 0 1 0 387161733 57741312 12109 33554432000 4194304 5208918 140735353333824 140735353331768 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25759/statm: 14097 12109 104 248 0 13846 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 95024

[startup+51.1004 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 25882
/proc/meminfo: memFree=29258840/32873844 swapFree=7120/7120
[pid=25724] ppid=25722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-wbo-It) S 25722 25724 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387160568 9367552 275 33554432000 4194304 5064252 140737096464720 140737096463632 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 2287 275 233 213 0 72 0
[pid=25725] ppid=25724 vsize=20340 CPUtime=11.51 cores=0,2,4,6
/proc/25725/stat : 25725 (npSolver-wbo) S 25724 25724 8900 0 -1 4202496 9595 52154 0 0 35 4 1083 29 20 0 1 0 387160568 20828160 4412 33554432000 4194304 6006132 140735013805584 140735013796976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25725/statm: 5085 4412 189 443 0 4638 0
[pid=25758] ppid=25725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25758/stat : 25758 (satsolver.sh) S 25725 25724 8900 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387161733 9367552 267 33554432000 4194304 5064252 140733465191488 140733465190400 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25758/statm: 2287 267 226 213 0 72 0
[pid=25759] ppid=25758 vsize=63460 CPUtime=39.42 cores=0,2,4,6
/proc/25759/stat : 25759 (glucose) R 25758 25724 8900 0 -1 4202496 10148 0 0 0 3939 3 0 0 20 0 1 0 387161733 64983040 14391 33554432000 4194304 5208918 140735353333824 140735353330200 4229203 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25759/statm: 15865 14391 105 248 0 15614 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 102096

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 25896
/proc/meminfo: memFree=29237076/32873844 swapFree=7120/7120
[pid=25724] ppid=25722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-wbo-It) S 25722 25724 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387160568 9367552 275 33554432000 4194304 5064252 140737096464720 140737096463632 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 2287 275 233 213 0 72 0
[pid=25725] ppid=25724 vsize=20340 CPUtime=69.88 cores=0,2,4,6
/proc/25725/stat : 25725 (npSolver-wbo) S 25724 25724 8900 0 -1 4202496 13189 83606 0 0 51 5 6883 49 20 0 1 0 387160568 20828160 4412 33554432000 4194304 6006132 140735013805584 140735013796976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25725/statm: 5085 4412 189 443 0 4638 0
[pid=25895] ppid=25725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25895/stat : 25895 (satsolver.sh) S 25725 25724 8900 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387167573 9367552 267 33554432000 4194304 5064252 140733514831824 140733514830736 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25895/statm: 2287 267 226 213 0 72 0
[pid=25896] ppid=25895 vsize=63956 CPUtime=32.23 cores=0,2,4,6
/proc/25896/stat : 25896 (glucose) R 25895 25724 8900 0 -1 4202496 12903 0 0 0 3220 3 0 0 20 0 1 0 387167573 65490944 14527 33554432000 4194304 5208918 140734163921632 140734163919576 4229039 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25896/statm: 15989 14527 105 248 0 15738 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 102592

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 25897
/proc/meminfo: memFree=29218416/32873844 swapFree=7120/7120
[pid=25724] ppid=25722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-wbo-It) S 25722 25724 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387160568 9367552 275 33554432000 4194304 5064252 140737096464720 140737096463632 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 2287 275 233 213 0 72 0
[pid=25725] ppid=25724 vsize=20340 CPUtime=69.88 cores=0,2,4,6
/proc/25725/stat : 25725 (npSolver-wbo) S 25724 25724 8900 0 -1 4202496 13189 83606 0 0 51 5 6883 49 20 0 1 0 387160568 20828160 4412 33554432000 4194304 6006132 140735013805584 140735013796976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25725/statm: 5085 4412 189 443 0 4638 0
[pid=25895] ppid=25725 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/25938/statm: 2287 267 226 213 0 72 0
[pid=25939] ppid=25938 vsize=117756 CPUtime=466.15 cores=0,2,4,6
/proc/25939/stat : 25939 (glucose) R 25938 25724 8900 0 -1 4202496 14969 0 0 0 46609 6 0 0 20 0 1 0 387244173 120582144 26565 33554432000 4194304 5208918 140736224004720 140736224002584 4229021 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25939/statm: 29439 26565 105 248 0 29188 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 156392

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 25943
/proc/meminfo: memFree=29098036/32873844 swapFree=7120/7120
[pid=25724] ppid=25722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-wbo-It) S 25722 25724 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387160568 9367552 275 33554432000 4194304 5064252 140737096464720 140737096463632 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 2287 275 233 213 0 72 0
[pid=25725] ppid=25724 vsize=20340 CPUtime=835.73 cores=0,2,4,6
/proc/25725/stat : 25725 (npSolver-wbo) S 25724 25724 8900 0 -1 4202496 16783 126788 0 0 66 7 83419 81 20 0 1 0 387160568 20828160 4412 33554432000 4194304 6006132 140735013805584 140735013796976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25725/statm: 5085 4412 189 443 0 4638 0
[pid=25938] ppid=25725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25938/stat : 25938 (satsolver.sh) S 25725 25724 8900 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387244173 9367552 267 33554432000 4194304 5064252 140736673142080 140736673140992 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25938/statm: 2287 267 226 213 0 72 0
[pid=25939] ppid=25938 vsize=117756 CPUtime=526.13 cores=0,2,4,6
/proc/25939/stat : 25939 (glucose) R 25938 25724 8900 0 -1 4202496 15303 0 0 0 52606 7 0 0 20 0 1 0 387244173 120582144 27076 33554432000 4194304 5208918 140736224004720 140736224002808 4228924 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25939/statm: 29439 27076 105 248 0 29188 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 156392

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 25944
/proc/meminfo: memFree=29082884/32873844 swapFree=7120/7120
[pid=25724] ppid=25722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-wbo-It) S 25722 25724 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387160568 9367552 275 33554432000 4194304 5064252 140737096464720 140737096463632 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 2287 275 233 213 0 72 0
[pid=25725] ppid=25724 vsize=20340 CPUtime=835.73 cores=0,2,4,6
/proc/25725/stat : 25725 (npSolver-wbo) S 25724 25724 8900 0 -1 4202496 16783 126788 0 0 66 7 83419 81 20 0 1 0 387160568 20828160 4412 33554432000 4194304 6006132 140735013805584 140735013796976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25725/statm: 5085 4412 189 443 0 4638 0
[pid=25938] ppid=25725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25938/stat : 25938 (satsolver.sh) S 25725 25724 8900 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387244173 9367552 267 33554432000 4194304 5064252 140736673142080 140736673140992 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25938/statm: 2287 267 226 213 0 72 0
[pid=25939] ppid=25938 vsize=117756 CPUtime=586.12 cores=0,2,4,6
/proc/25939/stat : 25939 (glucose) R 25938 25724 8900 0 -1 4202496 15634 0 0 0 58605 7 0 0 20 0 1 0 387244173 120582144 27076 33554432000 4194304 5208918 140736224004720 140736224002808 4229254 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25939/statm: 29439 27076 105 248 0 29188 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 156392

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 25944
/proc/meminfo: memFree=29101132/32873844 swapFree=7120/7120
[pid=25724] ppid=25722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-wbo-It) S 25722 25724 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387160568 9367552 275 33554432000 4194304 5064252 140737096464720 140737096463632 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 2287 275 233 213 0 72 0
[pid=25725] ppid=25724 vsize=20340 CPUtime=835.73 cores=0,2,4,6
/proc/25725/stat : 25725 (npSolver-wbo) S 25724 25724 8900 0 -1 4202496 16783 126788 0 0 66 7 83419 81 20 0 1 0 387160568 20828160 4412 33554432000 4194304 6006132 140735013805584 140735013796976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25725/statm: 5085 4412 189 443 0 4638 0
[pid=25938] ppid=25725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25938/stat : 25938 (satsolver.sh) S 25725 25724 8900 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387244173 9367552 267 33554432000 4194304 5064252 140736673142080 140736673140992 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25938/statm: 2287 267 226 213 0 72 0
[pid=25939] ppid=25938 vsize=117756 CPUtime=646.11 cores=0,2,4,6
/proc/25939/stat : 25939 (glucose) R 25938 25724 8900 0 -1 4202496 15963 0 0 0 64603 8 0 0 20 0 1 0 387244173 120582144 27076 33554432000 4194304 5208918 140736224004720 140736224002808 4211632 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25939/statm: 29439 27076 105 248 0 29188 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 156392

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 25944
/proc/meminfo: memFree=29041804/32873844 swapFree=7120/7120
[pid=25724] ppid=25722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-wbo-It) S 25722 25724 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387160568 9367552 275 33554432000 4194304 5064252 140737096464720 140737096463632 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 2287 275 233 213 0 72 0
[pid=25725] ppid=25724 vsize=20340 CPUtime=835.73 cores=0,2,4,6
/proc/25725/stat : 25725 (npSolver-wbo) S 25724 25724 8900 0 -1 4202496 16783 126788 0 0 66 7 83419 81 20 0 1 0 387160568 20828160 4412 33554432000 4194304 6006132 140735013805584 140735013796976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25725/statm: 5085 4412 189 443 0 4638 0
[pid=25938] ppid=25725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25938/stat : 25938 (satsolver.sh) S 25725 25724 8900 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387244173 9367552 267 33554432000 4194304 5064252 140736673142080 140736673140992 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25938/statm: 2287 267 226 213 0 72 0
[pid=25939] ppid=25938 vsize=167076 CPUtime=706.1 cores=0,2,4,6
/proc/25939/stat : 25939 (glucose) R 25938 25724 8900 0 -1 4202496 16625 0 0 0 70601 9 0 0 20 0 1 0 387244173 171085824 36606 33554432000 4194304 5208918 140736224004720 140736224001096 4229244 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25939/statm: 41769 36606 105 248 0 41518 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 205712

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25949
/proc/meminfo: memFree=29207416/32873844 swapFree=7120/7120
[pid=25724] ppid=25722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-wbo-It) S 25722 25724 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387160568 9367552 275 33554432000 4194304 5064252 140737096464720 140737096463632 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 2287 275 233 213 0 72 0
[pid=25725] ppid=25724 vsize=20340 CPUtime=1601.11 cores=0,2,4,6
/proc/25725/stat : 25725 (npSolver-wbo) S 25724 25724 8900 0 -1 4202496 18580 148680 0 0 74 7 159931 99 20 0 1 0 387160568 20828160 4412 33554432000 4194304 6006132 140735013805584 140735013796976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25725/statm: 5085 4412 189 443 0 4638 0
Current children cumulated CPU time (s) 1601.11
Current children cumulated vsize (KiB) 29488

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 25958
/proc/meminfo: memFree=29138312/32873844 swapFree=7120/7120
[pid=25724] ppid=25722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-wbo-It) S 25722 25724 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387160568 9367552 275 33554432000 4194304 5064252 140737096464720 140737096463632 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 2287 275 233 213 0 72 0
[pid=25725] ppid=25724 vsize=20340 CPUtime=1642.42 cores=0,2,4,6
/proc/25725/stat : 25725 (npSolver-wbo) S 25724 25724 8900 0 -1 4202496 20377 165406 0 0 82 8 164044 108 20 0 1 0 387160568 20828160 4412 33554432000 4194304 6006132 140735013805584 140735013796976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25725/statm: 5085 4412 189 443 0 4638 0
[pid=25957] ppid=25725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25957/stat : 25957 (satsolver.sh) S 25725 25724 8900 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387324859 9367552 267 33554432000 4194304 5064252 140734960222368 140734960221280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25957/statm: 2287 267 226 213 0 72 0
[pid=25958] ppid=25957 vsize=56696 CPUtime=19.37 cores=0,2,4,6
/proc/25958/stat : 25958 (glucose) R 25957 25724 8900 0 -1 4202496 12055 0 0 0 1934 3 0 0 20 0 1 0 387324859 58056704 12038 33554432000 4194304 5208918 140733583402528 140733583400472 4229251 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25958/statm: 14174 12038 104 248 0 13923 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 95332

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 25962
/proc/meminfo: memFree=29138684/32873844 swapFree=7120/7120
[pid=25724] ppid=25722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-wbo-It) S 25722 25724 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387160568 9367552 275 33554432000 4194304 5064252 140737096464720 140737096463632 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 2287 275 233 213 0 72 0
[pid=25725] ppid=25724 vsize=20340 CPUtime=1642.42 cores=0,2,4,6
/proc/25725/stat : 25725 (npSolver-wbo) S 25724 25724 8900 0 -1 4202496 20377 165406 0 0 82 8 164044 108 20 0 1 0 387160568 20828160 4412 33554432000 4194304 6006132 140735013805584 140735013796976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25725/statm: 5085 4412 189 443 0 4638 0
[pid=25957] ppid=25725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25957/stat : 25957 (satsolver.sh) S 25725 25724 8900 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387324859 9367552 267 33554432000 4194304 5064252 140734960222368 140734960221280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25957/statm: 2287 267 226 213 0 72 0
[pid=25958] ppid=25957 vsize=86868 CPUtime=79.36 cores=0,2,4,6
/proc/25958/stat : 25958 (glucose) R 25957 25724 8900 0 -1 4202496 13271 0 0 0 7932 4 0 0 20 0 1 0 387324859 88952832 16792 33554432000 4194304 5208918 140733583402528 140733583400472 4229115 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25958/statm: 21717 16792 105 248 0 21466 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 125504

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 25962
/proc/meminfo: memFree=29109684/32873844 swapFree=7120/7120
[pid=25724] ppid=25722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-wbo-It) S 25722 25724 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387160568 9367552 275 33554432000 4194304 5064252 140737096464720 140737096463632 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 2287 275 233 213 0 72 0
[pid=25725] ppid=25724 vsize=20340 CPUtime=1642.42 cores=0,2,4,6
/proc/25725/stat : 25725 (npSolver-wbo) S 25724 25724 8900 0 -1 4202496 20377 165406 0 0 82 8 164044 108 20 0 1 0 387160568 20828160 4412 33554432000 4194304 6006132 140735013805584 140735013796976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25725/statm: 5085 4412 189 443 0 4638 0
[pid=25957] ppid=25725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25957/stat : 25957 (satsolver.sh) S 25725 25724 8900 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387324859 9367552 267 33554432000 4194304 5064252 140734960222368 140734960221280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25957/statm: 2287 267 226 213 0 72 0
[pid=25958] ppid=25957 vsize=86868 CPUtime=139.34 cores=0,2,4,6
/proc/25958/stat : 25958 (glucose) R 25957 25724 8900 0 -1 4202496 13657 0 0 0 13930 4 0 0 20 0 1 0 387324859 88952832 19277 33554432000 4194304 5208918 140733583402528 140733583398904 4229712 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25958/statm: 21717 19277 105 248 0 21466 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 125504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 25962
/proc/meminfo: memFree=29103104/32873844 swapFree=7120/7120
[pid=25724] ppid=25722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-wbo-It) S 25722 25724 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387160568 9367552 275 33554432000 4194304 5064252 140737096464720 140737096463632 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 2287 275 233 213 0 72 0
[pid=25725] ppid=25724 vsize=20340 CPUtime=1642.42 cores=0,2,4,6
/proc/25725/stat : 25725 (npSolver-wbo) S 25724 25724 8900 0 -1 4202496 20377 165406 0 0 82 8 164044 108 20 0 1 0 387160568 20828160 4412 33554432000 4194304 6006132 140735013805584 140735013796976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25725/statm: 5085 4412 189 443 0 4638 0
[pid=25957] ppid=25725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25957/stat : 25957 (satsolver.sh) S 25725 25724 8900 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387324859 9367552 267 33554432000 4194304 5064252 140734960222368 140734960221280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25957/statm: 2287 267 226 213 0 72 0
[pid=25958] ppid=25957 vsize=86868 CPUtime=157.65 cores=0,2,4,6
/proc/25958/stat : 25958 (glucose) R 25957 25724 8900 0 -1 4202496 13657 0 0 0 15761 4 0 0 20 0 1 0 387324859 88952832 19277 33554432000 4194304 5208918 140733583402528 140733583398904 4229049 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25958/statm: 21717 19277 105 248 0 21466 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 125504

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.11
CPU user time (s): 1798.89
CPU system time (s): 1.22481
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 205712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 1.22481
maximum resident set size= 148472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200431
page faults= 0
swaps= 0
block input operations= 0
block output operations= 102016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2649
involuntary context switches= 2787

runsolver used 2.85956 second user time and 7.03793 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-09 04:52:00
IDJOB=3753059
IDBENCH=79441
IDSOLVER=2336
FILE ID=node104/3753059-1339210320
RUNJOBID= node104-1339204918-8916
PBS_JOBID= 14643871
Free space on /tmp= 69496 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-dsjc125-1-4_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753059-1339210320/watcher-3753059-1339210320 -o /tmp/evaluation-result-3753059-1339210320/solver-3753059-1339210320 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753059-1339210320.wbo 715860510 HOME HOME

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

MD5SUM BENCH= b95440184c2619269a303a66296dd7fe
RANDOM SEED=715860510

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
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.91
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.266
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.266
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29692512 kB
Buffers:          693868 kB
Cached:          1416940 kB
SwapCached:         1864 kB
Active:          2147624 kB
Inactive:          78500 kB
Active(anon):     111416 kB
Inactive(anon):     5824 kB
Active(file):    2036208 kB
Inactive(file):    72676 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67102148 kB
Dirty:              8540 kB
Writeback:             0 kB
AnonPages:        208144 kB
Mapped:            10220 kB
Shmem:                 4 kB
Slab:             814908 kB
SReclaimable:     256828 kB
SUnreclaim:       558080 kB
KernelStack:        1504 kB
PageTables:         4688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     226916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 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= 69392 MiB
End job on node104 at 2012-06-09 05:22:01