Trace number 3702348

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 NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topdown-quickBound? (TO) 1800.09 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_20_2__17_12__1024.opb
MD5SUM70fa2d49713378cb88b5a175e1735707
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark46877
Best CPU time to get the best result obtained on this benchmark5.36318
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40978
Total number of constraints60
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)42
Number of constraints which are nor clauses,nor cardinality constraints18
Minimum length of a constraint1024
Maximum length of a constraint8193
Number of terms in the objective function 40960
Biggest coefficient in the objective function 94409
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 1786431488
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 94409
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 1786431488
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.35	c run inc solver
0.00/0.35	c [INC SYSTEM] run initial solver
0.00/0.35	c [INC SYSTEM] preprocess with white file
2.67/2.70	c [INC SYSTEM] finished preprocessing in 2 s
2.67/2.70	c [INC SYSTEM] execute solver
2.68/3.02	c [INC SEARCH] formula is SAT
2.68/3.03	c [INC SYSTEM] solved the initial formula
2.68/3.08	c model valid
2.68/3.08	c current solution ok
4.26/4.31	o 212091
4.26/4.31	c starting approximation
4.26/4.31	c factor = 2010
4.26/4.31	c factor still to low - shrinking to 26061.7
4.26/4.31	c approx number of clauses: 1e+06
4.26/4.31	c current bound: 106045
1664.16/1664.88	c model valid
1664.16/1664.88	c current solution ok
1664.61/1664.91	c current bound: 106045
1800.09/1800.40	./satsolver.sh: line 5: 31887 Terminated              ./glucose $1 > $2 2> /dev/null
1800.09/1800.40	c error: unexpected solver exit code
1800.09/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-3702348-1338090262/watcher-3702348-1338090262 -o /tmp/evaluation-result-3702348-1338090262/solver-3702348-1338090262 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702348-1338090262.opb 1314129627 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: 1.96 1.94 1.82 2/179 10424
/proc/meminfo: memFree=31824992/32873844 swapFree=6872/6872
[pid=10424] ppid=10422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10424/stat : 10424 (npSolver-pbo-It) S 10422 10424 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275093252 9367552 275 33554432000 4194304 5064252 140737307707136 140737307706048 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10424/statm: 2287 275 233 213 0 72 0

[startup+0.0085539 s]
/proc/loadavg: 1.96 1.94 1.82 2/179 10424
/proc/meminfo: memFree=31824992/32873844 swapFree=6872/6872
[pid=10424] ppid=10422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10424/stat : 10424 (npSolver-pbo-It) S 10422 10424 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275093252 9367552 275 33554432000 4194304 5064252 140737307707136 140737307706048 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10424/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100253 s]
/proc/loadavg: 1.96 1.94 1.82 2/179 10424
/proc/meminfo: memFree=31824992/32873844 swapFree=6872/6872
[pid=10424] ppid=10422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10424/stat : 10424 (npSolver-pbo-It) S 10422 10424 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275093252 9367552 275 33554432000 4194304 5064252 140737307707136 140737307706048 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10424/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30028 s]
/proc/loadavg: 1.96 1.94 1.82 2/179 10424
/proc/meminfo: memFree=31824992/32873844 swapFree=6872/6872
[pid=10424] ppid=10422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10424/stat : 10424 (npSolver-pbo-It) S 10422 10424 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275093252 9367552 275 33554432000 4194304 5064252 140737307707136 140737307706048 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10424/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700282 s]
/proc/loadavg: 1.96 1.94 1.82 2/179 10424
/proc/meminfo: memFree=31824992/32873844 swapFree=6872/6872
[pid=10424] ppid=10422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10424/stat : 10424 (npSolver-pbo-It) S 10422 10424 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275093252 9367552 275 33554432000 4194304 5064252 140737307707136 140737307706048 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10424/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50042 s]
/proc/loadavg: 1.96 1.94 1.82 3/185 10454
/proc/meminfo: memFree=31652708/32873844 swapFree=6872/6872
[pid=10424] ppid=10422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10424/stat : 10424 (npSolver-pbo-It) S 10422 10424 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275093252 9367552 275 33554432000 4194304 5064252 140737307707136 140737307706048 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10424/statm: 2287 275 233 213 0 72 0
[pid=10425] ppid=10424 vsize=30272 CPUtime=0.41 cores=1,3,5,7
/proc/10425/stat : 10425 (npSolver-pbo) S 10424 10424 28501 0 -1 4202496 5866 0 0 0 32 9 0 0 20 0 1 0 275093252 30998528 6948 33554432000 4194304 5992684 140733653092384 140733653086832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10425/statm: 7568 6948 167 440 0 7124 0
[pid=10439] ppid=10425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10439/stat : 10439 (cp2_pre.sh) S 10425 10424 28501 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 275093294 9367552 277 33554432000 4194304 5064252 140735925349680 140735925348384 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10439/statm: 2287 277 234 213 0 72 0
[pid=10440] ppid=10439 vsize=145660 CPUtime=1.06 cores=1,3,5,7
/proc/10440/stat : 10440 (coprocessor) R 10439 10424 28501 0 -1 4202496 26704 0 0 0 101 5 0 0 20 0 1 0 275093294 149155840 35162 33554432000 4194304 6586260 140733730671632 140733730667944 4770132 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/10440/statm: 36415 35162 176 584 0 35827 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 194228

