Trace number 3701573

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 NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0? (TO) 1800.13 1800.62

General information on the benchmark

Name/OPT-SMALLINT-LIN/oliveras/j60opt/
normalized-j6013_4.std.opb
MD5SUMda670fe6dfaf44f990525edb598421e7
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark106
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables36722
Total number of constraints117773
Number of constraints which are clauses116573
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint60
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.48/1.53	c run usual solver
115.87/115.91	c model valid
115.87/115.91	c current solution ok
120.15/120.44	o 300
120.15/120.44	c current bound: 150
153.80/154.09	c model valid
153.80/154.09	c current solution ok
153.90/154.19	o 141
153.90/154.19	c current bound: 70
155.08/155.39	c current bound: 106
1800.08/1800.61	./satsolver.sh: line 5: 18830 Terminated              ./glucose $1 > $2 2> /dev/null
1800.08/1800.61	c error: unexpected solver exit code
1800.08/1800.61	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-3701573-1338099483/watcher-3701573-1338099483 -o /tmp/evaluation-result-3701573-1338099483/solver-3701573-1338099483 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701573-1338099483.opb 25890372 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.55 2.16 2.04 3/178 18645
/proc/meminfo: memFree=29038940/32873844 swapFree=7612/7612
[pid=18645] ppid=18643 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18645/stat : 18645 (npSolver-pbo.sh) S 18643 18645 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276072703 9367552 274 33554432000 4194304 5064252 140735329106864 140735329105776 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18645/statm: 2287 274 233 213 0 72 0

[startup+0.015327 s]
/proc/loadavg: 2.55 2.16 2.04 3/178 18645
/proc/meminfo: memFree=29038940/32873844 swapFree=7612/7612
[pid=18645] ppid=18643 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18645/stat : 18645 (npSolver-pbo.sh) S 18643 18645 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276072703 9367552 274 33554432000 4194304 5064252 140735329106864 140735329105776 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18645/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100266 s]
/proc/loadavg: 2.55 2.16 2.04 3/178 18645
/proc/meminfo: memFree=29038940/32873844 swapFree=7612/7612
[pid=18645] ppid=18643 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18645/stat : 18645 (npSolver-pbo.sh) S 18643 18645 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276072703 9367552 274 33554432000 4194304 5064252 140735329106864 140735329105776 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18645/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300229 s]
/proc/loadavg: 2.55 2.16 2.04 3/178 18645
/proc/meminfo: memFree=29038940/32873844 swapFree=7612/7612
[pid=18645] ppid=18643 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18645/stat : 18645 (npSolver-pbo.sh) S 18643 18645 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276072703 9367552 274 33554432000 4194304 5064252 140735329106864 140735329105776 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18645/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700304 s]
/proc/loadavg: 2.55 2.16 2.04 3/178 18645
/proc/meminfo: memFree=29038940/32873844 swapFree=7612/7612
[pid=18645] ppid=18643 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18645/stat : 18645 (npSolver-pbo.sh) S 18643 18645 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276072703 9367552 274 33554432000 4194304 5064252 140735329106864 140735329105776 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18645/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.43 2.14 2.04 3/180 18647
/proc/meminfo: memFree=28927676/32873844 swapFree=7612/7612
[pid=18645] ppid=18643 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18645/stat : 18645 (npSolver-pbo.sh) S 18643 18645 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276072703 9367552 274 33554432000 4194304 5064252 140735329106864 140735329105776 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18645/statm: 2287 274 233 213 0 72 0
[pid=18646] ppid=18645 vsize=192480 CPUtime=1.48 cores=1,3,5,7
/proc/18646/stat : 18646 (npSolver-pbo) R 18645 18645 16531 0 -1 4202496 20765 0 0 0 137 11 0 0 20 0 1 0 276072703 197099520 46270 33554432000 4194304 5992684 140734817352560 140734817343352 5182699 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18646/statm: 48120 46270 159 440 0 47676 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 201628

