Trace number 3750195

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.11 1800.82

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_1_mh.opb
MD5SUM72a339d7628ceb0d05dc1d46781174fb
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3481479
Best CPU time to get the best result obtained on this benchmark1800.89
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 97336000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 12201970261
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 97336000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 12201970261
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.25	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.28	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.31	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.38	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.43	c old isEQ: 0, new EQ is 1
0.00/0.49	c old isEQ: 1, new EQ is 1
0.00/0.56	c run usual solver
2.70/3.09	c model valid
2.70/3.09	c current solution ok
3.40/3.74	o 551691858
3.40/3.74	c current bound: 275845941
3.40/3.74	c fallback to adder encoding
190.64/191.07	c model valid
190.64/191.07	c current solution ok
190.72/191.12	o 129124539
190.72/191.12	c current bound: 64562282
190.72/191.12	c fallback to adder encoding
1800.07/1800.81	./satsolver.sh: line 5: 11180 Terminated              ./glucose $1 > $2 2> /dev/null
1800.07/1800.81	c error: unexpected solver exit code
1800.07/1800.81	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-3750195-1339180161/watcher-3750195-1339180161 -o /tmp/evaluation-result-3750195-1339180161/solver-3750195-1339180161 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750195-1339180161.opb 271424589 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.04 2.27 2/179 11156
/proc/meminfo: memFree=20182144/32873844 swapFree=7380/7380
[pid=11156] ppid=11154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11156/stat : 11156 (npSolver-pbo.sh) S 11154 11156 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384142249 9367552 274 33554432000 4194304 5064252 140734965611968 140734965610880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11156/statm: 2287 274 233 213 0 72 0

[startup+0.071841 s]
/proc/loadavg: 2.00 2.04 2.27 2/179 11156
/proc/meminfo: memFree=20182144/32873844 swapFree=7380/7380
[pid=11156] ppid=11154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11156/stat : 11156 (npSolver-pbo.sh) S 11154 11156 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384142249 9367552 274 33554432000 4194304 5064252 140734965611968 140734965610880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11156/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100291 s]
/proc/loadavg: 2.00 2.04 2.27 2/179 11156
/proc/meminfo: memFree=20182144/32873844 swapFree=7380/7380
[pid=11156] ppid=11154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11156/stat : 11156 (npSolver-pbo.sh) S 11154 11156 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384142249 9367552 274 33554432000 4194304 5064252 140734965611968 140734965610880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11156/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300292 s]
/proc/loadavg: 2.00 2.04 2.27 2/179 11156
/proc/meminfo: memFree=20182144/32873844 swapFree=7380/7380
[pid=11156] ppid=11154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11156/stat : 11156 (npSolver-pbo.sh) S 11154 11156 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384142249 9367552 274 33554432000 4194304 5064252 140734965611968 140734965610880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11156/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700178 s]
/proc/loadavg: 2.00 2.04 2.27 2/179 11156
/proc/meminfo: memFree=20182144/32873844 swapFree=7380/7380
[pid=11156] ppid=11154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11156/stat : 11156 (npSolver-pbo.sh) S 11154 11156 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384142249 9367552 274 33554432000 4194304 5064252 140734965611968 140734965610880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11156/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.00 2.04 2.27 3/183 11160
/proc/meminfo: memFree=20004612/32873844 swapFree=7380/7380
[pid=11156] ppid=11154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11156/stat : 11156 (npSolver-pbo.sh) S 11154 11156 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384142249 9367552 274 33554432000 4194304 5064252 140734965611968 140734965610880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11156/statm: 2287 274 233 213 0 72 0
[pid=11157] ppid=11156 vsize=71948 CPUtime=0.59 cores=0,2,4,6
/proc/11157/stat : 11157 (npSolver-pbo) S 11156 11156 10289 0 -1 4202496 9891 0 0 0 53 6 0 0 20 0 1 0 384142249 73674752 17363 33554432000 4194304 6004724 140735085328032 140735085322080 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11157/statm: 17987 17363 164 442 0 17541 0
[pid=11159] ppid=11157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11159/stat : 11159 (cp2_pre.sh) S 11157 11156 10289 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 384142308 9367552 276 33554432000 4194304 5064252 140735274822752 140735274821456 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11159/statm: 2287 276 234 213 0 72 0
[pid=11160] ppid=11159 vsize=135632 CPUtime=0.88 cores=0,2,4,6
/proc/11160/stat : 11160 (coprocessor) R 11159 11156 10289 0 -1 4202496 25243 0 0 0 84 4 0 0 20 0 1 0 384142309 138887168 32923 33554432000 4194304 6586260 140736283251616 140736283246936 4676681 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/11160/statm: 33908 32923 192 584 0 33320 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 225876