[startup+3.10029 s]
/proc/loadavg: 1.96 1.94 1.82 3/185 10482
/proc/meminfo: memFree=31604772/32873844 swapFree=6872/6872
[pid=10424] ppid=10422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10424/stat : 10424 (npSolver-pbo-It) S 10422 10424 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275093252 9367552 275 33554432000 4194304 5064252 140737307707136 140737307706048 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10424/statm: 2287 275 233 213 0 72 0
[pid=10425] ppid=10424 vsize=35872 CPUtime=2.77 cores=1,3,5,7
/proc/10425/stat : 10425 (npSolver-pbo) R 10424 10424 28501 0 -1 4202496 6830 30985 0 0 39 11 216 11 20 0 1 0 275093252 36732928 8357 33554432000 4194304 5992684 140733653092384 140733653078648 5179696 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10425/statm: 8968 8357 176 440 0 8524 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 45020

[startup+6.30038 s]
/proc/loadavg: 1.97 1.94 1.82 3/186 10571
/proc/meminfo: memFree=31549592/32873844 swapFree=6872/6872
[pid=10424] ppid=10422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10424/stat : 10424 (npSolver-pbo-It) S 10422 10424 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275093252 9367552 275 33554432000 4194304 5064252 140737307707136 140737307706048 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10424/statm: 2287 275 233 213 0 72 0
[pid=10425] ppid=10424 vsize=53384 CPUtime=4.09 cores=1,3,5,7
/proc/10425/stat : 10425 (npSolver-pbo) S 10424 10424 28501 0 -1 4202496 9575 31502 0 0 70 109 216 14 20 0 1 0 275093252 54665216 12586 33554432000 4194304 5992684 140733653092384 140733653084672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10425/statm: 13346 12586 191 440 0 12902 0
[pid=10495] ppid=10425 vsize=84540 CPUtime=0.31 cores=1,3,5,7
/proc/10495/stat : 10495 (glucosInc) S 10425 10424 28501 0 -1 4202496 16319 0 0 0 27 4 0 0 20 0 1 0 275093522 86568960 17679 33554432000 4194304 5654031 140736935774960 140736935773272 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10495/statm: 21135 17679 146 357 0 20775 0
[pid=10539] ppid=10425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10539/stat : 10539 (satsolver.sh) S 10425 10424 28501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275093694 9367552 266 33554432000 4194304 5064252 140733590768528 140733590767440 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10539/statm: 2287 266 226 213 0 72 0
[pid=10540] ppid=10539 vsize=128564 CPUtime=1.87 cores=1,3,5,7
/proc/10540/stat : 10540 (glucose) R 10539 10424 28501 0 -1 4202496 25279 0 0 0 183 4 0 0 20 0 1 0 275093694 131649536 27072 33554432000 4194304 5208918 140736469365296 140736469362968 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10540/statm: 32141 27072 95 248 0 31890 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 284784

