Trace number 3750109

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.1 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat15_5_3_5_ic.opb
MD5SUMe4dab1f67f0e50360b112cfb031bdd87
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2624620
Best CPU time to get the best result obtained on this benchmark2.02269
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3435
Total number of constraints6802
Number of constraints which are clauses2970
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints3825
Minimum length of a constraint2
Maximum length of a constraint105
Number of terms in the objective function 645
Biggest coefficient in the objective function 64481201
Number of bits for the biggest coefficient in the objective function 26
Sum of the numbers in the objective function 2758714973
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 64481201
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 2758714973
Number of bits of the biggest sum of numbers32
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.03	c old isEQ: 0, new EQ is 1
0.00/0.03	c old isEQ: 32, new EQ is 1
0.00/0.04	c old isEQ: 1, new EQ is 1
0.00/0.05	c run usual solver
0.00/0.42	c model valid
0.00/0.42	c current solution ok
0.00/0.48	o 174285098
0.00/0.48	c current bound: 87142556
0.00/0.48	c fallback to adder encoding
0.00/0.88	c model valid
0.00/0.88	c current solution ok
0.00/0.88	o 47121284
0.00/0.88	c current bound: 23560649
0.00/0.88	c fallback to adder encoding
5.26/5.34	c model valid
5.26/5.34	c current solution ok
5.26/5.35	o 18417362
5.26/5.35	c current bound: 9208688
5.26/5.35	c fallback to adder encoding
6.33/6.42	c model valid
6.33/6.42	c current solution ok
6.33/6.45	o 6912530
6.33/6.45	c current bound: 3456272
6.33/6.45	c fallback to adder encoding
11.05/11.10	c model valid
11.05/11.10	c current solution ok
11.05/11.10	o 3290790
11.05/11.10	c current bound: 1645402
11.05/11.10	c fallback to adder encoding
20.02/20.16	c current bound: 2468104
20.02/20.16	c fallback to adder encoding
81.44/81.51	c current bound: 2879455
81.44/81.51	c fallback to adder encoding
104.53/104.60	c model valid
104.53/104.60	c current solution ok
104.53/104.60	o 2741108
104.53/104.60	c current bound: 2604614
104.53/104.60	c fallback to adder encoding
370.07/370.27	c current bound: 2672869
370.07/370.27	c fallback to adder encoding
829.91/830.17	c model valid
829.91/830.17	c current solution ok
829.91/830.18	o 2632756
829.91/830.18	c current bound: 2618693
829.91/830.18	c fallback to adder encoding
901.89/902.13	c current bound: 2625732
901.89/902.13	c fallback to adder encoding
1800.06/1800.41	./satsolver.sh: line 5: 13348 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.41	c error: unexpected solver exit code
1800.06/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3750109-1339181967/watcher-3750109-1339181967 -o /tmp/evaluation-result-3750109-1339181967/solver-3750109-1339181967 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750109-1339181967.opb 71793375 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: 1.64 1.92 1.97 3/175 13216
/proc/meminfo: memFree=31440508/32873844 swapFree=7632/7632
[pid=13216] ppid=13214 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13216/stat : 13216 (npSolver-pbo.sh) S 13214 13216 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28163331 9367552 275 33554432000 4194304 5064252 140736809227776 140736809226688 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13216/statm: 2287 275 233 213 0 72 0

