Trace number 3714157

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? (TO) 1800.07 1800.41

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap74_wcsp.wbo
MD5SUMeea9483bb210b3ae31db150f2467fbf7
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark10336274
Best CPU time to get the best result obtained on this benchmark1800.36
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables832
Total number of constraints1680
Number of soft constraints1614
Number of constraints which are clauses1614
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Top cost 58368026
Min constraint cost 1
Max constraint cost 58368026
Sum of constraints costs 47051030826
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
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.01	c run usual solver
0.00/0.05	o 19207135
0.00/0.05	c current bound: 9603567
0.00/0.05	c fallback to adder encoding
35.06/35.19	c current bound: 14405351
35.06/35.19	c fallback to adder encoding
240.99/241.14	o 14404290
240.99/241.14	c current bound: 12003929
240.99/241.14	c fallback to adder encoding
706.50/706.73	o 11993344
706.50/706.73	c current bound: 10798456
706.50/706.73	c fallback to adder encoding
928.28/928.53	o 10796626
928.28/928.53	c current bound: 10200097
928.28/928.53	c fallback to adder encoding
1150.51/1150.82	o 10196748
1150.51/1150.82	c current bound: 9900158
1150.51/1150.82	c fallback to adder encoding
1220.53/1220.87	c current bound: 10048453
1220.53/1220.87	c fallback to adder encoding
1347.10/1347.47	c current bound: 10122601
1347.10/1347.47	c fallback to adder encoding
1513.28/1513.65	o 10115800
1513.28/1513.65	c current bound: 10082127
1513.28/1513.65	c fallback to adder encoding
1691.35/1691.78	o 10082110
1691.35/1691.78	c current bound: 10065282
1691.35/1691.78	c fallback to adder encoding
1800.04/1800.40	./satsolver.sh: line 5: 12916 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.40	c error: unexpected solver exit code
1800.04/1800.40	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-3714157-1338225240/watcher-3714157-1338225240 -o /tmp/evaluation-result-3714157-1338225240/solver-3714157-1338225240 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3714157-1338225240.wbo 521999017 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.00 2.00 2.00 3/177 12772
/proc/meminfo: memFree=28265604/32873624 swapFree=7104/7104
[pid=12772] ppid=12770 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (npSolver-wbo-I.) S 12770 12772 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288649440 9367552 274 33554432000 4194304 5064252 140734247822016 140734247820928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12772/statm: 2287 274 233 213 0 72 0

