Trace number 3701612

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 1.0? (problem) 76.0124 82.5496

General information on the benchmark

Name/OPT-SMALLINT-LIN/oliveras/j120opt/
normalized-j12055_4.std.opb
MD5SUM34789e81155e788591582461af1c926a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark90
Best CPU time to get the best result obtained on this benchmark0.32395
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72842
Total number of constraints256184
Number of constraints which are clauses254984
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint95
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.09/4.13	c run usual solver
75.47/75.69	npSolver-pbo: IterativeSolver.cc:102: void IterativeSolver::checkSolution(): Assertion `parser.cb.ok' failed.
75.98/82.54	HOME/npSolver-pbo.sh: line 18: 30179 Aborted                 (core dumped) ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=0

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-3701612-1338100849/watcher-3701612-1338100849 -o /tmp/evaluation-result-3701612-1338100849/solver-3701612-1338100849 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701612-1338100849.opb 323359245 HOME HOME 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.24 3/178 30178
/proc/meminfo: memFree=27599844/32873852 swapFree=6848/6848
[pid=30178] ppid=30176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30178/stat : 30178 (npSolver-pbo.sh) S 30176 30178 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276210891 9367552 275 33554432000 4194304 5064252 140735982590448 140735982589360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30178/statm: 2287 275 233 213 0 72 0

[startup+0.0597079 s]
/proc/loadavg: 2.00 2.00 2.24 3/178 30178
/proc/meminfo: memFree=27599844/32873852 swapFree=6848/6848
[pid=30178] ppid=30176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30178/stat : 30178 (npSolver-pbo.sh) S 30176 30178 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276210891 9367552 275 33554432000 4194304 5064252 140735982590448 140735982589360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30178/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100302 s]
/proc/loadavg: 2.00 2.00 2.24 3/178 30178
/proc/meminfo: memFree=27599844/32873852 swapFree=6848/6848
[pid=30178] ppid=30176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30178/stat : 30178 (npSolver-pbo.sh) S 30176 30178 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276210891 9367552 275 33554432000 4194304 5064252 140735982590448 140735982589360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30178/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300274 s]
/proc/loadavg: 2.00 2.00 2.24 3/178 30178
/proc/meminfo: memFree=27599844/32873852 swapFree=6848/6848
[pid=30178] ppid=30176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30178/stat : 30178 (npSolver-pbo.sh) S 30176 30178 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276210891 9367552 275 33554432000 4194304 5064252 140735982590448 140735982589360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30178/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700275 s]
/proc/loadavg: 2.00 2.00 2.24 3/178 30178
/proc/meminfo: memFree=27599844/32873852 swapFree=6848/6848
[pid=30178] ppid=30176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30178/stat : 30178 (npSolver-pbo.sh) S 30176 30178 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276210891 9367552 275 33554432000 4194304 5064252 140735982590448 140735982589360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30178/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 2.24 3/180 30180
/proc/meminfo: memFree=27556320/32873852 swapFree=6848/6848
[pid=30178] ppid=30176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30178/stat : 30178 (npSolver-pbo.sh) S 30176 30178 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276210891 9367552 275 33554432000 4194304 5064252 140735982590448 140735982589360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30178/statm: 2287 275 233 213 0 72 0
[pid=30179] ppid=30178 vsize=113192 CPUtime=1.49 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo) R 30178 30178 23596 0 -1 4202496 14764 0 0 0 146 3 0 0 20 0 1 0 276210891 115908608 23406 33554432000 4194304 5992684 140733657062656 140733657047624 4606742 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30179/statm: 28298 23406 158 440 0 27854 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 122340

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.24 3/180 30180
/proc/meminfo: memFree=27442928/32873852 swapFree=6848/6848
[pid=30178] ppid=30176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30178/stat : 30178 (npSolver-pbo.sh) S 30176 30178 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276210891 9367552 275 33554432000 4194304 5064252 140735982590448 140735982589360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30178/statm: 2287 275 233 213 0 72 0
[pid=30179] ppid=30178 vsize=521656 CPUtime=3.08 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo) R 30178 30178 23596 0 -1 4202496 36115 0 0 0 298 10 0 0 20 0 1 0 276210891 534175744 92759 33554432000 4194304 5992684 140733657062656 140733657048216 5045366 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30179/statm: 130414 92759 158 440 0 129970 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 530804

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 2.24 3/182 30182
/proc/meminfo: memFree=26873560/32873852 swapFree=6848/6848
[pid=30178] ppid=30176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30178/stat : 30178 (npSolver-pbo.sh) S 30176 30178 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276210891 9367552 275 33554432000 4194304 5064252 140735982590448 140735982589360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30178/statm: 2287 275 233 213 0 72 0
[pid=30179] ppid=30178 vsize=429292 CPUtime=4.12 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo) S 30178 30178 23596 0 -1 4202496 46416 0 0 0 374 38 0 0 20 0 1 0 276210891 439595008 84508 33554432000 4194304 5992684 140733657062656 140733657056688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30179/statm: 107323 84508 165 440 0 106879 0
[pid=30181] ppid=30179 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30181/stat : 30181 (cp2_pre.sh) S 30179 30178 23596 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 276211304 9367552 277 33554432000 4194304 5064252 140733640817104 140733640815808 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30181/statm: 2287 277 234 213 0 72 0
[pid=30182] ppid=30181 vsize=800296 CPUtime=2.15 cores=0,2,4,6
/proc/30182/stat : 30182 (coprocessor) R 30181 30178 23596 0 -1 4202496 18440 0 0 0 200 15 0 0 20 0 1 0 276211305 819503104 151466 33554432000 4194304 6586260 140734711726336 140734711723096 4556770 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/30182/statm: 200074 151466 156 584 0 199486 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 1247884

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.24 3/181 30182
/proc/meminfo: memFree=26355464/32873852 swapFree=6848/6848
[pid=30178] ppid=30176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30178/stat : 30178 (npSolver-pbo.sh) S 30176 30178 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276210891 9367552 275 33554432000 4194304 5064252 140735982590448 140735982589360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30178/statm: 2287 275 233 213 0 72 0
[pid=30179] ppid=30178 vsize=429292 CPUtime=4.12 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo) S 30178 30178 23596 0 -1 4202496 46416 0 0 0 374 38 0 0 20 0 1 0 276210891 439595008 84508 33554432000 4194304 5992684 140733657062656 140733657056688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30179/statm: 107323 84508 165 440 0 106879 0
[pid=30181] ppid=30179 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30181/stat : 30181 (cp2_pre.sh) S 30179 30178 23596 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 276211304 9367552 277 33554432000 4194304 5064252 140733640817104 140733640815808 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30181/statm: 2287 277 234 213 0 72 0
[pid=30182] ppid=30181 vsize=800300 CPUtime=8.45 cores=0,2,4,6
/proc/30182/stat : 30182 (coprocessor) R 30181 30178 23596 0 -1 4202496 18443 0 0 0 803 42 0 0 20 0 1 0 276211305 819507200 151469 33554432000 4194304 6586260 140734711726336 140734711722088 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 10 0 0
/proc/30182/statm: 200075 151469 158 584 0 199487 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 1247888

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.24 3/181 30185
/proc/meminfo: memFree=26093572/32873852 swapFree=6848/6848
[pid=30178] ppid=30176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30178/stat : 30178 (npSolver-pbo.sh) S 30176 30178 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276210891 9367552 275 33554432000 4194304 5064252 140735982590448 140735982589360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30178/statm: 2287 275 233 213 0 72 0
[pid=30179] ppid=30178 vsize=429292 CPUtime=14.03 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo) S 30178 30178 23596 0 -1 4202496 46423 19346 0 0 374 38 938 53 20 0 1 0 276210891 439595008 84508 33554432000 4194304 5992684 140733657062656 140733657057776 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30179/statm: 107323 84508 165 440 0 106879 0
[pid=30184] ppid=30179 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30184/stat : 30184 (satsolver.sh) S 30179 30178 23596 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276212307 9367552 266 33554432000 4194304 5064252 140734459380448 140734459379360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30184/statm: 2287 266 226 213 0 72 0
[pid=30185] ppid=30184 vsize=1189108 CPUtime=11.32 cores=0,2,4,6
/proc/30185/stat : 30185 (glucose) R 30184 30178 23596 0 -1 4202496 145791 0 0 0 1094 38 0 0 20 0 1 0 276212308 1217646592 248698 33554432000 4194304 5208918 140734667891952 140734667889896 4229021 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30185/statm: 297277 248698 94 248 0 297026 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 1636696

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.23 3/181 30185
/proc/meminfo: memFree=26084884/32873852 swapFree=6848/6848
[pid=30178] ppid=30176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30178/stat : 30178 (npSolver-pbo.sh) S 30176 30178 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276210891 9367552 275 33554432000 4194304 5064252 140735982590448 140735982589360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30178/statm: 2287 275 233 213 0 72 0
[pid=30179] ppid=30178 vsize=429292 CPUtime=14.03 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo) S 30178 30178 23596 0 -1 4202496 46423 19346 0 0 374 38 938 53 20 0 1 0 276210891 439595008 84508 33554432000 4194304 5992684 140733657062656 140733657057776 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30179/statm: 107323 84508 165 440 0 106879 0
[pid=30184] ppid=30179 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30184/stat : 30184 (satsolver.sh) S 30179 30178 23596 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276212307 9367552 266 33554432000 4194304 5064252 140734459380448 140734459379360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30184/statm: 2287 266 226 213 0 72 0
[pid=30185] ppid=30184 vsize=1189808 CPUtime=36.91 cores=0,2,4,6
/proc/30185/stat : 30185 (glucose) R 30184 30178 23596 0 -1 4202496 145997 0 0 0 3653 38 0 0 20 0 1 0 276212308 1218363392 249926 33554432000 4194304 5208918 140734667891952 140734667889800 4229107 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30185/statm: 297452 249926 94 248 0 297201 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 1637396

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

[startup+51.2005 s]
/proc/loadavg: 2.00 2.00 2.23 3/181 30185
/proc/meminfo: memFree=26084884/32873852 swapFree=6848/6848
[pid=30178] ppid=30176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30178/stat : 30178 (npSolver-pbo.sh) S 30176 30178 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276210891 9367552 275 33554432000 4194304 5064252 140735982590448 140735982589360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30178/statm: 2287 275 233 213 0 72 0
[pid=30179] ppid=30178 vsize=429292 CPUtime=14.03 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo) S 30178 30178 23596 0 -1 4202496 46423 19346 0 0 374 38 938 53 20 0 1 0 276210891 439595008 84508 33554432000 4194304 5992684 140733657062656 140733657057776 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30179/statm: 107323 84508 165 440 0 106879 0
[pid=30184] ppid=30179 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30184/stat : 30184 (satsolver.sh) S 30179 30178 23596 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276212307 9367552 266 33554432000 4194304 5064252 140734459380448 140734459379360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30184/statm: 2287 266 226 213 0 72 0
[pid=30185] ppid=30184 vsize=1189808 CPUtime=37.01 cores=0,2,4,6
/proc/30185/stat : 30185 (glucose) R 30184 30178 23596 0 -1 4202496 145997 0 0 0 3663 38 0 0 20 0 1 0 276212308 1218363392 249926 33554432000 4194304 5208918 140734667891952 140734667889800 4229319 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30185/statm: 297452 249926 94 248 0 297201 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 1637396

[startup+64.0004 s]
/proc/loadavg: 2.00 2.00 2.22 3/181 30185
/proc/meminfo: memFree=26091276/32873852 swapFree=6848/6848
[pid=30178] ppid=30176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30178/stat : 30178 (npSolver-pbo.sh) S 30176 30178 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276210891 9367552 275 33554432000 4194304 5064252 140735982590448 140735982589360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30178/statm: 2287 275 233 213 0 72 0
[pid=30179] ppid=30178 vsize=429292 CPUtime=14.03 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo) S 30178 30178 23596 0 -1 4202496 46423 19346 0 0 374 38 938 53 20 0 1 0 276210891 439595008 84508 33554432000 4194304 5992684 140733657062656 140733657057776 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30179/statm: 107323 84508 165 440 0 106879 0
[pid=30184] ppid=30179 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30184/stat : 30184 (satsolver.sh) S 30179 30178 23596 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276212307 9367552 266 33554432000 4194304 5064252 140734459380448 140734459379360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30184/statm: 2287 266 226 213 0 72 0
[pid=30185] ppid=30184 vsize=1190072 CPUtime=49.81 cores=0,2,4,6
/proc/30185/stat : 30185 (glucose) R 30184 30178 23596 0 -1 4202496 146040 0 0 0 4943 38 0 0 20 0 1 0 276212308 1218633728 250480 33554432000 4194304 5208918 140734667891952 140734667889800 4229021 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30185/statm: 297518 250480 94 248 0 297267 0
Current children cumulated CPU time (s) 63.84
Current children cumulated vsize (KiB) 1637660

[startup+70.4004 s]
/proc/loadavg: 2.00 2.00 2.22 3/181 30185
/proc/meminfo: memFree=26087616/32873852 swapFree=6848/6848
[pid=30178] ppid=30176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30178/stat : 30178 (npSolver-pbo.sh) S 30176 30178 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276210891 9367552 275 33554432000 4194304 5064252 140735982590448 140735982589360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30178/statm: 2287 275 233 213 0 72 0
[pid=30179] ppid=30178 vsize=429292 CPUtime=14.03 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo) S 30178 30178 23596 0 -1 4202496 46423 19346 0 0 374 38 938 53 20 0 1 0 276210891 439595008 84508 33554432000 4194304 5992684 140733657062656 140733657057776 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30179/statm: 107323 84508 165 440 0 106879 0
[pid=30184] ppid=30179 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30184/stat : 30184 (satsolver.sh) S 30179 30178 23596 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276212307 9367552 266 33554432000 4194304 5064252 140734459380448 140734459379360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30184/statm: 2287 266 226 213 0 72 0
[pid=30185] ppid=30184 vsize=1191788 CPUtime=56.21 cores=0,2,4,6
/proc/30185/stat : 30185 (glucose) R 30184 30178 23596 0 -1 4202496 146501 0 0 0 5583 38 0 0 20 0 1 0 276212308 1220390912 251452 33554432000 4194304 5208918 140734667891952 140734667889896 4229021 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30185/statm: 297947 251452 103 248 0 297696 0
Current children cumulated CPU time (s) 70.24
Current children cumulated vsize (KiB) 1639376

[startup+76.8003 s]
/proc/loadavg: 2.00 2.00 2.22 3/180 30232
/proc/meminfo: memFree=26829268/32873852 swapFree=6848/6848
[pid=30178] ppid=30176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30178/stat : 30178 (npSolver-pbo.sh) S 30176 30178 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276210891 9367552 275 33554432000 4194304 5064252 140735982590448 140735982589360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30178/statm: 2287 275 233 213 0 72 0
[pid=30179] ppid=30178 vsize=508984 CPUtime=75.73 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo) R 30178 30178 23596 0 -1 4204032 51378 178385 0 0 434 59 6962 118 20 0 1 0 276210891 521199616 104448 33554432000 4194304 5992684 140733657062656 140733657056776 5240597 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30179/statm: 127246 104448 182 440 0 126802 0
Current children cumulated CPU time (s) 75.73
Current children cumulated vsize (KiB) 518132

[startup+80.0004 s]
/proc/loadavg: 2.08 2.02 2.22 2/180 30232
/proc/meminfo: memFree=26009452/32873852 swapFree=6848/6848
[pid=30178] ppid=30176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30178/stat : 30178 (npSolver-pbo.sh) S 30176 30178 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276210891 9367552 275 33554432000 4194304 5064252 140735982590448 140735982589360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30178/statm: 2287 275 233 213 0 72 0
[pid=30179] ppid=30178 vsize=508984 CPUtime=75.98 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo) S 30178 30178 23596 0 -1 4204032 51379 178385 0 0 434 84 6962 118 20 0 1 0 276210891 521199616 104449 33554432000 4194304 5992684 140733657062656 140733657056776 5240597 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30179/statm: 127246 104449 183 440 0 126802 0
Current children cumulated CPU time (s) 75.98
Current children cumulated vsize (KiB) 518132

[startup+81.6004 s]
/proc/loadavg: 2.08 2.02 2.22 2/180 30232
/proc/meminfo: memFree=25957228/32873852 swapFree=6848/6848
[pid=30178] ppid=30176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30178/stat : 30178 (npSolver-pbo.sh) S 30176 30178 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276210891 9367552 275 33554432000 4194304 5064252 140735982590448 140735982589360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30178/statm: 2287 275 233 213 0 72 0
[pid=30179] ppid=30178 vsize=508984 CPUtime=75.98 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo) S 30178 30178 23596 0 -1 4204032 51379 178385 0 0 434 84 6962 118 20 0 1 0 276210891 521199616 104449 33554432000 4194304 5992684 140733657062656 140733657056776 5240597 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30179/statm: 127246 104449 183 440 0 126802 0
Current children cumulated CPU time (s) 75.98
Current children cumulated vsize (KiB) 518132

[startup+82.0004 s]
/proc/loadavg: 2.08 2.02 2.22 2/180 30232
/proc/meminfo: memFree=25957228/32873852 swapFree=6848/6848
[pid=30178] ppid=30176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30178/stat : 30178 (npSolver-pbo.sh) S 30176 30178 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276210891 9367552 275 33554432000 4194304 5064252 140735982590448 140735982589360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30178/statm: 2287 275 233 213 0 72 0
[pid=30179] ppid=30178 vsize=508984 CPUtime=75.98 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo) S 30178 30178 23596 0 -1 4204032 51379 178385 0 0 434 84 6962 118 20 0 1 0 276210891 521199616 104449 33554432000 4194304 5992684 140733657062656 140733657056776 5240597 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30179/statm: 127246 104449 183 440 0 126802 0
Current children cumulated CPU time (s) 75.98
Current children cumulated vsize (KiB) 518132

[startup+82.4004 s]
/proc/loadavg: 2.08 2.02 2.22 2/180 30232
/proc/meminfo: memFree=25957228/32873852 swapFree=6848/6848
[pid=30178] ppid=30176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30178/stat : 30178 (npSolver-pbo.sh) S 30176 30178 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276210891 9367552 275 33554432000 4194304 5064252 140735982590448 140735982589360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30178/statm: 2287 275 233 213 0 72 0
[pid=30179] ppid=30178 vsize=508984 CPUtime=75.98 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo) S 30178 30178 23596 0 -1 4204032 51379 178385 0 0 434 84 6962 118 20 0 1 0 276210891 521199616 104449 33554432000 4194304 5992684 140733657062656 140733657056776 5240597 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30179/statm: 127246 104449 183 440 0 126802 0
Current children cumulated CPU time (s) 75.98
Current children cumulated vsize (KiB) 518132

[startup+82.5004 s]
/proc/loadavg: 2.08 2.02 2.22 2/180 30232
/proc/meminfo: memFree=25950780/32873852 swapFree=6848/6848
[pid=30178] ppid=30176 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30178/stat : 30178 (npSolver-pbo.sh) S 30176 30178 23596 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276210891 9367552 275 33554432000 4194304 5064252 140735982590448 140735982589360 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30178/statm: 2287 275 233 213 0 72 0
[pid=30179] ppid=30178 vsize=508984 CPUtime=75.98 cores=0,2,4,6
/proc/30179/stat : 30179 (npSolver-pbo) S 30178 30178 23596 0 -1 4204032 51379 178385 0 0 434 84 6962 118 20 0 1 0 276210891 521199616 104449 33554432000 4194304 5992684 140733657062656 140733657056776 5240597 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30179/statm: 127246 104449 183 440 0 126802 0
Current children cumulated CPU time (s) 75.98
Current children cumulated vsize (KiB) 518132

Child status: 0
Real time (s): 82.5496
CPU time (s): 76.0124
CPU user time (s): 73.9728
CPU system time (s): 2.03969
CPU usage (%): 92.0809
Max. virtual memory (cumulated for all children) (KiB): 1644136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.9728
system time used= 2.03969
maximum resident set size= 1022180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230139
page faults= 0
swaps= 0
block input operations= 0
block output operations= 809832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135272
involuntary context switches= 154

runsolver used 0.117982 second user time and 0.347947 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-27 08:40:50
IDJOB=3701612
IDBENCH=77518
IDSOLVER=2277
FILE ID=node128/3701612-1338100849
RUNJOBID= node128-1338098911-27179
PBS_JOBID= 14624447
Free space on /tmp= 71244 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/oliveras/j120opt/normalized-j12055_4.std.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701612-1338100849/watcher-3701612-1338100849 -o /tmp/evaluation-result-3701612-1338100849/solver-3701612-1338100849 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701612-1338100849.opb 323359245 HOME HOME

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

MD5SUM BENCH= 34789e81155e788591582461af1c926a
RANDOM SEED=323359245

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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:       32873852 kB
MemFree:        27599844 kB
Buffers:          370036 kB
Cached:          3554224 kB
SwapCached:            0 kB
Active:          1592300 kB
Inactive:        2856052 kB
Active(anon):     526820 kB
Inactive(anon):        0 kB
Active(file):    1065480 kB
Inactive(file):  2856052 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16312 kB
Writeback:             0 kB
AnonPages:        535352 kB
Mapped:            15568 kB
Shmem:               204 kB
Slab:             681188 kB
SReclaimable:     123252 kB
SUnreclaim:       557936 kB
KernelStack:        1464 kB
PageTables:         5220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     702812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    387072 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= 70708 MiB
End job on node128 at 2012-05-27 08:42:12