[startup+0.0805961 s]
/proc/loadavg: 1.64 1.92 1.97 3/175 13216
/proc/meminfo: memFree=31440508/32873844 swapFree=7632/7632
[pid=13216] ppid=13214 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13216/stat : 13216 (npSolver-pbo.sh) S 13214 13216 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28163331 9367552 275 33554432000 4194304 5064252 140736809227776 140736809226688 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13216/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100239 s]
/proc/loadavg: 1.64 1.92 1.97 3/175 13216
/proc/meminfo: memFree=31440508/32873844 swapFree=7632/7632
[pid=13216] ppid=13214 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13216/stat : 13216 (npSolver-pbo.sh) S 13214 13216 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28163331 9367552 275 33554432000 4194304 5064252 140736809227776 140736809226688 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13216/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300161 s]
/proc/loadavg: 1.64 1.92 1.97 3/175 13216
/proc/meminfo: memFree=31440508/32873844 swapFree=7632/7632
[pid=13216] ppid=13214 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13216/stat : 13216 (npSolver-pbo.sh) S 13214 13216 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28163331 9367552 275 33554432000 4194304 5064252 140736809227776 140736809226688 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13216/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700274 s]
/proc/loadavg: 1.64 1.92 1.97 3/175 13216
/proc/meminfo: memFree=31440508/32873844 swapFree=7632/7632
[pid=13216] ppid=13214 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13216/stat : 13216 (npSolver-pbo.sh) S 13214 13216 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28163331 9367552 275 33554432000 4194304 5064252 140736809227776 140736809226688 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13216/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 1.64 1.92 1.97 3/183 13248
/proc/meminfo: memFree=31321680/32873844 swapFree=7632/7632
[pid=13216] ppid=13214 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13216/stat : 13216 (npSolver-pbo.sh) S 13214 13216 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28163331 9367552 275 33554432000 4194304 5064252 140736809227776 140736809226688 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13216/statm: 2287 275 233 213 0 72 0
[pid=13217] ppid=13216 vsize=22528 CPUtime=0.95 cores=1,3,5,7
/proc/13217/stat : 13217 (npSolver-pbo) S 13216 13216 12214 0 -1 4202496 7927 18622 0 0 24 7 56 8 20 0 1 0 28163331 23068672 4666 33554432000 4194304 6004724 140735404931408 140735404923760 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13217/statm: 5632 4666 181 442 0 5186 0
[pid=13247] ppid=13217 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13247/stat : 13247 (satsolver.sh) S 13217 13216 12214 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 28163429 9367552 266 33554432000 4194304 5064252 140733969632720 140733969631632 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13247/statm: 2287 266 226 213 0 72 0
[pid=13248] ppid=13247 vsize=22520 CPUtime=0.51 cores=1,3,5,7
/proc/13248/stat : 13248 (glucose) R 13247 13216 12214 0 -1 4202496 5365 0 0 0 51 0 0 0 20 0 1 0 28163429 23060480 4875 33554432000 4194304 5208918 140734986996512 140734986994184 4212930 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13248/statm: 5630 4875 104 248 0 5379 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 63344

[startup+3.10041 s]
/proc/loadavg: 1.64 1.92 1.97 3/182 13248
/proc/meminfo: memFree=31192224/32873844 swapFree=7632/7632
[pid=13216] ppid=13214 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13216/stat : 13216 (npSolver-pbo.sh) S 13214 13216 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28163331 9367552 275 33554432000 4194304 5064252 140736809227776 140736809226688 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13216/statm: 2287 275 233 213 0 72 0
[pid=13217] ppid=13216 vsize=22528 CPUtime=0.95 cores=1,3,5,7
/proc/13217/stat : 13217 (npSolver-pbo) S 13216 13216 12214 0 -1 4202496 7927 18622 0 0 24 7 56 8 20 0 1 0 28163331 23068672 4666 33554432000 4194304 6004724 140735404931408 140735404923760 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13217/statm: 5632 4666 181 442 0 5186 0
[pid=13247] ppid=13217 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13247/stat : 13247 (satsolver.sh) S 13217 13216 12214 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 28163429 9367552 266 33554432000 4194304 5064252 140733969632720 140733969631632 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13247/statm: 2287 266 226 213 0 72 0
[pid=13248] ppid=13247 vsize=22996 CPUtime=2.12 cores=1,3,5,7
/proc/13248/stat : 13248 (glucose) R 13247 13216 12214 0 -1 4202496 5584 0 0 0 211 1 0 0 20 0 1 0 28163429 23547904 5092 33554432000 4194304 5208918 140734986996512 140734986994344 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13248/statm: 5749 5092 104 248 0 5498 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 63820

