Trace number 3715369

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.08 1801.21

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB10/oliveras/j60/
normalized-j6033_2-unsat--soft-33-100-0.wbo
MD5SUMf53b47c8da57e8203b6ddda55aa63e31
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark2.55561
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables12200
Total number of constraints42056
Number of soft constraints28257
Number of constraints which are clauses41660
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints396
Minimum length of a constraint1
Maximum length of a constraint18
Top cost 1425422
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1425421
Biggest number in a constraint 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 116
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.40	c run usual solver
2.58/2.61	o 48
2.58/2.61	c starting approximation
2.58/2.61	c factor = 2
2.58/2.61	c factor still to low - shrinking to 4.10702
2.58/2.61	c approx number of clauses: 1e+06
2.58/2.61	c current bound: 24
2.66/2.75	c leaving approximation
2.66/2.75	c finished approximation
2.66/2.75	c fallback to adder encoding
251.51/252.57	o 47
251.51/252.57	c fallback to adder encoding
493.31/494.43	o 46
493.31/494.43	c fallback to adder encoding
717.60/718.43	o 45
717.60/718.43	c fallback to adder encoding
841.47/842.30	o 44
841.47/842.30	c fallback to adder encoding
991.92/993.23	o 43
991.92/993.23	c fallback to adder encoding
1242.30/1243.66	o 42
1242.30/1243.66	c fallback to adder encoding
1394.40/1395.78	o 41
1394.40/1395.78	c fallback to adder encoding
1553.19/1554.33	o 40
1553.19/1554.33	c fallback to adder encoding
1668.67/1669.85	o 39
1668.67/1669.85	c fallback to adder encoding
1800.05/1801.20	./satsolver.sh: line 5: 14732 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1801.21	c error: unexpected solver exit code
1800.05/1801.21	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-3715369-1338174441/watcher-3715369-1338174441 -o /tmp/evaluation-result-3715369-1338174441/solver-3715369-1338174441 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715369-1338174441.wbo 1795848391 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.13 2.09 2.04 3/180 9044
/proc/meminfo: memFree=30708576/32873844 swapFree=7108/7108
[pid=9044] ppid=9042 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9044/stat : 9044 (npSolver-wbo-It) S 9042 9044 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283572661 9367552 275 33554432000 4194304 5064252 140736250171712 140736250170624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9044/statm: 2287 275 233 213 0 72 0

[startup+0.0257209 s]
/proc/loadavg: 2.13 2.09 2.04 3/180 9044
/proc/meminfo: memFree=30708576/32873844 swapFree=7108/7108
[pid=9044] ppid=9042 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9044/stat : 9044 (npSolver-wbo-It) S 9042 9044 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283572661 9367552 275 33554432000 4194304 5064252 140736250171712 140736250170624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9044/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100208 s]
/proc/loadavg: 2.13 2.09 2.04 3/180 9044
/proc/meminfo: memFree=30708576/32873844 swapFree=7108/7108
[pid=9044] ppid=9042 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9044/stat : 9044 (npSolver-wbo-It) S 9042 9044 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283572661 9367552 275 33554432000 4194304 5064252 140736250171712 140736250170624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9044/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300254 s]
/proc/loadavg: 2.13 2.09 2.04 3/180 9044
/proc/meminfo: memFree=30708576/32873844 swapFree=7108/7108
[pid=9044] ppid=9042 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9044/stat : 9044 (npSolver-wbo-It) S 9042 9044 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283572661 9367552 275 33554432000 4194304 5064252 140736250171712 140736250170624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9044/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700355 s]
/proc/loadavg: 2.13 2.09 2.04 3/180 9044
/proc/meminfo: memFree=30708576/32873844 swapFree=7108/7108
[pid=9044] ppid=9042 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9044/stat : 9044 (npSolver-wbo-It) S 9042 9044 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283572661 9367552 275 33554432000 4194304 5064252 140736250171712 140736250170624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9044/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.12 2.09 2.04 3/183 9052
/proc/meminfo: memFree=30520500/32873844 swapFree=7108/7108
[pid=9044] ppid=9042 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9044/stat : 9044 (npSolver-wbo-It) S 9042 9044 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283572661 9367552 275 33554432000 4194304 5064252 140736250171712 140736250170624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9044/statm: 2287 275 233 213 0 72 0
[pid=9045] ppid=9044 vsize=14664 CPUtime=0.44 cores=1,3,5,7
/proc/9045/stat : 9045 (npSolver-wbo) S 9044 9044 15230 0 -1 4202496 3947 0 0 0 39 5 0 0 20 0 1 0 283572662 15015936 2730 33554432000 4194304 5990268 140735277876448 140735277869600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9045/statm: 3666 2730 153 439 0 3223 0
[pid=9049] ppid=9045 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9049/stat : 9049 (cp2_pre.sh) S 9045 9044 15230 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 283572707 9367552 276 33554432000 4194304 5064252 140733373225808 140733373224512 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9049/statm: 2287 276 234 213 0 72 0
[pid=9050] ppid=9049 vsize=60120 CPUtime=1.03 cores=1,3,5,7
/proc/9050/stat : 9050 (coprocessor) R 9049 9044 15230 0 -1 4202496 11627 0 0 0 101 2 0 0 20 0 1 0 283572708 61562880 14257 33554432000 4194304 6586260 140736200195328 140736200190648 5599328 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/9050/statm: 15030 14257 192 584 0 14442 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 93080