[startup+3.10044 s]
/proc/loadavg: 2.43 2.14 2.04 3/182 18649
/proc/meminfo: memFree=28696456/32873844 swapFree=7612/7612
[pid=18645] ppid=18643 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18645/stat : 18645 (npSolver-pbo.sh) S 18643 18645 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276072703 9367552 274 33554432000 4194304 5064252 140735329106864 140735329105776 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18645/statm: 2287 274 233 213 0 72 0
[pid=18646] ppid=18645 vsize=133648 CPUtime=1.52 cores=1,3,5,7
/proc/18646/stat : 18646 (npSolver-pbo) S 18645 18645 16531 0 -1 4202496 20772 0 0 0 137 15 0 0 20 0 1 0 276072703 136855552 31568 33554432000 4194304 5992684 140734817352560 140734817346592 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18646/statm: 33412 31568 165 440 0 32968 0
[pid=18648] ppid=18646 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18648/stat : 18648 (cp2_pre.sh) S 18646 18645 16531 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 276072857 9367552 277 33554432000 4194304 5064252 140734869334160 140734869332864 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18648/statm: 2287 277 234 213 0 72 0
[pid=18649] ppid=18648 vsize=619888 CPUtime=1.55 cores=1,3,5,7
/proc/18649/stat : 18649 (coprocessor) R 18648 18645 16531 0 -1 4202496 44654 0 0 0 139 16 0 0 20 0 1 0 276072857 634765312 134674 33554432000 4194304 6586260 140737240744992 140737240741256 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/18649/statm: 154972 134675 164 584 0 154384 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 771832

[startup+6.30045 s]
/proc/loadavg: 2.55 2.17 2.05 3/182 18649
/proc/meminfo: memFree=27924932/32873844 swapFree=7612/7612
[pid=18645] ppid=18643 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18645/stat : 18645 (npSolver-pbo.sh) S 18643 18645 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276072703 9367552 274 33554432000 4194304 5064252 140735329106864 140735329105776 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18645/statm: 2287 274 233 213 0 72 0
[pid=18646] ppid=18645 vsize=133648 CPUtime=1.52 cores=1,3,5,7
/proc/18646/stat : 18646 (npSolver-pbo) S 18645 18645 16531 0 -1 4202496 20772 0 0 0 137 15 0 0 20 0 1 0 276072703 136855552 31568 33554432000 4194304 5992684 140734817352560 140734817346592 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18646/statm: 33412 31568 165 440 0 32968 0
[pid=18648] ppid=18646 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18648/stat : 18648 (cp2_pre.sh) S 18646 18645 16531 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 276072857 9367552 277 33554432000 4194304 5064252 140734869334160 140734869332864 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18648/statm: 2287 277 234 213 0 72 0
[pid=18649] ppid=18648 vsize=765244 CPUtime=4.75 cores=1,3,5,7
/proc/18649/stat : 18649 (coprocessor) R 18648 18645 16531 0 -1 4202496 77799 0 0 0 452 23 0 0 20 0 1 0 276072857 783609856 186721 33554432000 4194304 6586260 140737240744992 140737240741016 5710727 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/18649/statm: 191311 186721 180 584 0 190723 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 917188

[startup+12.7005 s]
/proc/loadavg: 2.51 2.17 2.05 3/184 18651
/proc/meminfo: memFree=27164384/32873844 swapFree=7612/7612
[pid=18645] ppid=18643 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18645/stat : 18645 (npSolver-pbo.sh) S 18643 18645 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276072703 9367552 274 33554432000 4194304 5064252 140735329106864 140735329105776 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18645/statm: 2287 274 233 213 0 72 0
[pid=18646] ppid=18645 vsize=133648 CPUtime=1.52 cores=1,3,5,7
/proc/18646/stat : 18646 (npSolver-pbo) S 18645 18645 16531 0 -1 4202496 20772 0 0 0 137 15 0 0 20 0 1 0 276072703 136855552 31568 33554432000 4194304 5992684 140734817352560 140734817346592 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18646/statm: 33412 31568 165 440 0 32968 0
[pid=18648] ppid=18646 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18648/stat : 18648 (cp2_pre.sh) S 18646 18645 16531 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 276072857 9367552 277 33554432000 4194304 5064252 140734869334160 140734869332864 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18648/statm: 2287 277 234 213 0 72 0
[pid=18649] ppid=18648 vsize=867452 CPUtime=11.15 cores=1,3,5,7
/proc/18649/stat : 18649 (coprocessor) R 18648 18645 16531 0 -1 4202496 86393 0 0 0 1087 28 0 0 20 0 1 0 276072857 888270848 213211 33554432000 4194304 6586260 140737240744992 140737240740904 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/18649/statm: 216863 213211 193 584 0 216275 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1019396

