Trace number 3715534

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topdown-quickBound? (TO) 1800.09 1800.41

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap132_wcsp.wbo
MD5SUMf4b0099465ae664e0955235299f0c44e
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark8785136
Best CPU time to get the best result obtained on this benchmark1800.09
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2600
Total number of constraints5148
Number of soft constraints5048
Number of constraints which are clauses5048
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint50
Top cost 63756436
Min constraint cost 1
Max constraint cost 63756436
Sum of constraints costs 160674796300
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 51
Number of bits of the biggest sum of numbers6
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.04	c run usual solver
0.00/0.18	o 34129133
0.00/0.18	c starting approximation
0.00/0.18	c factor = 2
0.00/0.18	c factor still to low - shrinking to 516852
0.00/0.18	c approx number of clauses: 1e+06
0.00/0.18	c current bound: 17064566
1543.70/1544.06	c leaving approximation
1543.70/1544.06	c finished approximation
1543.70/1544.06	c fallback to adder encoding
1800.06/1800.40	./satsolver.sh: line 5: 16208 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.41	c error: unexpected solver exit code
1800.06/1800.41	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-3715534-1338250689/watcher-3715534-1338250689 -o /tmp/evaluation-result-3715534-1338250689/solver-3715534-1338250689 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715534-1338250689.wbo 400624044 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: 1.91 1.87 1.89 3/179 15200
/proc/meminfo: memFree=31011652/32873648 swapFree=6612/6612
[pid=15200] ppid=15198 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15200/stat : 15200 (npSolver-wbo-It) S 15198 15200 3996 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291193409 9367552 274 33554432000 4194304 5064252 140734299590416 140734299589328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15200/statm: 2287 274 233 213 0 72 0

[startup+0.069416 s]
/proc/loadavg: 1.91 1.87 1.89 3/179 15200
/proc/meminfo: memFree=31011652/32873648 swapFree=6612/6612
[pid=15200] ppid=15198 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15200/stat : 15200 (npSolver-wbo-It) S 15198 15200 3996 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291193409 9367552 274 33554432000 4194304 5064252 140734299590416 140734299589328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15200/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100248 s]
/proc/loadavg: 1.91 1.87 1.89 3/179 15200
/proc/meminfo: memFree=31011652/32873648 swapFree=6612/6612
[pid=15200] ppid=15198 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15200/stat : 15200 (npSolver-wbo-It) S 15198 15200 3996 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291193409 9367552 274 33554432000 4194304 5064252 140734299590416 140734299589328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15200/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300231 s]
/proc/loadavg: 1.91 1.87 1.89 3/179 15200
/proc/meminfo: memFree=31011652/32873648 swapFree=6612/6612
[pid=15200] ppid=15198 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15200/stat : 15200 (npSolver-wbo-It) S 15198 15200 3996 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291193409 9367552 274 33554432000 4194304 5064252 140734299590416 140734299589328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15200/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700263 s]
/proc/loadavg: 1.91 1.87 1.89 3/179 15200
/proc/meminfo: memFree=31011652/32873648 swapFree=6612/6612
[pid=15200] ppid=15198 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15200/stat : 15200 (npSolver-wbo-It) S 15198 15200 3996 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291193409 9367552 274 33554432000 4194304 5064252 140734299590416 140734299589328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15200/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 1.91 1.87 1.89 2/181 15226
/proc/meminfo: memFree=31016996/32873648 swapFree=6612/6612
[pid=15200] ppid=15198 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15200/stat : 15200 (npSolver-wbo-It) S 15198 15200 3996 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291193409 9367552 274 33554432000 4194304 5064252 140734299590416 140734299589328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15200/statm: 2287 274 233 213 0 72 0
[pid=15201] ppid=15200 vsize=8312 CPUtime=0.21 cores=0,2,4,6
/proc/15201/stat : 15201 (npSolver-wbo) S 15200 15200 3996 0 -1 4202496 2980 6993 0 0 7 3 10 1 20 0 1 0 291193409 8511488 1358 33554432000 4194304 5990268 140735316272800 140735316264208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15201/statm: 2078 1358 174 439 0 1635 0
[pid=15216] ppid=15201 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15216/stat : 15216 (satsolver.sh) S 15201 15200 3996 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291193432 9367552 267 33554432000 4194304 5064252 140736679796432 140736679795344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15216/statm: 2287 267 226 213 0 72 0
[pid=15217] ppid=15216 vsize=33864 CPUtime=1.25 cores=0,2,4,6
/proc/15217/stat : 15217 (glucose) R 15216 15200 3996 0 -1 4202496 5851 0 0 0 124 1 0 0 20 0 1 0 291193433 34676736 7206 33554432000 4194304 5208918 140733473376160 140733473374008 4231508 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15217/statm: 8466 7206 95 248 0 8215 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 60472

