Trace number 3754227

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 (fixed)? (TO) 1800.06 1805.82

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap61_wcsp.wbo
MD5SUM58e4788c719f1a12516705b51263d664
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9003827
Best CPU time to get the best result obtained on this benchmark1535.67
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 55743026
Min constraint cost 1
Max constraint cost 55743026
Sum of constraints costs 44948405826
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.02	c run usual solver
0.00/0.07	o 19032135
0.00/0.07	c current bound: 9516067
0.00/0.07	c fallback to adder encoding
409.17/409.42	o 9515968
409.17/409.42	c current bound: 4757984
409.17/409.42	c fallback to adder encoding
410.21/410.31	c current bound: 7136976
410.21/410.31	c fallback to adder encoding
413.41/413.51	c current bound: 8326472
413.41/413.51	c fallback to adder encoding
427.89/428.07	c current bound: 8921220
427.89/428.07	c fallback to adder encoding
460.80/460.96	c current bound: 9218594
460.80/460.96	c fallback to adder encoding
735.15/735.43	o 9218309
735.15/735.43	c current bound: 9069765
735.15/735.43	c fallback to adder encoding
898.13/898.49	o 9069757
898.13/898.49	c current bound: 8995489
898.13/898.49	c fallback to adder encoding
967.65/967.92	c current bound: 9032623
967.65/967.92	c fallback to adder encoding
1081.25/1081.67	o 9032338
1081.25/1081.67	c current bound: 9013914
1081.25/1081.67	c fallback to adder encoding
1216.27/1216.66	o 9013063
1216.27/1216.66	c current bound: 9004276
1216.27/1216.66	c fallback to adder encoding
1290.14/1290.96	o 9003827
1290.14/1290.96	c current bound: 8999658
1290.14/1290.96	c fallback to adder encoding
1366.59/1367.30	c current bound: 9001743
1366.59/1367.30	c fallback to adder encoding
1429.16/1429.98	c current bound: 9002785
1429.16/1429.98	c fallback to adder encoding
1542.81/1543.69	c current bound: 9003306
1542.81/1543.69	c fallback to adder encoding
1625.38/1626.53	c current bound: 9003567
1625.38/1626.53	c fallback to adder encoding
1728.76/1729.98	c current bound: 9003697
1728.76/1729.98	c fallback to adder encoding
1794.73/1800.51	c current bound: 9003762
1794.73/1800.51	c fallback to adder encoding
1800.02/1805.81	./satsolver.sh: line 5:  1235 Terminated              ./glucose $1 > $2 2> /dev/null
1800.02/1805.81	c error: unexpected solver exit code
1800.02/1805.81	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-3754227-1339199005/watcher-3754227-1339199005 -o /tmp/evaluation-result-3754227-1339199005/solver-3754227-1339199005 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3754227-1339199005.wbo 50644403 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/179 906
/proc/meminfo: memFree=23167456/32873648 swapFree=7116/7116
[pid=906] ppid=904 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (npSolver-wbo-I.) S 904 906 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386026021 9367552 275 33554432000 4194304 5064252 140736416345712 140736416344624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/906/statm: 2287 275 233 213 0 72 0