[startup+0.087484 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12772
/proc/meminfo: memFree=28265604/32873624 swapFree=7104/7104
[pid=12772] ppid=12770 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (npSolver-wbo-I.) S 12770 12772 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288649440 9367552 274 33554432000 4194304 5064252 140734247822016 140734247820928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12772/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100171 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12772
/proc/meminfo: memFree=28265604/32873624 swapFree=7104/7104
[pid=12772] ppid=12770 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (npSolver-wbo-I.) S 12770 12772 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288649440 9367552 274 33554432000 4194304 5064252 140734247822016 140734247820928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12772/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300155 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12772
/proc/meminfo: memFree=28265604/32873624 swapFree=7104/7104
[pid=12772] ppid=12770 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (npSolver-wbo-I.) S 12770 12772 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288649440 9367552 274 33554432000 4194304 5064252 140734247822016 140734247820928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12772/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700126 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12772
/proc/meminfo: memFree=28265604/32873624 swapFree=7104/7104
[pid=12772] ppid=12770 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (npSolver-wbo-I.) S 12770 12772 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288649440 9367552 274 33554432000 4194304 5064252 140734247822016 140734247820928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12772/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12786
/proc/meminfo: memFree=28226824/32873624 swapFree=7104/7104
[pid=12772] ppid=12770 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (npSolver-wbo-I.) S 12770 12772 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288649440 9367552 274 33554432000 4194304 5064252 140734247822016 140734247820928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12772/statm: 2287 274 233 213 0 72 0
[pid=12773] ppid=12772 vsize=11536 CPUtime=0.14 cores=1,3,5,7
/proc/12773/stat : 12773 (npSolver-wbo) S 12772 12772 4385 0 -1 4202496 2791 5678 0 0 10 1 2 1 20 0 1 0 288649440 11812864 2119 33554432000 4194304 5990268 140733333796096 140733333787536 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12773/statm: 2884 2119 164 439 0 2441 0
[pid=12785] ppid=12773 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12785/stat : 12785 (satsolver.sh) S 12773 12772 4385 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288649457 9367552 266 33554432000 4194304 5064252 140734109274800 140734109273712 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12785/statm: 2287 266 226 213 0 72 0
[pid=12786] ppid=12785 vsize=26296 CPUtime=1.32 cores=1,3,5,7
/proc/12786/stat : 12786 (glucose) R 12785 12772 4385 0 -1 4202496 5745 0 0 0 131 1 0 0 20 0 1 0 288649457 26927104 5790 33554432000 4194304 5208918 140734214734544 140734214732376 4211176 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12786/statm: 6574 5790 105 248 0 6323 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 56128

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12786
/proc/meminfo: memFree=28225460/32873624 swapFree=7104/7104
[pid=12772] ppid=12770 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (npSolver-wbo-I.) S 12770 12772 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288649440 9367552 274 33554432000 4194304 5064252 140734247822016 140734247820928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12772/statm: 2287 274 233 213 0 72 0
[pid=12773] ppid=12772 vsize=11536 CPUtime=0.14 cores=1,3,5,7
/proc/12773/stat : 12773 (npSolver-wbo) S 12772 12772 4385 0 -1 4202496 2791 5678 0 0 10 1 2 1 20 0 1 0 288649440 11812864 2119 33554432000 4194304 5990268 140733333796096 140733333787536 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12773/statm: 2884 2119 164 439 0 2441 0
[pid=12785] ppid=12773 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12785/stat : 12785 (satsolver.sh) S 12773 12772 4385 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288649457 9367552 266 33554432000 4194304 5064252 140734109274800 140734109273712 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12785/statm: 2287 266 226 213 0 72 0
[pid=12786] ppid=12785 vsize=34128 CPUtime=2.92 cores=1,3,5,7
/proc/12786/stat : 12786 (glucose) R 12785 12772 4385 0 -1 4202496 6694 0 0 0 291 1 0 0 20 0 1 0 288649457 34947072 7442 33554432000 4194304 5208918 140734214734544 140734214732376 4211623 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12786/statm: 8532 7442 105 248 0 8281 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 63960

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12786
/proc/meminfo: memFree=28217492/32873624 swapFree=7104/7104
[pid=12772] ppid=12770 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (npSolver-wbo-I.) S 12770 12772 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288649440 9367552 274 33554432000 4194304 5064252 140734247822016 140734247820928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12772/statm: 2287 274 233 213 0 72 0
[pid=12773] ppid=12772 vsize=11536 CPUtime=0.14 cores=1,3,5,7
/proc/12773/stat : 12773 (npSolver-wbo) S 12772 12772 4385 0 -1 4202496 2791 5678 0 0 10 1 2 1 20 0 1 0 288649440 11812864 2119 33554432000 4194304 5990268 140733333796096 140733333787536 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12773/statm: 2884 2119 164 439 0 2441 0
[pid=12785] ppid=12773 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12785/stat : 12785 (satsolver.sh) S 12773 12772 4385 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288649457 9367552 266 33554432000 4194304 5064252 140734109274800 140734109273712 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12785/statm: 2287 266 226 213 0 72 0
[pid=12786] ppid=12785 vsize=34128 CPUtime=6.12 cores=1,3,5,7
/proc/12786/stat : 12786 (glucose) R 12785 12772 4385 0 -1 4202496 7014 0 0 0 611 1 0 0 20 0 1 0 288649457 34947072 7578 33554432000 4194304 5208918 140734214734544 140734214730920 4211635 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12786/statm: 8532 7578 105 248 0 8281 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 63960

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12786
/proc/meminfo: memFree=28202616/32873624 swapFree=7104/7104
[pid=12772] ppid=12770 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (npSolver-wbo-I.) S 12770 12772 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288649440 9367552 274 33554432000 4194304 5064252 140734247822016 140734247820928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12772/statm: 2287 274 233 213 0 72 0
[pid=12773] ppid=12772 vsize=11536 CPUtime=0.14 cores=1,3,5,7
/proc/12773/stat : 12773 (npSolver-wbo) S 12772 12772 4385 0 -1 4202496 2791 5678 0 0 10 1 2 1 20 0 1 0 288649440 11812864 2119 33554432000 4194304 5990268 140733333796096 140733333787536 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12773/statm: 2884 2119 164 439 0 2441 0
[pid=12785] ppid=12773 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12785/stat : 12785 (satsolver.sh) S 12773 12772 4385 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288649457 9367552 266 33554432000 4194304 5064252 140734109274800 140734109273712 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12785/statm: 2287 266 226 213 0 72 0
[pid=12786] ppid=12785 vsize=45620 CPUtime=12.53 cores=1,3,5,7
/proc/12786/stat : 12786 (glucose) R 12785 12772 4385 0 -1 4202496 7909 0 0 0 1251 2 0 0 20 0 1 0 288649457 46714880 10451 33554432000 4194304 5208918 140734214734544 140734214730920 4211641 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12786/statm: 11405 10451 105 248 0 11154 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 75452

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12786
/proc/meminfo: memFree=28183204/32873624 swapFree=7104/7104
[pid=12772] ppid=12770 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (npSolver-wbo-I.) S 12770 12772 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288649440 9367552 274 33554432000 4194304 5064252 140734247822016 140734247820928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12772/statm: 2287 274 233 213 0 72 0
[pid=12773] ppid=12772 vsize=11536 CPUtime=0.14 cores=1,3,5,7
/proc/12773/stat : 12773 (npSolver-wbo) S 12772 12772 4385 0 -1 4202496 2791 5678 0 0 10 1 2 1 20 0 1 0 288649440 11812864 2119 33554432000 4194304 5990268 140733333796096 140733333787536 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12773/statm: 2884 2119 164 439 0 2441 0
[pid=12785] ppid=12773 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12785/stat : 12785 (satsolver.sh) S 12773 12772 4385 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288649457 9367552 266 33554432000 4194304 5064252 140734109274800 140734109273712 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12785/statm: 2287 266 226 213 0 72 0
[pid=12786] ppid=12785 vsize=57224 CPUtime=25.32 cores=1,3,5,7
/proc/12786/stat : 12786 (glucose) R 12785 12772 4385 0 -1 4202496 8244 0 0 0 2530 2 0 0 20 0 1 0 288649457 58597376 13366 33554432000 4194304 5208918 140734214734544 140734214730312 4211792 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12786/statm: 14306 13366 105 248 0 14055 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 87056

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12793
/proc/meminfo: memFree=28200040/32873624 swapFree=7104/7104
[pid=12772] ppid=12770 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (npSolver-wbo-I.) S 12770 12772 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288649440 9367552 274 33554432000 4194304 5064252 140734247822016 140734247820928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12772/statm: 2287 274 233 213 0 72 0
[pid=12773] ppid=12772 vsize=19728 CPUtime=35.27 cores=1,3,5,7
/proc/12773/stat : 12773 (npSolver-wbo) S 12772 12772 4385 0 -1 4202496 4660 17724 0 0 20 2 3500 5 20 0 1 0 288649440 20201472 4124 33554432000 4194304 5990268 140733333796096 140733333787536 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12773/statm: 4932 4124 164 439 0 4489 0
[pid=12792] ppid=12773 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12792/stat : 12792 (satsolver.sh) S 12773 12772 4385 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288652971 9367552 266 33554432000 4194304 5064252 140733580545888 140733580544800 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12792/statm: 2287 266 226 213 0 72 0
[pid=12793] ppid=12792 vsize=45992 CPUtime=15.78 cores=1,3,5,7
/proc/12793/stat : 12793 (glucose) R 12792 12772 4385 0 -1 4202496 8551 0 0 0 1576 2 0 0 20 0 1 0 288652971 47095808 10822 33554432000 4194304 5208918 140734421700016 140734421696392 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12793/statm: 11498 10822 105 248 0 11247 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 84016

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12793
/proc/meminfo: memFree=28157600/32873624 swapFree=7104/7104
[pid=12772] ppid=12770 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (npSolver-wbo-I.) S 12770 12772 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288649440 9367552 274 33554432000 4194304 5064252 140734247822016 140734247820928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12772/statm: 2287 274 233 213 0 72 0
[pid=12773] ppid=12772 vsize=19728 CPUtime=35.27 cores=1,3,5,7
/proc/12773/stat : 12773 (npSolver-wbo) S 12772 12772 4385 0 -1 4202496 4660 17724 0 0 20 2 3500 5 20 0 1 0 288649440 20201472 4124 33554432000 4194304 5990268 140733333796096 140733333787536 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12773/statm: 4932 4124 164 439 0 4489 0
[pid=12792] ppid=12773 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12792/stat : 12792 (satsolver.sh) S 12773 12772 4385 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288652971 9367552 266 33554432000 4194304 5064252 140733580545888 140733580544800 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12792/statm: 2287 266 226 213 0 72 0
[pid=12793] ppid=12792 vsize=88944 CPUtime=66.97 cores=1,3,5,7
/proc/12793/stat : 12793 (glucose) R 12792 12772 4385 0 -1 4202496 10887 0 0 0 6694 3 0 0 20 0 1 0 288652971 91078656 21516 33554432000 4194304 5208918 140734421700016 140734421696392 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12793/statm: 22236 21516 105 248 0 21985 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 126968

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12794
/proc/meminfo: memFree=28117744/32873624 swapFree=7104/7104
[pid=12772] ppid=12770 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (npSolver-wbo-I.) S 12770 12772 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288649440 9367552 274 33554432000 4194304 5064252 140734247822016 140734247820928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12772/statm: 2287 274 233 213 0 72 0
[pid=12773] ppid=12772 vsize=19728 CPUtime=35.27 cores=1,3,5,7
/proc/12773/stat : 12773 (npSolver-wbo) S 12772 12772 4385 0 -1 4202496 4660 17724 0 0 20 2 3500 5 20 0 1 0 288649440 20201472 4124 33554432000 4194304 5990268 140733333796096 140733333787536 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12773/statm: 4932 4124 164 439 0 4489 0
[pid=12792] ppid=12773 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12897
/proc/meminfo: memFree=26959020/32873624 swapFree=7104/7104
[pid=12772] ppid=12770 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (npSolver-wbo-I.) S 12770 12772 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288649440 9367552 274 33554432000 4194304 5064252 140734247822016 140734247820928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12772/statm: 2287 274 233 213 0 72 0
[pid=12773] ppid=12772 vsize=19724 CPUtime=1347.3 cores=1,3,5,7
/proc/12773/stat : 12773 (npSolver-wbo) S 12772 12772 4385 0 -1 4202496 15970 117983 0 0 79 10 134568 73 20 0 1 0 288649440 20197376 4124 33554432000 4194304 5990268 140733333796096 140733333787536 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12773/statm: 4931 4124 164 439 0 4488 0
[pid=12896] ppid=12773 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12896/stat : 12896 (satsolver.sh) S 12773 12772 4385 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288784198 9367552 267 33554432000 4194304 5064252 140736574252016 140736574250928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12896/statm: 2287 267 226 213 0 72 0
[pid=12897] ppid=12896 vsize=46172 CPUtime=14.7 cores=1,3,5,7
/proc/12897/stat : 12897 (glucose) R 12896 12772 4385 0 -1 4202496 9223 0 0 0 1469 1 0 0 20 0 1 0 288784199 47280128 10698 33554432000 4194304 5208918 140735965127120 140735965123496 4211501 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12897/statm: 11543 10698 105 248 0 11292 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 84192

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 12898
/proc/meminfo: memFree=26919092/32873624 swapFree=7104/7104
[pid=12772] ppid=12770 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (npSolver-wbo-I.) S 12770 12772 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288649440 9367552 274 33554432000 4194304 5064252 140734247822016 140734247820928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12772/statm: 2287 274 233 213 0 72 0
[pid=12773] ppid=12772 vsize=19724 CPUtime=1347.3 cores=1,3,5,7
/proc/12773/stat : 12773 (npSolver-wbo) S 12772 12772 4385 0 -1 4202496 15970 117983 0 0 79 10 134568 73 20 0 1 0 288649440 20197376 4124 33554432000 4194304 5990268 140733333796096 140733333787536 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12773/statm: 4931 4124 164 439 0 4488 0
[pid=12896] ppid=12773 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12896/stat : 12896 (satsolver.sh) S 12773 12772 4385 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288784198 9367552 267 33554432000 4194304 5064252 140736574252016 140736574250928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12896/statm: 2287 267 226 213 0 72 0
[pid=12897] ppid=12896 vsize=107240 CPUtime=74.7 cores=1,3,5,7
/proc/12897/stat : 12897 (glucose) R 12896 12772 4385 0 -1 4202496 11443 0 0 0 7466 4 0 0 20 0 1 0 288784199 109813760 20673 33554432000 4194304 5208918 140735965127120 140735965123496 4229456 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12897/statm: 26810 20673 105 248 0 26559 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 145260

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 12898
/proc/meminfo: memFree=26918500/32873624 swapFree=7104/7104
[pid=12772] ppid=12770 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (npSolver-wbo-I.) S 12770 12772 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288649440 9367552 274 33554432000 4194304 5064252 140734247822016 140734247820928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12772/statm: 2287 274 233 213 0 72 0
[pid=12773] ppid=12772 vsize=19724 CPUtime=1347.3 cores=1,3,5,7
/proc/12773/stat : 12773 (npSolver-wbo) S 12772 12772 4385 0 -1 4202496 15970 117983 0 0 79 10 134568 73 20 0 1 0 288649440 20197376 4124 33554432000 4194304 5990268 140733333796096 140733333787536 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12773/statm: 4931 4124 164 439 0 4488 0
[pid=12896] ppid=12773 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12896/stat : 12896 (satsolver.sh) S 12773 12772 4385 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288784198 9367552 267 33554432000 4194304 5064252 140736574252016 140736574250928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12896/statm: 2287 267 226 213 0 72 0
[pid=12897] ppid=12896 vsize=107240 CPUtime=134.68 cores=1,3,5,7
/proc/12897/stat : 12897 (glucose) R 12896 12772 4385 0 -1 4202496 11905 0 0 0 13463 5 0 0 20 0 1 0 288784199 109813760 20673 33554432000 4194304 5208918 140735965127120 140735965125208 4229776 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12897/statm: 26810 20673 105 248 0 26559 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 145260

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12905
/proc/meminfo: memFree=26947176/32873624 swapFree=7104/7104
[pid=12772] ppid=12770 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (npSolver-wbo-I.) S 12770 12772 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288649440 9367552 274 33554432000 4194304 5064252 140734247822016 140734247820928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12772/statm: 2287 274 233 213 0 72 0
[pid=12773] ppid=12772 vsize=19724 CPUtime=1513.45 cores=1,3,5,7
/proc/12773/stat : 12773 (npSolver-wbo) S 12772 12772 4385 0 -1 4202496 17863 133780 0 0 89 11 151163 82 20 0 1 0 288649440 20197376 4124 33554432000 4194304 5990268 140733333796096 140733333787536 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12773/statm: 4931 4124 164 439 0 4488 0
[pid=12904] ppid=12773 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12904/stat : 12904 (satsolver.sh) S 12773 12772 4385 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288800816 9367552 267 33554432000 4194304 5064252 140736827660496 140736827659408 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12904/statm: 2287 267 226 213 0 72 0
[pid=12905] ppid=12904 vsize=57452 CPUtime=28.52 cores=1,3,5,7
/proc/12905/stat : 12905 (glucose) R 12904 12772 4385 0 -1 4202496 9680 0 0 0 2850 2 0 0 20 0 1 0 288800816 58830848 13630 33554432000 4194304 5208918 140733939687568 140733939683336 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12905/statm: 14363 13630 105 248 0 14112 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 95472

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 12908
/proc/meminfo: memFree=26920864/32873624 swapFree=7104/7104
[pid=12772] ppid=12770 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (npSolver-wbo-I.) S 12770 12772 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288649440 9367552 274 33554432000 4194304 5064252 140734247822016 140734247820928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12772/statm: 2287 274 233 213 0 72 0
[pid=12773] ppid=12772 vsize=19724 CPUtime=1513.45 cores=1,3,5,7
/proc/12773/stat : 12773 (npSolver-wbo) S 12772 12772 4385 0 -1 4202496 17863 133780 0 0 89 11 151163 82 20 0 1 0 288649440 20197376 4124 33554432000 4194304 5990268 140733333796096 140733333787536 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12773/statm: 4931 4124 164 439 0 4488 0
[pid=12904] ppid=12773 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12904/stat : 12904 (satsolver.sh) S 12773 12772 4385 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288800816 9367552 267 33554432000 4194304 5064252 140736827660496 140736827659408 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12904/statm: 2287 267 226 213 0 72 0
[pid=12905] ppid=12904 vsize=106780 CPUtime=88.51 cores=1,3,5,7
/proc/12905/stat : 12905 (glucose) R 12904 12772 4385 0 -1 4202496 11609 0 0 0 8847 4 0 0 20 0 1 0 288800816 109342720 20493 33554432000 4194304 5208918 140733939687568 140733939683944 4229344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12905/statm: 26695 20493 105 248 0 26444 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 144800

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12908
/proc/meminfo: memFree=26888840/32873624 swapFree=7104/7104
[pid=12772] ppid=12770 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (npSolver-wbo-I.) S 12770 12772 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288649440 9367552 274 33554432000 4194304 5064252 140734247822016 140734247820928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12772/statm: 2287 274 233 213 0 72 0
[pid=12773] ppid=12772 vsize=19724 CPUtime=1513.45 cores=1,3,5,7
/proc/12773/stat : 12773 (npSolver-wbo) S 12772 12772 4385 0 -1 4202496 17863 133780 0 0 89 11 151163 82 20 0 1 0 288649440 20197376 4124 33554432000 4194304 5990268 140733333796096 140733333787536 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12773/statm: 4931 4124 164 439 0 4488 0
[pid=12904] ppid=12773 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12904/stat : 12904 (satsolver.sh) S 12773 12772 4385 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288800816 9367552 267 33554432000 4194304 5064252 140736827660496 140736827659408 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12904/statm: 2287 267 226 213 0 72 0
[pid=12905] ppid=12904 vsize=156100 CPUtime=148.51 cores=1,3,5,7
/proc/12905/stat : 12905 (glucose) R 12904 12772 4385 0 -1 4202496 12502 0 0 0 14844 7 0 0 20 0 1 0 288800816 159846400 28379 33554432000 4194304 5208918 140733939687568 140733939685560 4229483 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12905/statm: 39025 28379 105 248 0 38774 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 194120

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12916
/proc/meminfo: memFree=26958060/32873624 swapFree=7104/7104
[pid=12772] ppid=12770 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (npSolver-wbo-I.) S 12770 12772 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288649440 9367552 274 33554432000 4194304 5064252 140734247822016 140734247820928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12772/statm: 2287 274 233 213 0 72 0
[pid=12773] ppid=12772 vsize=19724 CPUtime=1691.55 cores=1,3,5,7
/proc/12773/stat : 12773 (npSolver-wbo) S 12772 12772 4385 0 -1 4202496 19756 149733 0 0 98 12 168952 93 20 0 1 0 288649440 20197376 4124 33554432000 4194304 5990268 140733333796096 140733333787536 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12773/statm: 4931 4124 164 439 0 4488 0
[pid=12915] ppid=12773 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12915/stat : 12915 (satsolver.sh) S 12773 12772 4385 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288818629 9367552 266 33554432000 4194304 5064252 140736648180544 140736648179456 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12915/statm: 2287 266 226 213 0 72 0
[pid=12916] ppid=12915 vsize=38636 CPUtime=30.39 cores=1,3,5,7
/proc/12916/stat : 12916 (glucose) R 12915 12772 4385 0 -1 4202496 9947 0 0 0 3036 3 0 0 20 0 1 0 288818630 39563264 8873 33554432000 4194304 5208918 140736060921072 140736060916760 4231508 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12916/statm: 9659 8873 105 248 0 9408 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 76656

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12916
/proc/meminfo: memFree=26887212/32873624 swapFree=7104/7104
[pid=12772] ppid=12770 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (npSolver-wbo-I.) S 12770 12772 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288649440 9367552 274 33554432000 4194304 5064252 140734247822016 140734247820928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12772/statm: 2287 274 233 213 0 72 0
[pid=12773] ppid=12772 vsize=19724 CPUtime=1691.55 cores=1,3,5,7
/proc/12773/stat : 12773 (npSolver-wbo) S 12772 12772 4385 0 -1 4202496 19756 149733 0 0 98 12 168952 93 20 0 1 0 288649440 20197376 4124 33554432000 4194304 5990268 140733333796096 140733333787536 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12773/statm: 4931 4124 164 439 0 4488 0
[pid=12915] ppid=12773 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12915/stat : 12915 (satsolver.sh) S 12773 12772 4385 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288818629 9367552 266 33554432000 4194304 5064252 140736648180544 140736648179456 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12915/statm: 2287 266 226 213 0 72 0
[pid=12916] ppid=12915 vsize=155912 CPUtime=90.38 cores=1,3,5,7
/proc/12916/stat : 12916 (glucose) R 12915 12772 4385 0 -1 4202496 11572 0 0 0 9033 5 0 0 20 0 1 0 288818630 159653888 28555 33554432000 4194304 5208918 140736060921072 140736060917448 4229344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12916/statm: 38978 28555 105 248 0 38727 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 193932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12916
/proc/meminfo: memFree=26887220/32873624 swapFree=7104/7104
[pid=12772] ppid=12770 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12772/stat : 12772 (npSolver-wbo-I.) S 12770 12772 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288649440 9367552 274 33554432000 4194304 5064252 140734247822016 140734247820928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12772/statm: 2287 274 233 213 0 72 0
[pid=12773] ppid=12772 vsize=19724 CPUtime=1691.55 cores=1,3,5,7
/proc/12773/stat : 12773 (npSolver-wbo) S 12772 12772 4385 0 -1 4202496 19756 149733 0 0 98 12 168952 93 20 0 1 0 288649440 20197376 4124 33554432000 4194304 5990268 140733333796096 140733333787536 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12773/statm: 4931 4124 164 439 0 4488 0
[pid=12915] ppid=12773 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12915/stat : 12915 (satsolver.sh) S 12773 12772 4385 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288818629 9367552 266 33554432000 4194304 5064252 140736648180544 140736648179456 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12915/statm: 2287 266 226 213 0 72 0
[pid=12916] ppid=12915 vsize=155912 CPUtime=108.49 cores=1,3,5,7
/proc/12916/stat : 12916 (glucose) R 12915 12772 4385 0 -1 4202496 11899 0 0 0 10843 6 0 0 20 0 1 0 288818630 159653888 28555 33554432000 4194304 5208918 140736060921072 140736060919064 4211712 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12916/statm: 38978 28555 105 248 0 38727 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 193932

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.41
CPU time (s): 1800.07
CPU user time (s): 1798.94
CPU system time (s): 1.13283
CPU usage (%): 99.9812
Max. virtual memory (cumulated for all children) (KiB): 225076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.94
system time used= 1.13283
maximum resident set size= 197656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182376
page faults= 0
swaps= 0
block input operations= 0
block output operations= 131680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 878
involuntary context switches= 2002

runsolver used 2.68859 second user time and 7.2009 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-28 19:14:00
IDJOB=3714157
IDBENCH=79502
IDSOLVER=2295
FILE ID=node121/3714157-1338225240
RUNJOBID= node121-1338194146-4402
PBS_JOBID= 14624594
Free space on /tmp= 71624 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-cap74_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714157-1338225240/watcher-3714157-1338225240 -o /tmp/evaluation-result-3714157-1338225240/solver-3714157-1338225240 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3714157-1338225240.wbo 521999017 HOME HOME

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

MD5SUM BENCH= eea9483bb210b3ae31db150f2467fbf7
RANDOM SEED=521999017

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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:       32873624 kB
MemFree:        28266488 kB
Buffers:          592436 kB
Cached:          2929940 kB
SwapCached:            0 kB
Active:          1186736 kB
Inactive:        2549268 kB
Active(anon):     210724 kB
Inactive(anon):        0 kB
Active(file):     976012 kB
Inactive(file):  2549268 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8188 kB
Writeback:             0 kB
AnonPages:        470668 kB
Mapped:            15180 kB
Shmem:               200 kB
Slab:             725416 kB
SReclaimable:     169400 kB
SUnreclaim:       556016 kB
KernelStack:        1504 kB
PageTables:         4628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     338068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    430080 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= 71292 MiB
End job on node121 at 2012-05-28 19:44:00