Trace number 3750201

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 1.0 (fixed)? (TO) 1800.05 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_7_mh.opb
MD5SUM73423b295bfc925a3da39b38540ddf2d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7664353
Best CPU time to get the best result obtained on this benchmark1800.64
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 99252847
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 12981387185
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 99252847
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 12981387185
Number of bits of the biggest sum of numbers34
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.22	c old isEQ: 0, new EQ is 1
0.00/0.22	c old isEQ: 116, new EQ is 0
0.00/0.23	c old isEQ: 0, new EQ is 0
0.00/0.24	c old isEQ: 0, new EQ is 0
0.00/0.25	c old isEQ: 0, new EQ is 0
0.00/0.26	c old isEQ: 0, new EQ is 0
0.00/0.26	c old isEQ: 0, new EQ is 0
0.00/0.27	c old isEQ: 0, new EQ is 0
0.00/0.28	c old isEQ: 0, new EQ is 0
0.00/0.29	c old isEQ: 0, new EQ is 0
0.00/0.29	c old isEQ: 0, new EQ is 0
0.00/0.30	c old isEQ: 0, new EQ is 0
0.00/0.31	c old isEQ: 0, new EQ is 0
0.00/0.32	c old isEQ: 0, new EQ is 0
0.00/0.32	c old isEQ: 0, new EQ is 0
0.00/0.33	c old isEQ: 0, new EQ is 0
0.00/0.34	c old isEQ: 0, new EQ is 0
0.00/0.35	c old isEQ: 0, new EQ is 0
0.00/0.35	c old isEQ: 0, new EQ is 0
0.00/0.36	c old isEQ: 0, new EQ is 0
0.00/0.37	c old isEQ: 0, new EQ is 0
0.00/0.38	c old isEQ: 0, new EQ is 0
0.00/0.39	c old isEQ: 0, new EQ is 0
0.00/0.39	c old isEQ: 0, new EQ is 0
0.00/0.40	c old isEQ: 0, new EQ is 0
0.00/0.41	c old isEQ: 0, new EQ is 0
0.00/0.44	c old isEQ: 0, new EQ is 1
0.00/0.49	c old isEQ: 1, new EQ is 1
0.00/0.57	c run usual solver
2.68/2.79	c model valid
2.68/2.79	c current solution ok
3.38/3.43	o 193207078
3.38/3.43	c current bound: 96603551
3.38/3.43	c fallback to adder encoding
1800.01/1800.41	./satsolver.sh: line 5:  5938 Terminated              ./glucose $1 > $2 2> /dev/null
1800.01/1800.41	c error: unexpected solver exit code
1800.01/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-3750201-1339180219/watcher-3750201-1339180219 -o /tmp/evaluation-result-3750201-1339180219/solver-3750201-1339180219 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750201-1339180219.opb 1548080248 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.84 1.97 2.03 2/175 5873
/proc/meminfo: memFree=24320832/32873648 swapFree=7388/7388
[pid=5873] ppid=5871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5873/stat : 5873 (npSolver-pbo.sh) S 5871 5873 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384146392 9367552 274 33554432000 4194304 5064252 140735446172528 140735446171440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5873/statm: 2287 274 233 213 0 72 0

