Trace number 3752666

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 inc-topdown-quickBound (fixed)? (TO) 1800.14 1801.11

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB10/oliveras/j120/
normalized-j12041_4-unsat--soft-33-100-0.wbo
MD5SUMffeb8ff8321cb24b27dd0634c49d54e3
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark43.1974
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables28072
Total number of constraints97590
Number of soft constraints65496
Number of constraints which are clauses97130
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints460
Minimum length of a constraint1
Maximum length of a constraint36
Top cost 3299469
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3299468
Biggest number in a constraint 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 231
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.07/1.20	c run usual solver
5.75/5.98	o 11637
5.75/5.98	c starting approximation
5.75/5.98	c factor = 2
5.75/5.98	c factor still to low - shrinking to 4573.06
5.75/5.98	c approx number of clauses: 1e+06
5.75/5.98	c current bound: 5818
827.17/828.02	c current bound: 5818
1649.24/1650.21	c current bound: 5818
1800.09/1801.10	./satsolver.sh: line 5: 28071 Terminated              ./glucose $1 > $2 2> /dev/null
1800.09/1801.10	c error: unexpected solver exit code
1800.09/1801.10	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-3752666-1339187678/watcher-3752666-1339187678 -o /tmp/evaluation-result-3752666-1339187678/solver-3752666-1339187678 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752666-1339187678.wbo 361273236 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.99 1.99 1.94 3/180 2850
/proc/meminfo: memFree=30816368/32873844 swapFree=9160/9160
[pid=2850] ppid=2848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2850/stat : 2850 (npSolver-wbo-It) S 2848 2850 643 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384892406 9367552 274 33554432000 4194304 5064252 140733692616720 140733692615632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2850/statm: 2287 274 233 213 0 72 0

[startup+0.052705 s]
/proc/loadavg: 1.99 1.99 1.94 3/180 2850
/proc/meminfo: memFree=30816368/32873844 swapFree=9160/9160
[pid=2850] ppid=2848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2850/stat : 2850 (npSolver-wbo-It) S 2848 2850 643 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384892406 9367552 274 33554432000 4194304 5064252 140733692616720 140733692615632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2850/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100295 s]
/proc/loadavg: 1.99 1.99 1.94 3/180 2850
/proc/meminfo: memFree=30816368/32873844 swapFree=9160/9160
[pid=2850] ppid=2848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2850/stat : 2850 (npSolver-wbo-It) S 2848 2850 643 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384892406 9367552 274 33554432000 4194304 5064252 140733692616720 140733692615632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2850/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300293 s]
/proc/loadavg: 1.99 1.99 1.94 3/180 2850
/proc/meminfo: memFree=30816368/32873844 swapFree=9160/9160
[pid=2850] ppid=2848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2850/stat : 2850 (npSolver-wbo-It) S 2848 2850 643 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384892406 9367552 274 33554432000 4194304 5064252 140733692616720 140733692615632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2850/statm: 2287 274 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.99 1.99 1.94 3/180 2850
/proc/meminfo: memFree=30816368/32873844 swapFree=9160/9160
[pid=2850] ppid=2848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2850/stat : 2850 (npSolver-wbo-It) S 2848 2850 643 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384892406 9367552 274 33554432000 4194304 5064252 140733692616720 140733692615632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2850/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50017 s]
/proc/loadavg: 1.99 1.99 1.94 3/182 2852
/proc/meminfo: memFree=30744556/32873844 swapFree=9160/9160
[pid=2850] ppid=2848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2850/stat : 2850 (npSolver-wbo-It) S 2848 2850 643 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384892406 9367552 274 33554432000 4194304 5064252 140733692616720 140733692615632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2850/statm: 2287 274 233 213 0 72 0
[pid=2851] ppid=2850 vsize=74652 CPUtime=1.28 cores=0,2,4,6
/proc/2851/stat : 2851 (npSolver-wbo) S 2850 2850 643 0 -1 4202496 10444 0 0 0 107 21 0 0 20 0 1 0 384892407 76443648 18078 33554432000 4194304 6006132 140734702507600 140734702500704 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/2851/statm: 18663 18078 158 443 0 18216 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 83800