[startup+3.10041 s]
/proc/loadavg: 1.91 1.87 1.89 3/183 15242
/proc/meminfo: memFree=31007688/32873648 swapFree=6612/6612
[pid=15200] ppid=15198 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15200/stat : 15200 (npSolver-wbo-It) S 15198 15200 3996 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291193409 9367552 274 33554432000 4194304 5064252 140734299590416 140734299589328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15200/statm: 2287 274 233 213 0 72 0
[pid=15201] ppid=15200 vsize=8312 CPUtime=0.21 cores=0,2,4,6
/proc/15201/stat : 15201 (npSolver-wbo) S 15200 15200 3996 0 -1 4202496 2980 6993 0 0 7 3 10 1 20 0 1 0 291193409 8511488 1358 33554432000 4194304 5990268 140735316272800 140735316264208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15201/statm: 2078 1358 174 439 0 1635 0
[pid=15216] ppid=15201 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15216/stat : 15216 (satsolver.sh) S 15201 15200 3996 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291193432 9367552 267 33554432000 4194304 5064252 140736679796432 140736679795344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15216/statm: 2287 267 226 213 0 72 0
[pid=15217] ppid=15216 vsize=38548 CPUtime=2.85 cores=0,2,4,6
/proc/15217/stat : 15217 (glucose) R 15216 15200 3996 0 -1 4202496 6387 0 0 0 283 2 0 0 20 0 1 0 291193433 39473152 8030 33554432000 4194304 5208918 140733473376160 140733473374312 4214276 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15217/statm: 9637 8030 96 248 0 9386 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 65156

[startup+6.30041 s]
/proc/loadavg: 1.92 1.87 1.89 3/183 15287
/proc/meminfo: memFree=30995132/32873648 swapFree=6612/6612
[pid=15200] ppid=15198 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15200/stat : 15200 (npSolver-wbo-It) S 15198 15200 3996 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291193409 9367552 274 33554432000 4194304 5064252 140734299590416 140734299589328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15200/statm: 2287 274 233 213 0 72 0
[pid=15201] ppid=15200 vsize=8312 CPUtime=0.21 cores=0,2,4,6
/proc/15201/stat : 15201 (npSolver-wbo) S 15200 15200 3996 0 -1 4202496 2980 6993 0 0 7 3 10 1 20 0 1 0 291193409 8511488 1358 33554432000 4194304 5990268 140735316272800 140735316264208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15201/statm: 2078 1358 174 439 0 1635 0
[pid=15216] ppid=15201 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15216/stat : 15216 (satsolver.sh) S 15201 15200 3996 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291193432 9367552 267 33554432000 4194304 5064252 140736679796432 140736679795344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15216/statm: 2287 267 226 213 0 72 0
[pid=15217] ppid=15216 vsize=46032 CPUtime=6.05 cores=0,2,4,6
/proc/15217/stat : 15217 (glucose) R 15216 15200 3996 0 -1 4202496 7626 0 0 0 602 3 0 0 20 0 1 0 291193433 47136768 9972 33554432000 4194304 5208918 140733473376160 140733473374104 4229296 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15217/statm: 11508 9972 96 248 0 11257 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 72640

[startup+12.7003 s]
/proc/loadavg: 1.93 1.87 1.89 3/181 15373
/proc/meminfo: memFree=31007240/32873648 swapFree=6612/6612
[pid=15200] ppid=15198 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15200/stat : 15200 (npSolver-wbo-It) S 15198 15200 3996 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291193409 9367552 274 33554432000 4194304 5064252 140734299590416 140734299589328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15200/statm: 2287 274 233 213 0 72 0
[pid=15201] ppid=15200 vsize=8312 CPUtime=0.21 cores=0,2,4,6
/proc/15201/stat : 15201 (npSolver-wbo) S 15200 15200 3996 0 -1 4202496 2980 6993 0 0 7 3 10 1 20 0 1 0 291193409 8511488 1358 33554432000 4194304 5990268 140735316272800 140735316264208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15201/statm: 2078 1358 174 439 0 1635 0
[pid=15216] ppid=15201 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15216/stat : 15216 (satsolver.sh) S 15201 15200 3996 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291193432 9367552 267 33554432000 4194304 5064252 140736679796432 140736679795344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15216/statm: 2287 267 226 213 0 72 0
[pid=15217] ppid=15216 vsize=64708 CPUtime=12.45 cores=0,2,4,6
/proc/15217/stat : 15217 (glucose) R 15216 15200 3996 0 -1 4202496 8643 0 0 0 1242 3 0 0 20 0 1 0 291193433 66260992 13052 33554432000 4194304 5208918 140733473376160 140733473374104 4211888 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15217/statm: 16177 13052 104 248 0 15926 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 91316