[startup+3.10033 s]
/proc/loadavg: 2.12 2.09 2.04 3/183 9055
/proc/meminfo: memFree=30610632/32873844 swapFree=7108/7108
[pid=9044] ppid=9042 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9044/stat : 9044 (npSolver-wbo-It) S 9042 9044 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283572661 9367552 275 33554432000 4194304 5064252 140736250171712 140736250170624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9044/statm: 2287 275 233 213 0 72 0
[pid=9045] ppid=9044 vsize=54436 CPUtime=3.08 cores=1,3,5,7
/proc/9045/stat : 9045 (npSolver-wbo) R 9044 9044 15230 0 -1 4202496 8971 36350 0 0 77 16 182 33 20 0 1 0 283572662 55742464 10191 33554432000 4194304 5990268 140735277876448 140735277868792 4568004 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9045/statm: 13609 10191 183 439 0 13166 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 63584

[startup+6.30038 s]
/proc/loadavg: 2.11 2.09 2.04 3/183 9083
/proc/meminfo: memFree=30413224/32873844 swapFree=7108/7108
[pid=9044] ppid=9042 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9044/stat : 9044 (npSolver-wbo-It) S 9042 9044 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283572661 9367552 275 33554432000 4194304 5064252 140736250171712 140736250170624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9044/statm: 2287 275 233 213 0 72 0
[pid=9045] ppid=9044 vsize=54436 CPUtime=3.2 cores=1,3,5,7
/proc/9045/stat : 9045 (npSolver-wbo) S 9044 9044 15230 0 -1 4202496 9791 36350 0 0 85 20 182 33 20 0 1 0 283572662 55742464 11727 33554432000 4194304 5990268 140735277876448 140735277867872 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 64 0 0
/proc/9045/statm: 13609 11727 183 439 0 13166 0
[pid=9078] ppid=9045 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9078/stat : 9078 (satsolver.sh) S 9045 9044 15230 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283573049 9367552 266 33554432000 4194304 5064252 140734950734928 140734950733840 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9078/statm: 2287 266 226 213 0 72 0
[pid=9079] ppid=9078 vsize=92528 CPUtime=2.42 cores=1,3,5,7
/proc/9079/stat : 9079 (glucose) R 9078 9044 15230 0 -1 4202496 20145 0 0 0 236 6 0 0 20 0 1 0 283573049 94748672 20840 33554432000 4194304 5208918 140734867513328 140734867511288 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9079/statm: 23132 20840 104 248 0 22881 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 165260