[startup+3.10029 s]
/proc/loadavg: 2.00 2.04 2.27 3/183 11160
/proc/meminfo: memFree=19972092/32873844 swapFree=7380/7380
[pid=11156] ppid=11154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11156/stat : 11156 (npSolver-pbo.sh) S 11154 11156 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384142249 9367552 274 33554432000 4194304 5064252 140734965611968 140734965610880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11156/statm: 2287 274 233 213 0 72 0
[pid=11157] ppid=11156 vsize=71948 CPUtime=2.79 cores=0,2,4,6
/proc/11157/stat : 11157 (npSolver-pbo) R 11156 11156 10289 0 -1 4202496 11378 43309 0 0 64 6 194 15 20 0 1 0 384142249 73674752 17369 33554432000 4194304 6004724 140735085328032 140735085322656 5190832 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11157/statm: 17987 17369 170 442 0 17541 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 81096

[startup+6.3003 s]
/proc/loadavg: 2.00 2.04 2.27 3/181 11168
/proc/meminfo: memFree=19960148/32873844 swapFree=7380/7380
[pid=11156] ppid=11154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11156/stat : 11156 (npSolver-pbo.sh) S 11154 11156 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384142249 9367552 274 33554432000 4194304 5064252 140734965611968 140734965610880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11156/statm: 2287 274 233 213 0 72 0
[pid=11157] ppid=11156 vsize=350476 CPUtime=5.99 cores=0,2,4,6
/proc/11157/stat : 11157 (npSolver-pbo) R 11156 11156 10289 0 -1 4202496 16703 43825 0 0 325 64 194 16 20 0 1 0 384142249 358887424 67657 33554432000 4194304 6004724 140735085328032 140735085321336 4536228 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11157/statm: 87619 67657 179 442 0 87173 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 359624

[startup+12.7004 s]
/proc/loadavg: 2.08 2.05 2.27 3/183 11170
/proc/meminfo: memFree=19227072/32873844 swapFree=7380/7380
[pid=11156] ppid=11154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11156/stat : 11156 (npSolver-pbo.sh) S 11154 11156 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384142249 9367552 274 33554432000 4194304 5064252 140734965611968 140734965610880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11156/statm: 2287 274 233 213 0 72 0
[pid=11157] ppid=11156 vsize=350476 CPUtime=6.37 cores=0,2,4,6
/proc/11157/stat : 11157 (npSolver-pbo) S 11156 11156 10289 0 -1 4202496 17392 43825 0 0 335 92 194 16 20 0 1 0 384142249 358887424 68682 33554432000 4194304 6004724 140735085328032 140735085320384 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11157/statm: 87619 68682 180 442 0 87173 0
[pid=11169] ppid=11157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11169/stat : 11169 (satsolver.sh) S 11157 11156 10289 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384142916 9367552 267 33554432000 4194304 5064252 140735290342912 140735290341824 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11169/statm: 2287 267 226 213 0 72 0
[pid=11170] ppid=11169 vsize=538632 CPUtime=6 cores=0,2,4,6
/proc/11170/stat : 11170 (glucose) R 11169 11156 10289 0 -1 4202496 78230 0 0 0 574 26 0 0 20 0 1 0 384142916 551559168 118757 33554432000 4194304 5208918 140735970140688 140735970138536 4229319 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11170/statm: 134658 118757 104 248 0 134407 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 907404