[startup+25.5004 s]
/proc/loadavg: 1.94 1.88 1.89 3/183 15553
/proc/meminfo: memFree=30972392/32873648 swapFree=6612/6612
[pid=15200] ppid=15198 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15200/stat : 15200 (npSolver-wbo-It) S 15198 15200 3996 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291193409 9367552 274 33554432000 4194304 5064252 140734299590416 140734299589328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15200/statm: 2287 274 233 213 0 72 0
[pid=15201] ppid=15200 vsize=8312 CPUtime=0.21 cores=0,2,4,6
/proc/15201/stat : 15201 (npSolver-wbo) S 15200 15200 3996 0 -1 4202496 2980 6993 0 0 7 3 10 1 20 0 1 0 291193409 8511488 1358 33554432000 4194304 5990268 140735316272800 140735316264208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15201/statm: 2078 1358 174 439 0 1635 0
[pid=15216] ppid=15201 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15216/stat : 15216 (satsolver.sh) S 15201 15200 3996 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291193432 9367552 267 33554432000 4194304 5064252 140736679796432 140736679795344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15216/statm: 2287 267 226 213 0 72 0
[pid=15217] ppid=15216 vsize=64708 CPUtime=25.24 cores=0,2,4,6
/proc/15217/stat : 15217 (glucose) R 15216 15200 3996 0 -1 4202496 8997 0 0 0 2521 3 0 0 20 0 1 0 291193433 66260992 14949 33554432000 4194304 5208918 140733473376160 140733473374104 4229748 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15217/statm: 16177 14949 105 248 0 15926 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 91316

[startup+51.1004 s]
/proc/loadavg: 1.96 1.89 1.89 3/184 15897
/proc/meminfo: memFree=30974160/32873648 swapFree=6612/6612
[pid=15200] ppid=15198 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15200/stat : 15200 (npSolver-wbo-It) S 15198 15200 3996 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291193409 9367552 274 33554432000 4194304 5064252 140734299590416 140734299589328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15200/statm: 2287 274 233 213 0 72 0
[pid=15201] ppid=15200 vsize=8312 CPUtime=0.21 cores=0,2,4,6
/proc/15201/stat : 15201 (npSolver-wbo) S 15200 15200 3996 0 -1 4202496 2980 6993 0 0 7 3 10 1 20 0 1 0 291193409 8511488 1358 33554432000 4194304 5990268 140735316272800 140735316264208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15201/statm: 2078 1358 174 439 0 1635 0
[pid=15216] ppid=15201 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15216/stat : 15216 (satsolver.sh) S 15201 15200 3996 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291193432 9367552 267 33554432000 4194304 5064252 140736679796432 140736679795344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15216/statm: 2287 267 226 213 0 72 0
[pid=15217] ppid=15216 vsize=64708 CPUtime=50.84 cores=0,2,4,6
/proc/15217/stat : 15217 (glucose) R 15216 15200 3996 0 -1 4202496 8999 0 0 0 5081 3 0 0 20 0 1 0 291193433 66260992 15154 33554432000 4194304 5208918 140733473376160 140733473372536 4229776 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15217/statm: 16177 15154 105 248 0 15926 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 91316