[startup+0.0994939 s]
/proc/loadavg: 1.84 1.97 2.03 2/175 5873
/proc/meminfo: memFree=24320832/32873648 swapFree=7388/7388
[pid=5873] ppid=5871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5873/stat : 5873 (npSolver-pbo.sh) S 5871 5873 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384146392 9367552 274 33554432000 4194304 5064252 140735446172528 140735446171440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5873/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100344 s]
/proc/loadavg: 1.84 1.97 2.03 2/175 5873
/proc/meminfo: memFree=24320832/32873648 swapFree=7388/7388
[pid=5873] ppid=5871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5873/stat : 5873 (npSolver-pbo.sh) S 5871 5873 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384146392 9367552 274 33554432000 4194304 5064252 140735446172528 140735446171440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5873/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300306 s]
/proc/loadavg: 1.84 1.97 2.03 2/175 5873
/proc/meminfo: memFree=24320832/32873648 swapFree=7388/7388
[pid=5873] ppid=5871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5873/stat : 5873 (npSolver-pbo.sh) S 5871 5873 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384146392 9367552 274 33554432000 4194304 5064252 140735446172528 140735446171440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5873/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700214 s]
/proc/loadavg: 1.84 1.97 2.03 2/175 5873
/proc/meminfo: memFree=24320832/32873648 swapFree=7388/7388
[pid=5873] ppid=5871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5873/stat : 5873 (npSolver-pbo.sh) S 5871 5873 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384146392 9367552 274 33554432000 4194304 5064252 140735446172528 140735446171440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5873/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50045 s]
/proc/loadavg: 1.84 1.97 2.03 3/177 5900
/proc/meminfo: memFree=26440744/32873648 swapFree=7388/7388
[pid=5873] ppid=5871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5873/stat : 5873 (npSolver-pbo.sh) S 5871 5873 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384146392 9367552 274 33554432000 4194304 5064252 140735446172528 140735446171440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5873/statm: 2287 274 233 213 0 72 0
[pid=5874] ppid=5873 vsize=71952 CPUtime=0.58 cores=0,2,4,6
/proc/5874/stat : 5874 (npSolver-pbo) S 5873 5873 5089 0 -1 4202496 10292 0 0 0 54 4 0 0 20 0 1 0 384146392 73678848 17555 33554432000 4194304 6004724 140736603991808 140736603985856 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5874/statm: 17988 17555 164 442 0 17542 0
[pid=5876] ppid=5874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5876/stat : 5876 (cp2_pre.sh) S 5874 5873 5089 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 384146452 9367552 276 33554432000 4194304 5064252 140734098312048 140734098310752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5876/statm: 2287 276 234 213 0 72 0
[pid=5877] ppid=5876 vsize=135896 CPUtime=0.89 cores=0,2,4,6
/proc/5877/stat : 5877 (coprocessor) R 5876 5873 5089 0 -1 4202496 24782 0 0 0 84 5 0 0 20 0 1 0 384146452 139157504 32973 33554432000 4194304 6586260 140734597767728 140734597763992 4676681 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/5877/statm: 33974 32973 192 584 0 33386 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 226144

[startup+3.10022 s]
/proc/loadavg: 1.84 1.97 2.03 3/182 5926
/proc/meminfo: memFree=26555628/32873648 swapFree=7388/7388
[pid=5873] ppid=5871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5873/stat : 5873 (npSolver-pbo.sh) S 5871 5873 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384146392 9367552 274 33554432000 4194304 5064252 140735446172528 140735446171440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5873/statm: 2287 274 233 213 0 72 0
[pid=5874] ppid=5873 vsize=71952 CPUtime=3.08 cores=0,2,4,6
/proc/5874/stat : 5874 (npSolver-pbo) R 5873 5873 5089 0 -1 4202496 11779 42792 0 0 71 30 189 18 20 0 1 0 384146392 73678848 17561 33554432000 4194304 6004724 140736603991808 140736603985800 5190832 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5874/statm: 17988 17561 170 442 0 17542 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 81100

[startup+6.30037 s]
/proc/loadavg: 1.86 1.97 2.03 3/182 5936
/proc/meminfo: memFree=26329512/32873648 swapFree=7388/7388
[pid=5873] ppid=5871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5873/stat : 5873 (npSolver-pbo.sh) S 5871 5873 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384146392 9367552 274 33554432000 4194304 5064252 140735446172528 140735446171440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5873/statm: 2287 274 233 213 0 72 0
[pid=5874] ppid=5873 vsize=350480 CPUtime=6.13 cores=0,2,4,6
/proc/5874/stat : 5874 (npSolver-pbo) S 5873 5873 5089 0 -1 4202496 17774 43307 0 0 317 88 189 19 20 0 1 0 384146392 358891520 65499 33554432000 4194304 6004724 140736603991808 140736603984160 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5874/statm: 87620 65499 179 442 0 87174 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 359628