[startup+25.5004 s]
/proc/loadavg: 2.07 2.05 2.27 3/183 11170
/proc/meminfo: memFree=19222236/32873844 swapFree=7380/7380
[pid=11156] ppid=11154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11156/stat : 11156 (npSolver-pbo.sh) S 11154 11156 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384142249 9367552 274 33554432000 4194304 5064252 140734965611968 140734965610880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11156/statm: 2287 274 233 213 0 72 0
[pid=11157] ppid=11156 vsize=350476 CPUtime=6.37 cores=0,2,4,6
/proc/11157/stat : 11157 (npSolver-pbo) S 11156 11156 10289 0 -1 4202496 17392 43825 0 0 335 92 194 16 20 0 1 0 384142249 358887424 68682 33554432000 4194304 6004724 140735085328032 140735085320384 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11157/statm: 87619 68682 180 442 0 87173 0
[pid=11169] ppid=11157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11169/stat : 11169 (satsolver.sh) S 11157 11156 10289 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384142916 9367552 267 33554432000 4194304 5064252 140735290342912 140735290341824 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11169/statm: 2287 267 226 213 0 72 0
[pid=11170] ppid=11169 vsize=541684 CPUtime=18.8 cores=0,2,4,6
/proc/11170/stat : 11170 (glucose) R 11169 11156 10289 0 -1 4202496 79534 0 0 0 1853 27 0 0 20 0 1 0 384142916 554684416 120061 33554432000 4194304 5208918 140735970140688 140735970138360 4228997 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11170/statm: 135421 120061 104 248 0 135170 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 910456

[startup+51.1004 s]
/proc/loadavg: 2.04 2.05 2.26 3/184 11173
/proc/meminfo: memFree=19217692/32873844 swapFree=7380/7380
[pid=11156] ppid=11154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11156/stat : 11156 (npSolver-pbo.sh) S 11154 11156 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384142249 9367552 274 33554432000 4194304 5064252 140734965611968 140734965610880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11156/statm: 2287 274 233 213 0 72 0
[pid=11157] ppid=11156 vsize=350476 CPUtime=6.37 cores=0,2,4,6
/proc/11157/stat : 11157 (npSolver-pbo) S 11156 11156 10289 0 -1 4202496 17392 43825 0 0 335 92 194 16 20 0 1 0 384142249 358887424 68682 33554432000 4194304 6004724 140735085328032 140735085320384 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11157/statm: 87619 68682 180 442 0 87173 0
[pid=11169] ppid=11157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11169/stat : 11169 (satsolver.sh) S 11157 11156 10289 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384142916 9367552 267 33554432000 4194304 5064252 140735290342912 140735290341824 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11169/statm: 2287 267 226 213 0 72 0
[pid=11170] ppid=11169 vsize=543808 CPUtime=44.4 cores=0,2,4,6
/proc/11170/stat : 11170 (glucose) R 11169 11156 10289 0 -1 4202496 80086 0 0 0 4412 28 0 0 20 0 1 0 384142916 556859392 121635 33554432000 4194304 5208918 140735970140688 140735970138536 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11170/statm: 135952 121635 104 248 0 135701 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 912580

[startup+102.307 s]
/proc/loadavg: 2.02 2.04 2.25 3/183 11173
/proc/meminfo: memFree=19213528/32873844 swapFree=7380/7380
[pid=11156] ppid=11154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11156/stat : 11156 (npSolver-pbo.sh) S 11154 11156 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384142249 9367552 274 33554432000 4194304 5064252 140734965611968 140734965610880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11156/statm: 2287 274 233 213 0 72 0
[pid=11157] ppid=11156 vsize=350476 CPUtime=6.37 cores=0,2,4,6
/proc/11157/stat : 11157 (npSolver-pbo) S 11156 11156 10289 0 -1 4202496 17392 43825 0 0 335 92 194 16 20 0 1 0 384142249 358887424 68682 33554432000 4194304 6004724 140735085328032 140735085320384 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11157/statm: 87619 68682 180 442 0 87173 0
[pid=11169] ppid=11157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11169/stat : 11169 (satsolver.sh) S 11157 11156 10289 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384142916 9367552 267 33554432000 4194304 5064252 140735290342912 140735290341824 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11169/statm: 2287 267 226 213 0 72 0
[pid=11170] ppid=11169 vsize=547696 CPUtime=95.59 cores=0,2,4,6
/proc/11170/stat : 11170 (glucose) R 11169 11156 10289 0 -1 4202496 82123 0 0 0 9529 30 0 0 20 0 1 0 384142916 560840704 122430 33554432000 4194304 5208918 140735970140688 140735970138440 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11170/statm: 136924 122430 104 248 0 136673 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 916468

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.23 3/183 11173
/proc/meminfo: memFree=19195320/32873844 swapFree=7380/7380
[pid=11156] ppid=11154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11156/stat : 11156 (npSolver-pbo.sh) S 11154 11156 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384142249 9367552 274 33554432000 4194304 5064252 140734965611968 140734965610880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11156/statm: 2287 274 233 213 0 72 0
[pid=11157] ppid=11156 vsize=350476 CPUtime=6.37 cores=0,2,4,6
/proc/11157/stat : 11157 (npSolver-pbo) S 11156 11156 10289 0 -1 4202496 17392 43825 0 0 335 92 194 16 20 0 1 0 384142249 358887424 68682 33554432000 4194304 6004724 140735085328032 140735085320384 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11157/statm: 87619 68682 180 442 0 87173 0
[pid=11169] ppid=11157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11169/stat : 11169 (satsolver.sh) S 11157 11156 10289 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384142916 9367552 267 33554432000 4194304 5064252 140735290342912 140735290341824 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11169/statm: 2287 267 226 213 0 72 0
[pid=11170] ppid=11169 vsize=551004 CPUtime=155.57 cores=0,2,4,6
/proc/11170/stat : 11170 (glucose) R 11169 11156 10289 0 -1 4202496 82952 0 0 0 15527 30 0 0 20 0 1 0 384142916 564228096 126836 33554432000 4194304 5208918 140735970140688 140735970138440 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11170/statm: 137751 126836 104 248 0 137500 0
Current children cumulated CPU time (s) 161.94
Current children cumulated vsize (KiB) 919776