[startup+102.307 s]
/proc/loadavg: 1.98 1.90 1.90 3/183 16187
/proc/meminfo: memFree=30910924/32873648 swapFree=6612/6612
[pid=15200] ppid=15198 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15200/stat : 15200 (npSolver-wbo-It) S 15198 15200 3996 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291193409 9367552 274 33554432000 4194304 5064252 140734299590416 140734299589328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15200/statm: 2287 274 233 213 0 72 0
[pid=15201] ppid=15200 vsize=8312 CPUtime=0.21 cores=0,2,4,6
/proc/15201/stat : 15201 (npSolver-wbo) S 15200 15200 3996 0 -1 4202496 2980 6993 0 0 7 3 10 1 20 0 1 0 291193409 8511488 1358 33554432000 4194304 5990268 140735316272800 140735316264208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15201/statm: 2078 1358 174 439 0 1635 0
[pid=15216] ppid=15201 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15216/stat : 15216 (satsolver.sh) S 15201 15200 3996 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291193432 9367552 267 33554432000 4194304 5064252 140736679796432 140736679795344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15216/statm: 2287 267 226 213 0 72 0
[pid=15217] ppid=15216 vsize=96484 CPUtime=102.03 cores=0,2,4,6
/proc/15217/stat : 15217 (glucose) R 15216 15200 3996 0 -1 4202496 10898 0 0 0 10199 4 0 0 20 0 1 0 291193433 98799616 21563 33554432000 4194304 5208918 140733473376160 140733473371848 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15217/statm: 24121 21563 105 248 0 23870 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 123092

