Trace number 3753581

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 (fixed)? (TO) 1800.06 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl40_45_pb.cnf.cr--soft-33-100-0.wbo
MD5SUM8648a4908eeb88d76ecf84cd5dcb68ad
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark1.9897
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3600
Total number of constraints170
Number of soft constraints116
Number of constraints which are clauses90
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
Top cost 5929
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 5928
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.03	c run usual solver
1.86/1.93	o 2356
1.86/1.93	c fallback to adder encoding
1.92/2.05	o 2354
1.92/2.05	c fallback to adder encoding
2.16/2.23	o 2048
2.16/2.23	c fallback to adder encoding
2.23/2.32	o 1790
2.23/2.32	c fallback to adder encoding
2.36/2.40	o 1185
3.79/4.30	o 589
5.48/5.59	o 473
6.58/6.79	o 439
7.70/7.90	o 371
8.86/9.03	o 369
9.92/10.08	o 359
10.91/11.08	o 336
11.98/12.05	o 317
12.94/13.08	o 312
113.52/113.68	o 265
114.53/114.68	o 244
115.49/115.63	o 222
116.46/116.54	o 192
117.29/117.42	o 162
118.05/118.17	o 158
118.84/118.93	o 154
119.67/119.70	o 153
120.35/120.48	o 149
121.16/121.20	o 148
121.80/121.91	o 132
125.34/125.43	o 129
125.42/126.28	o 117
126.75/126.89	o 90
131.16/131.27	o 86
133.35/133.46	o 60
133.43/133.75	o 48
1800.06/1800.41	c error: unexpected solver exit code
1800.06/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3753581-1339185354/watcher-3753581-1339185354 -o /tmp/evaluation-result-3753581-1339185354/solver-3753581-1339185354 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753581-1339185354.wbo 849327177 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.09 2.03 2.00 3/179 10658
/proc/meminfo: memFree=30120788/32873844 swapFree=7896/7896
[pid=10658] ppid=10656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10658/stat : 10658 (npSolver-wbo-It) S 10656 10658 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384660897 9367552 274 33554432000 4194304 5064252 140733941895856 140733941894768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10658/statm: 2287 274 233 213 0 72 0

[startup+0.00703591 s]
/proc/loadavg: 2.09 2.03 2.00 3/179 10658
/proc/meminfo: memFree=30120788/32873844 swapFree=7896/7896
[pid=10658] ppid=10656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10658/stat : 10658 (npSolver-wbo-It) S 10656 10658 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384660897 9367552 274 33554432000 4194304 5064252 140733941895856 140733941894768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10658/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10026 s]
/proc/loadavg: 2.09 2.03 2.00 3/179 10658
/proc/meminfo: memFree=30120788/32873844 swapFree=7896/7896
[pid=10658] ppid=10656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10658/stat : 10658 (npSolver-wbo-It) S 10656 10658 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384660897 9367552 274 33554432000 4194304 5064252 140733941895856 140733941894768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10658/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300239 s]
/proc/loadavg: 2.09 2.03 2.00 3/179 10658
/proc/meminfo: memFree=30120788/32873844 swapFree=7896/7896
[pid=10658] ppid=10656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10658/stat : 10658 (npSolver-wbo-It) S 10656 10658 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384660897 9367552 274 33554432000 4194304 5064252 140733941895856 140733941894768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10658/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700236 s]
/proc/loadavg: 2.09 2.03 2.00 3/179 10658
/proc/meminfo: memFree=30120788/32873844 swapFree=7896/7896
[pid=10658] ppid=10656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10658/stat : 10658 (npSolver-wbo-It) S 10656 10658 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384660897 9367552 274 33554432000 4194304 5064252 140733941895856 140733941894768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10658/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 10665
/proc/meminfo: memFree=30110776/32873844 swapFree=7896/7896
[pid=10658] ppid=10656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10658/stat : 10658 (npSolver-wbo-It) S 10656 10658 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384660897 9367552 274 33554432000 4194304 5064252 140733941895856 140733941894768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10658/statm: 2287 274 233 213 0 72 0
[pid=10659] ppid=10658 vsize=3436 CPUtime=0.09 cores=0,2,4,6
/proc/10659/stat : 10659 (npSolver-wbo) S 10658 10658 8594 0 -1 4202496 1515 2838 0 0 2 0 7 0 20 0 1 0 384660897 3518464 463 33554432000 4194304 6006132 140735118821872 140735118816064 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10659/statm: 859 463 158 443 0 412 0
[pid=10664] ppid=10659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10664/stat : 10664 (satsolver.sh) S 10659 10658 8594 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384660908 9367552 266 33554432000 4194304 5064252 140734782653344 140734782652256 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10664/statm: 2287 266 226 213 0 72 0
[pid=10665] ppid=10664 vsize=15840 CPUtime=1.37 cores=0,2,4,6
/proc/10665/stat : 10665 (glucose) R 10664 10658 8594 0 -1 4202496 3385 0 0 0 137 0 0 0 20 0 1 0 384660909 16220160 3501 33554432000 4194304 5208918 140734662025936 140734662023784 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10665/statm: 3960 3501 96 248 0 3709 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 37572