[startup+12.7004 s]
/proc/loadavg: 1.89 1.93 1.81 3/179 10644
/proc/meminfo: memFree=31392800/32873844 swapFree=6872/6872
[pid=10424] ppid=10422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10424/stat : 10424 (npSolver-pbo-It) S 10422 10424 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275093252 9367552 275 33554432000 4194304 5064252 140737307707136 140737307706048 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10424/statm: 2287 275 233 213 0 72 0
[pid=10425] ppid=10424 vsize=53384 CPUtime=4.09 cores=1,3,5,7
/proc/10425/stat : 10425 (npSolver-pbo) S 10424 10424 28501 0 -1 4202496 9575 31502 0 0 70 109 216 14 20 0 1 0 275093252 54665216 12586 33554432000 4194304 5992684 140733653092384 140733653084672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10425/statm: 13346 12586 191 440 0 12902 0
[pid=10495] ppid=10425 vsize=84540 CPUtime=0.31 cores=1,3,5,7
/proc/10495/stat : 10495 (glucosInc) S 10425 10424 28501 0 -1 4202496 16319 0 0 0 27 4 0 0 20 0 1 0 275093522 86568960 17679 33554432000 4194304 5654031 140736935774960 140736935773272 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10495/statm: 21135 17679 146 357 0 20775 0
[pid=10539] ppid=10425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10539/stat : 10539 (satsolver.sh) S 10425 10424 28501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275093694 9367552 266 33554432000 4194304 5064252 140733590768528 140733590767440 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10539/statm: 2287 266 226 213 0 72 0
[pid=10540] ppid=10539 vsize=128564 CPUtime=8.27 cores=1,3,5,7
/proc/10540/stat : 10540 (glucose) R 10539 10424 28501 0 -1 4202496 25307 0 0 0 823 4 0 0 20 0 1 0 275093694 131649536 27100 33554432000 4194304 5208918 140736469365296 140736469362968 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10540/statm: 32141 27100 95 248 0 31890 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 284784

[startup+25.5067 s]
/proc/loadavg: 2.07 1.96 1.83 3/183 10655
/proc/meminfo: memFree=30912052/32873844 swapFree=6872/6872
[pid=10424] ppid=10422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10424/stat : 10424 (npSolver-pbo-It) S 10422 10424 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275093252 9367552 275 33554432000 4194304 5064252 140737307707136 140737307706048 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10424/statm: 2287 275 233 213 0 72 0
[pid=10425] ppid=10424 vsize=53384 CPUtime=4.09 cores=1,3,5,7
/proc/10425/stat : 10425 (npSolver-pbo) S 10424 10424 28501 0 -1 4202496 9575 31502 0 0 70 109 216 14 20 0 1 0 275093252 54665216 12586 33554432000 4194304 5992684 140733653092384 140733653084672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10425/statm: 13346 12586 191 440 0 12902 0
[pid=10495] ppid=10425 vsize=84540 CPUtime=0.31 cores=1,3,5,7
/proc/10495/stat : 10495 (glucosInc) S 10425 10424 28501 0 -1 4202496 16319 0 0 0 27 4 0 0 20 0 1 0 275093522 86568960 17679 33554432000 4194304 5654031 140736935774960 140736935773272 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10495/statm: 21135 17679 146 357 0 20775 0
[pid=10539] ppid=10425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10539/stat : 10539 (satsolver.sh) S 10425 10424 28501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275093694 9367552 266 33554432000 4194304 5064252 140733590768528 140733590767440 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10539/statm: 2287 266 226 213 0 72 0
[pid=10540] ppid=10539 vsize=128564 CPUtime=21.07 cores=1,3,5,7
/proc/10540/stat : 10540 (glucose) R 10539 10424 28501 0 -1 4202496 25386 0 0 0 2103 4 0 0 20 0 1 0 275093694 131649536 27179 33554432000 4194304 5208918 140736469365296 140736469362968 4211572 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10540/statm: 32141 27179 95 248 0 31890 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 284784