[startup+162.3 s]
/proc/loadavg: 1.99 1.92 1.90 3/184 16191
/proc/meminfo: memFree=30911012/32873648 swapFree=6612/6612
[pid=15200] ppid=15198 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15200/stat : 15200 (npSolver-wbo-It) S 15198 15200 3996 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291193409 9367552 274 33554432000 4194304 5064252 140734299590416 140734299589328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15200/statm: 2287 274 233 213 0 72 0
[pid=15201] ppid=15200 vsize=8312 CPUtime=0.21 cores=0,2,4,6
/proc/15201/stat : 15201 (npSolver-wbo) S 15200 15200 3996 0 -1 4202496 2980 6993 0 0 7 3 10 1 20 0 1 0 291193409 8511488 1358 33554432000 4194304 5990268 140735316272800 140735316264208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15201/statm: 2078 1358 174 439 0 1635 0
[pid=15216] ppid=15201 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/184 16200
/proc/meminfo: memFree=30717416/32873648 swapFree=6612/6612
[pid=15200] ppid=15198 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15200/stat : 15200 (npSolver-wbo-It) S 15198 15200 3996 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291193409 9367552 274 33554432000 4194304 5064252 140734299590416 140734299589328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15200/statm: 2287 274 233 213 0 72 0
[pid=15201] ppid=15200 vsize=8312 CPUtime=0.21 cores=0,2,4,6
/proc/15201/stat : 15201 (npSolver-wbo) S 15200 15200 3996 0 -1 4202496 2980 6993 0 0 7 3 10 1 20 0 1 0 291193409 8511488 1358 33554432000 4194304 5990268 140735316272800 140735316264208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15201/statm: 2078 1358 174 439 0 1635 0
[pid=15216] ppid=15201 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15216/stat : 15216 (satsolver.sh) S 15201 15200 3996 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291193432 9367552 267 33554432000 4194304 5064252 140736679796432 140736679795344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15216/statm: 2287 267 226 213 0 72 0
[pid=15217] ppid=15216 vsize=188544 CPUtime=1361.83 cores=0,2,4,6
/proc/15217/stat : 15217 (glucose) R 15216 15200 3996 0 -1 4202496 30568 0 0 0 136149 34 0 0 20 0 1 0 291193433 193069056 43502 33554432000 4194304 5208918 140733473376160 140733473372472 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15217/statm: 47136 43502 105 248 0 46885 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 215152

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.91 3/183 16201
/proc/meminfo: memFree=30739756/32873648 swapFree=6612/6612
[pid=15200] ppid=15198 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15200/stat : 15200 (npSolver-wbo-It) S 15198 15200 3996 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291193409 9367552 274 33554432000 4194304 5064252 140734299590416 140734299589328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15200/statm: 2287 274 233 213 0 72 0
[pid=15201] ppid=15200 vsize=8312 CPUtime=0.21 cores=0,2,4,6
/proc/15201/stat : 15201 (npSolver-wbo) S 15200 15200 3996 0 -1 4202496 2980 6993 0 0 7 3 10 1 20 0 1 0 291193409 8511488 1358 33554432000 4194304 5990268 140735316272800 140735316264208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15201/statm: 2078 1358 174 439 0 1635 0
[pid=15216] ppid=15201 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15216/stat : 15216 (satsolver.sh) S 15201 15200 3996 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291193432 9367552 267 33554432000 4194304 5064252 140736679796432 140736679795344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15216/statm: 2287 267 226 213 0 72 0
[pid=15217] ppid=15216 vsize=188544 CPUtime=1421.83 cores=0,2,4,6
/proc/15217/stat : 15217 (glucose) R 15216 15200 3996 0 -1 4202496 31641 0 0 0 142147 36 0 0 20 0 1 0 291193433 193069056 40942 33554432000 4194304 5208918 140733473376160 140733473374312 4229776 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15217/statm: 47136 40942 105 248 0 46885 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 215152

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/183 16201
/proc/meminfo: memFree=30769424/32873648 swapFree=6612/6612
[pid=15200] ppid=15198 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15200/stat : 15200 (npSolver-wbo-It) S 15198 15200 3996 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291193409 9367552 274 33554432000 4194304 5064252 140734299590416 140734299589328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15200/statm: 2287 274 233 213 0 72 0
[pid=15201] ppid=15200 vsize=8312 CPUtime=0.21 cores=0,2,4,6
/proc/15201/stat : 15201 (npSolver-wbo) S 15200 15200 3996 0 -1 4202496 2980 6993 0 0 7 3 10 1 20 0 1 0 291193409 8511488 1358 33554432000 4194304 5990268 140735316272800 140735316264208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15201/statm: 2078 1358 174 439 0 1635 0
[pid=15216] ppid=15201 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15216/stat : 15216 (satsolver.sh) S 15201 15200 3996 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291193432 9367552 267 33554432000 4194304 5064252 140736679796432 140736679795344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15216/statm: 2287 267 226 213 0 72 0
[pid=15217] ppid=15216 vsize=157724 CPUtime=1481.79 cores=0,2,4,6
/proc/15217/stat : 15217 (glucose) R 15216 15200 3996 0 -1 4202496 32144 0 0 0 148142 37 0 0 20 0 1 0 291193433 161509376 37291 33554432000 4194304 5208918 140733473376160 140733473374152 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15217/statm: 39431 37291 105 248 0 39180 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 184332

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/183 16201
/proc/meminfo: memFree=30820976/32873648 swapFree=6612/6612
[pid=15200] ppid=15198 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15200/stat : 15200 (npSolver-wbo-It) S 15198 15200 3996 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291193409 9367552 274 33554432000 4194304 5064252 140734299590416 140734299589328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15200/statm: 2287 274 233 213 0 72 0
[pid=15201] ppid=15200 vsize=8312 CPUtime=0.21 cores=0,2,4,6
/proc/15201/stat : 15201 (npSolver-wbo) S 15200 15200 3996 0 -1 4202496 2980 6993 0 0 7 3 10 1 20 0 1 0 291193409 8511488 1358 33554432000 4194304 5990268 140735316272800 140735316264208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15201/statm: 2078 1358 174 439 0 1635 0
[pid=15216] ppid=15201 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15216/stat : 15216 (satsolver.sh) S 15201 15200 3996 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291193432 9367552 267 33554432000 4194304 5064252 140736679796432 140736679795344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15216/statm: 2287 267 226 213 0 72 0
[pid=15217] ppid=15216 vsize=108904 CPUtime=1541.79 cores=0,2,4,6
/proc/15217/stat : 15217 (glucose) R 15216 15200 3996 0 -1 4202496 32807 0 0 0 154140 39 0 0 20 0 1 0 291193433 111517696 26147 33554432000 4194304 5208918 140733473376160 140733473371928 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15217/statm: 27226 26147 105 248 0 26975 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 135512

[startup+1602.3 s]
/proc/loadavg: 2.05 2.00 1.92 3/183 16208
/proc/meminfo: memFree=30710596/32873648 swapFree=6612/6612
[pid=15200] ppid=15198 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15200/stat : 15200 (npSolver-wbo-It) S 15198 15200 3996 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291193409 9367552 274 33554432000 4194304 5064252 140734299590416 140734299589328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15200/statm: 2287 274 233 213 0 72 0
[pid=15201] ppid=15200 vsize=39084 CPUtime=1544.16 cores=0,2,4,6
/proc/15201/stat : 15201 (npSolver-wbo) S 15200 15200 3996 0 -1 4202496 7042 43251 0 0 41 8 154326 41 20 0 1 0 291193409 40022016 7060 33554432000 4194304 5990268 140735316272800 140735316264224 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15201/statm: 9771 7060 181 439 0 9328 0
[pid=16207] ppid=15201 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16207/stat : 16207 (satsolver.sh) S 15201 15200 3996 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291347853 9367552 267 33554432000 4194304 5064252 140736021403648 140736021402560 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16207/statm: 2287 267 226 213 0 72 0
[pid=16208] ppid=16207 vsize=138900 CPUtime=57.83 cores=0,2,4,6
/proc/16208/stat : 16208 (glucose) R 16207 15200 3996 0 -1 4202496 18270 0 0 0 5778 5 0 0 20 0 1 0 291347853 142233600 31316 33554432000 4194304 5208918 140734746909872 140734746907736 4205263 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16208/statm: 34725 31316 104 248 0 34474 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 196280