[startup+0.075983 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 906
/proc/meminfo: memFree=23167456/32873648 swapFree=7116/7116
[pid=906] ppid=904 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (npSolver-wbo-I.) S 904 906 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386026021 9367552 275 33554432000 4194304 5064252 140736416345712 140736416344624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/906/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100176 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 906
/proc/meminfo: memFree=23167456/32873648 swapFree=7116/7116
[pid=906] ppid=904 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (npSolver-wbo-I.) S 904 906 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386026021 9367552 275 33554432000 4194304 5064252 140736416345712 140736416344624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/906/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300144 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 906
/proc/meminfo: memFree=23167456/32873648 swapFree=7116/7116
[pid=906] ppid=904 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (npSolver-wbo-I.) S 904 906 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386026021 9367552 275 33554432000 4194304 5064252 140736416345712 140736416344624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/906/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70013 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 906
/proc/meminfo: memFree=23167456/32873648 swapFree=7116/7116
[pid=906] ppid=904 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (npSolver-wbo-I.) S 904 906 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386026021 9367552 275 33554432000 4194304 5064252 140736416345712 140736416344624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/906/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 920
/proc/meminfo: memFree=23084120/32873648 swapFree=7116/7116
[pid=906] ppid=904 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (npSolver-wbo-I.) S 904 906 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386026021 9367552 275 33554432000 4194304 5064252 140736416345712 140736416344624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/906/statm: 2287 275 233 213 0 72 0
[pid=907] ppid=906 vsize=37380 CPUtime=0.27 cores=1,3,5,7
/proc/907/stat : 907 (npSolver-wbo) S 906 906 28381 0 -1 4202496 4460 5946 0 0 20 4 2 1 20 0 1 0 386026021 38277120 8366 33554432000 4194304 6006132 140733216252464 140733216243872 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/907/statm: 9345 8366 178 443 0 8898 0
[pid=919] ppid=907 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/919/stat : 919 (satsolver.sh) S 907 906 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386026050 9367552 267 33554432000 4194304 5064252 140733395571168 140733395570080 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/919/statm: 2287 267 226 213 0 72 0
[pid=920] ppid=919 vsize=42892 CPUtime=1.19 cores=1,3,5,7
/proc/920/stat : 920 (glucose) R 919 906 28381 0 -1 4202496 8617 0 0 0 118 1 0 0 20 0 1 0 386026051 43921408 9961 33554432000 4194304 5208918 140733782190112 140733782186488 4205261 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/920/statm: 10723 9961 105 248 0 10472 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 98568

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 920
/proc/meminfo: memFree=23082508/32873648 swapFree=7116/7116
[pid=906] ppid=904 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (npSolver-wbo-I.) S 904 906 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386026021 9367552 275 33554432000 4194304 5064252 140736416345712 140736416344624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/906/statm: 2287 275 233 213 0 72 0
[pid=907] ppid=906 vsize=37380 CPUtime=0.27 cores=1,3,5,7
/proc/907/stat : 907 (npSolver-wbo) S 906 906 28381 0 -1 4202496 4460 5946 0 0 20 4 2 1 20 0 1 0 386026021 38277120 8366 33554432000 4194304 6006132 140733216252464 140733216243872 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/907/statm: 9345 8366 178 443 0 8898 0
[pid=919] ppid=907 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/919/stat : 919 (satsolver.sh) S 907 906 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386026050 9367552 267 33554432000 4194304 5064252 140733395571168 140733395570080 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/919/statm: 2287 267 226 213 0 72 0
[pid=920] ppid=919 vsize=44324 CPUtime=2.79 cores=1,3,5,7
/proc/920/stat : 920 (glucose) R 919 906 28381 0 -1 4202496 9577 0 0 0 278 1 0 0 20 0 1 0 386026051 45387776 9990 33554432000 4194304 5208918 140733782190112 140733782187944 4212757 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/920/statm: 11081 9990 105 248 0 10830 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 100000

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 920
/proc/meminfo: memFree=23064108/32873648 swapFree=7116/7116
[pid=906] ppid=904 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (npSolver-wbo-I.) S 904 906 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386026021 9367552 275 33554432000 4194304 5064252 140736416345712 140736416344624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/906/statm: 2287 275 233 213 0 72 0
[pid=907] ppid=906 vsize=37380 CPUtime=0.27 cores=1,3,5,7
/proc/907/stat : 907 (npSolver-wbo) S 906 906 28381 0 -1 4202496 4460 5946 0 0 20 4 2 1 20 0 1 0 386026021 38277120 8366 33554432000 4194304 6006132 140733216252464 140733216243872 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/907/statm: 9345 8366 178 443 0 8898 0
[pid=919] ppid=907 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/919/stat : 919 (satsolver.sh) S 907 906 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386026050 9367552 267 33554432000 4194304 5064252 140733395571168 140733395570080 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/919/statm: 2287 267 226 213 0 72 0
[pid=920] ppid=919 vsize=74772 CPUtime=5.99 cores=1,3,5,7
/proc/920/stat : 920 (glucose) R 919 906 28381 0 -1 4202496 11195 0 0 0 597 2 0 0 20 0 1 0 386026051 76566528 16145 33554432000 4194304 5208918 140733782190112 140733782187976 4211635 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/920/statm: 18693 16145 105 248 0 18442 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 130448

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 920
/proc/meminfo: memFree=23048016/32873648 swapFree=7116/7116
[pid=906] ppid=904 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (npSolver-wbo-I.) S 904 906 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386026021 9367552 275 33554432000 4194304 5064252 140736416345712 140736416344624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/906/statm: 2287 275 233 213 0 72 0
[pid=907] ppid=906 vsize=37380 CPUtime=0.27 cores=1,3,5,7
/proc/907/stat : 907 (npSolver-wbo) S 906 906 28381 0 -1 4202496 4460 5946 0 0 20 4 2 1 20 0 1 0 386026021 38277120 8366 33554432000 4194304 6006132 140733216252464 140733216243872 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/907/statm: 9345 8366 178 443 0 8898 0
[pid=919] ppid=907 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/919/stat : 919 (satsolver.sh) S 907 906 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386026050 9367552 267 33554432000 4194304 5064252 140733395571168 140733395570080 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/919/statm: 2287 267 226 213 0 72 0
[pid=920] ppid=919 vsize=74772 CPUtime=12.39 cores=1,3,5,7
/proc/920/stat : 920 (glucose) R 919 906 28381 0 -1 4202496 11452 0 0 0 1237 2 0 0 20 0 1 0 386026051 76566528 16908 33554432000 4194304 5208918 140733782190112 140733782186488 4205203 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/920/statm: 18693 16908 105 248 0 18442 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 130448

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 920
/proc/meminfo: memFree=23075332/32873648 swapFree=7116/7116
[pid=906] ppid=904 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (npSolver-wbo-I.) S 904 906 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386026021 9367552 275 33554432000 4194304 5064252 140736416345712 140736416344624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/906/statm: 2287 275 233 213 0 72 0
[pid=907] ppid=906 vsize=37380 CPUtime=0.27 cores=1,3,5,7
/proc/907/stat : 907 (npSolver-wbo) S 906 906 28381 0 -1 4202496 4460 5946 0 0 20 4 2 1 20 0 1 0 386026021 38277120 8366 33554432000 4194304 6006132 140733216252464 140733216243872 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/907/statm: 9345 8366 178 443 0 8898 0
[pid=919] ppid=907 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/919/stat : 919 (satsolver.sh) S 907 906 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386026050 9367552 267 33554432000 4194304 5064252 140733395571168 140733395570080 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/919/statm: 2287 267 226 213 0 72 0
[pid=920] ppid=919 vsize=74772 CPUtime=25.18 cores=1,3,5,7
/proc/920/stat : 920 (glucose) R 919 906 28381 0 -1 4202496 11917 0 0 0 2516 2 0 0 20 0 1 0 386026051 76566528 17993 33554432000 4194304 5208918 140733782190112 140733782185880 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/920/statm: 18693 17993 105 248 0 18442 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 130448

[startup+51.1003 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 920
/proc/meminfo: memFree=23048664/32873648 swapFree=7116/7116
[pid=906] ppid=904 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (npSolver-wbo-I.) S 904 906 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386026021 9367552 275 33554432000 4194304 5064252 140736416345712 140736416344624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/906/statm: 2287 275 233 213 0 72 0
[pid=907] ppid=906 vsize=37380 CPUtime=0.27 cores=1,3,5,7
/proc/907/stat : 907 (npSolver-wbo) S 906 906 28381 0 -1 4202496 4460 5946 0 0 20 4 2 1 20 0 1 0 386026021 38277120 8366 33554432000 4194304 6006132 140733216252464 140733216243872 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/907/statm: 9345 8366 178 443 0 8898 0
[pid=919] ppid=907 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/919/stat : 919 (satsolver.sh) S 907 906 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386026050 9367552 267 33554432000 4194304 5064252 140733395571168 140733395570080 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/919/statm: 2287 267 226 213 0 72 0
[pid=920] ppid=919 vsize=93628 CPUtime=50.78 cores=1,3,5,7
/proc/920/stat : 920 (glucose) R 919 906 28381 0 -1 4202496 12048 0 0 0 5076 2 0 0 20 0 1 0 386026051 95875072 22719 33554432000 4194304 5208918 140733782190112 140733782186488 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/920/statm: 23407 22719 105 248 0 23156 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 149304

[startup+102.307 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 920
/proc/meminfo: memFree=23035040/32873648 swapFree=7116/7116
[pid=906] ppid=904 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (npSolver-wbo-I.) S 904 906 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386026021 9367552 275 33554432000 4194304 5064252 140736416345712 140736416344624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/906/statm: 2287 275 233 213 0 72 0
[pid=907] ppid=906 vsize=37380 CPUtime=0.27 cores=1,3,5,7
/proc/907/stat : 907 (npSolver-wbo) S 906 906 28381 0 -1 4202496 4460 5946 0 0 20 4 2 1 20 0 1 0 386026021 38277120 8366 33554432000 4194304 6006132 140733216252464 140733216243872 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/907/statm: 9345 8366 178 443 0 8898 0
[pid=919] ppid=907 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/919/stat : 919 (satsolver.sh) S 907 906 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386026050 9367552 267 33554432000 4194304 5064252 140733395571168 140733395570080 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/919/statm: 2287 267 226 213 0 72 0
[pid=920] ppid=919 vsize=93628 CPUtime=101.98 cores=1,3,5,7
/proc/920/stat : 920 (glucose) R 919 906 28381 0 -1 4202496 12180 0 0 0 10194 4 0 0 20 0 1 0 386026051 95875072 22763 33554432000 4194304 5208918 140733782190112 140733782188200 4229338 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/920/statm: 23407 22763 105 248 0 23156 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 149304

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 920
/proc/meminfo: memFree=23016048/32873648 swapFree=7116/7116
[pid=906] ppid=904 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (npSolver-wbo-I.) S 904 906 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386026021 9367552 275 33554432000 4194304 5064252 140736416345712 140736416344624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/906/statm: 2287 275 233 213 0 72 0
[pid=907] ppid=906 vsize=37380 CPUtime=0.27 cores=1,3,5,7
/proc/907/stat : 907 (npSolver-wbo) S 906 906 28381 0 -1 4202496 4460 5946 0 0 20 4 2 1 20 0 1 0 386026021 38277120 8366 33554432000 4194304 6006132 140733216252464 140733216243872 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/907/statm: 9345 8366 178 443 0 8898 0
[pid=919] ppid=907 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 4.86 3.39 2.53 2/182 1085
/proc/meminfo: memFree=328660/32873648 swapFree=7116/7116
[pid=906] ppid=904 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (npSolver-wbo-I.) S 904 906 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386026021 9367552 275 33554432000 4194304 5064252 140736416345712 140736416344624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/906/statm: 2287 275 233 213 0 72 0
[pid=907] ppid=906 vsize=37380 CPUtime=1290.49 cores=1,3,5,7
/proc/907/stat : 907 (npSolver-wbo) S 906 906 28381 0 -1 4202496 33268 190672 0 0 232 29 128674 114 20 0 1 0 386026021 38277120 8078 33554432000 4194304 6006132 140733216252464 140733216243872 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 4 0 0
/proc/907/statm: 9345 8078 178 443 0 8898 0
[pid=1084] ppid=907 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1084/stat : 1084 (satsolver.sh) S 907 906 28381 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 386155139 9367552 267 33554432000 4194304 5064252 140736761926336 140736761925248 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1084/statm: 2287 267 226 213 0 72 0
[pid=1085] ppid=1084 vsize=94008 CPUtime=71.08 cores=1,3,5,7
/proc/1085/stat : 1085 (glucose) R 1084 906 28381 0 -1 4202496 14235 0 0 0 7103 5 0 0 20 0 1 0 386155139 96264192 22799 33554432000 4194304 5208918 140733380415184 140733380411496 4205755 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1085/statm: 23502 22799 105 248 0 23251 0
Current children cumulated CPU time (s) 1361.57
Current children cumulated vsize (KiB) 149684

[startup+1422.3 s]
/proc/loadavg: 4.95 3.68 2.68 2/182 1092
/proc/meminfo: memFree=328388/32873648 swapFree=7116/7116
[pid=906] ppid=904 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (npSolver-wbo-I.) S 904 906 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386026021 9367552 275 33554432000 4194304 5064252 140736416345712 140736416344624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/906/statm: 2287 275 233 213 0 72 0
[pid=907] ppid=906 vsize=37380 CPUtime=1366.81 cores=1,3,5,7
/proc/907/stat : 907 (npSolver-wbo) S 906 906 28381 0 -1 4202496 35869 208335 0 0 251 32 136277 121 20 0 1 0 386026021 38277120 8078 33554432000 4194304 6006132 140733216252464 140733216243872 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 4 0 0
/proc/907/statm: 9345 8078 178 443 0 8898 0
[pid=1091] ppid=907 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1091/stat : 1091 (satsolver.sh) S 907 906 28381 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386162772 9367552 267 33554432000 4194304 5064252 140735127153248 140735127152160 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1091/statm: 2287 267 226 213 0 72 0
[pid=1092] ppid=1091 vsize=94252 CPUtime=54.75 cores=1,3,5,7
/proc/1092/stat : 1092 (glucose) R 1091 906 28381 0 -1 4202496 14146 0 0 0 5470 5 0 0 20 0 1 0 386162773 96514048 22864 33554432000 4194304 5208918 140735591764368 140735591760136 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1092/statm: 23563 22864 105 248 0 23312 0
Current children cumulated CPU time (s) 1421.56
Current children cumulated vsize (KiB) 149928

[startup+1482.3 s]
/proc/loadavg: 3.40 3.52 2.70 3/182 1150
/proc/meminfo: memFree=21441908/32873648 swapFree=7116/7116
[pid=906] ppid=904 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (npSolver-wbo-I.) S 904 906 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386026021 9367552 275 33554432000 4194304 5064252 140736416345712 140736416344624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/906/statm: 2287 275 233 213 0 72 0
[pid=907] ppid=906 vsize=37380 CPUtime=1429.46 cores=1,3,5,7
/proc/907/stat : 907 (npSolver-wbo) S 906 906 28381 0 -1 4202496 38470 225371 0 0 270 34 142514 128 20 0 1 0 386026021 38277120 8078 33554432000 4194304 6006132 140733216252464 140733216243872 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 4 0 0
/proc/907/statm: 9345 8078 178 443 0 8898 0
[pid=1098] ppid=907 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1098/stat : 1098 (satsolver.sh) S 907 906 28381 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 386169041 9367552 267 33554432000 4194304 5064252 140734554768032 140734554766944 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1098/statm: 2287 267 226 213 0 72 0
[pid=1099] ppid=1098 vsize=94392 CPUtime=52.06 cores=1,3,5,7
/proc/1099/stat : 1099 (glucose) R 1098 906 28381 0 -1 4202496 13365 0 0 0 5203 3 0 0 20 0 1 0 386169041 96657408 22938 33554432000 4194304 5208918 140736821802816 140736821799192 4211648 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1099/statm: 23598 22938 105 248 0 23347 0
Current children cumulated CPU time (s) 1481.52
Current children cumulated vsize (KiB) 150068

[startup+1542.3 s]
/proc/loadavg: 2.97 3.36 2.69 3/183 1152
/proc/meminfo: memFree=11113832/32873648 swapFree=7116/7116
[pid=906] ppid=904 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (npSolver-wbo-I.) S 904 906 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386026021 9367552 275 33554432000 4194304 5064252 140736416345712 140736416344624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/906/statm: 2287 275 233 213 0 72 0
[pid=907] ppid=906 vsize=37380 CPUtime=1429.46 cores=1,3,5,7
/proc/907/stat : 907 (npSolver-wbo) S 906 906 28381 0 -1 4202496 38470 225371 0 0 270 34 142514 128 20 0 1 0 386026021 38277120 8078 33554432000 4194304 6006132 140733216252464 140733216243872 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 4 0 0
/proc/907/statm: 9345 8078 178 443 0 8898 0
[pid=1098] ppid=907 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1098/stat : 1098 (satsolver.sh) S 907 906 28381 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 386169041 9367552 267 33554432000 4194304 5064252 140734554768032 140734554766944 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1098/statm: 2287 267 226 213 0 72 0
[pid=1099] ppid=1098 vsize=94392 CPUtime=112.05 cores=1,3,5,7
/proc/1099/stat : 1099 (glucose) R 1098 906 28381 0 -1 4202496 14292 0 0 0 11201 4 0 0 20 0 1 0 386169041 96657408 22938 33554432000 4194304 5208918 140736821802816 140736821800904 4229699 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1099/statm: 23598 22938 105 248 0 23347 0
Current children cumulated CPU time (s) 1541.51
Current children cumulated vsize (KiB) 150068

[startup+1602.31 s]
/proc/loadavg: 2.92 3.28 2.71 3/184 1204
/proc/meminfo: memFree=22193432/32873648 swapFree=7116/7116
[pid=906] ppid=904 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (npSolver-wbo-I.) S 904 906 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386026021 9367552 275 33554432000 4194304 5064252 140736416345712 140736416344624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/906/statm: 2287 275 233 213 0 72 0
[pid=907] ppid=906 vsize=37380 CPUtime=1543.14 cores=1,3,5,7
/proc/907/stat : 907 (npSolver-wbo) S 906 906 28381 0 -1 4202496 41071 243068 0 0 290 36 153854 134 20 0 1 0 386026021 38277120 8078 33554432000 4194304 6006132 140733216252464 140733216243872 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 4 0 0
/proc/907/statm: 9345 8078 178 443 0 8898 0
[pid=1158] ppid=907 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1158/stat : 1158 (satsolver.sh) S 907 906 28381 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386180412 9367552 266 33554432000 4194304 5064252 140734929068816 140734929067728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1158/statm: 2287 266 226 213 0 72 0
[pid=1159] ppid=1158 vsize=93736 CPUtime=58.05 cores=1,3,5,7
/proc/1159/stat : 1159 (glucose) R 1158 906 28381 0 -1 4202496 12799 0 0 0 5800 5 0 0 20 0 1 0 386180412 95985664 22732 33554432000 4194304 5208918 140733244702688 140733244699000 4229843 0 0 4096 0 0 0 0 17 1 0 0 31 0 0
/proc/1159/statm: 23434 22732 105 248 0 23183 0
Current children cumulated CPU time (s) 1601.19
Current children cumulated vsize (KiB) 149412

[startup+1662.3 s]
/proc/loadavg: 2.37 3.06 2.66 3/181 1219
/proc/meminfo: memFree=20987344/32873648 swapFree=7116/7116
[pid=906] ppid=904 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (npSolver-wbo-I.) S 904 906 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386026021 9367552 275 33554432000 4194304 5064252 140736416345712 140736416344624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/906/statm: 2287 275 233 213 0 72 0
[pid=907] ppid=906 vsize=37380 CPUtime=1625.64 cores=1,3,5,7
/proc/907/stat : 907 (npSolver-wbo) S 906 906 28381 0 -1 4202496 43672 259084 0 0 309 39 162075 141 20 0 1 0 386026021 38277120 8078 33554432000 4194304 6006132 140733216252464 140733216243872 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 4 0 0
/proc/907/statm: 9345 8078 178 443 0 8898 0
[pid=1210] ppid=907 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1210/stat : 1210 (satsolver.sh) S 907 906 28381 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386188696 9367552 267 33554432000 4194304 5064252 140734211144176 140734211143088 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1210/statm: 2287 267 226 213 0 72 0
[pid=1211] ppid=1210 vsize=94456 CPUtime=35.53 cores=1,3,5,7
/proc/1211/stat : 1211 (glucose) R 1210 906 28381 0 -1 4202496 13566 0 0 0 3550 3 0 0 20 0 1 0 386188696 96722944 22875 33554432000 4194304 5208918 140737209277248 140737209273560 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1211/statm: 23614 22875 105 248 0 23363 0
Current children cumulated CPU time (s) 1661.17
Current children cumulated vsize (KiB) 150132

[startup+1722.3 s]
/proc/loadavg: 2.12 2.85 2.62 3/181 1219
/proc/meminfo: memFree=16270236/32873648 swapFree=7116/7116
[pid=906] ppid=904 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (npSolver-wbo-I.) S 904 906 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386026021 9367552 275 33554432000 4194304 5064252 140736416345712 140736416344624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/906/statm: 2287 275 233 213 0 72 0
[pid=907] ppid=906 vsize=37380 CPUtime=1625.64 cores=1,3,5,7
/proc/907/stat : 907 (npSolver-wbo) S 906 906 28381 0 -1 4202496 43672 259084 0 0 309 39 162075 141 20 0 1 0 386026021 38277120 8078 33554432000 4194304 6006132 140733216252464 140733216243872 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 4 0 0
/proc/907/statm: 9345 8078 178 443 0 8898 0
[pid=1210] ppid=907 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1210/stat : 1210 (satsolver.sh) S 907 906 28381 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386188696 9367552 267 33554432000 4194304 5064252 140734211144176 140734211143088 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1210/statm: 2287 267 226 213 0 72 0
[pid=1211] ppid=1210 vsize=94456 CPUtime=95.52 cores=1,3,5,7
/proc/1211/stat : 1211 (glucose) R 1210 906 28381 0 -1 4202496 13574 0 0 0 9549 3 0 0 20 0 1 0 386188696 96722944 22883 33554432000 4194304 5208918 140737209277248 140737209273624 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1211/statm: 23614 22883 105 248 0 23363 0
Current children cumulated CPU time (s) 1721.16
Current children cumulated vsize (KiB) 150132

[startup+1782.3 s]
/proc/loadavg: 2.05 2.71 2.58 3/181 1227
/proc/meminfo: memFree=12881984/32873648 swapFree=7116/7116
[pid=906] ppid=904 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (npSolver-wbo-I.) S 904 906 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386026021 9367552 275 33554432000 4194304 5064252 140736416345712 140736416344624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/906/statm: 2287 275 233 213 0 72 0
[pid=907] ppid=906 vsize=37380 CPUtime=1729.07 cores=1,3,5,7
/proc/907/stat : 907 (npSolver-wbo) S 906 906 28381 0 -1 4202496 46273 275999 0 0 328 42 172390 147 20 0 1 0 386026021 38277120 8078 33554432000 4194304 6006132 140733216252464 140733216243872 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 4 0 0
/proc/907/statm: 9345 8078 178 443 0 8898 0
[pid=1225] ppid=907 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1225/stat : 1225 (satsolver.sh) S 907 906 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386199041 9367552 267 33554432000 4194304 5064252 140736570337712 140736570336624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1225/statm: 2287 267 226 213 0 72 0
[pid=1226] ppid=1225 vsize=94128 CPUtime=52.07 cores=1,3,5,7
/proc/1226/stat : 1226 (glucose) R 1225 906 28381 0 -1 4202496 12233 0 0 0 5204 3 0 0 20 0 1 0 386199041 96387072 22786 33554432000 4194304 5208918 140734618926768 140734618923144 4229344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1226/statm: 23532 22786 105 248 0 23281 0
Current children cumulated CPU time (s) 1781.14
Current children cumulated vsize (KiB) 149804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.81 s]
/proc/loadavg: 2.41 2.73 2.59 2/182 1235
/proc/meminfo: memFree=7421528/32873648 swapFree=7116/7116
[pid=906] ppid=904 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (npSolver-wbo-I.) S 904 906 28381 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386026021 9367552 275 33554432000 4194304 5064252 140736416345712 140736416344624 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/906/statm: 2287 275 233 213 0 72 0
[pid=907] ppid=906 vsize=37380 CPUtime=1794.96 cores=1,3,5,7
/proc/907/stat : 907 (npSolver-wbo) S 906 906 28381 0 -1 4202496 48874 291130 0 0 348 44 178952 152 20 0 1 0 386026021 38277120 8078 33554432000 4194304 6006132 140733216252464 140733216243872 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 4 0 0
/proc/907/statm: 9345 8078 178 443 0 8898 0
[pid=1234] ppid=907 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1234/stat : 1234 (satsolver.sh) S 907 906 28381 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386206094 9367552 267 33554432000 4194304 5064252 140736446830016 140736446828928 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1234/statm: 2287 267 226 213 0 72 0
[pid=1235] ppid=1234 vsize=45424 CPUtime=5.06 cores=1,3,5,7
/proc/1235/stat : 1235 (glucose) R 1234 906 28381 0 -1 4202496 10791 0 0 0 504 2 0 0 20 0 1 0 386206095 46514176 10430 33554432000 4194304 5208918 140736273703568 140736273701400 4211656 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1235/statm: 11356 10430 105 248 0 11105 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 101100

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1805.82
CPU time (s): 1800.06
CPU user time (s): 1798.05
CPU system time (s): 2.00769
CPU usage (%): 99.6813
Max. virtual memory (cumulated for all children) (KiB): 243396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.05
system time used= 2.00769
maximum resident set size= 162572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 351787
page faults= 0
swaps= 0
block input operations= 0
block output operations= 461104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1329
involuntary context switches= 2949

runsolver used 3.24651 second user time and 8.02178 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-09 01:43:25
IDJOB=3754227
IDBENCH=79529
IDSOLVER=2338
FILE ID=node123/3754227-1339199005
RUNJOBID= node123-1339183032-29928
PBS_JOBID= 14643831
Free space on /tmp= 67948 MiB

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

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

MD5SUM BENCH= 58e4788c719f1a12516705b51263d664
RANDOM SEED=50644403

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        23167448 kB
Buffers:         1962488 kB
Cached:          6374024 kB
SwapCached:         2512 kB
Active:          6076112 kB
Inactive:        2574380 kB
Active(anon):     305968 kB
Inactive(anon):     7732 kB
Active(file):    5770144 kB
Inactive(file):  2566648 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100576 kB
Dirty:              8588 kB
Writeback:             0 kB
AnonPages:        514580 kB
Mapped:            11264 kB
Shmem:                 0 kB
Slab:             911748 kB
SReclaimable:     355768 kB
SUnreclaim:       555980 kB
KernelStack:        1520 kB
PageTables:         5188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     504808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 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= 64604 MiB
End job on node123 at 2012-06-09 02:13:31