[startup+12.7004 s]
/proc/loadavg: 2.10 2.08 2.04 3/183 9104
/proc/meminfo: memFree=30419756/32873844 swapFree=7108/7108
[pid=9044] ppid=9042 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9044/stat : 9044 (npSolver-wbo-It) S 9042 9044 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283572661 9367552 275 33554432000 4194304 5064252 140736250171712 140736250170624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9044/statm: 2287 275 233 213 0 72 0
[pid=9045] ppid=9044 vsize=54436 CPUtime=3.2 cores=1,3,5,7
/proc/9045/stat : 9045 (npSolver-wbo) S 9044 9044 15230 0 -1 4202496 9791 36350 0 0 85 20 182 33 20 0 1 0 283572662 55742464 11727 33554432000 4194304 5990268 140735277876448 140735277867872 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 64 0 0
/proc/9045/statm: 13609 11727 183 439 0 13166 0
[pid=9078] ppid=9045 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9078/stat : 9078 (satsolver.sh) S 9045 9044 15230 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283573049 9367552 266 33554432000 4194304 5064252 140734950734928 140734950733840 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9078/statm: 2287 266 226 213 0 72 0
[pid=9079] ppid=9078 vsize=92940 CPUtime=8.82 cores=1,3,5,7
/proc/9079/stat : 9079 (glucose) R 9078 9044 15230 0 -1 4202496 20233 0 0 0 876 6 0 0 20 0 1 0 283573049 95170560 20928 33554432000 4194304 5208918 140734867513328 140734867511000 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9079/statm: 23235 20928 104 248 0 22984 0
Current children cumulated CPU time (s) 12.02
Current children cumulated vsize (KiB) 165672

[startup+25.5004 s]
/proc/loadavg: 2.08 2.08 2.04 3/183 9153
/proc/meminfo: memFree=30475780/32873844 swapFree=7108/7108
[pid=9044] ppid=9042 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9044/stat : 9044 (npSolver-wbo-It) S 9042 9044 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283572661 9367552 275 33554432000 4194304 5064252 140736250171712 140736250170624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9044/statm: 2287 275 233 213 0 72 0
[pid=9045] ppid=9044 vsize=54436 CPUtime=3.2 cores=1,3,5,7
/proc/9045/stat : 9045 (npSolver-wbo) S 9044 9044 15230 0 -1 4202496 9791 36350 0 0 85 20 182 33 20 0 1 0 283572662 55742464 11727 33554432000 4194304 5990268 140735277876448 140735277867872 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 64 0 0
/proc/9045/statm: 13609 11727 183 439 0 13166 0
[pid=9078] ppid=9045 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9078/stat : 9078 (satsolver.sh) S 9045 9044 15230 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283573049 9367552 266 33554432000 4194304 5064252 140734950734928 140734950733840 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9078/statm: 2287 266 226 213 0 72 0
[pid=9079] ppid=9078 vsize=92940 CPUtime=21.61 cores=1,3,5,7
/proc/9079/stat : 9079 (glucose) R 9078 9044 15230 0 -1 4202496 20236 0 0 0 2155 6 0 0 20 0 1 0 283573049 95170560 20931 33554432000 4194304 5208918 140734867513328 140734867511000 4211182 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9079/statm: 23235 20931 104 248 0 22984 0
Current children cumulated CPU time (s) 24.81
Current children cumulated vsize (KiB) 165672

[startup+51.1005 s]
/proc/loadavg: 2.12 2.09 2.04 3/183 9237
/proc/meminfo: memFree=30423264/32873844 swapFree=7108/7108
[pid=9044] ppid=9042 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9044/stat : 9044 (npSolver-wbo-It) S 9042 9044 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283572661 9367552 275 33554432000 4194304 5064252 140736250171712 140736250170624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9044/statm: 2287 275 233 213 0 72 0
[pid=9045] ppid=9044 vsize=54436 CPUtime=3.2 cores=1,3,5,7
/proc/9045/stat : 9045 (npSolver-wbo) S 9044 9044 15230 0 -1 4202496 9791 36350 0 0 85 20 182 33 20 0 1 0 283572662 55742464 11727 33554432000 4194304 5990268 140735277876448 140735277867872 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 64 0 0
/proc/9045/statm: 13609 11727 183 439 0 13166 0
[pid=9078] ppid=9045 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9078/stat : 9078 (satsolver.sh) S 9045 9044 15230 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283573049 9367552 266 33554432000 4194304 5064252 140734950734928 140734950733840 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9078/statm: 2287 266 226 213 0 72 0
[pid=9079] ppid=9078 vsize=93204 CPUtime=47.21 cores=1,3,5,7
/proc/9079/stat : 9079 (glucose) R 9078 9044 15230 0 -1 4202496 20309 0 0 0 4715 6 0 0 20 0 1 0 283573049 95440896 20999 33554432000 4194304 5208918 140734867513328 140734867511288 4229469 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9079/statm: 23301 20999 104 248 0 23050 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 165936