[startup+25.5004 s]
/proc/loadavg: 2.50 2.18 2.05 3/184 18657
/proc/meminfo: memFree=28006088/32873844 swapFree=7612/7612
[pid=18645] ppid=18643 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18645/stat : 18645 (npSolver-pbo.sh) S 18643 18645 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276072703 9367552 274 33554432000 4194304 5064252 140735329106864 140735329105776 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18645/statm: 2287 274 233 213 0 72 0
[pid=18646] ppid=18645 vsize=133648 CPUtime=15.3 cores=1,3,5,7
/proc/18646/stat : 18646 (npSolver-pbo) S 18645 18645 16531 0 -1 4202496 20780 87296 0 0 137 15 1335 43 20 0 1 0 276072703 136855552 31568 33554432000 4194304 5992684 140734817352560 140734817347680 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18646/statm: 33412 31568 165 440 0 32968 0
[pid=18653] ppid=18646 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18653/stat : 18653 (satsolver.sh) S 18646 18645 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276074236 9367552 267 33554432000 4194304 5064252 140733952229872 140733952228784 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18653/statm: 2287 267 226 213 0 72 0
[pid=18654] ppid=18653 vsize=386808 CPUtime=10.16 cores=1,3,5,7
/proc/18654/stat : 18654 (glucose) R 18653 18645 16531 0 -1 4202496 62944 0 0 0 1003 13 0 0 20 0 1 0 276074236 396091392 88431 33554432000 4194304 5208918 140734504171760 140734504169720 4229125 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18654/statm: 96702 88431 95 248 0 96451 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 538752

[startup+51.1005 s]
/proc/loadavg: 2.41 2.19 2.06 3/184 18735
/proc/meminfo: memFree=27536440/32873844 swapFree=7612/7612
[pid=18645] ppid=18643 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18645/stat : 18645 (npSolver-pbo.sh) S 18643 18645 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276072703 9367552 274 33554432000 4194304 5064252 140735329106864 140735329105776 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18645/statm: 2287 274 233 213 0 72 0
[pid=18646] ppid=18645 vsize=133648 CPUtime=15.3 cores=1,3,5,7
/proc/18646/stat : 18646 (npSolver-pbo) S 18645 18645 16531 0 -1 4202496 20780 87296 0 0 137 15 1335 43 20 0 1 0 276072703 136855552 31568 33554432000 4194304 5992684 140734817352560 140734817347680 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18646/statm: 33412 31568 165 440 0 32968 0
[pid=18653] ppid=18646 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18653/stat : 18653 (satsolver.sh) S 18646 18645 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276074236 9367552 267 33554432000 4194304 5064252 140733952229872 140733952228784 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18653/statm: 2287 267 226 213 0 72 0
[pid=18654] ppid=18653 vsize=387472 CPUtime=35.75 cores=1,3,5,7
/proc/18654/stat : 18654 (glucose) R 18653 18645 16531 0 -1 4202496 63191 0 0 0 3562 13 0 0 20 0 1 0 276074236 396771328 88675 33554432000 4194304 5208918 140734504171760 140734504169608 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18654/statm: 96868 88675 95 248 0 96617 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 539416

[startup+102.3 s]
/proc/loadavg: 2.38 2.22 2.08 3/184 18806
/proc/meminfo: memFree=27936600/32873844 swapFree=7612/7612
[pid=18645] ppid=18643 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18645/stat : 18645 (npSolver-pbo.sh) S 18643 18645 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276072703 9367552 274 33554432000 4194304 5064252 140735329106864 140735329105776 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18645/statm: 2287 274 233 213 0 72 0
[pid=18646] ppid=18645 vsize=133648 CPUtime=15.3 cores=1,3,5,7
/proc/18646/stat : 18646 (npSolver-pbo) S 18645 18645 16531 0 -1 4202496 20780 87296 0 0 137 15 1335 43 20 0 1 0 276072703 136855552 31568 33554432000 4194304 5992684 140734817352560 140734817347680 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18646/statm: 33412 31568 165 440 0 32968 0
[pid=18653] ppid=18646 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18653/stat : 18653 (satsolver.sh) S 18646 18645 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276074236 9367552 267 33554432000 4194304 5064252 140733952229872 140733952228784 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18653/statm: 2287 267 226 213 0 72 0
[pid=18654] ppid=18653 vsize=419236 CPUtime=86.95 cores=1,3,5,7
/proc/18654/stat : 18654 (glucose) R 18653 18645 16531 0 -1 4202496 63857 0 0 0 8681 14 0 0 20 0 1 0 276074236 429297664 89838 33554432000 4194304 5208918 140734504171760 140734504169704 4212881 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18654/statm: 104809 89838 95 248 0 104558 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 571180