[startup+51.1004 s]
/proc/loadavg: 2.04 1.96 1.83 3/182 10655
/proc/meminfo: memFree=29726616/32873844 swapFree=6872/6872
[pid=10424] ppid=10422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10424/stat : 10424 (npSolver-pbo-It) S 10422 10424 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275093252 9367552 275 33554432000 4194304 5064252 140737307707136 140737307706048 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10424/statm: 2287 275 233 213 0 72 0
[pid=10425] ppid=10424 vsize=53384 CPUtime=4.09 cores=1,3,5,7
/proc/10425/stat : 10425 (npSolver-pbo) S 10424 10424 28501 0 -1 4202496 9575 31502 0 0 70 109 216 14 20 0 1 0 275093252 54665216 12586 33554432000 4194304 5992684 140733653092384 140733653084672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10425/statm: 13346 12586 191 440 0 12902 0
[pid=10495] ppid=10425 vsize=84540 CPUtime=0.31 cores=1,3,5,7
/proc/10495/stat : 10495 (glucosInc) S 10425 10424 28501 0 -1 4202496 16319 0 0 0 27 4 0 0 20 0 1 0 275093522 86568960 17679 33554432000 4194304 5654031 140736935774960 140736935773272 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10495/statm: 21135 17679 146 357 0 20775 0
[pid=10539] ppid=10425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10539/stat : 10539 (satsolver.sh) S 10425 10424 28501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275093694 9367552 266 33554432000 4194304 5064252 140733590768528 140733590767440 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10539/statm: 2287 266 226 213 0 72 0
[pid=10540] ppid=10539 vsize=128564 CPUtime=46.66 cores=1,3,5,7
/proc/10540/stat : 10540 (glucose) R 10539 10424 28501 0 -1 4202496 25388 0 0 0 4662 4 0 0 20 0 1 0 275093694 131649536 27692 33554432000 4194304 5208918 140736469365296 140736469362968 4211665 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10540/statm: 32141 27692 95 248 0 31890 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 284784

[startup+102.3 s]
/proc/loadavg: 2.02 1.97 1.83 3/182 10655
/proc/meminfo: memFree=24301324/32873844 swapFree=6872/6872
[pid=10424] ppid=10422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10424/stat : 10424 (npSolver-pbo-It) S 10422 10424 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275093252 9367552 275 33554432000 4194304 5064252 140737307707136 140737307706048 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10424/statm: 2287 275 233 213 0 72 0
[pid=10425] ppid=10424 vsize=53384 CPUtime=4.09 cores=1,3,5,7
/proc/10425/stat : 10425 (npSolver-pbo) S 10424 10424 28501 0 -1 4202496 9575 31502 0 0 70 109 216 14 20 0 1 0 275093252 54665216 12586 33554432000 4194304 5992684 140733653092384 140733653084672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10425/statm: 13346 12586 191 440 0 12902 0
[pid=10495] ppid=10425 vsize=84540 CPUtime=0.31 cores=1,3,5,7
/proc/10495/stat : 10495 (glucosInc) S 10425 10424 28501 0 -1 4202496 16319 0 0 0 27 4 0 0 20 0 1 0 275093522 86568960 17912 33554432000 4194304 5654031 140736935774960 140736935773272 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10495/statm: 21135 17912 146 357 0 20775 0
[pid=10539] ppid=10425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10539/stat : 10539 (satsolver.sh) S 10425 10424 28501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275093694 9367552 266 33554432000 4194304 5064252 140733590768528 140733590767440 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10539/statm: 2287 266 226 213 0 72 0
[pid=10540] ppid=10539 vsize=128564 CPUtime=97.85 cores=1,3,5,7
/proc/10540/stat : 10540 (glucose) R 10539 10424 28501 0 -1 4202496 25388 0 0 0 9781 4 0 0 20 0 1 0 275093694 131649536 27692 33554432000 4194304 5208918 140736469365296 140736469362968 4211641 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10540/statm: 32141 27692 95 248 0 31890 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 284784