[startup+1662.3 s]
/proc/loadavg: 2.02 2.00 1.92 3/183 16208
/proc/meminfo: memFree=30665548/32873648 swapFree=6612/6612
[pid=15200] ppid=15198 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15200/stat : 15200 (npSolver-wbo-It) S 15198 15200 3996 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291193409 9367552 274 33554432000 4194304 5064252 140734299590416 140734299589328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15200/statm: 2287 274 233 213 0 72 0
[pid=15201] ppid=15200 vsize=39084 CPUtime=1544.16 cores=0,2,4,6
/proc/15201/stat : 15201 (npSolver-wbo) S 15200 15200 3996 0 -1 4202496 7042 43251 0 0 41 8 154326 41 20 0 1 0 291193409 40022016 7060 33554432000 4194304 5990268 140735316272800 140735316264224 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15201/statm: 9771 7060 181 439 0 9328 0
[pid=16207] ppid=15201 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16207/stat : 16207 (satsolver.sh) S 15201 15200 3996 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291347853 9367552 267 33554432000 4194304 5064252 140736021403648 140736021402560 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16207/statm: 2287 267 226 213 0 72 0
[pid=16208] ppid=16207 vsize=193656 CPUtime=117.81 cores=0,2,4,6
/proc/16208/stat : 16208 (glucose) R 16207 15200 3996 0 -1 4202496 19692 0 0 0 11774 7 0 0 20 0 1 0 291347853 198303744 46443 33554432000 4194304 5208918 140734746909872 140734746906184 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16208/statm: 48414 46443 104 248 0 48163 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 251036