[startup+102.301 s]
/proc/loadavg: 2.05 2.07 2.03 3/183 9412
/proc/meminfo: memFree=30438480/32873844 swapFree=7108/7108
[pid=9044] ppid=9042 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9044/stat : 9044 (npSolver-wbo-It) S 9042 9044 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283572661 9367552 275 33554432000 4194304 5064252 140736250171712 140736250170624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9044/statm: 2287 275 233 213 0 72 0
[pid=9045] ppid=9044 vsize=54436 CPUtime=3.2 cores=1,3,5,7
/proc/9045/stat : 9045 (npSolver-wbo) S 9044 9044 15230 0 -1 4202496 9791 36350 0 0 85 20 182 33 20 0 1 0 283572662 55742464 11727 33554432000 4194304 5990268 140735277876448 140735277867872 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 64 0 0
/proc/9045/statm: 13609 11727 183 439 0 13166 0
[pid=9078] ppid=9045 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9078/stat : 9078 (satsolver.sh) S 9045 9044 15230 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283573049 9367552 266 33554432000 4194304 5064252 140734950734928 140734950733840 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9078/statm: 2287 266 226 213 0 72 0
[pid=9079] ppid=9078 vsize=95472 CPUtime=98.4 cores=1,3,5,7
/proc/9079/stat : 9079 (glucose) R 9078 9044 15230 0 -1 4202496 20668 0 0 0 9834 6 0 0 20 0 1 0 283573049 97763328 21603 33554432000 4194304 5208918 140734867513328 140734867511160 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9079/statm: 23868 21603 104 248 0 23617 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 168204

[startup+162.3 s]
/proc/loadavg: 2.13 2.10 2.04 3/184 9611
/proc/meminfo: memFree=30424588/32873844 swapFree=7108/7108
[pid=9044] ppid=9042 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9044/stat : 9044 (npSolver-wbo-It) S 9042 9044 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283572661 9367552 275 33554432000 4194304 5064252 140736250171712 140736250170624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9044/statm: 2287 275 233 213 0 72 0
[pid=9045] ppid=9044 vsize=54436 CPUtime=3.2 cores=1,3,5,7
/proc/9045/stat : 9045 (npSolver-wbo) S 9044 9044 15230 0 -1 4202496 9791 36350 0 0 85 20 182 33 20 0 1 0 283572662 55742464 11727 33554432000 4194304 5990268 140735277876448 140735277867872 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 64 0 0
/proc/9045/statm: 13609 11727 183 439 0 13166 0
[pid=9078] ppid=9045 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9078/stat : 9078 (satsolver.sh) S 9045 9044 15230 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283573049 9367552 266 33554432000 4194304 5064252 140734950734928 140734950733840 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9078/statm: 2287 266 226 213 0 72 0
[pid=9079] ppid=9078 vsize=96332 CPUtime=158.38 cores=1,3,5,7
/proc/9079/stat : 9079 (glucose) R 9078 9044 15230 0 -1 4202496 20907 0 0 0 15832 6 0 0 20 0 1 0 283573049 98643968 21842 33554432000 4194304 5208918 140734867513328 140734867511160 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9079/statm: 24083 21842 104 248 0 23832 0
Current children cumulated CPU time (s) 161.58

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


