Trace number 3701121

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.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-rot.b.opb
MD5SUM82ceb454755e01aa6cecb68eb859eaa6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark115
Best CPU time to get the best result obtained on this benchmark1.12483
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 116
Optimality of the best value was proved NO
Number of variables1451
Total number of constraints2932
Number of constraints which are clauses2932
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint81
Number of terms in the objective function 1451
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1451
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1451
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c run usual solver
0.00/0.84	c model valid
0.00/0.84	c current solution ok
0.00/0.91	o 278
0.00/0.91	c current bound: 139
0.00/0.91	c (debug) using card networks
4.40/4.55	c model valid
4.40/4.55	c current solution ok
4.40/4.56	o 139
4.40/4.56	c current bound: 69
4.40/4.56	c (debug) using card networks
8.77/8.88	c current bound: 104
8.77/8.88	c (debug) using card networks
1800.10/1800.40	./satsolver.sh: line 5: 12129 Terminated              ./glucose $1 > $2 2> /dev/null
1800.10/1800.40	c error: unexpected solver exit code
1800.10/1800.40	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-3701121-1338058365/watcher-3701121-1338058365 -o /tmp/evaluation-result-3701121-1338058365/solver-3701121-1338058365 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701121-1338058365.opb 1796307245 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12099
/proc/meminfo: memFree=29429908/32873648 swapFree=6864/6864
[pid=12099] ppid=12097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12099/stat : 12099 (npSolver-pbo.sh) S 12097 12099 11614 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271961930 9367552 274 33554432000 4194304 5064252 140734136503824 140734136502736 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12099/statm: 2287 274 233 213 0 72 0