[startup+12.7005 s]
/proc/loadavg: 1.95 1.99 2.03 3/184 5945
/proc/meminfo: memFree=25702404/32873648 swapFree=7388/7388
[pid=5873] ppid=5871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5873/stat : 5873 (npSolver-pbo.sh) S 5871 5873 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384146392 9367552 274 33554432000 4194304 5064252 140735446172528 140735446171440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5873/statm: 2287 274 233 213 0 72 0
[pid=5874] ppid=5873 vsize=350480 CPUtime=6.13 cores=0,2,4,6
/proc/5874/stat : 5874 (npSolver-pbo) S 5873 5873 5089 0 -1 4202496 17774 43307 0 0 317 88 189 19 20 0 1 0 384146392 358891520 65499 33554432000 4194304 6004724 140736603991808 140736603984160 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5874/statm: 87620 65499 179 442 0 87174 0
[pid=5937] ppid=5874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5937/stat : 5937 (satsolver.sh) S 5874 5873 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384147007 9367552 267 33554432000 4194304 5064252 140734789676336 140734789675248 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5937/statm: 2287 267 226 213 0 72 0
[pid=5938] ppid=5937 vsize=528924 CPUtime=6.53 cores=0,2,4,6
/proc/5938/stat : 5938 (glucose) R 5937 5873 5089 0 -1 4202496 76785 0 0 0 630 23 0 0 20 0 1 0 384147008 541618176 111946 33554432000 4194304 5208918 140736841629120 140736841626968 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 132231 111946 104 248 0 131980 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 897700

[startup+25.5005 s]
/proc/loadavg: 1.96 1.99 2.03 3/184 5945
/proc/meminfo: memFree=25686980/32873648 swapFree=7388/7388
[pid=5873] ppid=5871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5873/stat : 5873 (npSolver-pbo.sh) S 5871 5873 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384146392 9367552 274 33554432000 4194304 5064252 140735446172528 140735446171440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5873/statm: 2287 274 233 213 0 72 0
[pid=5874] ppid=5873 vsize=350480 CPUtime=6.13 cores=0,2,4,6
/proc/5874/stat : 5874 (npSolver-pbo) S 5873 5873 5089 0 -1 4202496 17774 43307 0 0 317 88 189 19 20 0 1 0 384146392 358891520 65499 33554432000 4194304 6004724 140736603991808 140736603984160 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5874/statm: 87620 65499 179 442 0 87174 0
[pid=5937] ppid=5874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5937/stat : 5937 (satsolver.sh) S 5874 5873 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384147007 9367552 267 33554432000 4194304 5064252 140734789676336 140734789675248 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5937/statm: 2287 267 226 213 0 72 0
[pid=5938] ppid=5937 vsize=530792 CPUtime=19.33 cores=0,2,4,6
/proc/5938/stat : 5938 (glucose) R 5937 5873 5089 0 -1 4202496 77599 0 0 0 1908 25 0 0 20 0 1 0 384147008 543531008 113782 33554432000 4194304 5208918 140736841629120 140736841626968 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 132698 113782 104 248 0 132447 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 899568

[startup+51.1005 s]
/proc/loadavg: 1.97 1.99 2.03 3/183 5945
/proc/meminfo: memFree=25647776/32873648 swapFree=7388/7388
[pid=5873] ppid=5871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5873/stat : 5873 (npSolver-pbo.sh) S 5871 5873 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384146392 9367552 274 33554432000 4194304 5064252 140735446172528 140735446171440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5873/statm: 2287 274 233 213 0 72 0
[pid=5874] ppid=5873 vsize=350480 CPUtime=6.13 cores=0,2,4,6
/proc/5874/stat : 5874 (npSolver-pbo) S 5873 5873 5089 0 -1 4202496 17774 43307 0 0 317 88 189 19 20 0 1 0 384146392 358891520 65499 33554432000 4194304 6004724 140736603991808 140736603984160 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5874/statm: 87620 65499 179 442 0 87174 0
[pid=5937] ppid=5874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5937/stat : 5937 (satsolver.sh) S 5874 5873 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384147007 9367552 267 33554432000 4194304 5064252 140734789676336 140734789675248 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5937/statm: 2287 267 226 213 0 72 0
[pid=5938] ppid=5937 vsize=533516 CPUtime=44.93 cores=0,2,4,6
/proc/5938/stat : 5938 (glucose) R 5937 5873 5089 0 -1 4202496 78252 0 0 0 4467 26 0 0 20 0 1 0 384147008 546320384 115457 33554432000 4194304 5208918 140736841629120 140736841626968 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 133379 115457 104 248 0 133128 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 902292