[startup+162.3 s]

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

Current children cumulated vsize (KiB) 306408

[startup+1482.3 s]
/proc/loadavg: 1.90 1.94 1.94 3/185 29226
/proc/meminfo: memFree=31431172/32873844 swapFree=6872/6872
[pid=10424] ppid=10422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10424/stat : 10424 (npSolver-pbo-It) S 10422 10424 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275093252 9367552 275 33554432000 4194304 5064252 140737307707136 140737307706048 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10424/statm: 2287 275 233 213 0 72 0
[pid=10425] ppid=10424 vsize=53384 CPUtime=4.09 cores=1,3,5,7
/proc/10425/stat : 10425 (npSolver-pbo) S 10424 10424 28501 0 -1 4202496 9575 31502 0 0 70 109 216 14 20 0 1 0 275093252 54665216 12586 33554432000 4194304 5992684 140733653092384 140733653084672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10425/statm: 13346 12586 191 440 0 12902 0
[pid=10495] ppid=10425 vsize=84540 CPUtime=0.31 cores=1,3,5,7
/proc/10495/stat : 10495 (glucosInc) S 10425 10424 28501 0 -1 4202496 16319 0 0 0 27 4 0 0 20 0 1 0 275093522 86568960 17912 33554432000 4194304 5654031 140736935774960 140736935773272 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10495/statm: 21135 17912 146 357 0 20775 0
[pid=10539] ppid=10425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10539/stat : 10539 (satsolver.sh) S 10425 10424 28501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275093694 9367552 266 33554432000 4194304 5064252 140733590768528 140733590767440 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10539/statm: 2287 266 226 213 0 72 0
[pid=10540] ppid=10539 vsize=151912 CPUtime=1477.63 cores=1,3,5,7
/proc/10540/stat : 10540 (glucose) R 10539 10424 28501 0 -1 4202496 27039 0 0 0 147756 7 0 0 20 0 1 0 275093694 155557888 35732 33554432000 4194304 5208918 140736469365296 140736469363144 4211641 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10540/statm: 37978 35732 95 248 0 37727 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 308132

[startup+1542.3 s]
/proc/loadavg: 1.93 1.93 1.94 3/184 30113
/proc/meminfo: memFree=31434880/32873844 swapFree=6872/6872
[pid=10424] ppid=10422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10424/stat : 10424 (npSolver-pbo-It) S 10422 10424 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275093252 9367552 275 33554432000 4194304 5064252 140737307707136 140737307706048 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10424/statm: 2287 275 233 213 0 72 0
[pid=10425] ppid=10424 vsize=53384 CPUtime=4.09 cores=1,3,5,7
/proc/10425/stat : 10425 (npSolver-pbo) S 10424 10424 28501 0 -1 4202496 9575 31502 0 0 70 109 216 14 20 0 1 0 275093252 54665216 12586 33554432000 4194304 5992684 140733653092384 140733653084672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10425/statm: 13346 12586 191 440 0 12902 0
[pid=10495] ppid=10425 vsize=84540 CPUtime=0.31 cores=1,3,5,7
/proc/10495/stat : 10495 (glucosInc) S 10425 10424 28501 0 -1 4202496 16319 0 0 0 27 4 0 0 20 0 1 0 275093522 86568960 17912 33554432000 4194304 5654031 140736935774960 140736935773272 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10495/statm: 21135 17912 146 357 0 20775 0
[pid=10539] ppid=10425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10539/stat : 10539 (satsolver.sh) S 10425 10424 28501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275093694 9367552 266 33554432000 4194304 5064252 140733590768528 140733590767440 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10539/statm: 2287 266 226 213 0 72 0
[pid=10540] ppid=10539 vsize=152184 CPUtime=1537.63 cores=1,3,5,7
/proc/10540/stat : 10540 (glucose) R 10539 10424 28501 0 -1 4202496 27115 0 0 0 153756 7 0 0 20 0 1 0 275093694 155836416 35808 33554432000 4194304 5208918 140736469365296 140736469363144 4211620 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10540/statm: 38046 35808 95 248 0 37795 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 308404