[startup+222.3 s]
/proc/loadavg: 2.05 2.04 2.22 3/183 11180
/proc/meminfo: memFree=19292080/32873844 swapFree=7380/7380
[pid=11156] ppid=11154 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.05 2.07 2.09 3/183 11236
/proc/meminfo: memFree=24850064/32873844 swapFree=7380/7380
[pid=11156] ppid=11154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11156/stat : 11156 (npSolver-pbo.sh) S 11154 11156 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384142249 9367552 274 33554432000 4194304 5064252 140734965611968 140734965610880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11156/statm: 2287 274 233 213 0 72 0
[pid=11157] ppid=11156 vsize=350476 CPUtime=193.39 cores=0,2,4,6
/proc/11157/stat : 11157 (npSolver-pbo) S 11156 11156 10289 0 -1 4202496 24963 136296 0 0 579 122 18517 121 20 0 1 0 384142249 358887424 63563 33554432000 4194304 6004724 140735085328032 140735085320384 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11157/statm: 87619 63563 181 442 0 87173 0
[pid=11179] ppid=11157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11179/stat : 11179 (satsolver.sh) S 11157 11156 10289 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384161623 9367552 267 33554432000 4194304 5064252 140736802949472 140736802948384 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11179/statm: 2287 267 226 213 0 72 0
[pid=11180] ppid=11179 vsize=550900 CPUtime=1168.24 cores=0,2,4,6
/proc/11180/stat : 11180 (glucose) R 11179 11156 10289 0 -1 4202496 81900 0 0 0 116795 29 0 0 20 0 1 0 384161623 564121600 124832 33554432000 4194304 5208918 140736264664000 140736264660376 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11180/statm: 137725 124832 104 248 0 137474 0
Current children cumulated CPU time (s) 1361.63
Current children cumulated vsize (KiB) 919672

[startup+1422.31 s]
/proc/loadavg: 2.02 2.05 2.08 3/183 11236
/proc/meminfo: memFree=24834500/32873844 swapFree=7380/7380
[pid=11156] ppid=11154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11156/stat : 11156 (npSolver-pbo.sh) S 11154 11156 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384142249 9367552 274 33554432000 4194304 5064252 140734965611968 140734965610880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11156/statm: 2287 274 233 213 0 72 0
[pid=11157] ppid=11156 vsize=350476 CPUtime=193.39 cores=0,2,4,6
/proc/11157/stat : 11157 (npSolver-pbo) S 11156 11156 10289 0 -1 4202496 24963 136296 0 0 579 122 18517 121 20 0 1 0 384142249 358887424 63563 33554432000 4194304 6004724 140735085328032 140735085320384 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11157/statm: 87619 63563 181 442 0 87173 0
[pid=11179] ppid=11157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11179/stat : 11179 (satsolver.sh) S 11157 11156 10289 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384161623 9367552 267 33554432000 4194304 5064252 140736802949472 140736802948384 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11179/statm: 2287 267 226 213 0 72 0
[pid=11180] ppid=11179 vsize=762516 CPUtime=1228.24 cores=0,2,4,6
/proc/11180/stat : 11180 (glucose) R 11179 11156 10289 0 -1 4202496 82598 0 0 0 122793 31 0 0 20 0 1 0 384161623 780816384 140681 33554432000 4194304 5208918 140736264664000 140736264661912 4222479 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11180/statm: 190629 140681 104 248 0 190378 0
Current children cumulated CPU time (s) 1421.63
Current children cumulated vsize (KiB) 1131288