[startup+102.307 s]
/proc/loadavg: 2.09 2.02 2.04 3/184 5946
/proc/meminfo: memFree=25599120/32873648 swapFree=7388/7388
[pid=5873] ppid=5871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5873/stat : 5873 (npSolver-pbo.sh) S 5871 5873 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384146392 9367552 274 33554432000 4194304 5064252 140735446172528 140735446171440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5873/statm: 2287 274 233 213 0 72 0
[pid=5874] ppid=5873 vsize=350480 CPUtime=6.13 cores=0,2,4,6
/proc/5874/stat : 5874 (npSolver-pbo) S 5873 5873 5089 0 -1 4202496 17774 43307 0 0 317 88 189 19 20 0 1 0 384146392 358891520 65499 33554432000 4194304 6004724 140736603991808 140736603984160 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5874/statm: 87620 65499 179 442 0 87174 0
[pid=5937] ppid=5874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5937/stat : 5937 (satsolver.sh) S 5874 5873 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384147007 9367552 267 33554432000 4194304 5064252 140734789676336 140734789675248 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5937/statm: 2287 267 226 213 0 72 0
[pid=5938] ppid=5937 vsize=545260 CPUtime=96.13 cores=0,2,4,6
/proc/5938/stat : 5938 (glucose) R 5937 5873 5089 0 -1 4202496 79735 0 0 0 9586 27 0 0 20 0 1 0 384147008 558346240 120513 33554432000 4194304 5208918 140736841629120 140736841626952 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 136315 120513 104 248 0 136064 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 914036

[startup+162.3 s]
/proc/loadavg: 2.03 2.02 2.03 3/183 5946
/proc/meminfo: memFree=25570160/32873648 swapFree=7388/7388
[pid=5873] ppid=5871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5873/stat : 5873 (npSolver-pbo.sh) S 5871 5873 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384146392 9367552 274 33554432000 4194304 5064252 140735446172528 140735446171440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5873/statm: 2287 274 233 213 0 72 0
[pid=5874] ppid=5873 vsize=350480 CPUtime=6.13 cores=0,2,4,6
/proc/5874/stat : 5874 (npSolver-pbo) S 5873 5873 5089 0 -1 4202496 17774 43307 0 0 317 88 189 19 20 0 1 0 384146392 358891520 65499 33554432000 4194304 6004724 140736603991808 140736603984160 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5874/statm: 87620 65499 179 442 0 87174 0
[pid=5937] ppid=5874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5937/stat : 5937 (satsolver.sh) S 5874 5873 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384147007 9367552 267 33554432000 4194304 5064252 140734789676336 140734789675248 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5937/statm: 2287 267 226 213 0 72 0
[pid=5938] ppid=5937 vsize=545260 CPUtime=156.11 cores=0,2,4,6
/proc/5938/stat : 5938 (glucose) R 5937 5873 5089 0 -1 4202496 79742 0 0 0 15584 27 0 0 20 0 1 0 384147008 558346240 122053 33554432000 4194304 5208918 140736841629120 140736841625496 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 136315 122053 104 248 0 136064 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 914036

[startup+222.3 s]
/proc/loadavg: 2.08 2.03 2.03 3/183 5947
/proc/meminfo: memFree=25561048/32873648 swapFree=7388/7388
[pid=5873] ppid=5871 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5956
/proc/meminfo: memFree=25567824/32873648 swapFree=7388/7388
[pid=5873] ppid=5871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5873/stat : 5873 (npSolver-pbo.sh) S 5871 5873 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384146392 9367552 274 33554432000 4194304 5064252 140735446172528 140735446171440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5873/statm: 2287 274 233 213 0 72 0
[pid=5874] ppid=5873 vsize=350480 CPUtime=6.13 cores=0,2,4,6
/proc/5874/stat : 5874 (npSolver-pbo) S 5873 5873 5089 0 -1 4202496 17774 43307 0 0 317 88 189 19 20 0 1 0 384146392 358891520 65499 33554432000 4194304 6004724 140736603991808 140736603984160 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5874/statm: 87620 65499 179 442 0 87174 0
[pid=5937] ppid=5874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5937/stat : 5937 (satsolver.sh) S 5874 5873 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384147007 9367552 267 33554432000 4194304 5064252 140734789676336 140734789675248 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5937/statm: 2287 267 226 213 0 72 0
[pid=5938] ppid=5937 vsize=563876 CPUtime=1355.84 cores=0,2,4,6
/proc/5938/stat : 5938 (glucose) R 5937 5873 5089 0 -1 4202496 91577 0 0 0 135528 56 0 0 20 0 1 0 384147008 577409024 123230 33554432000 4194304 5208918 140736841629120 140736841627208 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 140969 123230 104 248 0 140718 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 932652