[startup+1602.3 s]
/proc/loadavg: 2.06 1.96 1.94 3/185 30970
/proc/meminfo: memFree=31403892/32873844 swapFree=6872/6872
[pid=10424] ppid=10422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10424/stat : 10424 (npSolver-pbo-It) S 10422 10424 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275093252 9367552 275 33554432000 4194304 5064252 140737307707136 140737307706048 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10424/statm: 2287 275 233 213 0 72 0
[pid=10425] ppid=10424 vsize=53384 CPUtime=4.09 cores=1,3,5,7
/proc/10425/stat : 10425 (npSolver-pbo) S 10424 10424 28501 0 -1 4202496 9575 31502 0 0 70 109 216 14 20 0 1 0 275093252 54665216 12586 33554432000 4194304 5992684 140733653092384 140733653084672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10425/statm: 13346 12586 191 440 0 12902 0
[pid=10495] ppid=10425 vsize=84540 CPUtime=0.31 cores=1,3,5,7
/proc/10495/stat : 10495 (glucosInc) S 10425 10424 28501 0 -1 4202496 16319 0 0 0 27 4 0 0 20 0 1 0 275093522 86568960 17912 33554432000 4194304 5654031 140736935774960 140736935773272 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10495/statm: 21135 17912 146 357 0 20775 0
[pid=10539] ppid=10425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10539/stat : 10539 (satsolver.sh) S 10425 10424 28501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275093694 9367552 266 33554432000 4194304 5064252 140733590768528 140733590767440 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10539/statm: 2287 266 226 213 0 72 0
[pid=10540] ppid=10539 vsize=186956 CPUtime=1597.61 cores=1,3,5,7
/proc/10540/stat : 10540 (glucose) R 10539 10424 28501 0 -1 4202496 28711 0 0 0 159753 8 0 0 20 0 1 0 275093694 191442944 38426 33554432000 4194304 5208918 140736469365296 140736469363144 4229504 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10540/statm: 46739 38426 103 248 0 46488 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 343176

[startup+1662.31 s]
/proc/loadavg: 1.98 1.95 1.94 3/185 31838
/proc/meminfo: memFree=31390336/32873844 swapFree=6872/6872
[pid=10424] ppid=10422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10424/stat : 10424 (npSolver-pbo-It) S 10422 10424 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275093252 9367552 275 33554432000 4194304 5064252 140737307707136 140737307706048 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10424/statm: 2287 275 233 213 0 72 0
[pid=10425] ppid=10424 vsize=53384 CPUtime=4.09 cores=1,3,5,7
/proc/10425/stat : 10425 (npSolver-pbo) S 10424 10424 28501 0 -1 4202496 9575 31502 0 0 70 109 216 14 20 0 1 0 275093252 54665216 12586 33554432000 4194304 5992684 140733653092384 140733653084672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10425/statm: 13346 12586 191 440 0 12902 0
[pid=10495] ppid=10425 vsize=84540 CPUtime=0.31 cores=1,3,5,7
/proc/10495/stat : 10495 (glucosInc) S 10425 10424 28501 0 -1 4202496 16319 0 0 0 27 4 0 0 20 0 1 0 275093522 86568960 17912 33554432000 4194304 5654031 140736935774960 140736935773272 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10495/statm: 21135 17912 146 357 0 20775 0
[pid=10539] ppid=10425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10539/stat : 10539 (satsolver.sh) S 10425 10424 28501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275093694 9367552 266 33554432000 4194304 5064252 140733590768528 140733590767440 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10539/statm: 2287 266 226 213 0 72 0
[pid=10540] ppid=10539 vsize=193120 CPUtime=1657.62 cores=1,3,5,7
/proc/10540/stat : 10540 (glucose) R 10539 10424 28501 0 -1 4202496 30221 0 0 0 165752 10 0 0 20 0 1 0 275093694 197754880 41507 33554432000 4194304 5208918 140736469365296 140736469363144 4229528 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10540/statm: 48280 41507 103 248 0 48029 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 349340