[startup+1422.3 s]
/proc/loadavg: 2.07 2.06 2.07 3/183 13941
/proc/meminfo: memFree=30803556/32873844 swapFree=7108/7108
[pid=9044] ppid=9042 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9044/stat : 9044 (npSolver-wbo-It) S 9042 9044 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283572661 9367552 275 33554432000 4194304 5064252 140736250171712 140736250170624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9044/statm: 2287 275 233 213 0 72 0
[pid=9045] ppid=9044 vsize=82996 CPUtime=1395.12 cores=1,3,5,7
/proc/9045/stat : 9045 (npSolver-wbo) S 9044 9044 15230 0 -1 4202496 36939 224535 0 0 356 54 138949 153 20 0 1 0 283572662 84987904 17843 33554432000 4194304 5990268 140735277876448 140735277867872 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 64 0 0
/proc/9045/statm: 20749 17843 183 439 0 20306 0
[pid=13863] ppid=9045 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13863/stat : 13863 (satsolver.sh) S 9045 9044 15230 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283712280 9367552 267 33554432000 4194304 5064252 140735877626320 140735877625232 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13863/statm: 2287 267 226 213 0 72 0
[pid=13864] ppid=13863 vsize=88248 CPUtime=26.1 cores=1,3,5,7
/proc/13864/stat : 13864 (glucose) R 13863 9044 15230 0 -1 4202496 17456 0 0 0 2606 4 0 0 20 0 1 0 283712280 90365952 18589 33554432000 4194304 5208918 140735672754608 140735672752440 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13864/statm: 22062 18589 104 248 0 21811 0
Current children cumulated CPU time (s) 1421.22
Current children cumulated vsize (KiB) 189540

[startup+1482.3 s]
/proc/loadavg: 2.02 2.05 2.06 3/183 14130
/proc/meminfo: memFree=30802480/32873844 swapFree=7108/7108
[pid=9044] ppid=9042 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9044/stat : 9044 (npSolver-wbo-It) S 9042 9044 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283572661 9367552 275 33554432000 4194304 5064252 140736250171712 140736250170624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9044/statm: 2287 275 233 213 0 72 0
[pid=9045] ppid=9044 vsize=82996 CPUtime=1395.12 cores=1,3,5,7
/proc/9045/stat : 9045 (npSolver-wbo) S 9044 9044 15230 0 -1 4202496 36939 224535 0 0 356 54 138949 153 20 0 1 0 283572662 84987904 17843 33554432000 4194304 5990268 140735277876448 140735277867872 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 64 0 0
/proc/9045/statm: 20749 17843 183 439 0 20306 0
[pid=13863] ppid=9045 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13863/stat : 13863 (satsolver.sh) S 9045 9044 15230 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283712280 9367552 267 33554432000 4194304 5064252 140735877626320 140735877625232 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13863/statm: 2287 267 226 213 0 72 0
[pid=13864] ppid=13863 vsize=88248 CPUtime=86.08 cores=1,3,5,7
/proc/13864/stat : 13864 (glucose) R 13863 9044 15230 0 -1 4202496 17601 0 0 0 8604 4 0 0 20 0 1 0 283712280 90365952 19245 33554432000 4194304 5208918 140735672754608 140735672752440 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13864/statm: 22062 19245 104 248 0 21811 0
Current children cumulated CPU time (s) 1481.2
Current children cumulated vsize (KiB) 189540