[startup+1722.3 s]
/proc/loadavg: 2.06 2.01 1.93 3/183 16209
/proc/meminfo: memFree=30674008/32873648 swapFree=6612/6612
[pid=15200] ppid=15198 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15200/stat : 15200 (npSolver-wbo-It) S 15198 15200 3996 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291193409 9367552 274 33554432000 4194304 5064252 140734299590416 140734299589328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15200/statm: 2287 274 233 213 0 72 0
[pid=15201] ppid=15200 vsize=39084 CPUtime=1544.16 cores=0,2,4,6
/proc/15201/stat : 15201 (npSolver-wbo) S 15200 15200 3996 0 -1 4202496 7042 43251 0 0 41 8 154326 41 20 0 1 0 291193409 40022016 7060 33554432000 4194304 5990268 140735316272800 140735316264224 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15201/statm: 9771 7060 181 439 0 9328 0
[pid=16207] ppid=15201 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16207/stat : 16207 (satsolver.sh) S 15201 15200 3996 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291347853 9367552 267 33554432000 4194304 5064252 140736021403648 140736021402560 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16207/statm: 2287 267 226 213 0 72 0
[pid=16208] ppid=16207 vsize=193656 CPUtime=177.8 cores=0,2,4,6
/proc/16208/stat : 16208 (glucose) R 16207 15200 3996 0 -1 4202496 19694 0 0 0 17773 7 0 0 20 0 1 0 291347853 198303744 46759 33554432000 4194304 5208918 140734746909872 140734746906248 4229748 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16208/statm: 48414 46759 104 248 0 48163 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 251036

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/183 16209
/proc/meminfo: memFree=30740020/32873648 swapFree=6612/6612
[pid=15200] ppid=15198 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15200/stat : 15200 (npSolver-wbo-It) S 15198 15200 3996 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291193409 9367552 274 33554432000 4194304 5064252 140734299590416 140734299589328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15200/statm: 2287 274 233 213 0 72 0
[pid=15201] ppid=15200 vsize=39084 CPUtime=1544.16 cores=0,2,4,6
/proc/15201/stat : 15201 (npSolver-wbo) S 15200 15200 3996 0 -1 4202496 7042 43251 0 0 41 8 154326 41 20 0 1 0 291193409 40022016 7060 33554432000 4194304 5990268 140735316272800 140735316264224 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15201/statm: 9771 7060 181 439 0 9328 0
[pid=16207] ppid=15201 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16207/stat : 16207 (satsolver.sh) S 15201 15200 3996 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291347853 9367552 267 33554432000 4194304 5064252 140736021403648 140736021402560 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16207/statm: 2287 267 226 213 0 72 0
[pid=16208] ppid=16207 vsize=193660 CPUtime=237.79 cores=0,2,4,6
/proc/16208/stat : 16208 (glucose) R 16207 15200 3996 0 -1 4202496 20837 0 0 0 23770 9 0 0 20 0 1 0 291347853 198307840 43456 33554432000 4194304 5208918 140734746909872 140734746906248 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16208/statm: 48415 43456 104 248 0 48164 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 251040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 1.93 3/183 16209
/proc/meminfo: memFree=30690392/32873648 swapFree=6612/6612
[pid=15200] ppid=15198 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15200/stat : 15200 (npSolver-wbo-It) S 15198 15200 3996 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291193409 9367552 274 33554432000 4194304 5064252 140734299590416 140734299589328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15200/statm: 2287 274 233 213 0 72 0
[pid=15201] ppid=15200 vsize=39084 CPUtime=1544.16 cores=0,2,4,6
/proc/15201/stat : 15201 (npSolver-wbo) S 15200 15200 3996 0 -1 4202496 7042 43251 0 0 41 8 154326 41 20 0 1 0 291193409 40022016 7060 33554432000 4194304 5990268 140735316272800 140735316264224 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15201/statm: 9771 7060 181 439 0 9328 0
[pid=16207] ppid=15201 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16207/stat : 16207 (satsolver.sh) S 15201 15200 3996 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291347853 9367552 267 33554432000 4194304 5064252 140736021403648 140736021402560 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16207/statm: 2287 267 226 213 0 72 0
[pid=16208] ppid=16207 vsize=193660 CPUtime=255.9 cores=0,2,4,6
/proc/16208/stat : 16208 (glucose) R 16207 15200 3996 0 -1 4202496 21781 0 0 0 25579 11 0 0 20 0 1 0 291347853 198307840 44998 33554432000 4194304 5208918 140734746909872 140734746906248 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16208/statm: 48415 44998 104 248 0 48164 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 251040

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1799.47
CPU system time (s): 0.617906
CPU usage (%): 99.9823
Max. virtual memory (cumulated for all children) (KiB): 281860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 0.617906
maximum resident set size= 237576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73062
page faults= 0
swaps= 0
block input operations= 0
block output operations= 53784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 183
involuntary context switches= 1890

runsolver used 2.88456 second user time and 8.62869 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-29 02:18:09
IDJOB=3715534
IDBENCH=79507
IDSOLVER=2297
FILE ID=node148/3715534-1338250689
RUNJOBID= node148-1338239740-5118
PBS_JOBID= 14624655
Free space on /tmp= 71684 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-cap132_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715534-1338250689/watcher-3715534-1338250689 -o /tmp/evaluation-result-3715534-1338250689/solver-3715534-1338250689 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715534-1338250689.wbo 400624044 HOME HOME

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

MD5SUM BENCH= f4b0099465ae664e0955235299f0c44e
RANDOM SEED=400624044

node148.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.284
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.56
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.284
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.94
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.284
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.284
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.284
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.90
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.284
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.284
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.90
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.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31016560 kB
Buffers:          475928 kB
Cached:           441424 kB
SwapCached:          576 kB
Active:           697716 kB
Inactive:         288292 kB
Active(anon):      56732 kB
Inactive(anon):    11132 kB
Active(file):     640984 kB
Inactive(file):   277160 kB
Unevictable:        6612 kB
Mlocked:            6612 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:             13328 kB
Writeback:             0 kB
AnonPages:         83804 kB
Mapped:            12124 kB
Shmem:                96 kB
Slab:             733764 kB
SReclaimable:     175324 kB
SUnreclaim:       558440 kB
KernelStack:        1536 kB
PageTables:         4092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     190016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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= 71652 MiB
End job on node148 at 2012-05-29 02:48:10