[startup+1422.31 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 5957
/proc/meminfo: memFree=25546916/32873648 swapFree=7388/7388
[pid=5873] ppid=5871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5873/stat : 5873 (npSolver-pbo.sh) S 5871 5873 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384146392 9367552 274 33554432000 4194304 5064252 140735446172528 140735446171440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5873/statm: 2287 274 233 213 0 72 0
[pid=5874] ppid=5873 vsize=350480 CPUtime=6.13 cores=0,2,4,6
/proc/5874/stat : 5874 (npSolver-pbo) S 5873 5873 5089 0 -1 4202496 17774 43307 0 0 317 88 189 19 20 0 1 0 384146392 358891520 65499 33554432000 4194304 6004724 140736603991808 140736603984160 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5874/statm: 87620 65499 179 442 0 87174 0
[pid=5937] ppid=5874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5937/stat : 5937 (satsolver.sh) S 5874 5873 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384147007 9367552 267 33554432000 4194304 5064252 140734789676336 140734789675248 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5937/statm: 2287 267 226 213 0 72 0
[pid=5938] ppid=5937 vsize=568768 CPUtime=1415.84 cores=0,2,4,6
/proc/5938/stat : 5938 (glucose) R 5937 5873 5089 0 -1 4202496 91830 0 0 0 141528 56 0 0 20 0 1 0 384147008 582418432 126038 33554432000 4194304 5208918 140736841629120 140736841626952 4229476 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 142192 126038 104 248 0 141941 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 937544

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 5957
/proc/meminfo: memFree=25546756/32873648 swapFree=7388/7388
[pid=5873] ppid=5871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5873/stat : 5873 (npSolver-pbo.sh) S 5871 5873 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384146392 9367552 274 33554432000 4194304 5064252 140735446172528 140735446171440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5873/statm: 2287 274 233 213 0 72 0
[pid=5874] ppid=5873 vsize=350480 CPUtime=6.13 cores=0,2,4,6
/proc/5874/stat : 5874 (npSolver-pbo) S 5873 5873 5089 0 -1 4202496 17774 43307 0 0 317 88 189 19 20 0 1 0 384146392 358891520 65499 33554432000 4194304 6004724 140736603991808 140736603984160 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5874/statm: 87620 65499 179 442 0 87174 0
[pid=5937] ppid=5874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5937/stat : 5937 (satsolver.sh) S 5874 5873 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384147007 9367552 267 33554432000 4194304 5064252 140734789676336 140734789675248 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5937/statm: 2287 267 226 213 0 72 0
[pid=5938] ppid=5937 vsize=568768 CPUtime=1475.83 cores=0,2,4,6
/proc/5938/stat : 5938 (glucose) R 5937 5873 5089 0 -1 4202496 91905 0 0 0 147526 57 0 0 20 0 1 0 384147008 582418432 128668 33554432000 4194304 5208918 140736841629120 140736841625496 4229466 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 142192 128668 104 248 0 141941 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 937544

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5964
/proc/meminfo: memFree=25574944/32873648 swapFree=7388/7388
[pid=5873] ppid=5871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5873/stat : 5873 (npSolver-pbo.sh) S 5871 5873 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384146392 9367552 274 33554432000 4194304 5064252 140735446172528 140735446171440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5873/statm: 2287 274 233 213 0 72 0
[pid=5874] ppid=5873 vsize=350480 CPUtime=6.13 cores=0,2,4,6
/proc/5874/stat : 5874 (npSolver-pbo) S 5873 5873 5089 0 -1 4202496 17774 43307 0 0 317 88 189 19 20 0 1 0 384146392 358891520 65499 33554432000 4194304 6004724 140736603991808 140736603984160 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5874/statm: 87620 65499 179 442 0 87174 0
[pid=5937] ppid=5874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5937/stat : 5937 (satsolver.sh) S 5874 5873 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384147007 9367552 267 33554432000 4194304 5064252 140734789676336 140734789675248 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5937/statm: 2287 267 226 213 0 72 0
[pid=5938] ppid=5937 vsize=650156 CPUtime=1535.82 cores=0,2,4,6
/proc/5938/stat : 5938 (glucose) R 5937 5873 5089 0 -1 4202496 92602 0 0 0 153523 59 0 0 20 0 1 0 384147008 665759744 136516 33554432000 4194304 5208918 140736841629120 140736841627272 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 162539 136516 104 248 0 162288 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 1018932

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5964
/proc/meminfo: memFree=25602168/32873648 swapFree=7388/7388
[pid=5873] ppid=5871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5873/stat : 5873 (npSolver-pbo.sh) S 5871 5873 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384146392 9367552 274 33554432000 4194304 5064252 140735446172528 140735446171440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5873/statm: 2287 274 233 213 0 72 0
[pid=5874] ppid=5873 vsize=350480 CPUtime=6.13 cores=0,2,4,6
/proc/5874/stat : 5874 (npSolver-pbo) S 5873 5873 5089 0 -1 4202496 17774 43307 0 0 317 88 189 19 20 0 1 0 384146392 358891520 65499 33554432000 4194304 6004724 140736603991808 140736603984160 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5874/statm: 87620 65499 179 442 0 87174 0
[pid=5937] ppid=5874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5937/stat : 5937 (satsolver.sh) S 5874 5873 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384147007 9367552 267 33554432000 4194304 5064252 140734789676336 140734789675248 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5937/statm: 2287 267 226 213 0 72 0
[pid=5938] ppid=5937 vsize=568768 CPUtime=1595.8 cores=0,2,4,6
/proc/5938/stat : 5938 (glucose) R 5937 5873 5089 0 -1 4202496 93230 0 0 0 159519 61 0 0 20 0 1 0 384147008 582418432 127839 33554432000 4194304 5208918 140736841629120 140736841625496 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 142192 127839 104 248 0 141941 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 937544

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5964
/proc/meminfo: memFree=25549124/32873648 swapFree=7388/7388
[pid=5873] ppid=5871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5873/stat : 5873 (npSolver-pbo.sh) S 5871 5873 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384146392 9367552 274 33554432000 4194304 5064252 140735446172528 140735446171440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5873/statm: 2287 274 233 213 0 72 0
[pid=5874] ppid=5873 vsize=350480 CPUtime=6.13 cores=0,2,4,6
/proc/5874/stat : 5874 (npSolver-pbo) S 5873 5873 5089 0 -1 4202496 17774 43307 0 0 317 88 189 19 20 0 1 0 384146392 358891520 65499 33554432000 4194304 6004724 140736603991808 140736603984160 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5874/statm: 87620 65499 179 442 0 87174 0
[pid=5937] ppid=5874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5937/stat : 5937 (satsolver.sh) S 5874 5873 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384147007 9367552 267 33554432000 4194304 5064252 140734789676336 140734789675248 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5937/statm: 2287 267 226 213 0 72 0
[pid=5938] ppid=5937 vsize=568768 CPUtime=1655.8 cores=0,2,4,6
/proc/5938/stat : 5938 (glucose) R 5937 5873 5089 0 -1 4202496 94347 0 0 0 165515 65 0 0 20 0 1 0 384147008 582418432 124255 33554432000 4194304 5208918 140736841629120 140736841627208 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 142192 124255 104 248 0 141941 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 937544

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/182 5964
/proc/meminfo: memFree=25541448/32873648 swapFree=7388/7388
[pid=5873] ppid=5871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5873/stat : 5873 (npSolver-pbo.sh) S 5871 5873 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384146392 9367552 274 33554432000 4194304 5064252 140735446172528 140735446171440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5873/statm: 2287 274 233 213 0 72 0
[pid=5874] ppid=5873 vsize=350480 CPUtime=6.13 cores=0,2,4,6
/proc/5874/stat : 5874 (npSolver-pbo) S 5873 5873 5089 0 -1 4202496 17774 43307 0 0 317 88 189 19 20 0 1 0 384146392 358891520 65499 33554432000 4194304 6004724 140736603991808 140736603984160 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5874/statm: 87620 65499 179 442 0 87174 0
[pid=5937] ppid=5874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5937/stat : 5937 (satsolver.sh) S 5874 5873 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384147007 9367552 267 33554432000 4194304 5064252 140734789676336 140734789675248 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5937/statm: 2287 267 226 213 0 72 0
[pid=5938] ppid=5937 vsize=568768 CPUtime=1715.79 cores=0,2,4,6
/proc/5938/stat : 5938 (glucose) R 5937 5873 5089 0 -1 4202496 94353 0 0 0 171514 65 0 0 20 0 1 0 384147008 582418432 127327 33554432000 4194304 5208918 140736841629120 140736841625496 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 142192 127327 104 248 0 141941 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 937544

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 5968
/proc/meminfo: memFree=25513456/32873648 swapFree=7388/7388
[pid=5873] ppid=5871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5873/stat : 5873 (npSolver-pbo.sh) S 5871 5873 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384146392 9367552 274 33554432000 4194304 5064252 140735446172528 140735446171440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5873/statm: 2287 274 233 213 0 72 0
[pid=5874] ppid=5873 vsize=350480 CPUtime=6.13 cores=0,2,4,6
/proc/5874/stat : 5874 (npSolver-pbo) S 5873 5873 5089 0 -1 4202496 17774 43307 0 0 317 88 189 19 20 0 1 0 384146392 358891520 65499 33554432000 4194304 6004724 140736603991808 140736603984160 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5874/statm: 87620 65499 179 442 0 87174 0
[pid=5937] ppid=5874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5937/stat : 5937 (satsolver.sh) S 5874 5873 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384147007 9367552 267 33554432000 4194304 5064252 140734789676336 140734789675248 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5937/statm: 2287 267 226 213 0 72 0
[pid=5938] ppid=5937 vsize=568768 CPUtime=1775.77 cores=0,2,4,6
/proc/5938/stat : 5938 (glucose) R 5937 5873 5089 0 -1 4202496 94357 0 0 0 177512 65 0 0 20 0 1 0 384147008 582418432 128863 33554432000 4194304 5208918 140736841629120 140736841625496 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 142192 128863 104 248 0 141941 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 937544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/184 5968
/proc/meminfo: memFree=25510984/32873648 swapFree=7388/7388
[pid=5873] ppid=5871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5873/stat : 5873 (npSolver-pbo.sh) S 5871 5873 5089 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384146392 9367552 274 33554432000 4194304 5064252 140735446172528 140735446171440 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5873/statm: 2287 274 233 213 0 72 0
[pid=5874] ppid=5873 vsize=350480 CPUtime=6.13 cores=0,2,4,6
/proc/5874/stat : 5874 (npSolver-pbo) S 5873 5873 5089 0 -1 4202496 17774 43307 0 0 317 88 189 19 20 0 1 0 384146392 358891520 65499 33554432000 4194304 6004724 140736603991808 140736603984160 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5874/statm: 87620 65499 179 442 0 87174 0
[pid=5937] ppid=5874 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5937/stat : 5937 (satsolver.sh) S 5874 5873 5089 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384147007 9367552 267 33554432000 4194304 5064252 140734789676336 140734789675248 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5937/statm: 2287 267 226 213 0 72 0
[pid=5938] ppid=5937 vsize=568768 CPUtime=1793.88 cores=0,2,4,6
/proc/5938/stat : 5938 (glucose) R 5937 5873 5089 0 -1 4202496 94360 0 0 0 179323 65 0 0 20 0 1 0 384147008 582418432 129887 33554432000 4194304 5208918 140736841629120 140736841625496 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5938/statm: 142192 129887 104 248 0 141941 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 937544

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.05
CPU user time (s): 1798.3
CPU system time (s): 1.74573
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 1149160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.3
system time used= 1.74573
maximum resident set size= 657928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156430
page faults= 0
swaps= 0
block input operations= 0
block output operations= 409392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 488
involuntary context switches= 2248

runsolver used 4.66529 second user time and 17.5143 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-08 20:30:19
IDJOB=3750201
IDBENCH=92713
IDSOLVER=2334
FILE ID=node148/3750201-1339180219
RUNJOBID= node148-1339169407-5105
PBS_JOBID= 14643813
Free space on /tmp= 68068 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat25_6_4_7_mh.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750201-1339180219/watcher-3750201-1339180219 -o /tmp/evaluation-result-3750201-1339180219/solver-3750201-1339180219 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750201-1339180219.opb 1548080248 HOME HOME

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

MD5SUM BENCH= 73423b295bfc925a3da39b38540ddf2d
RANDOM SEED=1548080248

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:        24321468 kB
Buffers:          732952 kB
Cached:          6764876 kB
SwapCached:          560 kB
Active:          4849840 kB
Inactive:        2662688 kB
Active(anon):       4204 kB
Inactive(anon):    10632 kB
Active(file):    4845636 kB
Inactive(file):  2652056 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107596 kB
Dirty:             11368 kB
Writeback:             0 kB
AnonPages:        129904 kB
Mapped:            10840 kB
Shmem:                36 kB
Slab:             901360 kB
SReclaimable:     345176 kB
SUnreclaim:       556184 kB
KernelStack:        1464 kB
PageTables:         4032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     137452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 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= 70184 MiB
End job on node148 at 2012-06-08 21:00:19