[startup+3.1003 s]
/proc/loadavg: 1.99 1.99 1.94 3/185 2860
/proc/meminfo: memFree=30732584/32873844 swapFree=9160/9160
[pid=2850] ppid=2848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2850/stat : 2850 (npSolver-wbo-It) S 2848 2850 643 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384892406 9367552 274 33554432000 4194304 5064252 140733692616720 140733692615632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2850/statm: 2287 274 233 213 0 72 0
[pid=2851] ppid=2850 vsize=74652 CPUtime=1.28 cores=0,2,4,6
/proc/2851/stat : 2851 (npSolver-wbo) S 2850 2850 643 0 -1 4202496 10444 0 0 0 107 21 0 0 20 0 1 0 384892407 76443648 18078 33554432000 4194304 6006132 140734702507600 140734702500704 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/2851/statm: 18663 18078 158 443 0 18216 0
[pid=2853] ppid=2851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2853/stat : 2853 (cp2_pre.sh) S 2851 2850 643 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 384892548 9367552 277 33554432000 4194304 5064252 140733743105760 140733743104464 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2853/statm: 2287 277 234 213 0 72 0
[pid=2854] ppid=2853 vsize=130624 CPUtime=1.67 cores=0,2,4,6
/proc/2854/stat : 2854 (coprocessor) R 2853 2850 643 0 -1 4202496 22681 0 0 0 163 4 0 0 20 0 1 0 384892548 133758976 31891 33554432000 4194304 6586260 140736250770288 140736250765608 5599216 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/2854/statm: 32656 31891 192 584 0 32068 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 223572

[startup+6.30031 s]
/proc/loadavg: 1.99 1.99 1.94 3/184 2909
/proc/meminfo: memFree=30799368/32873844 swapFree=9160/9160
[pid=2850] ppid=2848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2850/stat : 2850 (npSolver-wbo-It) S 2848 2850 643 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384892406 9367552 274 33554432000 4194304 5064252 140733692616720 140733692615632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2850/statm: 2287 274 233 213 0 72 0
[pid=2851] ppid=2850 vsize=82852 CPUtime=5.93 cores=0,2,4,6
/proc/2851/stat : 2851 (npSolver-wbo) D 2850 2850 643 0 -1 4202496 14053 40718 0 0 125 53 398 17 20 0 1 0 384892407 84840448 19913 33554432000 4194304 6006132 140734702507600 140734702499696 5195051 0 0 4096 0 18446744071580543392 0 0 17 4 0 0 25 0 0
/proc/2851/statm: 20713 19913 177 443 0 20266 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 92000

[startup+12.7003 s]
/proc/loadavg: 1.99 1.99 1.94 3/184 3010
/proc/meminfo: memFree=30750976/32873844 swapFree=9160/9160
[pid=2850] ppid=2848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2850/stat : 2850 (npSolver-wbo-It) S 2848 2850 643 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384892406 9367552 274 33554432000 4194304 5064252 140733692616720 140733692615632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2850/statm: 2287 274 233 213 0 72 0
[pid=2851] ppid=2850 vsize=82848 CPUtime=5.94 cores=0,2,4,6
/proc/2851/stat : 2851 (npSolver-wbo) S 2850 2850 643 0 -1 4202496 14054 40718 0 0 125 54 398 17 20 0 1 0 384892407 84836352 19913 33554432000 4194304 6006132 140734702507600 140734702498960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 35 0 0
/proc/2851/statm: 20712 19913 177 443 0 20265 0
[pid=2926] ppid=2851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2926/stat : 2926 (satsolver.sh) S 2851 2850 643 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384893039 9367552 266 33554432000 4194304 5064252 140737367539296 140737367538208 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2926/statm: 2287 266 226 213 0 72 0
[pid=2927] ppid=2926 vsize=85348 CPUtime=6.05 cores=0,2,4,6
/proc/2927/stat : 2927 (glucose) R 2926 2850 643 0 -1 4202496 16794 0 0 0 602 3 0 0 20 0 1 0 384893040 87396352 19171 33554432000 4194304 5208918 140735566819152 140735566816824 4211888 0 0 4096 0 0 0 0 17 2 0 0 30 0 0
/proc/2927/statm: 21337 19171 95 248 0 21086 0
Current children cumulated CPU time (s) 11.99
Current children cumulated vsize (KiB) 186492