[startup+6.3003 s]
/proc/loadavg: 1.66 1.92 1.97 3/180 13253
/proc/meminfo: memFree=30982772/32873844 swapFree=7632/7632
[pid=13216] ppid=13214 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13216/stat : 13216 (npSolver-pbo.sh) S 13214 13216 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28163331 9367552 275 33554432000 4194304 5064252 140736809227776 140736809226688 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13216/statm: 2287 275 233 213 0 72 0
[pid=13217] ppid=13216 vsize=22528 CPUtime=5.4 cores=1,3,5,7
/proc/13217/stat : 13217 (npSolver-pbo) S 13216 13216 12214 0 -1 4202496 10267 28185 0 0 32 8 487 13 20 0 1 0 28163331 23068672 4666 33554432000 4194304 6004724 140735404931408 140735404923760 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13217/statm: 5632 4666 181 442 0 5186 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 31676

[startup+12.7004 s]
/proc/loadavg: 1.69 1.92 1.97 3/183 13270
/proc/meminfo: memFree=30455040/32873844 swapFree=7632/7632
[pid=13216] ppid=13214 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13216/stat : 13216 (npSolver-pbo.sh) S 13214 13216 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28163331 9367552 275 33554432000 4194304 5064252 140736809227776 140736809226688 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13216/statm: 2287 275 233 213 0 72 0
[pid=13217] ppid=13216 vsize=22528 CPUtime=11.1 cores=1,3,5,7
/proc/13217/stat : 13217 (npSolver-pbo) S 13216 13216 12214 0 -1 4202496 15011 44464 0 0 45 9 1035 21 20 0 1 0 28163331 23068672 4666 33554432000 4194304 6004724 140735404931408 140735404923760 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13217/statm: 5632 4666 181 442 0 5186 0
[pid=13269] ppid=13217 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13269/stat : 13269 (satsolver.sh) S 13217 13216 12214 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 28164448 9367552 266 33554432000 4194304 5064252 140736852978608 140736852977520 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13269/statm: 2287 266 226 213 0 72 0
[pid=13270] ppid=13269 vsize=18552 CPUtime=1.52 cores=1,3,5,7
/proc/13270/stat : 13270 (glucose) R 13269 13216 12214 0 -1 4202496 4534 0 0 0 152 0 0 0 20 0 1 0 28164448 18997248 3816 33554432000 4194304 5208918 140736560744336 140736560742488 4229456 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13270/statm: 4638 3816 104 248 0 4387 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 59376

[startup+25.5004 s]
/proc/loadavg: 1.84 1.94 1.98 3/185 13279
/proc/meminfo: memFree=28228524/32873844 swapFree=7632/7632
[pid=13216] ppid=13214 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13216/stat : 13216 (npSolver-pbo.sh) S 13214 13216 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28163331 9367552 275 33554432000 4194304 5064252 140736809227776 140736809226688 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13216/statm: 2287 275 233 213 0 72 0
[pid=13217] ppid=13216 vsize=22528 CPUtime=20.17 cores=1,3,5,7
/proc/13217/stat : 13217 (npSolver-pbo) S 13216 13216 12214 0 -1 4202496 16703 54077 0 0 51 10 1932 24 20 0 1 0 28163331 23068672 4666 33554432000 4194304 6004724 140735404931408 140735404923760 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13217/statm: 5632 4666 181 442 0 5186 0
[pid=13278] ppid=13217 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13278/stat : 13278 (satsolver.sh) S 13217 13216 12214 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 28165354 9367552 267 33554432000 4194304 5064252 140734376326576 140734376325488 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13278/statm: 2287 267 226 213 0 72 0
[pid=13279] ppid=13278 vsize=19348 CPUtime=5.26 cores=1,3,5,7
/proc/13279/stat : 13279 (glucose) R 13278 13216 12214 0 -1 4202496 4726 0 0 0 525 1 0 0 20 0 1 0 28165354 19812352 4071 33554432000 4194304 5208918 140734817192400 140734817190232 4229307 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13279/statm: 4837 4071 104 248 0 4586 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 60172