[startup+0.00744107 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12099
/proc/meminfo: memFree=29429908/32873648 swapFree=6864/6864
[pid=12099] ppid=12097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12099/stat : 12099 (npSolver-pbo.sh) S 12097 12099 11614 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271961930 9367552 274 33554432000 4194304 5064252 140734136503824 140734136502736 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12099/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100213 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12099
/proc/meminfo: memFree=29429908/32873648 swapFree=6864/6864
[pid=12099] ppid=12097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12099/stat : 12099 (npSolver-pbo.sh) S 12097 12099 11614 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271961930 9367552 274 33554432000 4194304 5064252 140734136503824 140734136502736 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12099/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300234 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12099
/proc/meminfo: memFree=29429908/32873648 swapFree=6864/6864
[pid=12099] ppid=12097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12099/stat : 12099 (npSolver-pbo.sh) S 12097 12099 11614 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271961930 9367552 274 33554432000 4194304 5064252 140734136503824 140734136502736 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12099/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12099
/proc/meminfo: memFree=29429908/32873648 swapFree=6864/6864
[pid=12099] ppid=12097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12099/stat : 12099 (npSolver-pbo.sh) S 12097 12099 11614 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271961930 9367552 274 33554432000 4194304 5064252 140734136503824 140734136502736 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12099/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12115
/proc/meminfo: memFree=29384556/32873648 swapFree=6864/6864
[pid=12099] ppid=12097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12099/stat : 12099 (npSolver-pbo.sh) S 12097 12099 11614 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271961930 9367552 274 33554432000 4194304 5064252 140734136503824 140734136502736 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12099/statm: 2287 274 233 213 0 72 0
[pid=12100] ppid=12099 vsize=15512 CPUtime=0.92 cores=0,2,4,6
/proc/12100/stat : 12100 (npSolver-pbo) S 12099 12099 11614 0 -1 4202496 4642 13489 0 0 13 6 70 3 20 0 1 0 271961931 15884288 3326 33554432000 4194304 5992684 140736279829280 140736279821600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12100/statm: 3878 3326 177 440 0 3434 0
[pid=12114] ppid=12100 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12114/stat : 12114 (satsolver.sh) S 12100 12099 11614 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271962025 9367552 266 33554432000 4194304 5064252 140736113216768 140736113215680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12114/statm: 2287 266 226 213 0 72 0
[pid=12115] ppid=12114 vsize=29920 CPUtime=0.53 cores=0,2,4,6
/proc/12115/stat : 12115 (glucose) R 12114 12099 11614 0 -1 4202496 5920 0 0 0 53 0 0 0 20 0 1 0 271962025 30638080 6125 33554432000 4194304 5208918 140736405200160 140736405197992 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12115/statm: 7480 6125 103 248 0 7229 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 63728

[startup+3.10041 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12115
/proc/meminfo: memFree=29378152/32873648 swapFree=6864/6864
[pid=12099] ppid=12097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12099/stat : 12099 (npSolver-pbo.sh) S 12097 12099 11614 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271961930 9367552 274 33554432000 4194304 5064252 140734136503824 140734136502736 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12099/statm: 2287 274 233 213 0 72 0
[pid=12100] ppid=12099 vsize=15512 CPUtime=0.92 cores=0,2,4,6
/proc/12100/stat : 12100 (npSolver-pbo) S 12099 12099 11614 0 -1 4202496 4642 13489 0 0 13 6 70 3 20 0 1 0 271961931 15884288 3326 33554432000 4194304 5992684 140736279829280 140736279821600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12100/statm: 3878 3326 177 440 0 3434 0
[pid=12114] ppid=12100 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12114/stat : 12114 (satsolver.sh) S 12100 12099 11614 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271962025 9367552 266 33554432000 4194304 5064252 140736113216768 140736113215680 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12114/statm: 2287 266 226 213 0 72 0
[pid=12115] ppid=12114 vsize=29920 CPUtime=2.14 cores=0,2,4,6
/proc/12115/stat : 12115 (glucose) R 12114 12099 11614 0 -1 4202496 5994 0 0 0 214 0 0 0 20 0 1 0 271962025 30638080 6199 33554432000 4194304 5208918 140736405200160 140736405197992 4212690 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12115/statm: 7480 6199 104 248 0 7229 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 63728

[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12122
/proc/meminfo: memFree=29377764/32873648 swapFree=6864/6864
[pid=12099] ppid=12097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12099/stat : 12099 (npSolver-pbo.sh) S 12097 12099 11614 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271961930 9367552 274 33554432000 4194304 5064252 140734136503824 140734136502736 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12099/statm: 2287 274 233 213 0 72 0
[pid=12100] ppid=12099 vsize=15512 CPUtime=4.56 cores=0,2,4,6
/proc/12100/stat : 12100 (npSolver-pbo) S 12099 12099 11614 0 -1 4202496 6061 23551 0 0 18 6 423 9 20 0 1 0 271961931 15884288 3326 33554432000 4194304 5992684 140736279829280 140736279821600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12100/statm: 3878 3326 177 440 0 3434 0
[pid=12121] ppid=12100 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12121/stat : 12121 (satsolver.sh) S 12100 12099 11614 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271962389 9367552 266 33554432000 4194304 5064252 140733258325136 140733258324048 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12121/statm: 2287 266 226 213 0 72 0
[pid=12122] ppid=12121 vsize=25412 CPUtime=1.7 cores=0,2,4,6
/proc/12122/stat : 12122 (glucose) R 12121 12099 11614 0 -1 4202496 5243 0 0 0 169 1 0 0 20 0 1 0 271962390 26021888 5467 33554432000 4194304 5208918 140735077135104 140735077132936 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12122/statm: 6353 5467 100 248 0 6102 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 59220

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12129
/proc/meminfo: memFree=29365472/32873648 swapFree=6864/6864
[pid=12099] ppid=12097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12099/stat : 12099 (npSolver-pbo.sh) S 12097 12099 11614 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271961930 9367552 274 33554432000 4194304 5064252 140734136503824 140734136502736 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12099/statm: 2287 274 233 213 0 72 0
[pid=12100] ppid=12099 vsize=15512 CPUtime=8.89 cores=0,2,4,6
/proc/12100/stat : 12100 (npSolver-pbo) S 12099 12099 11614 0 -1 4202496 7258 32424 0 0 21 7 850 11 20 0 1 0 271961931 15884288 3326 33554432000 4194304 5992684 140736279829280 140736279821600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12100/statm: 3878 3326 177 440 0 3434 0
[pid=12128] ppid=12100 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12128/stat : 12128 (satsolver.sh) S 12100 12099 11614 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271962822 9367552 266 33554432000 4194304 5064252 140733346540720 140733346539632 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12128/statm: 2287 266 226 213 0 72 0
[pid=12129] ppid=12128 vsize=24288 CPUtime=3.77 cores=0,2,4,6
/proc/12129/stat : 12129 (glucose) R 12128 12099 11614 0 -1 4202496 6074 0 0 0 377 0 0 0 20 0 1 0 271962822 24870912 5342 33554432000 4194304 5208918 140735032181696 140735032179784 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12129/statm: 6072 5343 104 248 0 5821 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 58096

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12129
/proc/meminfo: memFree=29353820/32873648 swapFree=6864/6864
[pid=12099] ppid=12097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12099/stat : 12099 (npSolver-pbo.sh) S 12097 12099 11614 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271961930 9367552 274 33554432000 4194304 5064252 140734136503824 140734136502736 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12099/statm: 2287 274 233 213 0 72 0
[pid=12100] ppid=12099 vsize=15512 CPUtime=8.89 cores=0,2,4,6
/proc/12100/stat : 12100 (npSolver-pbo) S 12099 12099 11614 0 -1 4202496 7258 32424 0 0 21 7 850 11 20 0 1 0 271961931 15884288 3326 33554432000 4194304 5992684 140736279829280 140736279821600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12100/statm: 3878 3326 177 440 0 3434 0
[pid=12128] ppid=12100 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12128/stat : 12128 (satsolver.sh) S 12100 12099 11614 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271962822 9367552 266 33554432000 4194304 5064252 140733346540720 140733346539632 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12128/statm: 2287 266 226 213 0 72 0
[pid=12129] ppid=12128 vsize=35540 CPUtime=16.57 cores=0,2,4,6
/proc/12129/stat : 12129 (glucose) R 12128 12099 11614 0 -1 4202496 8470 0 0 0 1656 1 0 0 20 0 1 0 271962822 36392960 8137 33554432000 4194304 5208918 140735032181696 140735032179640 4229244 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12129/statm: 8885 8137 104 248 0 8634 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 69348

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12129
/proc/meminfo: memFree=29336000/32873648 swapFree=6864/6864
[pid=12099] ppid=12097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12099/stat : 12099 (npSolver-pbo.sh) S 12097 12099 11614 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271961930 9367552 274 33554432000 4194304 5064252 140734136503824 140734136502736 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12099/statm: 2287 274 233 213 0 72 0
[pid=12100] ppid=12099 vsize=15512 CPUtime=8.89 cores=0,2,4,6
/proc/12100/stat : 12100 (npSolver-pbo) S 12099 12099 11614 0 -1 4202496 7258 32424 0 0 21 7 850 11 20 0 1 0 271961931 15884288 3326 33554432000 4194304 5992684 140736279829280 140736279821600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12100/statm: 3878 3326 177 440 0 3434 0
[pid=12128] ppid=12100 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12128/stat : 12128 (satsolver.sh) S 12100 12099 11614 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271962822 9367552 266 33554432000 4194304 5064252 140733346540720 140733346539632 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12128/statm: 2287 266 226 213 0 72 0
[pid=12129] ppid=12128 vsize=49852 CPUtime=42.17 cores=0,2,4,6
/proc/12129/stat : 12129 (glucose) R 12128 12099 11614 0 -1 4202496 8864 0 0 0 4215 2 0 0 20 0 1 0 271962822 51048448 9994 33554432000 4194304 5208918 140735032181696 140735032179640 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12129/statm: 12463 9994 104 248 0 12212 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 83660

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12129
/proc/meminfo: memFree=29306208/32873648 swapFree=6864/6864
[pid=12099] ppid=12097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12099/stat : 12099 (npSolver-pbo.sh) S 12097 12099 11614 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271961930 9367552 274 33554432000 4194304 5064252 140734136503824 140734136502736 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12099/statm: 2287 274 233 213 0 72 0
[pid=12100] ppid=12099 vsize=15512 CPUtime=8.89 cores=0,2,4,6
/proc/12100/stat : 12100 (npSolver-pbo) S 12099 12099 11614 0 -1 4202496 7258 32424 0 0 21 7 850 11 20 0 1 0 271961931 15884288 3326 33554432000 4194304 5992684 140736279829280 140736279821600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12100/statm: 3878 3326 177 440 0 3434 0
[pid=12128] ppid=12100 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12128/stat : 12128 (satsolver.sh) S 12100 12099 11614 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271962822 9367552 266 33554432000 4194304 5064252 140733346540720 140733346539632 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12128/statm: 2287 266 226 213 0 72 0
[pid=12129] ppid=12128 vsize=57036 CPUtime=93.36 cores=0,2,4,6
/proc/12129/stat : 12129 (glucose) R 12128 12099 11614 0 -1 4202496 9736 0 0 0 9334 2 0 0 20 0 1 0 271962822 58404864 13413 33554432000 4194304 5208918 140735032181696 140735032179560 4229139 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12129/statm: 14259 13413 104 248 0 14008 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 90844

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12130
/proc/meminfo: memFree=29285892/32873648 swapFree=6864/6864
[pid=12099] ppid=12097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12099/stat : 12099 (npSolver-pbo.sh) S 12097 12099 11614 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271961930 9367552 274 33554432000 4194304 5064252 140734136503824 140734136502736 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12099/statm: 2287 274 233 213 0 72 0
[pid=12100] ppid=12099 vsize=15512 CPUtime=8.89 cores=0,2,4,6
/proc/12100/stat : 12100 (npSolver-pbo) S 12099 12099 11614 0 -1 4202496 7258 32424 0 0 21 7 850 11 20 0 1 0 271961931 15884288 3326 33554432000 4194304 5992684 140736279829280 140736279821600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12100/statm: 3878 3326 177 440 0 3434 0
[pid=12128] ppid=12100 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 12163
/proc/meminfo: memFree=29144264/32873648 swapFree=6864/6864
[pid=12099] ppid=12097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12099/stat : 12099 (npSolver-pbo.sh) S 12097 12099 11614 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271961930 9367552 274 33554432000 4194304 5064252 140734136503824 140734136502736 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12099/statm: 2287 274 233 213 0 72 0
[pid=12100] ppid=12099 vsize=15512 CPUtime=8.89 cores=0,2,4,6
/proc/12100/stat : 12100 (npSolver-pbo) S 12099 12099 11614 0 -1 4202496 7258 32424 0 0 21 7 850 11 20 0 1 0 271961931 15884288 3326 33554432000 4194304 5992684 140736279829280 140736279821600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12100/statm: 3878 3326 177 440 0 3434 0
[pid=12128] ppid=12100 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12128/stat : 12128 (satsolver.sh) S 12100 12099 11614 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271962822 9367552 266 33554432000 4194304 5064252 140733346540720 140733346539632 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12128/statm: 2287 266 226 213 0 72 0
[pid=12129] ppid=12128 vsize=173204 CPUtime=1353.16 cores=0,2,4,6
/proc/12129/stat : 12129 (glucose) R 12128 12099 11614 0 -1 4202496 21911 0 0 0 135296 20 0 0 20 0 1 0 271962822 177360896 40404 33554432000 4194304 5208918 140735032181696 140735032178072 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12129/statm: 43301 40404 104 248 0 43050 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 207012

[startup+1422.31 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 12163
/proc/meminfo: memFree=29092216/32873648 swapFree=6864/6864
[pid=12099] ppid=12097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12099/stat : 12099 (npSolver-pbo.sh) S 12097 12099 11614 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271961930 9367552 274 33554432000 4194304 5064252 140734136503824 140734136502736 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12099/statm: 2287 274 233 213 0 72 0
[pid=12100] ppid=12099 vsize=15512 CPUtime=8.89 cores=0,2,4,6
/proc/12100/stat : 12100 (npSolver-pbo) S 12099 12099 11614 0 -1 4202496 7258 32424 0 0 21 7 850 11 20 0 1 0 271961931 15884288 3326 33554432000 4194304 5992684 140736279829280 140736279821600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12100/statm: 3878 3326 177 440 0 3434 0
[pid=12128] ppid=12100 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12128/stat : 12128 (satsolver.sh) S 12100 12099 11614 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271962822 9367552 266 33554432000 4194304 5064252 140733346540720 140733346539632 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12128/statm: 2287 266 226 213 0 72 0
[pid=12129] ppid=12128 vsize=173204 CPUtime=1413.16 cores=0,2,4,6
/proc/12129/stat : 12129 (glucose) R 12128 12099 11614 0 -1 4202496 22370 0 0 0 141295 21 0 0 20 0 1 0 271962822 177360896 42552 33554432000 4194304 5208918 140735032181696 140735032178072 4211570 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12129/statm: 43301 42552 104 248 0 43050 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 207012

[startup+1482.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 12163
/proc/meminfo: memFree=29088028/32873648 swapFree=6864/6864
[pid=12099] ppid=12097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12099/stat : 12099 (npSolver-pbo.sh) S 12097 12099 11614 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271961930 9367552 274 33554432000 4194304 5064252 140734136503824 140734136502736 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12099/statm: 2287 274 233 213 0 72 0
[pid=12100] ppid=12099 vsize=15512 CPUtime=8.89 cores=0,2,4,6
/proc/12100/stat : 12100 (npSolver-pbo) S 12099 12099 11614 0 -1 4202496 7258 32424 0 0 21 7 850 11 20 0 1 0 271961931 15884288 3326 33554432000 4194304 5992684 140736279829280 140736279821600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12100/statm: 3878 3326 177 440 0 3434 0
[pid=12128] ppid=12100 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12128/stat : 12128 (satsolver.sh) S 12100 12099 11614 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271962822 9367552 266 33554432000 4194304 5064252 140733346540720 140733346539632 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12128/statm: 2287 266 226 213 0 72 0
[pid=12129] ppid=12128 vsize=123884 CPUtime=1473.14 cores=0,2,4,6
/proc/12129/stat : 12129 (glucose) R 12128 12099 11614 0 -1 4202496 23085 0 0 0 147291 23 0 0 20 0 1 0 271962822 126857216 30344 33554432000 4194304 5208918 140735032181696 140735032178072 4214288 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12129/statm: 30971 30344 104 248 0 30720 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 157692

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 12163
/proc/meminfo: memFree=29179660/32873648 swapFree=6864/6864
[pid=12099] ppid=12097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12099/stat : 12099 (npSolver-pbo.sh) S 12097 12099 11614 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271961930 9367552 274 33554432000 4194304 5064252 140734136503824 140734136502736 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12099/statm: 2287 274 233 213 0 72 0
[pid=12100] ppid=12099 vsize=15512 CPUtime=8.89 cores=0,2,4,6
/proc/12100/stat : 12100 (npSolver-pbo) S 12099 12099 11614 0 -1 4202496 7258 32424 0 0 21 7 850 11 20 0 1 0 271961931 15884288 3326 33554432000 4194304 5992684 140736279829280 140736279821600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12100/statm: 3878 3326 177 440 0 3434 0
[pid=12128] ppid=12100 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12128/stat : 12128 (satsolver.sh) S 12100 12099 11614 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271962822 9367552 266 33554432000 4194304 5064252 140733346540720 140733346539632 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12128/statm: 2287 266 226 213 0 72 0
[pid=12129] ppid=12128 vsize=124168 CPUtime=1533.14 cores=0,2,4,6
/proc/12129/stat : 12129 (glucose) R 12128 12099 11614 0 -1 4202496 23507 0 0 0 153290 24 0 0 20 0 1 0 271962822 127148032 30415 33554432000 4194304 5208918 140735032181696 140735032179784 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12129/statm: 31042 30415 104 248 0 30791 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 157976

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 12163
/proc/meminfo: memFree=29142072/32873648 swapFree=6864/6864
[pid=12099] ppid=12097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12099/stat : 12099 (npSolver-pbo.sh) S 12097 12099 11614 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271961930 9367552 274 33554432000 4194304 5064252 140734136503824 140734136502736 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12099/statm: 2287 274 233 213 0 72 0
[pid=12100] ppid=12099 vsize=15512 CPUtime=8.89 cores=0,2,4,6
/proc/12100/stat : 12100 (npSolver-pbo) S 12099 12099 11614 0 -1 4202496 7258 32424 0 0 21 7 850 11 20 0 1 0 271961931 15884288 3326 33554432000 4194304 5992684 140736279829280 140736279821600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12100/statm: 3878 3326 177 440 0 3434 0
[pid=12128] ppid=12100 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12128/stat : 12128 (satsolver.sh) S 12100 12099 11614 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271962822 9367552 266 33554432000 4194304 5064252 140733346540720 140733346539632 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12128/statm: 2287 266 226 213 0 72 0
[pid=12129] ppid=12128 vsize=124168 CPUtime=1593.12 cores=0,2,4,6
/proc/12129/stat : 12129 (glucose) R 12128 12099 11614 0 -1 4202496 23861 0 0 0 159288 24 0 0 20 0 1 0 271962822 127148032 30415 33554432000 4194304 5208918 140735032181696 140735032179784 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12129/statm: 31042 30415 104 248 0 30791 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 157976

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 12167
/proc/meminfo: memFree=29129548/32873648 swapFree=6864/6864
[pid=12099] ppid=12097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12099/stat : 12099 (npSolver-pbo.sh) S 12097 12099 11614 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271961930 9367552 274 33554432000 4194304 5064252 140734136503824 140734136502736 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12099/statm: 2287 274 233 213 0 72 0
[pid=12100] ppid=12099 vsize=15512 CPUtime=8.89 cores=0,2,4,6
/proc/12100/stat : 12100 (npSolver-pbo) S 12099 12099 11614 0 -1 4202496 7258 32424 0 0 21 7 850 11 20 0 1 0 271961931 15884288 3326 33554432000 4194304 5992684 140736279829280 140736279821600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12100/statm: 3878 3326 177 440 0 3434 0
[pid=12128] ppid=12100 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12128/stat : 12128 (satsolver.sh) S 12100 12099 11614 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271962822 9367552 266 33554432000 4194304 5064252 140733346540720 140733346539632 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12128/statm: 2287 266 226 213 0 72 0
[pid=12129] ppid=12128 vsize=124168 CPUtime=1653.12 cores=0,2,4,6
/proc/12129/stat : 12129 (glucose) R 12128 12099 11614 0 -1 4202496 24212 0 0 0 165287 25 0 0 20 0 1 0 271962822 127148032 30415 33554432000 4194304 5208918 140735032181696 140735032179688 4205139 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12129/statm: 31042 30415 104 248 0 30791 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 157976

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 12167
/proc/meminfo: memFree=29056664/32873648 swapFree=6864/6864
[pid=12099] ppid=12097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12099/stat : 12099 (npSolver-pbo.sh) S 12097 12099 11614 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271961930 9367552 274 33554432000 4194304 5064252 140734136503824 140734136502736 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12099/statm: 2287 274 233 213 0 72 0
[pid=12100] ppid=12099 vsize=15512 CPUtime=8.89 cores=0,2,4,6
/proc/12100/stat : 12100 (npSolver-pbo) S 12099 12099 11614 0 -1 4202496 7258 32424 0 0 21 7 850 11 20 0 1 0 271961931 15884288 3326 33554432000 4194304 5992684 140736279829280 140736279821600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12100/statm: 3878 3326 177 440 0 3434 0
[pid=12128] ppid=12100 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12128/stat : 12128 (satsolver.sh) S 12100 12099 11614 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271962822 9367552 266 33554432000 4194304 5064252 140733346540720 140733346539632 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12128/statm: 2287 266 226 213 0 72 0
[pid=12129] ppid=12128 vsize=204308 CPUtime=1713.1 cores=0,2,4,6
/proc/12129/stat : 12129 (glucose) R 12128 12099 11614 0 -1 4202496 25083 0 0 0 171284 26 0 0 20 0 1 0 271962822 209211392 43026 33554432000 4194304 5208918 140735032181696 140735032179848 4229728 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12129/statm: 51077 43026 104 248 0 50826 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 238116

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 12167
/proc/meminfo: memFree=29046020/32873648 swapFree=6864/6864
[pid=12099] ppid=12097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12099/stat : 12099 (npSolver-pbo.sh) S 12097 12099 11614 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271961930 9367552 274 33554432000 4194304 5064252 140734136503824 140734136502736 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12099/statm: 2287 274 233 213 0 72 0
[pid=12100] ppid=12099 vsize=15512 CPUtime=8.89 cores=0,2,4,6
/proc/12100/stat : 12100 (npSolver-pbo) S 12099 12099 11614 0 -1 4202496 7258 32424 0 0 21 7 850 11 20 0 1 0 271961931 15884288 3326 33554432000 4194304 5992684 140736279829280 140736279821600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12100/statm: 3878 3326 177 440 0 3434 0
[pid=12128] ppid=12100 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12128/stat : 12128 (satsolver.sh) S 12100 12099 11614 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271962822 9367552 266 33554432000 4194304 5064252 140733346540720 140733346539632 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12128/statm: 2287 266 226 213 0 72 0
[pid=12129] ppid=12128 vsize=173488 CPUtime=1773.1 cores=0,2,4,6
/proc/12129/stat : 12129 (glucose) R 12128 12099 11614 0 -1 4202496 25517 0 0 0 177282 28 0 0 20 0 1 0 271962822 177651712 42523 33554432000 4194304 5208918 140735032181696 140735032179688 4229039 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12129/statm: 43372 42523 104 248 0 43121 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 207296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 2/176 12197
/proc/meminfo: memFree=29302320/32873648 swapFree=6864/6864
[pid=12099] ppid=12097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12099/stat : 12099 (npSolver-pbo.sh) S 12097 12099 11614 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271961930 9367552 274 33554432000 4194304 5064252 140734136503824 140734136502736 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12099/statm: 2287 274 233 213 0 72 0
[pid=12100] ppid=12099 vsize=15512 CPUtime=8.89 cores=0,2,4,6
/proc/12100/stat : 12100 (npSolver-pbo) S 12099 12099 11614 0 -1 4202496 7258 32424 0 0 21 7 850 11 20 0 1 0 271961931 15884288 3326 33554432000 4194304 5992684 140736279829280 140736279821600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12100/statm: 3878 3326 177 440 0 3434 0
[pid=12128] ppid=12100 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12128/stat : 12128 (satsolver.sh) S 12100 12099 11614 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271962822 9367552 266 33554432000 4194304 5064252 140733346540720 140733346539632 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12128/statm: 2287 266 226 213 0 72 0
[pid=12129] ppid=12128 vsize=124168 CPUtime=1791.21 cores=0,2,4,6
/proc/12129/stat : 12129 (glucose) R 12128 12099 11614 0 -1 4202496 26107 0 0 0 179092 29 0 0 20 0 1 0 271962822 127148032 30415 33554432000 4194304 5208918 140735032181696 140735032178072 4205195 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12129/statm: 31042 30415 104 248 0 30791 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 157976

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.13
CPU user time (s): 1799.64
CPU system time (s): 0.487925
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 238116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.487925
maximum resident set size= 178552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66778
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 257
involuntary context switches= 1973

runsolver used 3.67944 second user time and 8.92564 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-26 20:52:45
IDJOB=3701121
IDBENCH=2055
IDSOLVER=2277
FILE ID=node125/3701121-1338058365
RUNJOBID= node125-1338052962-11630
PBS_JOBID= 14624413
Free space on /tmp= 71236 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-rot.b.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701121-1338058365/watcher-3701121-1338058365 -o /tmp/evaluation-result-3701121-1338058365/solver-3701121-1338058365 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701121-1338058365.opb 1796307245 HOME HOME

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

MD5SUM BENCH= 82ceb454755e01aa6cecb68eb859eaa6
RANDOM SEED=1796307245

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
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	: 5438.54
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.373
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.373
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:       32873648 kB
MemFree:        29429908 kB
Buffers:          253000 kB
Cached:          2381076 kB
SwapCached:         2236 kB
Active:          1177748 kB
Inactive:        1468044 kB
Active(anon):       5180 kB
Inactive(anon):     9284 kB
Active(file):    1172568 kB
Inactive(file):  1458760 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102396 kB
Dirty:             17512 kB
Writeback:             0 kB
AnonPages:        189204 kB
Mapped:            15020 kB
Shmem:               104 kB
Slab:             660460 kB
SReclaimable:     104600 kB
SUnreclaim:       555860 kB
KernelStack:        1520 kB
PageTables:         3684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     128112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71232 MiB
End job on node125 at 2012-05-26 21:22:46