[startup+25.5003 s]
/proc/loadavg: 1.99 1.99 1.94 3/184 3210
/proc/meminfo: memFree=30714892/32873844 swapFree=9160/9160
[pid=2850] ppid=2848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2850/stat : 2850 (npSolver-wbo-It) S 2848 2850 643 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384892406 9367552 274 33554432000 4194304 5064252 140733692616720 140733692615632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2850/statm: 2287 274 233 213 0 72 0
[pid=2851] ppid=2850 vsize=82848 CPUtime=5.94 cores=0,2,4,6
/proc/2851/stat : 2851 (npSolver-wbo) S 2850 2850 643 0 -1 4202496 14054 40718 0 0 125 54 398 17 20 0 1 0 384892407 84836352 19913 33554432000 4194304 6006132 140734702507600 140734702498960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 35 0 0
/proc/2851/statm: 20712 19913 177 443 0 20265 0
[pid=2926] ppid=2851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2926/stat : 2926 (satsolver.sh) S 2851 2850 643 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384893039 9367552 266 33554432000 4194304 5064252 140737367539296 140737367538208 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2926/statm: 2287 266 226 213 0 72 0
[pid=2927] ppid=2926 vsize=85348 CPUtime=18.85 cores=0,2,4,6
/proc/2927/stat : 2927 (glucose) R 2926 2850 643 0 -1 4202496 16802 0 0 0 1882 3 0 0 20 0 1 0 384893040 87396352 19179 33554432000 4194304 5208918 140735566819152 140735566816824 4211521 0 0 4096 0 0 0 0 17 2 0 0 30 0 0
/proc/2927/statm: 21337 19179 95 248 0 21086 0
Current children cumulated CPU time (s) 24.79
Current children cumulated vsize (KiB) 186492

[startup+51.1004 s]
/proc/loadavg: 2.03 2.01 1.95 3/183 3600
/proc/meminfo: memFree=30766268/32873844 swapFree=9160/9160
[pid=2850] ppid=2848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2850/stat : 2850 (npSolver-wbo-It) S 2848 2850 643 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384892406 9367552 274 33554432000 4194304 5064252 140733692616720 140733692615632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2850/statm: 2287 274 233 213 0 72 0
[pid=2851] ppid=2850 vsize=82848 CPUtime=5.94 cores=0,2,4,6
/proc/2851/stat : 2851 (npSolver-wbo) S 2850 2850 643 0 -1 4202496 14054 40718 0 0 125 54 398 17 20 0 1 0 384892407 84836352 19913 33554432000 4194304 6006132 140734702507600 140734702498960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 35 0 0
/proc/2851/statm: 20712 19913 177 443 0 20265 0
[pid=2926] ppid=2851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2926/stat : 2926 (satsolver.sh) S 2851 2850 643 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384893039 9367552 266 33554432000 4194304 5064252 140737367539296 140737367538208 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2926/statm: 2287 266 226 213 0 72 0
[pid=2927] ppid=2926 vsize=85348 CPUtime=44.44 cores=0,2,4,6
/proc/2927/stat : 2927 (glucose) R 2926 2850 643 0 -1 4202496 16829 0 0 0 4441 3 0 0 20 0 1 0 384893040 87396352 19206 33554432000 4194304 5208918 140735566819152 140735566816824 4211521 0 0 4096 0 0 0 0 17 2 0 0 30 0 0
/proc/2927/statm: 21337 19206 95 248 0 21086 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 186492