[startup+162.3 s]
/proc/loadavg: 2.22 2.21 2.08 3/184 18830
/proc/meminfo: memFree=27834972/32873844 swapFree=7612/7612
[pid=18645] ppid=18643 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18645/stat : 18645 (npSolver-pbo.sh) S 18643 18645 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276072703 9367552 274 33554432000 4194304 5064252 140735329106864 140735329105776 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18645/statm: 2287 274 233 213 0 72 0
[pid=18646] ppid=18645 vsize=186896 CPUtime=155.19 cores=1,3,5,7
/proc/18646/stat : 18646 (npSolver-pbo) S 18645 18645 16531 0 -1 4202496 27918 301886 0 0 261 378 14733 147 20 0 1 0 276072703 191381504 44890 33554432000 4194304 5992684 140734817352560 140734817344880 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/18646/statm: 46724 44890 175 440 0 46280 0
[pid=18829] ppid=18646 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18829/stat : 18829 (satsolver.sh) S 18646 18645 16531 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276088244 9367552 267 33554432000 4194304 5064252 140735665030896 140735665029808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18829/statm: 2287 267 226 213 0 72 0
[pid=18830] ppid=18829 vsize=391044 CPUtime=6.87 cores=1,3,5,7
/proc/18830/stat : 18830 (glucose) R 18829 18645 16531 0 -1 4202496 65269 0 0 0 672 15 0 0 20 0 1 0 276088244 400429056 85139 33554432000 4194304 5208918 140736360360848 140736360358792 4229039 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18830/statm: 97761 85139 96 248 0 97510 0
Current children cumulated CPU time (s) 162.06

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 18839
/proc/meminfo: memFree=27774208/32873844 swapFree=7612/7612
[pid=18645] ppid=18643 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18645/stat : 18645 (npSolver-pbo.sh) S 18643 18645 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276072703 9367552 274 33554432000 4194304 5064252 140735329106864 140735329105776 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18645/statm: 2287 274 233 213 0 72 0
[pid=18646] ppid=18645 vsize=186896 CPUtime=155.19 cores=1,3,5,7
/proc/18646/stat : 18646 (npSolver-pbo) S 18645 18645 16531 0 -1 4202496 27918 301886 0 0 261 378 14733 147 20 0 1 0 276072703 191381504 44890 33554432000 4194304 5992684 140734817352560 140734817344880 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/18646/statm: 46724 44890 175 440 0 46280 0
[pid=18829] ppid=18646 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18829/stat : 18829 (satsolver.sh) S 18646 18645 16531 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276088244 9367552 267 33554432000 4194304 5064252 140735665030896 140735665029808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18829/statm: 2287 267 226 213 0 72 0
[pid=18830] ppid=18829 vsize=408960 CPUtime=1206.65 cores=1,3,5,7
/proc/18830/stat : 18830 (glucose) R 18829 18645 16531 0 -1 4202496 72309 0 0 0 120636 29 0 0 20 0 1 0 276088244 418775040 93111 33554432000 4194304 5208918 140736360360848 140736360358696 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18830/statm: 102240 93111 105 248 0 101989 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 614152

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18840
/proc/meminfo: memFree=27782860/32873844 swapFree=7612/7612
[pid=18645] ppid=18643 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18645/stat : 18645 (npSolver-pbo.sh) S 18643 18645 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276072703 9367552 274 33554432000 4194304 5064252 140735329106864 140735329105776 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18645/statm: 2287 274 233 213 0 72 0
[pid=18646] ppid=18645 vsize=186896 CPUtime=155.19 cores=1,3,5,7
/proc/18646/stat : 18646 (npSolver-pbo) S 18645 18645 16531 0 -1 4202496 27918 301886 0 0 261 378 14733 147 20 0 1 0 276072703 191381504 44890 33554432000 4194304 5992684 140734817352560 140734817344880 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/18646/statm: 46724 44890 175 440 0 46280 0
[pid=18829] ppid=18646 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18829/stat : 18829 (satsolver.sh) S 18646 18645 16531 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276088244 9367552 267 33554432000 4194304 5064252 140735665030896 140735665029808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18829/statm: 2287 267 226 213 0 72 0
[pid=18830] ppid=18829 vsize=409356 CPUtime=1266.64 cores=1,3,5,7
/proc/18830/stat : 18830 (glucose) R 18829 18645 16531 0 -1 4202496 72570 0 0 0 126634 30 0 0 20 0 1 0 276088244 419180544 92228 33554432000 4194304 5208918 140736360360848 140736360358936 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18830/statm: 102339 92228 105 248 0 102088 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 614548

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18840
/proc/meminfo: memFree=27760648/32873844 swapFree=7612/7612
[pid=18645] ppid=18643 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18645/stat : 18645 (npSolver-pbo.sh) S 18643 18645 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276072703 9367552 274 33554432000 4194304 5064252 140735329106864 140735329105776 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18645/statm: 2287 274 233 213 0 72 0
[pid=18646] ppid=18645 vsize=186896 CPUtime=155.19 cores=1,3,5,7
/proc/18646/stat : 18646 (npSolver-pbo) S 18645 18645 16531 0 -1 4202496 27918 301886 0 0 261 378 14733 147 20 0 1 0 276072703 191381504 44890 33554432000 4194304 5992684 140734817352560 140734817344880 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/18646/statm: 46724 44890 175 440 0 46280 0
[pid=18829] ppid=18646 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18829/stat : 18829 (satsolver.sh) S 18646 18645 16531 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276088244 9367552 267 33554432000 4194304 5064252 140735665030896 140735665029808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18829/statm: 2287 267 226 213 0 72 0
[pid=18830] ppid=18829 vsize=409624 CPUtime=1326.64 cores=1,3,5,7
/proc/18830/stat : 18830 (glucose) R 18829 18645 16531 0 -1 4202496 72642 0 0 0 132633 31 0 0 20 0 1 0 276088244 419454976 93833 33554432000 4194304 5208918 140736360360848 140736360358696 4229556 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18830/statm: 102406 93833 105 248 0 102155 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 614816

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 18840
/proc/meminfo: memFree=27768296/32873844 swapFree=7612/7612
[pid=18645] ppid=18643 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18645/stat : 18645 (npSolver-pbo.sh) S 18643 18645 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276072703 9367552 274 33554432000 4194304 5064252 140735329106864 140735329105776 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18645/statm: 2287 274 233 213 0 72 0
[pid=18646] ppid=18645 vsize=186896 CPUtime=155.19 cores=1,3,5,7
/proc/18646/stat : 18646 (npSolver-pbo) S 18645 18645 16531 0 -1 4202496 27918 301886 0 0 261 378 14733 147 20 0 1 0 276072703 191381504 44890 33554432000 4194304 5992684 140734817352560 140734817344880 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/18646/statm: 46724 44890 175 440 0 46280 0
[pid=18829] ppid=18646 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18829/stat : 18829 (satsolver.sh) S 18646 18645 16531 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276088244 9367552 267 33554432000 4194304 5064252 140735665030896 140735665029808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18829/statm: 2287 267 226 213 0 72 0
[pid=18830] ppid=18829 vsize=410020 CPUtime=1386.62 cores=1,3,5,7
/proc/18830/stat : 18830 (glucose) R 18829 18645 16531 0 -1 4202496 72993 0 0 0 138630 32 0 0 20 0 1 0 276088244 419860480 92860 33554432000 4194304 5208918 140736360360848 140736360358696 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18830/statm: 102505 92860 105 248 0 102254 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 615212

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 18840
/proc/meminfo: memFree=27768064/32873844 swapFree=7612/7612
[pid=18645] ppid=18643 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18645/stat : 18645 (npSolver-pbo.sh) S 18643 18645 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276072703 9367552 274 33554432000 4194304 5064252 140735329106864 140735329105776 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18645/statm: 2287 274 233 213 0 72 0
[pid=18646] ppid=18645 vsize=186896 CPUtime=155.19 cores=1,3,5,7
/proc/18646/stat : 18646 (npSolver-pbo) S 18645 18645 16531 0 -1 4202496 27918 301886 0 0 261 378 14733 147 20 0 1 0 276072703 191381504 44890 33554432000 4194304 5992684 140734817352560 140734817344880 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/18646/statm: 46724 44890 175 440 0 46280 0
[pid=18829] ppid=18646 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18829/stat : 18829 (satsolver.sh) S 18646 18645 16531 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276088244 9367552 267 33554432000 4194304 5064252 140735665030896 140735665029808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18829/statm: 2287 267 226 213 0 72 0
[pid=18830] ppid=18829 vsize=410552 CPUtime=1446.61 cores=1,3,5,7
/proc/18830/stat : 18830 (glucose) R 18829 18645 16531 0 -1 4202496 73111 0 0 0 144629 32 0 0 20 0 1 0 276088244 420405248 94511 33554432000 4194304 5208918 140736360360848 140736360358696 4229424 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18830/statm: 102638 94511 105 248 0 102387 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 615744

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18840
/proc/meminfo: memFree=27765584/32873844 swapFree=7612/7612
[pid=18645] ppid=18643 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18645/stat : 18645 (npSolver-pbo.sh) S 18643 18645 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276072703 9367552 274 33554432000 4194304 5064252 140735329106864 140735329105776 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18645/statm: 2287 274 233 213 0 72 0
[pid=18646] ppid=18645 vsize=186896 CPUtime=155.19 cores=1,3,5,7
/proc/18646/stat : 18646 (npSolver-pbo) S 18645 18645 16531 0 -1 4202496 27918 301886 0 0 261 378 14733 147 20 0 1 0 276072703 191381504 44890 33554432000 4194304 5992684 140734817352560 140734817344880 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/18646/statm: 46724 44890 175 440 0 46280 0
[pid=18829] ppid=18646 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18829/stat : 18829 (satsolver.sh) S 18646 18645 16531 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276088244 9367552 267 33554432000 4194304 5064252 140735665030896 140735665029808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18829/statm: 2287 267 226 213 0 72 0
[pid=18830] ppid=18829 vsize=411092 CPUtime=1506.61 cores=1,3,5,7
/proc/18830/stat : 18830 (glucose) R 18829 18645 16531 0 -1 4202496 73681 0 0 0 150628 33 0 0 20 0 1 0 276088244 420958208 93167 33554432000 4194304 5208918 140736360360848 140736360358696 4229228 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18830/statm: 102773 93167 105 248 0 102522 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 616284

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18841
/proc/meminfo: memFree=27764660/32873844 swapFree=7612/7612
[pid=18645] ppid=18643 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18645/stat : 18645 (npSolver-pbo.sh) S 18643 18645 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276072703 9367552 274 33554432000 4194304 5064252 140735329106864 140735329105776 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18645/statm: 2287 274 233 213 0 72 0
[pid=18646] ppid=18645 vsize=186896 CPUtime=155.19 cores=1,3,5,7
/proc/18646/stat : 18646 (npSolver-pbo) S 18645 18645 16531 0 -1 4202496 27918 301886 0 0 261 378 14733 147 20 0 1 0 276072703 191381504 44890 33554432000 4194304 5992684 140734817352560 140734817344880 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/18646/statm: 46724 44890 175 440 0 46280 0
[pid=18829] ppid=18646 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18829/stat : 18829 (satsolver.sh) S 18646 18645 16531 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276088244 9367552 267 33554432000 4194304 5064252 140735665030896 140735665029808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18829/statm: 2287 267 226 213 0 72 0
[pid=18830] ppid=18829 vsize=411408 CPUtime=1566.6 cores=1,3,5,7
/proc/18830/stat : 18830 (glucose) R 18829 18645 16531 0 -1 4202496 73766 0 0 0 156627 33 0 0 20 0 1 0 276088244 421281792 94785 33554432000 4194304 5208918 140736360360848 140736360358696 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18830/statm: 102852 94785 105 248 0 102601 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 616600

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18841
/proc/meminfo: memFree=27755540/32873844 swapFree=7612/7612
[pid=18645] ppid=18643 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18645/stat : 18645 (npSolver-pbo.sh) S 18643 18645 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276072703 9367552 274 33554432000 4194304 5064252 140735329106864 140735329105776 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18645/statm: 2287 274 233 213 0 72 0
[pid=18646] ppid=18645 vsize=186896 CPUtime=155.19 cores=1,3,5,7
/proc/18646/stat : 18646 (npSolver-pbo) S 18645 18645 16531 0 -1 4202496 27918 301886 0 0 261 378 14733 147 20 0 1 0 276072703 191381504 44890 33554432000 4194304 5992684 140734817352560 140734817344880 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/18646/statm: 46724 44890 175 440 0 46280 0
[pid=18829] ppid=18646 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18829/stat : 18829 (satsolver.sh) S 18646 18645 16531 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276088244 9367552 267 33554432000 4194304 5064252 140735665030896 140735665029808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18829/statm: 2287 267 226 213 0 72 0
[pid=18830] ppid=18829 vsize=412456 CPUtime=1626.59 cores=1,3,5,7
/proc/18830/stat : 18830 (glucose) R 18829 18645 16531 0 -1 4202496 74398 0 0 0 162625 34 0 0 20 0 1 0 276088244 422354944 93894 33554432000 4194304 5208918 140736360360848 140736360358936 4205139 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18830/statm: 103114 93894 105 248 0 102863 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 617648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18841
/proc/meminfo: memFree=27767780/32873844 swapFree=7612/7612
[pid=18645] ppid=18643 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18645/stat : 18645 (npSolver-pbo.sh) S 18643 18645 16531 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276072703 9367552 274 33554432000 4194304 5064252 140735329106864 140735329105776 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18645/statm: 2287 274 233 213 0 72 0
[pid=18646] ppid=18645 vsize=186896 CPUtime=155.19 cores=1,3,5,7
/proc/18646/stat : 18646 (npSolver-pbo) S 18645 18645 16531 0 -1 4202496 27918 301886 0 0 261 378 14733 147 20 0 1 0 276072703 191381504 44890 33554432000 4194304 5992684 140734817352560 140734817344880 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/18646/statm: 46724 44890 175 440 0 46280 0
[pid=18829] ppid=18646 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18829/stat : 18829 (satsolver.sh) S 18646 18645 16531 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276088244 9367552 267 33554432000 4194304 5064252 140735665030896 140735665029808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18829/statm: 2287 267 226 213 0 72 0
[pid=18830] ppid=18829 vsize=412456 CPUtime=1644.89 cores=1,3,5,7
/proc/18830/stat : 18830 (glucose) R 18829 18645 16531 0 -1 4202496 74399 0 0 0 164455 34 0 0 20 0 1 0 276088244 422354944 94406 33554432000 4194304 5208918 140736360360848 140736360356616 4205139 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18830/statm: 103114 94406 105 248 0 102863 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 617648

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.62
CPU time (s): 1800.13
CPU user time (s): 1794.51
CPU system time (s): 5.62514
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 1019396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.51
system time used= 5.62514
maximum resident set size= 887536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 405191
page faults= 0
swaps= 0
block input operations= 8
block output operations= 749008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5995
involuntary context switches= 2877