[startup+1542.31 s]
/proc/loadavg: 2.01 2.04 2.06 3/183 14319
/proc/meminfo: memFree=30798216/32873844 swapFree=7108/7108
[pid=9044] ppid=9042 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9044/stat : 9044 (npSolver-wbo-It) S 9042 9044 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283572661 9367552 275 33554432000 4194304 5064252 140736250171712 140736250170624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9044/statm: 2287 275 233 213 0 72 0
[pid=9045] ppid=9044 vsize=82996 CPUtime=1395.12 cores=1,3,5,7
/proc/9045/stat : 9045 (npSolver-wbo) S 9044 9044 15230 0 -1 4202496 36939 224535 0 0 356 54 138949 153 20 0 1 0 283572662 84987904 17843 33554432000 4194304 5990268 140735277876448 140735277867872 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 64 0 0
/proc/9045/statm: 20749 17843 183 439 0 20306 0
[pid=13863] ppid=9045 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13863/stat : 13863 (satsolver.sh) S 9045 9044 15230 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283712280 9367552 267 33554432000 4194304 5064252 140735877626320 140735877625232 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13863/statm: 2287 267 226 213 0 72 0
[pid=13864] ppid=13863 vsize=89552 CPUtime=146.09 cores=1,3,5,7
/proc/13864/stat : 13864 (glucose) R 13863 9044 15230 0 -1 4202496 17942 0 0 0 14604 5 0 0 20 0 1 0 283712280 91701248 19594 33554432000 4194304 5208918 140735672754608 140735672752440 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13864/statm: 22388 19594 104 248 0 22137 0
Current children cumulated CPU time (s) 1541.21
Current children cumulated vsize (KiB) 190844

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/183 14515
/proc/meminfo: memFree=30811472/32873844 swapFree=7108/7108
[pid=9044] ppid=9042 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9044/stat : 9044 (npSolver-wbo-It) S 9042 9044 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283572661 9367552 275 33554432000 4194304 5064252 140736250171712 140736250170624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9044/statm: 2287 275 233 213 0 72 0
[pid=9045] ppid=9044 vsize=82996 CPUtime=1553.62 cores=1,3,5,7
/proc/9045/stat : 9045 (npSolver-wbo) S 9044 9044 15230 0 -1 4202496 40726 248990 0 0 392 58 154743 169 20 0 1 0 283572662 84987904 17843 33554432000 4194304 5990268 140735277876448 140735277867872 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 64 0 0
/proc/9045/statm: 20749 17843 183 439 0 20306 0
[pid=14367] ppid=9045 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14367/stat : 14367 (satsolver.sh) S 9045 9044 15230 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283728133 9367552 266 33554432000 4194304 5064252 140736892156640 140736892155552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14367/statm: 2287 266 226 213 0 72 0
[pid=14368] ppid=14367 vsize=87964 CPUtime=47.57 cores=1,3,5,7
/proc/14368/stat : 14368 (glucose) R 14367 9044 15230 0 -1 4202496 18119 0 0 0 4752 5 0 0 20 0 1 0 283728133 90075136 18183 33554432000 4194304 5208918 140736284289568 140736284287400 4211104 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14368/statm: 21991 18183 105 248 0 21740 0
Current children cumulated CPU time (s) 1601.19
Current children cumulated vsize (KiB) 189256

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/183 14704
/proc/meminfo: memFree=30804896/32873844 swapFree=7108/7108
[pid=9044] ppid=9042 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9044/stat : 9044 (npSolver-wbo-It) S 9042 9044 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283572661 9367552 275 33554432000 4194304 5064252 140736250171712 140736250170624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9044/statm: 2287 275 233 213 0 72 0
[pid=9045] ppid=9044 vsize=82996 CPUtime=1553.62 cores=1,3,5,7
/proc/9045/stat : 9045 (npSolver-wbo) S 9044 9044 15230 0 -1 4202496 40726 248990 0 0 392 58 154743 169 20 0 1 0 283572662 84987904 17843 33554432000 4194304 5990268 140735277876448 140735277867872 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 64 0 0
/proc/9045/statm: 20749 17843 183 439 0 20306 0
[pid=14367] ppid=9045 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14367/stat : 14367 (satsolver.sh) S 9045 9044 15230 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283728133 9367552 266 33554432000 4194304 5064252 140736892156640 140736892155552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14367/statm: 2287 266 226 213 0 72 0
[pid=14368] ppid=14367 vsize=89168 CPUtime=107.54 cores=1,3,5,7
/proc/14368/stat : 14368 (glucose) R 14367 9044 15230 0 -1 4202496 18398 0 0 0 10749 5 0 0 20 0 1 0 283728133 91308032 19362 33554432000 4194304 5208918 140736284289568 140736284287400 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14368/statm: 22292 19362 105 248 0 22041 0
Current children cumulated CPU time (s) 1661.16
Current children cumulated vsize (KiB) 190460

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/183 14894
/proc/meminfo: memFree=30808364/32873844 swapFree=7108/7108
[pid=9044] ppid=9042 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9044/stat : 9044 (npSolver-wbo-It) S 9042 9044 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283572661 9367552 275 33554432000 4194304 5064252 140736250171712 140736250170624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9044/statm: 2287 275 233 213 0 72 0
[pid=9045] ppid=9044 vsize=82996 CPUtime=1669.11 cores=1,3,5,7
/proc/9045/stat : 9045 (npSolver-wbo) S 9044 9044 15230 0 -1 4202496 44487 274652 0 0 426 62 166238 185 20 0 1 0 283572662 84987904 17331 33554432000 4194304 5990268 140735277876448 140735277867872 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 64 0 0
/proc/9045/statm: 20749 17331 183 439 0 20306 0
[pid=14731] ppid=9045 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14731/stat : 14731 (satsolver.sh) S 9045 9044 15230 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283739684 9367552 266 33554432000 4194304 5064252 140736785343216 140736785342128 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14731/statm: 2287 266 226 213 0 72 0
[pid=14732] ppid=14731 vsize=87032 CPUtime=52.05 cores=1,3,5,7
/proc/14732/stat : 14732 (glucose) R 14731 9044 15230 0 -1 4202496 17596 0 0 0 5201 4 0 0 20 0 1 0 283739685 89120768 17770 33554432000 4194304 5208918 140734646558576 140734646556408 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14732/statm: 21758 17770 104 248 0 21507 0
Current children cumulated CPU time (s) 1721.16
Current children cumulated vsize (KiB) 188324

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/183 15083
/proc/meminfo: memFree=30804668/32873844 swapFree=7108/7108
[pid=9044] ppid=9042 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9044/stat : 9044 (npSolver-wbo-It) S 9042 9044 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283572661 9367552 275 33554432000 4194304 5064252 140736250171712 140736250170624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9044/statm: 2287 275 233 213 0 72 0
[pid=9045] ppid=9044 vsize=82996 CPUtime=1669.11 cores=1,3,5,7
/proc/9045/stat : 9045 (npSolver-wbo) S 9044 9044 15230 0 -1 4202496 44487 274652 0 0 426 62 166238 185 20 0 1 0 283572662 84987904 17331 33554432000 4194304 5990268 140735277876448 140735277867872 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 64 0 0
/proc/9045/statm: 20749 17331 183 439 0 20306 0
[pid=14731] ppid=9045 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14731/stat : 14731 (satsolver.sh) S 9045 9044 15230 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283739684 9367552 266 33554432000 4194304 5064252 140736785343216 140736785342128 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14731/statm: 2287 266 226 213 0 72 0
[pid=14732] ppid=14731 vsize=88176 CPUtime=112.03 cores=1,3,5,7
/proc/14732/stat : 14732 (glucose) R 14731 9044 15230 0 -1 4202496 17927 0 0 0 11199 4 0 0 20 0 1 0 283739685 90292224 18663 33554432000 4194304 5208918 140734646558576 140734646556408 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14732/statm: 22044 18663 104 248 0 21793 0
Current children cumulated CPU time (s) 1781.14
Current children cumulated vsize (KiB) 189468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 2.00 2.01 2.03 3/183 15146
/proc/meminfo: memFree=30806840/32873844 swapFree=7108/7108
[pid=9044] ppid=9042 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9044/stat : 9044 (npSolver-wbo-It) S 9042 9044 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283572661 9367552 275 33554432000 4194304 5064252 140736250171712 140736250170624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9044/statm: 2287 275 233 213 0 72 0
[pid=9045] ppid=9044 vsize=82996 CPUtime=1669.11 cores=1,3,5,7
/proc/9045/stat : 9045 (npSolver-wbo) S 9044 9044 15230 0 -1 4202496 44487 274652 0 0 426 62 166238 185 20 0 1 0 283572662 84987904 17331 33554432000 4194304 5990268 140735277876448 140735277867872 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 64 0 0
/proc/9045/statm: 20749 17331 183 439 0 20306 0
[pid=14731] ppid=9045 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14731/stat : 14731 (satsolver.sh) S 9045 9044 15230 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283739684 9367552 266 33554432000 4194304 5064252 140736785343216 140736785342128 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14731/statm: 2287 266 226 213 0 72 0
[pid=14732] ppid=14731 vsize=88176 CPUtime=130.94 cores=1,3,5,7
/proc/14732/stat : 14732 (glucose) R 14731 9044 15230 0 -1 4202496 18066 0 0 0 13090 4 0 0 20 0 1 0 283739685 90292224 18802 33554432000 4194304 5208918 140734646558576 140734646556408 4211176 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14732/statm: 22044 18802 104 248 0 21793 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 189468

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.2 s]
/proc/loadavg: 2.00 2.01 2.03 3/183 15146
/proc/meminfo: memFree=30806840/32873844 swapFree=7108/7108
[pid=9044] ppid=9042 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9044/stat : 9044 (npSolver-wbo-It) S 9042 9044 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283572661 9367552 275 33554432000 4194304 5064252 140736250171712 140736250170624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9044/statm: 2287 275 233 213 0 72 0
[pid=9045] ppid=9044 vsize=82996 CPUtime=1669.11 cores=1,3,5,7
/proc/9045/stat : 9045 (npSolver-wbo) S 9044 9044 15230 0 -1 4202496 44487 274652 0 0 426 62 166238 185 20 0 1 0 283572662 84987904 17331 33554432000 4194304 5990268 140735277876448 140735277867872 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 64 0 0
/proc/9045/statm: 20749 17331 183 439 0 20306 0
[pid=14731] ppid=9045 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14731/stat : 14731 (satsolver.sh) S 9045 9044 15230 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283739684 9367552 266 33554432000 4194304 5064252 140736785343216 140736785342128 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14731/statm: 2287 266 226 213 0 72 0
[pid=14732] ppid=14731 vsize=88176 CPUtime=130.94 cores=1,3,5,7
/proc/14732/stat : 14732 (glucose) R 14731 9044 15230 0 -1 4202496 18066 0 0 0 13090 4 0 0 20 0 1 0 283739685 90292224 18802 33554432000 4194304 5208918 140734646558576 140734646556408 4211176 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14732/statm: 22044 18802 104 248 0 21793 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 189468