[startup+51.1069 s]
/proc/loadavg: 2.08 1.99 1.99 3/185 13282
/proc/meminfo: memFree=27056952/32873844 swapFree=7632/7632
[pid=13216] ppid=13214 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13216/stat : 13216 (npSolver-pbo.sh) S 13214 13216 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28163331 9367552 275 33554432000 4194304 5064252 140736809227776 140736809226688 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13216/statm: 2287 275 233 213 0 72 0
[pid=13217] ppid=13216 vsize=22528 CPUtime=20.17 cores=1,3,5,7
/proc/13217/stat : 13217 (npSolver-pbo) S 13216 13216 12214 0 -1 4202496 16703 54077 0 0 51 10 1932 24 20 0 1 0 28163331 23068672 4666 33554432000 4194304 6004724 140735404931408 140735404923760 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13217/statm: 5632 4666 181 442 0 5186 0
[pid=13278] ppid=13217 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13278/stat : 13278 (satsolver.sh) S 13217 13216 12214 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 28165354 9367552 267 33554432000 4194304 5064252 140734376326576 140734376325488 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13278/statm: 2287 267 226 213 0 72 0
[pid=13279] ppid=13278 vsize=30664 CPUtime=30.86 cores=1,3,5,7
/proc/13279/stat : 13279 (glucose) R 13278 13216 12214 0 -1 4202496 6682 0 0 0 3085 1 0 0 20 0 1 0 28165354 31399936 7257 33554432000 4194304 5208918 140734817192400 140734817190344 4229748 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13279/statm: 7666 7257 105 248 0 7415 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 71488

[startup+102.3 s]
/proc/loadavg: 2.03 1.99 1.99 3/185 13314
/proc/meminfo: memFree=26996468/32873844 swapFree=7632/7632
[pid=13216] ppid=13214 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13216/stat : 13216 (npSolver-pbo.sh) S 13214 13216 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28163331 9367552 275 33554432000 4194304 5064252 140736809227776 140736809226688 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13216/statm: 2287 275 233 213 0 72 0
[pid=13217] ppid=13216 vsize=22528 CPUtime=81.51 cores=1,3,5,7
/proc/13217/stat : 13217 (npSolver-pbo) S 13216 13216 12214 0 -1 4202496 18902 65160 0 0 56 11 8056 28 20 0 1 0 28163331 23068672 4666 33554432000 4194304 6004724 140735404931408 140735404923760 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13217/statm: 5632 4666 181 442 0 5186 0
[pid=13291] ppid=13217 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13291/stat : 13291 (satsolver.sh) S 13217 13216 12214 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 28171488 9367552 267 33554432000 4194304 5064252 140736721421440 140736721420352 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13291/statm: 2287 267 226 213 0 72 0
[pid=13292] ppid=13291 vsize=33180 CPUtime=20.72 cores=1,3,5,7
/proc/13292/stat : 13292 (glucose) R 13291 13216 12214 0 -1 4202496 7221 0 0 0 2070 2 0 0 20 0 1 0 28171489 33976320 6915 33554432000 4194304 5208918 140736071212032 140736071209896 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13292/statm: 8295 6915 105 248 0 8044 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 74004