runsolver used 3.23651 second user time and 9.31358 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-27 08:18:03
IDJOB=3701573
IDBENCH=76987
IDSOLVER=2277
FILE ID=node143/3701573-1338099483
RUNJOBID= node143-1338088563-16548
PBS_JOBID= 14624464
Free space on /tmp= 71656 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/oliveras/j60opt/normalized-j6013_4.std.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701573-1338099483/watcher-3701573-1338099483 -o /tmp/evaluation-result-3701573-1338099483/solver-3701573-1338099483 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701573-1338099483.opb 25890372 HOME HOME

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

MD5SUM BENCH= da670fe6dfaf44f990525edb598421e7
RANDOM SEED=25890372

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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.91
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.787
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.787
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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	: 5298.57
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.787
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.787
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29039740 kB
Buffers:          336284 kB
Cached:          2670672 kB
SwapCached:            0 kB
Active:           638140 kB
Inactive:        2385592 kB
Active(anon):      19556 kB
Inactive(anon):        0 kB
Active(file):     618584 kB
Inactive(file):  2385592 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             24744 kB
Writeback:            16 kB
AnonPages:        136892 kB
Mapped:            14604 kB
Shmem:               200 kB
Slab:             669748 kB
SReclaimable:     110588 kB
SUnreclaim:       559160 kB
KernelStack:        1448 kB
PageTables:         4364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     132088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 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= 71448 MiB
End job on node143 at 2012-05-27 08:48:04