Child status: 0
Real time (s): 1801.21
CPU time (s): 1800.08
CPU user time (s): 1797.55
CPU system time (s): 2.53161
CPU usage (%): 99.9373
Max. virtual memory (cumulated for all children) (KiB): 220668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.55
system time used= 2.53161
maximum resident set size= 104572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 338193
page faults= 0
swaps= 0
block input operations= 0
block output operations= 589720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4031
involuntary context switches= 2008

runsolver used 5.8931 second user time and 10.0455 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-28 05:07:21
IDJOB=3715369
IDBENCH=78660
IDSOLVER=2297
FILE ID=node103/3715369-1338174441
RUNJOBID= node103-1338166500-15763
PBS_JOBID= 14624530
Free space on /tmp= 71472 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB10/oliveras/j60/normalized-j6033_2-unsat--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715369-1338174441/watcher-3715369-1338174441 -o /tmp/evaluation-result-3715369-1338174441/solver-3715369-1338174441 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715369-1338174441.wbo 1795848391 HOME HOME

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

MD5SUM BENCH= f53b47c8da57e8203b6ddda55aa63e31
RANDOM SEED=1795848391

node103.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.189
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.37
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.189
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.189
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		: 2666.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:       32873844 kB
MemFree:        30709592 kB
Buffers:          406564 kB
Cached:           712680 kB
SwapCached:         4500 kB
Active:           961756 kB
Inactive:         357448 kB
Active(anon):     196244 kB
Inactive(anon):     6216 kB
Active(file):     765512 kB
Inactive(file):   351232 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67099572 kB
Dirty:             53624 kB
Writeback:             0 kB
AnonPages:        219596 kB
Mapped:            12736 kB
Shmem:                 8 kB
Slab:             705056 kB
SReclaimable:     146236 kB
SUnreclaim:       558820 kB
KernelStack:        1512 kB
PageTables:         4276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     382704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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= 71528 MiB
End job on node103 at 2012-05-28 05:37:22