[startup+162.3 s]
/proc/loadavg: 2.01 1.99 1.99 3/185 13322
/proc/meminfo: memFree=26980000/32873844 swapFree=7632/7632
[pid=13216] ppid=13214 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13216/stat : 13216 (npSolver-pbo.sh) S 13214 13216 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28163331 9367552 275 33554432000 4194304 5064252 140736809227776 140736809226688 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13216/statm: 2287 275 233 213 0 72 0
[pid=13217] ppid=13216 vsize=22528 CPUtime=104.6 cores=1,3,5,7
/proc/13217/stat : 13217 (npSolver-pbo) S 13216 13216 12214 0 -1 4202496 20704 76105 0 0 63 12 10353 32 20 0 1 0 28163331 23068672 4666 33554432000 4194304 6004724 140735404931408 140735404923760 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13217/statm: 5632 4666 181 442 0 5186 0
[pid=13321] ppid=13217 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13321/stat : 13321 (satsolver.sh) S 13217 13216 12214 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28173798 9367552 267 33554432000 4194304 5064252 140734266001520 140734266000432 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13321/statm: 2287 267 226 213 0 72 0
[pid=13322] ppid=13321 vsize=37928 CPUtime=57.6 cores=1,3,5,7
/proc/13322/stat : 13322 (glucose) R 13321 13216 12214 0 -1 4202496 6612 0 0 0 5759 1 0 0 20 0 1 0 28173798 38838272 9074 33554432000 4194304 5208918 140735596077136 140735596073512 4211834 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13322/statm: 9482 9074 105 248 0 9231 0
Current children cumulated CPU time (s) 162.2

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 13353
/proc/meminfo: memFree=26887316/32873844 swapFree=7632/7632
[pid=13216] ppid=13214 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13216/stat : 13216 (npSolver-pbo.sh) S 13214 13216 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28163331 9367552 275 33554432000 4194304 5064252 140736809227776 140736809226688 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13216/statm: 2287 275 233 213 0 72 0
[pid=13217] ppid=13216 vsize=22528 CPUtime=902 cores=1,3,5,7
/proc/13217/stat : 13217 (npSolver-pbo) S 13216 13216 12214 0 -1 4202496 25890 112281 0 0 80 14 90058 48 20 0 1 0 28163331 23068672 4666 33554432000 4194304 6004724 140735404931408 140735404923760 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13217/statm: 5632 4666 181 442 0 5186 0
[pid=13347] ppid=13217 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13347/stat : 13347 (satsolver.sh) S 13217 13216 12214 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 28253551 9367552 267 33554432000 4194304 5064252 140736878744784 140736878743696 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13347/statm: 2287 267 226 213 0 72 0
[pid=13348] ppid=13347 vsize=80932 CPUtime=520.01 cores=1,3,5,7
/proc/13348/stat : 13348 (glucose) R 13347 13216 12214 0 -1 4202496 9202 0 0 0 51998 3 0 0 20 0 1 0 28253551 82874368 17999 33554432000 4194304 5208918 140736666998496 140736666996360 4205139 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13348/statm: 20233 17999 105 248 0 19982 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 121756

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/185 13353
/proc/meminfo: memFree=26887096/32873844 swapFree=7632/7632
[pid=13216] ppid=13214 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13216/stat : 13216 (npSolver-pbo.sh) S 13214 13216 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28163331 9367552 275 33554432000 4194304 5064252 140736809227776 140736809226688 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13216/statm: 2287 275 233 213 0 72 0
[pid=13217] ppid=13216 vsize=22528 CPUtime=902 cores=1,3,5,7
/proc/13217/stat : 13217 (npSolver-pbo) S 13216 13216 12214 0 -1 4202496 25890 112281 0 0 80 14 90058 48 20 0 1 0 28163331 23068672 4666 33554432000 4194304 6004724 140735404931408 140735404923760 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13217/statm: 5632 4666 181 442 0 5186 0
[pid=13347] ppid=13217 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13347/stat : 13347 (satsolver.sh) S 13217 13216 12214 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 28253551 9367552 267 33554432000 4194304 5064252 140736878744784 140736878743696 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13347/statm: 2287 267 226 213 0 72 0
[pid=13348] ppid=13347 vsize=80932 CPUtime=580 cores=1,3,5,7
/proc/13348/stat : 13348 (glucose) R 13347 13216 12214 0 -1 4202496 9249 0 0 0 57997 3 0 0 20 0 1 0 28253551 82874368 18045 33554432000 4194304 5208918 140736666998496 140736666996360 4229776 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13348/statm: 20233 18045 105 248 0 19982 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 121756

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 13354
/proc/meminfo: memFree=26882904/32873844 swapFree=7632/7632
[pid=13216] ppid=13214 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13216/stat : 13216 (npSolver-pbo.sh) S 13214 13216 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28163331 9367552 275 33554432000 4194304 5064252 140736809227776 140736809226688 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13216/statm: 2287 275 233 213 0 72 0
[pid=13217] ppid=13216 vsize=22528 CPUtime=902 cores=1,3,5,7
/proc/13217/stat : 13217 (npSolver-pbo) S 13216 13216 12214 0 -1 4202496 25890 112281 0 0 80 14 90058 48 20 0 1 0 28163331 23068672 4666 33554432000 4194304 6004724 140735404931408 140735404923760 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13217/statm: 5632 4666 181 442 0 5186 0
[pid=13347] ppid=13217 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13347/stat : 13347 (satsolver.sh) S 13217 13216 12214 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 28253551 9367552 267 33554432000 4194304 5064252 140736878744784 140736878743696 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13347/statm: 2287 267 226 213 0 72 0
[pid=13348] ppid=13347 vsize=80932 CPUtime=639.99 cores=1,3,5,7
/proc/13348/stat : 13348 (glucose) R 13347 13216 12214 0 -1 4202496 9251 0 0 0 63996 3 0 0 20 0 1 0 28253551 82874368 19069 33554432000 4194304 5208918 140736666998496 140736666996360 4211635 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13348/statm: 20233 19069 105 248 0 19982 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 121756

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/185 13354
/proc/meminfo: memFree=26881008/32873844 swapFree=7632/7632
[pid=13216] ppid=13214 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13216/stat : 13216 (npSolver-pbo.sh) S 13214 13216 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28163331 9367552 275 33554432000 4194304 5064252 140736809227776 140736809226688 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13216/statm: 2287 275 233 213 0 72 0
[pid=13217] ppid=13216 vsize=22528 CPUtime=902 cores=1,3,5,7
/proc/13217/stat : 13217 (npSolver-pbo) S 13216 13216 12214 0 -1 4202496 25890 112281 0 0 80 14 90058 48 20 0 1 0 28163331 23068672 4666 33554432000 4194304 6004724 140735404931408 140735404923760 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13217/statm: 5632 4666 181 442 0 5186 0
[pid=13347] ppid=13217 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13347/stat : 13347 (satsolver.sh) S 13217 13216 12214 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 28253551 9367552 267 33554432000 4194304 5064252 140736878744784 140736878743696 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13347/statm: 2287 267 226 213 0 72 0
[pid=13348] ppid=13347 vsize=80932 CPUtime=699.98 cores=1,3,5,7
/proc/13348/stat : 13348 (glucose) R 13347 13216 12214 0 -1 4202496 9251 0 0 0 69995 3 0 0 20 0 1 0 28253551 82874368 19069 33554432000 4194304 5208918 140736666998496 140736666996360 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13348/statm: 20233 19069 105 248 0 19982 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 121756

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 13354
/proc/meminfo: memFree=26880924/32873844 swapFree=7632/7632
[pid=13216] ppid=13214 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13216/stat : 13216 (npSolver-pbo.sh) S 13214 13216 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28163331 9367552 275 33554432000 4194304 5064252 140736809227776 140736809226688 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13216/statm: 2287 275 233 213 0 72 0
[pid=13217] ppid=13216 vsize=22528 CPUtime=902 cores=1,3,5,7
/proc/13217/stat : 13217 (npSolver-pbo) S 13216 13216 12214 0 -1 4202496 25890 112281 0 0 80 14 90058 48 20 0 1 0 28163331 23068672 4666 33554432000 4194304 6004724 140735404931408 140735404923760 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13217/statm: 5632 4666 181 442 0 5186 0
[pid=13347] ppid=13217 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13347/stat : 13347 (satsolver.sh) S 13217 13216 12214 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 28253551 9367552 267 33554432000 4194304 5064252 140736878744784 140736878743696 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13347/statm: 2287 267 226 213 0 72 0
[pid=13348] ppid=13347 vsize=80932 CPUtime=759.97 cores=1,3,5,7
/proc/13348/stat : 13348 (glucose) R 13347 13216 12214 0 -1 4202496 9251 0 0 0 75994 3 0 0 20 0 1 0 28253551 82874368 19069 33554432000 4194304 5208918 140736666998496 140736666996360 4211561 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13348/statm: 20233 19069 105 248 0 19982 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 121756

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 13354
/proc/meminfo: memFree=26881048/32873844 swapFree=7632/7632
[pid=13216] ppid=13214 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13216/stat : 13216 (npSolver-pbo.sh) S 13214 13216 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28163331 9367552 275 33554432000 4194304 5064252 140736809227776 140736809226688 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13216/statm: 2287 275 233 213 0 72 0
[pid=13217] ppid=13216 vsize=22528 CPUtime=902 cores=1,3,5,7
/proc/13217/stat : 13217 (npSolver-pbo) S 13216 13216 12214 0 -1 4202496 25890 112281 0 0 80 14 90058 48 20 0 1 0 28163331 23068672 4666 33554432000 4194304 6004724 140735404931408 140735404923760 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13217/statm: 5632 4666 181 442 0 5186 0
[pid=13347] ppid=13217 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13347/stat : 13347 (satsolver.sh) S 13217 13216 12214 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 28253551 9367552 267 33554432000 4194304 5064252 140736878744784 140736878743696 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13347/statm: 2287 267 226 213 0 72 0
[pid=13348] ppid=13347 vsize=80932 CPUtime=819.96 cores=1,3,5,7
/proc/13348/stat : 13348 (glucose) R 13347 13216 12214 0 -1 4202496 9252 0 0 0 81993 3 0 0 20 0 1 0 28253551 82874368 19070 33554432000 4194304 5208918 140736666998496 140736666996360 4229296 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13348/statm: 20233 19070 105 248 0 19982 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 121756

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 13354
/proc/meminfo: memFree=26877884/32873844 swapFree=7632/7632
[pid=13216] ppid=13214 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13216/stat : 13216 (npSolver-pbo.sh) S 13214 13216 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28163331 9367552 275 33554432000 4194304 5064252 140736809227776 140736809226688 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13216/statm: 2287 275 233 213 0 72 0
[pid=13217] ppid=13216 vsize=22528 CPUtime=902 cores=1,3,5,7
/proc/13217/stat : 13217 (npSolver-pbo) S 13216 13216 12214 0 -1 4202496 25890 112281 0 0 80 14 90058 48 20 0 1 0 28163331 23068672 4666 33554432000 4194304 6004724 140735404931408 140735404923760 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13217/statm: 5632 4666 181 442 0 5186 0
[pid=13347] ppid=13217 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13347/stat : 13347 (satsolver.sh) S 13217 13216 12214 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 28253551 9367552 267 33554432000 4194304 5064252 140736878744784 140736878743696 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13347/statm: 2287 267 226 213 0 72 0
[pid=13348] ppid=13347 vsize=80932 CPUtime=879.96 cores=1,3,5,7
/proc/13348/stat : 13348 (glucose) R 13347 13216 12214 0 -1 4202496 9502 0 0 0 87992 4 0 0 20 0 1 0 28253551 82874368 19826 33554432000 4194304 5208918 140736666998496 140736666996360 4228965 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13348/statm: 20233 19826 105 248 0 19982 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 121756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 13354
/proc/meminfo: memFree=26875836/32873844 swapFree=7632/7632
[pid=13216] ppid=13214 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13216/stat : 13216 (npSolver-pbo.sh) S 13214 13216 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28163331 9367552 275 33554432000 4194304 5064252 140736809227776 140736809226688 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13216/statm: 2287 275 233 213 0 72 0
[pid=13217] ppid=13216 vsize=22528 CPUtime=902 cores=1,3,5,7
/proc/13217/stat : 13217 (npSolver-pbo) S 13216 13216 12214 0 -1 4202496 25890 112281 0 0 80 14 90058 48 20 0 1 0 28163331 23068672 4666 33554432000 4194304 6004724 140735404931408 140735404923760 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13217/statm: 5632 4666 181 442 0 5186 0
[pid=13347] ppid=13217 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13347/stat : 13347 (satsolver.sh) S 13217 13216 12214 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 28253551 9367552 267 33554432000 4194304 5064252 140736878744784 140736878743696 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13347/statm: 2287 267 226 213 0 72 0
[pid=13348] ppid=13347 vsize=106792 CPUtime=898.06 cores=1,3,5,7
/proc/13348/stat : 13348 (glucose) R 13347 13216 12214 0 -1 4202496 9504 0 0 0 89802 4 0 0 20 0 1 0 28253551 109355008 20339 33554432000 4194304 5208918 140736666998496 140736666996440 4213121 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13348/statm: 26698 20339 105 248 0 26447 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 147616

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 13354
/proc/meminfo: memFree=26875836/32873844 swapFree=7632/7632
[pid=13216] ppid=13214 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13216/stat : 13216 (npSolver-pbo.sh) S 13214 13216 12214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 28163331 9367552 275 33554432000 4194304 5064252 140736809227776 140736809226688 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13216/statm: 2287 275 233 213 0 72 0
[pid=13217] ppid=13216 vsize=22528 CPUtime=902 cores=1,3,5,7
/proc/13217/stat : 13217 (npSolver-pbo) S 13216 13216 12214 0 -1 4202496 25890 112281 0 0 80 14 90058 48 20 0 1 0 28163331 23068672 4666 33554432000 4194304 6004724 140735404931408 140735404923760 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13217/statm: 5632 4666 181 442 0 5186 0
[pid=13347] ppid=13217 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13347/stat : 13347 (satsolver.sh) S 13217 13216 12214 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 28253551 9367552 267 33554432000 4194304 5064252 140736878744784 140736878743696 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13347/statm: 2287 267 226 213 0 72 0
[pid=13348] ppid=13347 vsize=106792 CPUtime=898.06 cores=1,3,5,7
/proc/13348/stat : 13348 (glucose) R 13347 13216 12214 0 -1 4202496 9504 0 0 0 89802 4 0 0 20 0 1 0 28253551 109355008 20339 33554432000 4194304 5208918 140736666998496 140736666996440 4213121 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13348/statm: 26698 20339 105 248 0 26447 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 147616

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1799.42
CPU system time (s): 0.681896
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 147616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 0.681896
maximum resident set size= 81600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148665
page faults= 0
swaps= 0
block input operations= 0
block output operations= 106936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 568
involuntary context switches= 2103