[startup+1482.3 s]
/proc/loadavg: 2.00 2.04 2.08 3/183 11236
/proc/meminfo: memFree=24862832/32873844 swapFree=7380/7380
[pid=11156] ppid=11154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11156/stat : 11156 (npSolver-pbo.sh) S 11154 11156 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384142249 9367552 274 33554432000 4194304 5064252 140734965611968 140734965610880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11156/statm: 2287 274 233 213 0 72 0
[pid=11157] ppid=11156 vsize=350476 CPUtime=193.39 cores=0,2,4,6
/proc/11157/stat : 11157 (npSolver-pbo) S 11156 11156 10289 0 -1 4202496 24963 136296 0 0 579 122 18517 121 20 0 1 0 384142249 358887424 63563 33554432000 4194304 6004724 140735085328032 140735085320384 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11157/statm: 87619 63563 181 442 0 87173 0
[pid=11179] ppid=11157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11179/stat : 11179 (satsolver.sh) S 11157 11156 10289 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384161623 9367552 267 33554432000 4194304 5064252 140736802949472 140736802948384 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11179/statm: 2287 267 226 213 0 72 0
[pid=11180] ppid=11179 vsize=555216 CPUtime=1288.22 cores=0,2,4,6
/proc/11180/stat : 11180 (glucose) R 11179 11156 10289 0 -1 4202496 82630 0 0 0 128790 32 0 0 20 0 1 0 384161623 568541184 120860 33554432000 4194304 5208918 140736264664000 140736264661832 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11180/statm: 138804 120860 104 248 0 138553 0
Current children cumulated CPU time (s) 1481.61
Current children cumulated vsize (KiB) 923988

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.07 3/183 11237
/proc/meminfo: memFree=24851572/32873844 swapFree=7380/7380
[pid=11156] ppid=11154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11156/stat : 11156 (npSolver-pbo.sh) S 11154 11156 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384142249 9367552 274 33554432000 4194304 5064252 140734965611968 140734965610880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11156/statm: 2287 274 233 213 0 72 0
[pid=11157] ppid=11156 vsize=350476 CPUtime=193.39 cores=0,2,4,6
/proc/11157/stat : 11157 (npSolver-pbo) S 11156 11156 10289 0 -1 4202496 24963 136296 0 0 579 122 18517 121 20 0 1 0 384142249 358887424 63563 33554432000 4194304 6004724 140735085328032 140735085320384 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11157/statm: 87619 63563 181 442 0 87173 0
[pid=11179] ppid=11157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11179/stat : 11179 (satsolver.sh) S 11157 11156 10289 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384161623 9367552 267 33554432000 4194304 5064252 140736802949472 140736802948384 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11179/statm: 2287 267 226 213 0 72 0
[pid=11180] ppid=11179 vsize=555216 CPUtime=1348.21 cores=0,2,4,6
/proc/11180/stat : 11180 (glucose) R 11179 11156 10289 0 -1 4202496 82635 0 0 0 134789 32 0 0 20 0 1 0 384161623 568541184 123420 33554432000 4194304 5208918 140736264664000 140736264660376 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11180/statm: 138804 123420 104 248 0 138553 0
Current children cumulated CPU time (s) 1541.6
Current children cumulated vsize (KiB) 923988

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/183 11237
/proc/meminfo: memFree=24864268/32873844 swapFree=7380/7380
[pid=11156] ppid=11154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11156/stat : 11156 (npSolver-pbo.sh) S 11154 11156 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384142249 9367552 274 33554432000 4194304 5064252 140734965611968 140734965610880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11156/statm: 2287 274 233 213 0 72 0
[pid=11157] ppid=11156 vsize=350476 CPUtime=193.39 cores=0,2,4,6
/proc/11157/stat : 11157 (npSolver-pbo) S 11156 11156 10289 0 -1 4202496 24963 136296 0 0 579 122 18517 121 20 0 1 0 384142249 358887424 63563 33554432000 4194304 6004724 140735085328032 140735085320384 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11157/statm: 87619 63563 181 442 0 87173 0
[pid=11179] ppid=11157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11179/stat : 11179 (satsolver.sh) S 11157 11156 10289 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384161623 9367552 267 33554432000 4194304 5064252 140736802949472 140736802948384 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11179/statm: 2287 267 226 213 0 72 0
[pid=11180] ppid=11179 vsize=555216 CPUtime=1408.2 cores=0,2,4,6
/proc/11180/stat : 11180 (glucose) R 11179 11156 10289 0 -1 4202496 83270 0 0 0 140786 34 0 0 20 0 1 0 384161623 568541184 120137 33554432000 4194304 5208918 140736264664000 140736264660376 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11180/statm: 138804 120137 104 248 0 138553 0
Current children cumulated CPU time (s) 1601.59
Current children cumulated vsize (KiB) 923988

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/183 11237
/proc/meminfo: memFree=24847484/32873844 swapFree=7380/7380
[pid=11156] ppid=11154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11156/stat : 11156 (npSolver-pbo.sh) S 11154 11156 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384142249 9367552 274 33554432000 4194304 5064252 140734965611968 140734965610880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11156/statm: 2287 274 233 213 0 72 0
[pid=11157] ppid=11156 vsize=350476 CPUtime=193.39 cores=0,2,4,6
/proc/11157/stat : 11157 (npSolver-pbo) S 11156 11156 10289 0 -1 4202496 24963 136296 0 0 579 122 18517 121 20 0 1 0 384142249 358887424 63563 33554432000 4194304 6004724 140735085328032 140735085320384 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11157/statm: 87619 63563 181 442 0 87173 0
[pid=11179] ppid=11157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11179/stat : 11179 (satsolver.sh) S 11157 11156 10289 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384161623 9367552 267 33554432000 4194304 5064252 140736802949472 140736802948384 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11179/statm: 2287 267 226 213 0 72 0
[pid=11180] ppid=11179 vsize=555216 CPUtime=1468.19 cores=0,2,4,6
/proc/11180/stat : 11180 (glucose) R 11179 11156 10289 0 -1 4202496 83279 0 0 0 146785 34 0 0 20 0 1 0 384161623 568541184 124745 33554432000 4194304 5208918 140736264664000 140736264660376 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11180/statm: 138804 124745 104 248 0 138553 0
Current children cumulated CPU time (s) 1661.58
Current children cumulated vsize (KiB) 923988

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 11237
/proc/meminfo: memFree=24864724/32873844 swapFree=7380/7380
[pid=11156] ppid=11154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11156/stat : 11156 (npSolver-pbo.sh) S 11154 11156 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384142249 9367552 274 33554432000 4194304 5064252 140734965611968 140734965610880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11156/statm: 2287 274 233 213 0 72 0
[pid=11157] ppid=11156 vsize=350476 CPUtime=193.39 cores=0,2,4,6
/proc/11157/stat : 11157 (npSolver-pbo) S 11156 11156 10289 0 -1 4202496 24963 136296 0 0 579 122 18517 121 20 0 1 0 384142249 358887424 63563 33554432000 4194304 6004724 140735085328032 140735085320384 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11157/statm: 87619 63563 181 442 0 87173 0
[pid=11179] ppid=11157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11179/stat : 11179 (satsolver.sh) S 11157 11156 10289 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384161623 9367552 267 33554432000 4194304 5064252 140736802949472 140736802948384 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11179/statm: 2287 267 226 213 0 72 0
[pid=11180] ppid=11179 vsize=555216 CPUtime=1528.19 cores=0,2,4,6
/proc/11180/stat : 11180 (glucose) R 11179 11156 10289 0 -1 4202496 84691 0 0 0 152782 37 0 0 20 0 1 0 384161623 568541184 119922 33554432000 4194304 5208918 140736264664000 140736264662088 4211888 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11180/statm: 138804 119922 104 248 0 138553 0
Current children cumulated CPU time (s) 1721.58
Current children cumulated vsize (KiB) 923988

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.05 3/183 11237
/proc/meminfo: memFree=24858304/32873844 swapFree=7380/7380
[pid=11156] ppid=11154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11156/stat : 11156 (npSolver-pbo.sh) S 11154 11156 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384142249 9367552 274 33554432000 4194304 5064252 140734965611968 140734965610880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11156/statm: 2287 274 233 213 0 72 0
[pid=11157] ppid=11156 vsize=350476 CPUtime=193.39 cores=0,2,4,6
/proc/11157/stat : 11157 (npSolver-pbo) S 11156 11156 10289 0 -1 4202496 24963 136296 0 0 579 122 18517 121 20 0 1 0 384142249 358887424 63563 33554432000 4194304 6004724 140735085328032 140735085320384 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11157/statm: 87619 63563 181 442 0 87173 0
[pid=11179] ppid=11157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11179/stat : 11179 (satsolver.sh) S 11157 11156 10289 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384161623 9367552 267 33554432000 4194304 5064252 140736802949472 140736802948384 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11179/statm: 2287 267 226 213 0 72 0
[pid=11180] ppid=11179 vsize=559216 CPUtime=1588.18 cores=0,2,4,6
/proc/11180/stat : 11180 (glucose) R 11179 11156 10289 0 -1 4202496 84696 0 0 0 158781 37 0 0 20 0 1 0 384161623 572637184 121460 33554432000 4194304 5208918 140736264664000 140736264661832 4211665 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11180/statm: 139804 121460 104 248 0 139553 0
Current children cumulated CPU time (s) 1781.57
Current children cumulated vsize (KiB) 927988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.12 2.04 2.06 4/183 11237
/proc/meminfo: memFree=24825772/32873844 swapFree=7380/7380
[pid=11156] ppid=11154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11156/stat : 11156 (npSolver-pbo.sh) S 11154 11156 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384142249 9367552 274 33554432000 4194304 5064252 140734965611968 140734965610880 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11156/statm: 2287 274 233 213 0 72 0
[pid=11157] ppid=11156 vsize=350476 CPUtime=193.39 cores=0,2,4,6
/proc/11157/stat : 11157 (npSolver-pbo) S 11156 11156 10289 0 -1 4202496 24963 136296 0 0 579 122 18517 121 20 0 1 0 384142249 358887424 63563 33554432000 4194304 6004724 140735085328032 140735085320384 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11157/statm: 87619 63563 181 442 0 87173 0
[pid=11179] ppid=11157 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11179/stat : 11179 (satsolver.sh) S 11157 11156 10289 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384161623 9367552 267 33554432000 4194304 5064252 140736802949472 140736802948384 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11179/statm: 2287 267 226 213 0 72 0
[pid=11180] ppid=11179 vsize=640604 CPUtime=1606.68 cores=0,2,4,6
/proc/11180/stat : 11180 (glucose) R 11179 11156 10289 0 -1 4202496 85223 0 0 0 160631 37 0 0 20 0 1 0 384161623 655978496 129652 33554432000 4194304 5208918 140736264664000 140736264662152 4229471 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11180/statm: 160151 129652 104 248 0 159900 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1009376

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.82
CPU time (s): 1800.11
CPU user time (s): 1797.28
CPU system time (s): 2.82857
CPU usage (%): 99.961
Max. virtual memory (cumulated for all children) (KiB): 1135604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.28
system time used= 2.82857
maximum resident set size= 620932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247471
page faults= 0
swaps= 0
block input operations= 0
block output operations= 806168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2712
involuntary context switches= 1934

runsolver used 2.72558 second user time and 7.19391 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-08 20:29:21
IDJOB=3750195
IDBENCH=92712
IDSOLVER=2334
FILE ID=node118/3750195-1339180161
RUNJOBID= node118-1339170196-10305
PBS_JOBID= 14643819
Free space on /tmp= 68440 MiB

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

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

MD5SUM BENCH= 72a339d7628ceb0d05dc1d46781174fb
RANDOM SEED=271424589

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        20182144 kB
Buffers:          271952 kB
Cached:          2708228 kB
SwapCached:         6504 kB
Active:         11430396 kB
Inactive:         297932 kB
Active(anon):    8742820 kB
Inactive(anon):     6640 kB
Active(file):    2687576 kB
Inactive(file):   291292 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67095472 kB
Dirty:             10904 kB
Writeback:             0 kB
AnonPages:       8748488 kB
Mapped:             9964 kB
Shmem:                 0 kB
Slab:             802172 kB
SReclaimable:     242468 kB
SUnreclaim:       559704 kB
KernelStack:        1480 kB
PageTables:        21416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   11417388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3622912 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= 69468 MiB
End job on node118 at 2012-06-08 20:59:22