[startup+3.10027 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 10679
/proc/meminfo: memFree=30110952/32873844 swapFree=7896/7896
[pid=10658] ppid=10656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10658/stat : 10658 (npSolver-wbo-It) S 10656 10658 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384660897 9367552 274 33554432000 4194304 5064252 140733941895856 140733941894768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10658/statm: 2287 274 233 213 0 72 0
[pid=10659] ppid=10658 vsize=36832 CPUtime=2.54 cores=0,2,4,6
/proc/10659/stat : 10659 (npSolver-wbo) S 10658 10658 8594 0 -1 4202496 6869 30677 0 0 21 5 219 9 20 0 1 0 384660897 37715968 7530 33554432000 4194304 6006132 140735118821872 140735118813264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10659/statm: 9208 7530 181 443 0 8761 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 45980

[startup+6.30026 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 10710
/proc/meminfo: memFree=30089716/32873844 swapFree=7896/7896
[pid=10658] ppid=10656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10658/stat : 10658 (npSolver-wbo-It) S 10656 10658 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384660897 9367552 274 33554432000 4194304 5064252 140733941895856 140733941894768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10658/statm: 2287 274 233 213 0 72 0
[pid=10659] ppid=10658 vsize=20448 CPUtime=5.64 cores=0,2,4,6
/proc/10659/stat : 10659 (npSolver-wbo) S 10658 10658 8594 0 -1 4202496 10941 68551 0 0 33 7 481 43 20 0 1 0 384660897 20938752 4741 33554432000 4194304 6006132 140735118821872 140735118813264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10659/statm: 5112 4741 181 443 0 4665 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 29596

[startup+12.7003 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 10752
/proc/meminfo: memFree=30092316/32873844 swapFree=7896/7896
[pid=10658] ppid=10656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10658/stat : 10658 (npSolver-wbo-It) S 10656 10658 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384660897 9367552 274 33554432000 4194304 5064252 140733941895856 140733941894768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10658/statm: 2287 274 233 213 0 72 0
[pid=10659] ppid=10658 vsize=20448 CPUtime=12.08 cores=0,2,4,6
/proc/10659/stat : 10659 (npSolver-wbo) S 10658 10658 8594 0 -1 4202496 21587 133911 0 0 58 9 1046 95 20 0 1 0 384660897 20938752 4741 33554432000 4194304 6006132 140735118821872 140735118813264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10659/statm: 5112 4741 181 443 0 4665 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 29596

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 10763
/proc/meminfo: memFree=30043012/32873844 swapFree=7896/7896
[pid=10658] ppid=10656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10658/stat : 10658 (npSolver-wbo-It) S 10656 10658 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384660897 9367552 274 33554432000 4194304 5064252 140733941895856 140733941894768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10658/statm: 2287 274 233 213 0 72 0
[pid=10659] ppid=10658 vsize=20448 CPUtime=13.1 cores=0,2,4,6
/proc/10659/stat : 10659 (npSolver-wbo) S 10658 10658 8594 0 -1 4202496 23352 143791 0 0 61 10 1136 103 20 0 1 0 384660897 20938752 4741 33554432000 4194304 6006132 140735118821872 140735118813264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10659/statm: 5112 4741 181 443 0 4665 0
[pid=10762] ppid=10659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10762/stat : 10762 (satsolver.sh) S 10659 10658 8594 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384662209 9367552 266 33554432000 4194304 5064252 140734080465808 140734080464720 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10762/statm: 2287 266 226 213 0 72 0
[pid=10763] ppid=10762 vsize=58520 CPUtime=12.37 cores=0,2,4,6
/proc/10763/stat : 10763 (glucose) R 10762 10658 8594 0 -1 4202496 10313 0 0 0 1235 2 0 0 20 0 1 0 384662209 59924480 14101 33554432000 4194304 5208918 140735118394992 140735118392856 4215245 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10763/statm: 14630 14101 104 248 0 14379 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 97264

[startup+51.1004 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 10763
/proc/meminfo: memFree=30028236/32873844 swapFree=7896/7896
[pid=10658] ppid=10656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10658/stat : 10658 (npSolver-wbo-It) S 10656 10658 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384660897 9367552 274 33554432000 4194304 5064252 140733941895856 140733941894768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10658/statm: 2287 274 233 213 0 72 0
[pid=10659] ppid=10658 vsize=20448 CPUtime=13.1 cores=0,2,4,6
/proc/10659/stat : 10659 (npSolver-wbo) S 10658 10658 8594 0 -1 4202496 23352 143791 0 0 61 10 1136 103 20 0 1 0 384660897 20938752 4741 33554432000 4194304 6006132 140735118821872 140735118813264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10659/statm: 5112 4741 181 443 0 4665 0
[pid=10762] ppid=10659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10762/stat : 10762 (satsolver.sh) S 10659 10658 8594 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384662209 9367552 266 33554432000 4194304 5064252 140734080465808 140734080464720 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10762/statm: 2287 266 226 213 0 72 0
[pid=10763] ppid=10762 vsize=77376 CPUtime=37.97 cores=0,2,4,6
/proc/10763/stat : 10763 (glucose) R 10762 10658 8594 0 -1 4202496 11508 0 0 0 3794 3 0 0 20 0 1 0 384662209 79233024 17874 33554432000 4194304 5208918 140735118394992 140735118392936 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10763/statm: 19344 17874 104 248 0 19093 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 116120

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 10763
/proc/meminfo: memFree=30023708/32873844 swapFree=7896/7896
[pid=10658] ppid=10656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10658/stat : 10658 (npSolver-wbo-It) S 10656 10658 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384660897 9367552 274 33554432000 4194304 5064252 140733941895856 140733941894768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10658/statm: 2287 274 233 213 0 72 0
[pid=10659] ppid=10658 vsize=20448 CPUtime=13.1 cores=0,2,4,6
/proc/10659/stat : 10659 (npSolver-wbo) S 10658 10658 8594 0 -1 4202496 23352 143791 0 0 61 10 1136 103 20 0 1 0 384660897 20938752 4741 33554432000 4194304 6006132 140735118821872 140735118813264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10659/statm: 5112 4741 181 443 0 4665 0
[pid=10762] ppid=10659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10762/stat : 10762 (satsolver.sh) S 10659 10658 8594 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384662209 9367552 266 33554432000 4194304 5064252 140734080465808 140734080464720 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10762/statm: 2287 266 226 213 0 72 0
[pid=10763] ppid=10762 vsize=77376 CPUtime=89.16 cores=0,2,4,6
/proc/10763/stat : 10763 (glucose) R 10762 10658 8594 0 -1 4202496 13561 0 0 0 8910 6 0 0 20 0 1 0 384662209 79233024 18842 33554432000 4194304 5208918 140735118394992 140735118393080 4215353 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10763/statm: 19344 18842 104 248 0 19093 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 116120

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 10882
/proc/meminfo: memFree=30044148/32873844 swapFree=7896/7896
[pid=10658] ppid=10656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10658/stat : 10658 (npSolver-wbo-It) S 10656 10658 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384660897 9367552 274 33554432000 4194304 5064252 140733941895856 140733941894768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10658/statm: 2287 274 233 213 0 72 0
[pid=10659] ppid=10658 vsize=20448 CPUtime=133.73 cores=0,2,4,6
/proc/10659/stat : 10659 (npSolver-wbo) S 10658 10658 8594 0 -1 4202496 38313 272156 0 0 88 14 13089 182 20 0 1 0 384660897 20938752 4741 33554432000 4194304 6006132 140735118821872 140735118813264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10659/statm: 5112 4741 181 443 0 4665 0
[pid=10881] ppid=10659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10881/stat : 10881 (satsolver.sh) S 10659 10658 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384674272 9367552 267 33554432000 4194304 5064252 140734489694944 140734489693856 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10881/statm: 2287 267 226 213 0 72 0
[pid=10882] ppid=10881 vsize=58880 CPUtime=28.53 cores=0,2,4,6
/proc/10882/stat : 10882 (glucose) R 10881 10658 8594 0 -1 4202496 6625 0 0 0 2851 2 0 0 20 0 1 0 384674272 60293120 14307 33554432000 4194304 5208918 140735425494928 140735425492872 4229776 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10882/statm: 14720 14307 103 248 0 14469 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 97624

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 10889
/proc/meminfo: memFree=30054864/32873844 swapFree=7896/7896
[pid=10658] ppid=10656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10658/stat : 10658 (npSolver-wbo-It) S 10656 10658 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384660897 9367552 274 33554432000 4194304 5064252 140733941895856 140733941894768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10658/statm: 2287 274 233 213 0 72 0
[pid=10659] ppid=10658 vsize=20448 CPUtime=133.73 cores=0,2,4,6
/proc/10659/stat : 10659 (npSolver-wbo) S 10658 10658 8594 0 -1 4202496 38313 272156 0 0 88 14 13089 182 20 0 1 0 384660897 20938752 4741 33554432000 4194304 6006132 140735118821872 140735118813264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10659/statm: 5112 4741 181 443 0 4665 0
[pid=10881] ppid=10659 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/10882/stat : 10882 (glucose) R 10881 10658 8594 0 -1 4202496 58595 0 0 0 122721 111 0 0 20 0 1 0 384674272 205987840 39528 33554432000 4194304 5208918 140735425494928 140735425493080 4229517 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10882/statm: 50290 39528 103 248 0 50039 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 239904

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10968
/proc/meminfo: memFree=30467156/32873844 swapFree=7896/7896
[pid=10658] ppid=10656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10658/stat : 10658 (npSolver-wbo-It) S 10656 10658 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384660897 9367552 274 33554432000 4194304 5064252 140733941895856 140733941894768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10658/statm: 2287 274 233 213 0 72 0
[pid=10659] ppid=10658 vsize=20448 CPUtime=133.73 cores=0,2,4,6
/proc/10659/stat : 10659 (npSolver-wbo) S 10658 10658 8594 0 -1 4202496 38313 272156 0 0 88 14 13089 182 20 0 1 0 384660897 20938752 4741 33554432000 4194304 6006132 140735118821872 140735118813264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10659/statm: 5112 4741 181 443 0 4665 0
[pid=10881] ppid=10659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10881/stat : 10881 (satsolver.sh) S 10659 10658 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384674272 9367552 267 33554432000 4194304 5064252 140734489694944 140734489693856 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10881/statm: 2287 267 226 213 0 72 0
[pid=10882] ppid=10881 vsize=201160 CPUtime=1288.32 cores=0,2,4,6
/proc/10882/stat : 10882 (glucose) R 10881 10658 8594 0 -1 4202496 59870 0 0 0 128717 115 0 0 20 0 1 0 384674272 205987840 42600 33554432000 4194304 5208918 140735425494928 140735425493080 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10882/statm: 50290 42600 103 248 0 50039 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 239904

[startup+1482.3 s]
/proc/loadavg: 2.14 2.03 2.01 3/184 10971
/proc/meminfo: memFree=30510956/32873844 swapFree=7896/7896
[pid=10658] ppid=10656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10658/stat : 10658 (npSolver-wbo-It) S 10656 10658 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384660897 9367552 274 33554432000 4194304 5064252 140733941895856 140733941894768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10658/statm: 2287 274 233 213 0 72 0
[pid=10659] ppid=10658 vsize=20448 CPUtime=133.73 cores=0,2,4,6
/proc/10659/stat : 10659 (npSolver-wbo) S 10658 10658 8594 0 -1 4202496 38313 272156 0 0 88 14 13089 182 20 0 1 0 384660897 20938752 4741 33554432000 4194304 6006132 140735118821872 140735118813264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10659/statm: 5112 4741 181 443 0 4665 0
[pid=10881] ppid=10659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10881/stat : 10881 (satsolver.sh) S 10659 10658 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384674272 9367552 267 33554432000 4194304 5064252 140734489694944 140734489693856 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10881/statm: 2287 267 226 213 0 72 0
[pid=10882] ppid=10881 vsize=151072 CPUtime=1348.3 cores=0,2,4,6
/proc/10882/stat : 10882 (glucose) R 10881 10658 8594 0 -1 4202496 62051 0 0 0 134710 120 0 0 20 0 1 0 384674272 154697728 30523 33554432000 4194304 5208918 140735425494928 140735425493016 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10882/statm: 37768 30523 103 248 0 37517 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 189816

[startup+1542.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/184 10973
/proc/meminfo: memFree=30473092/32873844 swapFree=7896/7896
[pid=10658] ppid=10656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10658/stat : 10658 (npSolver-wbo-It) S 10656 10658 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384660897 9367552 274 33554432000 4194304 5064252 140733941895856 140733941894768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10658/statm: 2287 274 233 213 0 72 0
[pid=10659] ppid=10658 vsize=20448 CPUtime=133.73 cores=0,2,4,6
/proc/10659/stat : 10659 (npSolver-wbo) S 10658 10658 8594 0 -1 4202496 38313 272156 0 0 88 14 13089 182 20 0 1 0 384660897 20938752 4741 33554432000 4194304 6006132 140735118821872 140735118813264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10659/statm: 5112 4741 181 443 0 4665 0
[pid=10881] ppid=10659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10881/stat : 10881 (satsolver.sh) S 10659 10658 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384674272 9367552 267 33554432000 4194304 5064252 140734489694944 140734489693856 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10881/statm: 2287 267 226 213 0 72 0
[pid=10882] ppid=10881 vsize=201160 CPUtime=1408.28 cores=0,2,4,6
/proc/10882/stat : 10882 (glucose) R 10881 10658 8594 0 -1 4202496 63636 0 0 0 140704 124 0 0 20 0 1 0 384674272 205987840 39016 33554432000 4194304 5208918 140735425494928 140735425493080 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10882/statm: 50290 39016 103 248 0 50039 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 239904

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 10973
/proc/meminfo: memFree=30428080/32873844 swapFree=7896/7896
[pid=10658] ppid=10656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10658/stat : 10658 (npSolver-wbo-It) S 10656 10658 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384660897 9367552 274 33554432000 4194304 5064252 140733941895856 140733941894768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10658/statm: 2287 274 233 213 0 72 0
[pid=10659] ppid=10658 vsize=20448 CPUtime=133.73 cores=0,2,4,6
/proc/10659/stat : 10659 (npSolver-wbo) S 10658 10658 8594 0 -1 4202496 38313 272156 0 0 88 14 13089 182 20 0 1 0 384660897 20938752 4741 33554432000 4194304 6006132 140735118821872 140735118813264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10659/statm: 5112 4741 181 443 0 4665 0
[pid=10881] ppid=10659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10881/stat : 10881 (satsolver.sh) S 10659 10658 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384674272 9367552 267 33554432000 4194304 5064252 140734489694944 140734489693856 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10881/statm: 2287 267 226 213 0 72 0
[pid=10882] ppid=10881 vsize=201160 CPUtime=1468.27 cores=0,2,4,6
/proc/10882/stat : 10882 (glucose) R 10881 10658 8594 0 -1 4202496 64906 0 0 0 146699 128 0 0 20 0 1 0 384674272 205987840 48232 33554432000 4194304 5208918 140735425494928 140735425493080 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10882/statm: 50290 48232 103 248 0 50039 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 239904

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 10973
/proc/meminfo: memFree=30493172/32873844 swapFree=7896/7896
[pid=10658] ppid=10656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10658/stat : 10658 (npSolver-wbo-It) S 10656 10658 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384660897 9367552 274 33554432000 4194304 5064252 140733941895856 140733941894768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10658/statm: 2287 274 233 213 0 72 0
[pid=10659] ppid=10658 vsize=20448 CPUtime=133.73 cores=0,2,4,6
/proc/10659/stat : 10659 (npSolver-wbo) S 10658 10658 8594 0 -1 4202496 38313 272156 0 0 88 14 13089 182 20 0 1 0 384660897 20938752 4741 33554432000 4194304 6006132 140735118821872 140735118813264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10659/statm: 5112 4741 181 443 0 4665 0
[pid=10881] ppid=10659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10881/stat : 10881 (satsolver.sh) S 10659 10658 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384674272 9367552 267 33554432000 4194304 5064252 140734489694944 140734489693856 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10881/statm: 2287 267 226 213 0 72 0
[pid=10882] ppid=10881 vsize=151072 CPUtime=1528.24 cores=0,2,4,6
/proc/10882/stat : 10882 (glucose) R 10881 10658 8594 0 -1 4202496 67102 0 0 0 152691 133 0 0 20 0 1 0 384674272 154697728 37179 33554432000 4194304 5208918 140735425494928 140735425493080 4229776 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10882/statm: 37768 37179 103 248 0 37517 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 189816

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 10973
/proc/meminfo: memFree=30438164/32873844 swapFree=7896/7896
[pid=10658] ppid=10656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10658/stat : 10658 (npSolver-wbo-It) S 10656 10658 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384660897 9367552 274 33554432000 4194304 5064252 140733941895856 140733941894768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10658/statm: 2287 274 233 213 0 72 0
[pid=10659] ppid=10658 vsize=20448 CPUtime=133.73 cores=0,2,4,6
/proc/10659/stat : 10659 (npSolver-wbo) S 10658 10658 8594 0 -1 4202496 38313 272156 0 0 88 14 13089 182 20 0 1 0 384660897 20938752 4741 33554432000 4194304 6006132 140735118821872 140735118813264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10659/statm: 5112 4741 181 443 0 4665 0
[pid=10881] ppid=10659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10881/stat : 10881 (satsolver.sh) S 10659 10658 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384674272 9367552 267 33554432000 4194304 5064252 140734489694944 140734489693856 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10881/statm: 2287 267 226 213 0 72 0
[pid=10882] ppid=10881 vsize=201160 CPUtime=1588.24 cores=0,2,4,6
/proc/10882/stat : 10882 (glucose) R 10881 10658 8594 0 -1 4202496 68665 0 0 0 158687 137 0 0 20 0 1 0 384674272 205987840 42088 33554432000 4194304 5208918 140735425494928 140735425493080 4229466 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10882/statm: 50290 42088 103 248 0 50039 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 239904

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10973
/proc/meminfo: memFree=30434384/32873844 swapFree=7896/7896
[pid=10658] ppid=10656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10658/stat : 10658 (npSolver-wbo-It) S 10656 10658 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384660897 9367552 274 33554432000 4194304 5064252 140733941895856 140733941894768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10658/statm: 2287 274 233 213 0 72 0
[pid=10659] ppid=10658 vsize=20448 CPUtime=133.73 cores=0,2,4,6
/proc/10659/stat : 10659 (npSolver-wbo) S 10658 10658 8594 0 -1 4202496 38313 272156 0 0 88 14 13089 182 20 0 1 0 384660897 20938752 4741 33554432000 4194304 6006132 140735118821872 140735118813264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10659/statm: 5112 4741 181 443 0 4665 0
[pid=10881] ppid=10659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10881/stat : 10881 (satsolver.sh) S 10659 10658 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384674272 9367552 267 33554432000 4194304 5064252 140734489694944 140734489693856 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10881/statm: 2287 267 226 213 0 72 0
[pid=10882] ppid=10881 vsize=201160 CPUtime=1648.23 cores=0,2,4,6
/proc/10882/stat : 10882 (glucose) R 10881 10658 8594 0 -1 4202496 69944 0 0 0 164682 141 0 0 20 0 1 0 384674272 205987840 49256 33554432000 4194304 5208918 140735425494928 140735425493080 4229776 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10882/statm: 50290 49256 103 248 0 50039 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 239904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 10974
/proc/meminfo: memFree=30477024/32873844 swapFree=7896/7896
[pid=10658] ppid=10656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10658/stat : 10658 (npSolver-wbo-It) S 10656 10658 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384660897 9367552 274 33554432000 4194304 5064252 140733941895856 140733941894768 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10658/statm: 2287 274 233 213 0 72 0
[pid=10659] ppid=10658 vsize=20448 CPUtime=133.73 cores=0,2,4,6
/proc/10659/stat : 10659 (npSolver-wbo) S 10658 10658 8594 0 -1 4202496 38313 272156 0 0 88 14 13089 182 20 0 1 0 384660897 20938752 4741 33554432000 4194304 6006132 140735118821872 140735118813264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10659/statm: 5112 4741 181 443 0 4665 0
[pid=10881] ppid=10659 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10881/stat : 10881 (satsolver.sh) S 10659 10658 8594 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384674272 9367552 267 33554432000 4194304 5064252 140734489694944 140734489693856 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10881/statm: 2287 267 226 213 0 72 0
[pid=10882] ppid=10881 vsize=201160 CPUtime=1666.33 cores=0,2,4,6
/proc/10882/stat : 10882 (glucose) R 10881 10658 8594 0 -1 4202496 71177 0 0 0 166490 143 0 0 20 0 1 0 384674272 205987840 37992 33554432000 4194304 5208918 140735425494928 140735425493080 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10882/statm: 50290 37992 103 248 0 50039 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 239904

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10658 and gives
#  childrusage.ru_utime.tv_sec=131
#  childrusage.ru_utime.tv_usec=776966
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=970700
# CPU time returned by wait4() is 133.748
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.06
CPU user time (s): 1796.67
CPU system time (s): 3.39
CPU usage (%): 99.9804
Max. virtual memory (cumulated for all children) (KiB): 289224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 131.777
system time used= 1.9707
maximum resident set size= 115276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 311446
page faults= 0
swaps= 0
block input operations= 0
block output operations= 158296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2990
involuntary context switches= 460

runsolver used 5.11422 second user time and 18.2192 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-08 21:55:54
IDJOB=3753581
IDBENCH=78675
IDSOLVER=2337
FILE ID=node136/3753581-1339185354
RUNJOBID= node136-1339183022-10012
PBS_JOBID= 14643823
Free space on /tmp= 70200 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl40_45_pb.cnf.cr--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753581-1339185354/watcher-3753581-1339185354 -o /tmp/evaluation-result-3753581-1339185354/solver-3753581-1339185354 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753581-1339185354.wbo 849327177 HOME HOME

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

MD5SUM BENCH= 8648a4908eeb88d76ecf84cd5dcb68ad
RANDOM SEED=849327177

node136.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		: 2667.247
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	: 5334.49
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		: 2667.247
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		: 2667.247
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.94
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		: 2667.247
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		: 2667.247
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		: 2667.247
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.90
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		: 2667.247
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		: 2667.247
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:        30121432 kB
Buffers:          772032 kB
Cached:           519424 kB
SwapCached:        20432 kB
Active:          1660816 kB
Inactive:         179016 kB
Active(anon):     526200 kB
Inactive(anon):    22684 kB
Active(file):    1134616 kB
Inactive(file):   156332 kB
Unevictable:        7896 kB
Mlocked:            7896 kB
SwapTotal:      67108856 kB
SwapFree:       67083240 kB
Dirty:              8316 kB
Writeback:             0 kB
AnonPages:        534824 kB
Mapped:            10200 kB
Shmem:                 0 kB
Slab:             770216 kB
SReclaimable:     211388 kB
SUnreclaim:       558828 kB
KernelStack:        1472 kB
PageTables:         4816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     706024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    479232 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= 70316 MiB
End job on node136 at 2012-06-08 22:25:55