runsolver used 6.06308 second user time and 20.4189 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-08 20:59:27
IDJOB=3750109
IDBENCH=92779
IDSOLVER=2334
FILE ID=node135/3750109-1339181967
RUNJOBID= node135-1339181967-13199
PBS_JOBID= 14643812
Free space on /tmp= 70596 MiB

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

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

MD5SUM BENCH= e4dab1f67f0e50360b112cfb031bdd87
RANDOM SEED=71793375

node135.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.905
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	: 5333.81
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.905
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	: 5274.12
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.905
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.90
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.905
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.905
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.93
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.905
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.905
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.905
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31441516 kB
Buffers:          207132 kB
Cached:           361668 kB
SwapCached:         2484 kB
Active:           388632 kB
Inactive:         187300 kB
Active(anon):       8028 kB
Inactive(anon):     1456 kB
Active(file):     380604 kB
Inactive(file):   185844 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67098944 kB
Dirty:             10872 kB
Writeback:             0 kB
AnonPages:         11308 kB
Mapped:             7952 kB
Shmem:                 0 kB
Slab:             714360 kB
SReclaimable:     155820 kB
SUnreclaim:       558540 kB
KernelStack:        1392 kB
PageTables:         3908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     109032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 69664 MiB
End job on node135 at 2012-06-08 21:29:27