[startup+1722.3 s]
/proc/loadavg: 2.05 1.97 1.94 3/185 32699
/proc/meminfo: memFree=31444564/32873844 swapFree=6872/6872
[pid=10424] ppid=10422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10424/stat : 10424 (npSolver-pbo-It) S 10422 10424 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275093252 9367552 275 33554432000 4194304 5064252 140737307707136 140737307706048 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10424/statm: 2287 275 233 213 0 72 0
[pid=10425] ppid=10424 vsize=53384 CPUtime=1664.43 cores=1,3,5,7
/proc/10425/stat : 10425 (npSolver-pbo) S 10424 10424 28501 0 -1 4202496 13742 68829 0 0 86 110 166207 40 20 0 1 0 275093252 54665216 12586 33554432000 4194304 5992684 140733653092384 140733653084672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10425/statm: 13346 12586 191 440 0 12902 0
[pid=10495] ppid=10425 vsize=84540 CPUtime=0.31 cores=1,3,5,7
/proc/10495/stat : 10495 (glucosInc) S 10425 10424 28501 0 -1 4202496 16319 0 0 0 27 4 0 0 20 0 1 0 275093522 86568960 17912 33554432000 4194304 5654031 140736935774960 140736935773272 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10495/statm: 21135 17912 146 357 0 20775 0
[pid=31886] ppid=10425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31886/stat : 31886 (satsolver.sh) S 10425 10424 28501 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275259754 9367552 267 33554432000 4194304 5064252 140735446175712 140735446174624 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31886/statm: 2287 267 226 213 0 72 0
[pid=31887] ppid=31886 vsize=128564 CPUtime=57.26 cores=1,3,5,7
/proc/31887/stat : 31887 (glucose) R 31886 10424 28501 0 -1 4202496 24582 0 0 0 5721 5 0 0 20 0 1 0 275259754 131649536 28218 33554432000 4194304 5208918 140736398282480 140736398280152 4211732 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31887/statm: 32141 28218 95 248 0 31890 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 284784