[startup+102.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/183 4386
/proc/meminfo: memFree=30715132/32873844 swapFree=9160/9160
[pid=2850] ppid=2848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2850/stat : 2850 (npSolver-wbo-It) S 2848 2850 643 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384892406 9367552 274 33554432000 4194304 5064252 140733692616720 140733692615632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2850/statm: 2287 274 233 213 0 72 0
[pid=2851] ppid=2850 vsize=82848 CPUtime=5.94 cores=0,2,4,6
/proc/2851/stat : 2851 (npSolver-wbo) S 2850 2850 643 0 -1 4202496 14054 40718 0 0 125 54 398 17 20 0 1 0 384892407 84836352 19913 33554432000 4194304 6006132 140734702507600 140734702498960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 35 0 0
/proc/2851/statm: 20712 19913 177 443 0 20265 0
[pid=2926] ppid=2851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2926/stat : 2926 (satsolver.sh) S 2851 2850 643 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384893039 9367552 266 33554432000 4194304 5064252 140737367539296 140737367538208 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2926/statm: 2287 266 226 213 0 72 0
[pid=2927] ppid=2926 vsize=85348 CPUtime=95.64 cores=0,2,4,6
/proc/2927/stat : 2927 (glucose) R 2926 2850 643 0 -1 4202496 16882 0 0 0 9561 3 0 0 20 0 1 0 384893040 87396352 19257 33554432000 4194304 5208918 140735566819152 140735566816824 4211540 0 0 4096 0 0 0 0 17 2 0 0 30 0 0
/proc/2927/statm: 21337 19257 95 248 0 21086 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 186492

[startup+162.3 s]
/proc/loadavg: 2.08 2.02 1.95 3/183 5296
/proc/meminfo: memFree=30716552/32873844 swapFree=9160/9160
[pid=2850] ppid=2848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2850/stat : 2850 (npSolver-wbo-It) S 2848 2850 643 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384892406 9367552 274 33554432000 4194304 5064252 140733692616720 140733692615632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2850/statm: 2287 274 233 213 0 72 0
[pid=2851] ppid=2850 vsize=82848 CPUtime=5.94 cores=0,2,4,6
/proc/2851/stat : 2851 (npSolver-wbo) S 2850 2850 643 0 -1 4202496 14054 40718 0 0 125 54 398 17 20 0 1 0 384892407 84836352 19913 33554432000 4194304 6006132 140734702507600 140734702498960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 35 0 0
/proc/2851/statm: 20712 19913 177 443 0 20265 0
[pid=2926] ppid=2851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2926/stat : 2926 (satsolver.sh) S 2851 2850 643 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384893039 9367552 266 33554432000 4194304 5064252 140737367539296 140737367538208 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2926/statm: 2287 266 226 213 0 72 0
[pid=2927] ppid=2926 vsize=85348 CPUtime=155.62 cores=0,2,4,6
/proc/2927/stat : 2927 (glucose) R 2926 2850 643 0 -1 4202496 16937 0 0 0 15559 3 0 0 20 0 1 0 384893040 87396352 19311 33554432000 4194304 5208918 140735566819152 140735566816824 4211712 0 0 4096 0 0 0 0 17 2 0 0 30 0 0
/proc/2927/statm: 21337 19311 95 248 0 21086 0
Current children cumulated CPU time (s) 161.56
Current children cumulated vsize (KiB) 186492

[startup+222.307 s]
/proc/loadavg: 1.95 1.99 1.95 3/183 6220
/proc/meminfo: memFree=30711320/32873844 swapFree=9160/9160
[pid=2850] ppid=2848 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 1.94 1.92 1.91 3/183 23634
/proc/meminfo: memFree=30703200/32873844 swapFree=9160/9160
[pid=2850] ppid=2848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2850/stat : 2850 (npSolver-wbo-It) S 2848 2850 643 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384892406 9367552 274 33554432000 4194304 5064252 140733692616720 140733692615632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2850/statm: 2287 274 233 213 0 72 0
[pid=2851] ppid=2850 vsize=82848 CPUtime=827.31 cores=0,2,4,6
/proc/2851/stat : 2851 (npSolver-wbo) S 2850 2850 643 0 -1 4202496 17737 65543 0 0 136 55 82505 35 20 0 1 0 384892407 84836352 19913 33554432000 4194304 6006132 140734702507600 140734702498960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 35 0 0
/proc/2851/statm: 20712 19913 177 443 0 20265 0
[pid=15478] ppid=2851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15478/stat : 15478 (satsolver.sh) S 2851 2850 643 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384975219 9367552 267 33554432000 4194304 5064252 140735453361712 140735453360624 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15478/statm: 2287 267 226 213 0 72 0
[pid=15479] ppid=15478 vsize=92532 CPUtime=534.07 cores=0,2,4,6
/proc/15479/stat : 15479 (glucose) R 15478 2850 643 0 -1 4202496 17735 0 0 0 53404 3 0 0 20 0 1 0 384975220 94752768 19633 33554432000 4194304 5208918 140736849962928 140736849961080 4211670 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15479/statm: 23133 19633 95 248 0 22882 0
Current children cumulated CPU time (s) 1361.38
Current children cumulated vsize (KiB) 193676

[startup+1422.3 s]
/proc/loadavg: 1.97 1.93 1.91 3/181 24556
/proc/meminfo: memFree=30747260/32873844 swapFree=9160/9160
[pid=2850] ppid=2848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2850/stat : 2850 (npSolver-wbo-It) S 2848 2850 643 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384892406 9367552 274 33554432000 4194304 5064252 140733692616720 140733692615632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2850/statm: 2287 274 233 213 0 72 0
[pid=2851] ppid=2850 vsize=82848 CPUtime=827.31 cores=0,2,4,6
/proc/2851/stat : 2851 (npSolver-wbo) S 2850 2850 643 0 -1 4202496 17737 65543 0 0 136 55 82505 35 20 0 1 0 384892407 84836352 19913 33554432000 4194304 6006132 140734702507600 140734702498960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 35 0 0
/proc/2851/statm: 20712 19913 177 443 0 20265 0
[pid=15478] ppid=2851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15478/stat : 15478 (satsolver.sh) S 2851 2850 643 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384975219 9367552 267 33554432000 4194304 5064252 140735453361712 140735453360624 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15478/statm: 2287 267 226 213 0 72 0
[pid=15479] ppid=15478 vsize=92532 CPUtime=594.06 cores=0,2,4,6
/proc/15479/stat : 15479 (glucose) R 15478 2850 643 0 -1 4202496 17783 0 0 0 59403 3 0 0 20 0 1 0 384975220 94752768 19681 33554432000 4194304 5208918 140736849962928 140736849961080 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15479/statm: 23133 19681 95 248 0 22882 0
Current children cumulated CPU time (s) 1421.37
Current children cumulated vsize (KiB) 193676

[startup+1482.3 s]
/proc/loadavg: 1.81 1.90 1.90 3/183 25461
/proc/meminfo: memFree=30702716/32873844 swapFree=9160/9160
[pid=2850] ppid=2848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2850/stat : 2850 (npSolver-wbo-It) S 2848 2850 643 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384892406 9367552 274 33554432000 4194304 5064252 140733692616720 140733692615632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2850/statm: 2287 274 233 213 0 72 0
[pid=2851] ppid=2850 vsize=82848 CPUtime=827.31 cores=0,2,4,6
/proc/2851/stat : 2851 (npSolver-wbo) S 2850 2850 643 0 -1 4202496 17737 65543 0 0 136 55 82505 35 20 0 1 0 384892407 84836352 19913 33554432000 4194304 6006132 140734702507600 140734702498960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 35 0 0
/proc/2851/statm: 20712 19913 177 443 0 20265 0
[pid=15478] ppid=2851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15478/stat : 15478 (satsolver.sh) S 2851 2850 643 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384975219 9367552 267 33554432000 4194304 5064252 140735453361712 140735453360624 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15478/statm: 2287 267 226 213 0 72 0
[pid=15479] ppid=15478 vsize=92532 CPUtime=654.05 cores=0,2,4,6
/proc/15479/stat : 15479 (glucose) R 15478 2850 643 0 -1 4202496 17830 0 0 0 65402 3 0 0 20 0 1 0 384975220 94752768 19728 33554432000 4194304 5208918 140736849962928 140736849961080 4211620 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15479/statm: 23133 19728 95 248 0 22882 0
Current children cumulated CPU time (s) 1481.36
Current children cumulated vsize (KiB) 193676

[startup+1542.31 s]
/proc/loadavg: 1.93 1.91 1.90 3/184 26389
/proc/meminfo: memFree=30703756/32873844 swapFree=9160/9160
[pid=2850] ppid=2848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2850/stat : 2850 (npSolver-wbo-It) S 2848 2850 643 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384892406 9367552 274 33554432000 4194304 5064252 140733692616720 140733692615632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2850/statm: 2287 274 233 213 0 72 0
[pid=2851] ppid=2850 vsize=82848 CPUtime=827.31 cores=0,2,4,6
/proc/2851/stat : 2851 (npSolver-wbo) S 2850 2850 643 0 -1 4202496 17737 65543 0 0 136 55 82505 35 20 0 1 0 384892407 84836352 19913 33554432000 4194304 6006132 140734702507600 140734702498960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 35 0 0
/proc/2851/statm: 20712 19913 177 443 0 20265 0
[pid=15478] ppid=2851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15478/stat : 15478 (satsolver.sh) S 2851 2850 643 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384975219 9367552 267 33554432000 4194304 5064252 140735453361712 140735453360624 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15478/statm: 2287 267 226 213 0 72 0
[pid=15479] ppid=15478 vsize=92532 CPUtime=714.04 cores=0,2,4,6
/proc/15479/stat : 15479 (glucose) R 15478 2850 643 0 -1 4202496 17878 0 0 0 71401 3 0 0 20 0 1 0 384975220 94752768 19776 33554432000 4194304 5208918 140736849962928 140736849961080 4211901 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15479/statm: 23133 19776 95 248 0 22882 0
Current children cumulated CPU time (s) 1541.35
Current children cumulated vsize (KiB) 193676

[startup+1602.3 s]
/proc/loadavg: 1.86 1.89 1.90 3/184 27322
/proc/meminfo: memFree=30740964/32873844 swapFree=9160/9160
[pid=2850] ppid=2848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2850/stat : 2850 (npSolver-wbo-It) S 2848 2850 643 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384892406 9367552 274 33554432000 4194304 5064252 140733692616720 140733692615632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2850/statm: 2287 274 233 213 0 72 0
[pid=2851] ppid=2850 vsize=82848 CPUtime=827.31 cores=0,2,4,6
/proc/2851/stat : 2851 (npSolver-wbo) S 2850 2850 643 0 -1 4202496 17737 65543 0 0 136 55 82505 35 20 0 1 0 384892407 84836352 19913 33554432000 4194304 6006132 140734702507600 140734702498960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 35 0 0
/proc/2851/statm: 20712 19913 177 443 0 20265 0
[pid=15478] ppid=2851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15478/stat : 15478 (satsolver.sh) S 2851 2850 643 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384975219 9367552 267 33554432000 4194304 5064252 140735453361712 140735453360624 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15478/statm: 2287 267 226 213 0 72 0
[pid=15479] ppid=15478 vsize=92532 CPUtime=774.03 cores=0,2,4,6
/proc/15479/stat : 15479 (glucose) R 15478 2850 643 0 -1 4202496 17910 0 0 0 77400 3 0 0 20 0 1 0 384975220 94752768 20319 33554432000 4194304 5208918 140736849962928 140736849961080 4211558 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15479/statm: 23133 20319 95 248 0 22882 0
Current children cumulated CPU time (s) 1601.34
Current children cumulated vsize (KiB) 193676

[startup+1662.3 s]
/proc/loadavg: 1.83 1.88 1.89 3/184 28249
/proc/meminfo: memFree=30740000/32873844 swapFree=9160/9160
[pid=2850] ppid=2848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2850/stat : 2850 (npSolver-wbo-It) S 2848 2850 643 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384892406 9367552 274 33554432000 4194304 5064252 140733692616720 140733692615632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2850/statm: 2287 274 233 213 0 72 0
[pid=2851] ppid=2850 vsize=82848 CPUtime=1649.36 cores=0,2,4,6
/proc/2851/stat : 2851 (npSolver-wbo) S 2850 2850 643 0 -1 4202496 21420 90720 0 0 147 57 164682 50 20 0 1 0 384892407 84836352 19913 33554432000 4194304 6006132 140734702507600 140734702498960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 35 0 0
/proc/2851/statm: 20712 19913 177 443 0 20265 0
[pid=28070] ppid=2851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28070/stat : 28070 (satsolver.sh) S 2851 2850 643 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385057439 9367552 267 33554432000 4194304 5064252 140737052539072 140737052537984 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28070/statm: 2287 267 226 213 0 72 0
[pid=28071] ppid=28070 vsize=85348 CPUtime=11.95 cores=0,2,4,6
/proc/28071/stat : 28071 (glucose) R 28070 2850 643 0 -1 4202496 16726 0 0 0 1193 2 0 0 20 0 1 0 385057439 87396352 19104 33554432000 4194304 5208918 140736274547344 140736274545016 4211851 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28071/statm: 21337 19104 95 248 0 21086 0
Current children cumulated CPU time (s) 1661.31
Current children cumulated vsize (KiB) 186492

[startup+1722.3 s]
/proc/loadavg: 1.97 1.91 1.91 3/181 29154
/proc/meminfo: memFree=30747472/32873844 swapFree=9160/9160
[pid=2850] ppid=2848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2850/stat : 2850 (npSolver-wbo-It) S 2848 2850 643 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384892406 9367552 274 33554432000 4194304 5064252 140733692616720 140733692615632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2850/statm: 2287 274 233 213 0 72 0
[pid=2851] ppid=2850 vsize=82848 CPUtime=1649.36 cores=0,2,4,6
/proc/2851/stat : 2851 (npSolver-wbo) S 2850 2850 643 0 -1 4202496 21420 90720 0 0 147 57 164682 50 20 0 1 0 384892407 84836352 19913 33554432000 4194304 6006132 140734702507600 140734702498960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 35 0 0
/proc/2851/statm: 20712 19913 177 443 0 20265 0
[pid=28070] ppid=2851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28070/stat : 28070 (satsolver.sh) S 2851 2850 643 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385057439 9367552 267 33554432000 4194304 5064252 140737052539072 140737052537984 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28070/statm: 2287 267 226 213 0 72 0
[pid=28071] ppid=28070 vsize=85348 CPUtime=71.94 cores=0,2,4,6
/proc/28071/stat : 28071 (glucose) R 28070 2850 643 0 -1 4202496 16795 0 0 0 7192 2 0 0 20 0 1 0 385057439 87396352 19173 33554432000 4194304 5208918 140736274547344 140736274545016 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28071/statm: 21337 19173 95 248 0 21086 0
Current children cumulated CPU time (s) 1721.3
Current children cumulated vsize (KiB) 186492

[startup+1782.3 s]
/proc/loadavg: 1.94 1.91 1.91 3/184 30076
/proc/meminfo: memFree=30738336/32873844 swapFree=9160/9160
[pid=2850] ppid=2848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2850/stat : 2850 (npSolver-wbo-It) S 2848 2850 643 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384892406 9367552 274 33554432000 4194304 5064252 140733692616720 140733692615632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2850/statm: 2287 274 233 213 0 72 0
[pid=2851] ppid=2850 vsize=82848 CPUtime=1649.36 cores=0,2,4,6
/proc/2851/stat : 2851 (npSolver-wbo) S 2850 2850 643 0 -1 4202496 21420 90720 0 0 147 57 164682 50 20 0 1 0 384892407 84836352 19913 33554432000 4194304 6006132 140734702507600 140734702498960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 35 0 0
/proc/2851/statm: 20712 19913 177 443 0 20265 0
[pid=28070] ppid=2851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28070/stat : 28070 (satsolver.sh) S 2851 2850 643 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385057439 9367552 267 33554432000 4194304 5064252 140737052539072 140737052537984 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28070/statm: 2287 267 226 213 0 72 0
[pid=28071] ppid=28070 vsize=85348 CPUtime=131.93 cores=0,2,4,6
/proc/28071/stat : 28071 (glucose) R 28070 2850 643 0 -1 4202496 16852 0 0 0 13191 2 0 0 20 0 1 0 385057439 87396352 19227 33554432000 4194304 5208918 140736274547344 140736274545016 4211744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28071/statm: 21337 19227 95 248 0 21086 0
Current children cumulated CPU time (s) 1781.29
Current children cumulated vsize (KiB) 186492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 2.24 1.98 1.93 3/183 30368
/proc/meminfo: memFree=30719700/32873844 swapFree=9160/9160
[pid=2850] ppid=2848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2850/stat : 2850 (npSolver-wbo-It) S 2848 2850 643 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 384892406 9367552 274 33554432000 4194304 5064252 140733692616720 140733692615632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2850/statm: 2287 274 233 213 0 72 0
[pid=2851] ppid=2850 vsize=82848 CPUtime=1649.36 cores=0,2,4,6
/proc/2851/stat : 2851 (npSolver-wbo) S 2850 2850 643 0 -1 4202496 21420 90720 0 0 147 57 164682 50 20 0 1 0 384892407 84836352 19913 33554432000 4194304 6006132 140734702507600 140734702498960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 35 0 0
/proc/2851/statm: 20712 19913 177 443 0 20265 0
[pid=28070] ppid=2851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28070/stat : 28070 (satsolver.sh) S 2851 2850 643 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385057439 9367552 267 33554432000 4194304 5064252 140737052539072 140737052537984 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28070/statm: 2287 267 226 213 0 72 0
[pid=28071] ppid=28070 vsize=85348 CPUtime=150.73 cores=0,2,4,6
/proc/28071/stat : 28071 (glucose) R 28070 2850 643 0 -1 4202496 16871 0 0 0 15071 2 0 0 20 0 1 0 385057439 87396352 19246 33554432000 4194304 5208918 140736274547344 140736274545016 4211668 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28071/statm: 21337 19246 95 248 0 21086 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 186492

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1801.11
CPU time (s): 1800.14
CPU user time (s): 1799.02
CPU system time (s): 1.11883
CPU usage (%): 99.9461
Max. virtual memory (cumulated for all children) (KiB): 226716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 1.11883
maximum resident set size= 135712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129999
page faults= 0
swaps= 0
block input operations= 0
block output operations= 123648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1773
involuntary context switches= 2104

runsolver used 2.74758 second user time and 7.11192 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-08 22:34:38
IDJOB=3752666
IDBENCH=78637
IDSOLVER=2336
FILE ID=node139/3752666-1339187678
RUNJOBID= node139-1339184073-2004
PBS_JOBID= 14643822
Free space on /tmp= 70700 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB10/oliveras/j120/normalized-j12041_4-unsat--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752666-1339187678/watcher-3752666-1339187678 -o /tmp/evaluation-result-3752666-1339187678/solver-3752666-1339187678 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752666-1339187678.wbo 361273236 HOME HOME

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

MD5SUM BENCH= ffeb8ff8321cb24b27dd0634c49d54e3
RANDOM SEED=361273236

node139.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.750
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.50
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.750
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.750
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.750
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.750
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.92
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.750
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.750
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.750
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:        30816740 kB
Buffers:          651728 kB
Cached:           271016 kB
SwapCached:          584 kB
Active:          1086004 kB
Inactive:          40852 kB
Active(anon):     197956 kB
Inactive(anon):     8012 kB
Active(file):     888048 kB
Inactive(file):    32840 kB
Unevictable:        9160 kB
Mlocked:            9160 kB
SwapTotal:      67108856 kB
SwapFree:       67104292 kB
Dirty:             29232 kB
Writeback:             0 kB
AnonPages:        279884 kB
Mapped:            11816 kB
Shmem:                 8 kB
Slab:             789472 kB
SReclaimable:     230468 kB
SUnreclaim:       559004 kB
KernelStack:        1512 kB
PageTables:         4560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     326292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    145408 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= 70668 MiB
End job on node139 at 2012-06-08 23:04:40