[startup+1782.3 s]
/proc/loadavg: 2.02 1.97 1.94 3/183 1118
/proc/meminfo: memFree=31472888/32873844 swapFree=6872/6872
[pid=10424] ppid=10422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10424/stat : 10424 (npSolver-pbo-It) S 10422 10424 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275093252 9367552 275 33554432000 4194304 5064252 140737307707136 140737307706048 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10424/statm: 2287 275 233 213 0 72 0
[pid=10425] ppid=10424 vsize=53384 CPUtime=1664.43 cores=1,3,5,7
/proc/10425/stat : 10425 (npSolver-pbo) S 10424 10424 28501 0 -1 4202496 13742 68829 0 0 86 110 166207 40 20 0 1 0 275093252 54665216 12586 33554432000 4194304 5992684 140733653092384 140733653084672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10425/statm: 13346 12586 191 440 0 12902 0
[pid=10495] ppid=10425 vsize=84540 CPUtime=0.31 cores=1,3,5,7
/proc/10495/stat : 10495 (glucosInc) S 10425 10424 28501 0 -1 4202496 16319 0 0 0 27 4 0 0 20 0 1 0 275093522 86568960 17912 33554432000 4194304 5654031 140736935774960 140736935773272 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10495/statm: 21135 17912 146 357 0 20775 0
[pid=31886] ppid=10425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31886/stat : 31886 (satsolver.sh) S 10425 10424 28501 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275259754 9367552 267 33554432000 4194304 5064252 140735446175712 140735446174624 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31886/statm: 2287 267 226 213 0 72 0
[pid=31887] ppid=31886 vsize=128564 CPUtime=117.25 cores=1,3,5,7
/proc/31887/stat : 31887 (glucose) R 31886 10424 28501 0 -1 4202496 24583 0 0 0 11720 5 0 0 20 0 1 0 275259754 131649536 28218 33554432000 4194304 5208918 140736398282480 140736398280152 4211744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31887/statm: 32141 28218 95 248 0 31890 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 284784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.95 1.96 1.94 3/185 1386
/proc/meminfo: memFree=31441332/32873844 swapFree=6872/6872
[pid=10424] ppid=10422 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10424/stat : 10424 (npSolver-pbo-It) S 10422 10424 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275093252 9367552 275 33554432000 4194304 5064252 140737307707136 140737307706048 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10424/statm: 2287 275 233 213 0 72 0
[pid=10425] ppid=10424 vsize=53384 CPUtime=1664.43 cores=1,3,5,7
/proc/10425/stat : 10425 (npSolver-pbo) S 10424 10424 28501 0 -1 4202496 13742 68829 0 0 86 110 166207 40 20 0 1 0 275093252 54665216 12586 33554432000 4194304 5992684 140733653092384 140733653084672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10425/statm: 13346 12586 191 440 0 12902 0
[pid=10495] ppid=10425 vsize=84540 CPUtime=0.31 cores=1,3,5,7
/proc/10495/stat : 10495 (glucosInc) S 10425 10424 28501 0 -1 4202496 16319 0 0 0 27 4 0 0 20 0 1 0 275093522 86568960 17912 33554432000 4194304 5654031 140736935774960 140736935773272 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10495/statm: 21135 17912 146 357 0 20775 0
[pid=31886] ppid=10425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31886/stat : 31886 (satsolver.sh) S 10425 10424 28501 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275259754 9367552 267 33554432000 4194304 5064252 140735446175712 140735446174624 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31886/statm: 2287 267 226 213 0 72 0
[pid=31887] ppid=31886 vsize=128564 CPUtime=135.35 cores=1,3,5,7
/proc/31887/stat : 31887 (glucose) R 31886 10424 28501 0 -1 4202496 24584 0 0 0 13530 5 0 0 20 0 1 0 275259754 131649536 28730 33554432000 4194304 5208918 140736398282480 140736398280152 4211712 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31887/statm: 32141 28730 95 248 0 31890 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 284784

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10424 and gives
#  childrusage.ru_utime.tv_sec=1798
#  childrusage.ru_utime.tv_usec=249624
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=566761
# CPU time returned by wait4() is 1799.82
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1798.5
CPU system time (s): 1.59
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 350536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.25
system time used= 1.56676
maximum resident set size= 167332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108147
page faults= 0
swaps= 0
block input operations= 0
block output operations= 172584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1093
involuntary context switches= 2003

runsolver used 3.02854 second user time and 8.42772 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-27 05:44:22
IDJOB=3702348
IDBENCH=71891
IDSOLVER=2278
FILE ID=node105/3702348-1338090262
RUNJOBID= node105-1338088459-28518
PBS_JOBID= 14624461
Free space on /tmp= 71584 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_20_2__17_12__1024.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702348-1338090262/watcher-3702348-1338090262 -o /tmp/evaluation-result-3702348-1338090262/solver-3702348-1338090262 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702348-1338090262.opb 1314129627 HOME HOME

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

MD5SUM BENCH= 70fa2d49713378cb88b5a175e1735707
RANDOM SEED=1314129627

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31828224 kB
Buffers:          171624 kB
Cached:            69720 kB
SwapCached:         1936 kB
Active:           168960 kB
Inactive:          90120 kB
Active(anon):      16912 kB
Inactive(anon):     1672 kB
Active(file):     152048 kB
Inactive(file):    88448 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100440 kB
Dirty:              9780 kB
Writeback:             0 kB
AnonPages:         20932 kB
Mapped:            10004 kB
Shmem:                 0 kB
Slab:             647564 kB
SReclaimable:      88568 kB
SUnreclaim:       558996 kB
KernelStack:        1488 kB
PageTables:         4548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     140032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 71540 MiB
End job on node105 at 2012-05-27 06:14:23