Trace number 3716699

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
wbo2satCp2 2012-05-19? (TO) 1800.09 1800.41

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.3.accl.ucl--soft-0-100-0.wbo
MD5SUM65e5bfc23cfeb9f0d41691b20b2e7f01
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark5.62214
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4622
Total number of constraints12569
Number of soft constraints12569
Number of constraints which are clauses11753
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints816
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 636317
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 636316
Biggest number in a constraint 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 130
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

Quality of the solution as a function of time


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

Solver Data

3.87/3.94	o 1477
3.87/3.94	c current bound: 738
3.87/3.94	c fallback to adder encoding
504.68/504.89	o 734
504.68/504.89	c current bound: 367
504.68/504.89	c fallback to adder encoding
1636.60/1636.96	o 365
1636.60/1636.96	c current bound: 182
1636.60/1636.96	c fallback to adder encoding
1800.05/1800.41	./satsolver.sh: line 5: 12045 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.05/1800.41	c error: unexpected solver exit code
1800.05/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-3716699-1338211288/watcher-3716699-1338211288 -o /tmp/evaluation-result-3716699-1338211288/solver-3716699-1338211288 -C 1800 -W 1900 -M 15500 HOME/runWbo2satCp2.sh HOME/instance-3716699-1338211288.wbo 1294506312 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11978
/proc/meminfo: memFree=28666832/32873648 swapFree=6844/6844
[pid=11978] ppid=11976 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (runWbo2satCp2.s) S 11976 11978 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287254716 9367552 275 33554432000 4194304 5064252 140734459401824 140734459400736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 275 233 213 0 72 0

[startup+0.00838409 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11978
/proc/meminfo: memFree=28666832/32873648 swapFree=6844/6844
[pid=11978] ppid=11976 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (runWbo2satCp2.s) S 11976 11978 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287254716 9367552 275 33554432000 4194304 5064252 140734459401824 140734459400736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100212 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11978
/proc/meminfo: memFree=28666832/32873648 swapFree=6844/6844
[pid=11978] ppid=11976 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (runWbo2satCp2.s) S 11976 11978 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287254716 9367552 275 33554432000 4194304 5064252 140734459401824 140734459400736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300182 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11978
/proc/meminfo: memFree=28666832/32873648 swapFree=6844/6844
[pid=11978] ppid=11976 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (runWbo2satCp2.s) S 11976 11978 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287254716 9367552 275 33554432000 4194304 5064252 140734459401824 140734459400736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700184 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11978
/proc/meminfo: memFree=28666832/32873648 swapFree=6844/6844
[pid=11978] ppid=11976 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (runWbo2satCp2.s) S 11976 11978 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287254716 9367552 275 33554432000 4194304 5064252 140734459401824 140734459400736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11980
/proc/meminfo: memFree=28651116/32873648 swapFree=6844/6844
[pid=11978] ppid=11976 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (runWbo2satCp2.s) S 11976 11978 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287254716 9367552 275 33554432000 4194304 5064252 140734459401824 140734459400736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 275 233 213 0 72 0
[pid=11979] ppid=11978 vsize=34772 CPUtime=1.48 cores=1,3,5,7
/proc/11979/stat : 11979 (wbo2sat) R 11978 11978 7427 0 -1 4202496 2793 0 0 0 148 0 0 0 20 0 1 0 287254716 35606528 5320 33554432000 4194304 5872148 140734121734272 140734121731128 4326331 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11979/statm: 8693 5320 144 410 0 8275 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 43920

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11980
/proc/meminfo: memFree=28620240/32873648 swapFree=6844/6844
[pid=11978] ppid=11976 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (runWbo2satCp2.s) S 11976 11978 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287254716 9367552 275 33554432000 4194304 5064252 140734459401824 140734459400736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 275 233 213 0 72 0
[pid=11979] ppid=11978 vsize=68112 CPUtime=2.8 cores=1,3,5,7
/proc/11979/stat : 11979 (wbo2sat) S 11978 11978 7427 0 -1 4202496 7082 0 0 0 275 5 0 0 20 0 1 0 287254716 69746688 12100 33554432000 4194304 5872148 140734121734272 140734121730152 5123914 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11979/statm: 17028 12100 159 410 0 16610 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 77260

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11985
/proc/meminfo: memFree=28315512/32873648 swapFree=6844/6844
[pid=11978] ppid=11976 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (runWbo2satCp2.s) S 11976 11978 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287254716 9367552 275 33554432000 4194304 5064252 140734459401824 140734459400736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 275 233 213 0 72 0
[pid=11979] ppid=11978 vsize=173296 CPUtime=4.66 cores=1,3,5,7
/proc/11979/stat : 11979 (wbo2sat) S 11978 11978 7427 0 -1 4202496 12737 7942 0 0 352 71 37 6 20 0 1 0 287254716 177455104 33283 33554432000 4194304 5872148 140734121734272 140734121727544 5123914 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11979/statm: 43324 33283 175 410 0 42906 0
[pid=11984] ppid=11979 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11984/stat : 11984 (satsolver.sh) S 11979 11978 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287255184 9367552 266 33554432000 4194304 5064252 140735162585792 140735162584704 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11984/statm: 2287 266 226 213 0 72 0
[pid=11985] ppid=11984 vsize=150840 CPUtime=1.59 cores=1,3,5,7
/proc/11985/stat : 11985 (glucose_static) R 11984 11978 7427 0 -1 4202496 27970 0 0 0 152 7 0 0 20 0 1 0 287255185 154460160 34475 33554432000 4194304 4896791 140733827807984 140733827805192 4203775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11985/statm: 37710 34475 76 172 0 37536 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 342432

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 11985
/proc/meminfo: memFree=28300140/32873648 swapFree=6844/6844
[pid=11978] ppid=11976 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (runWbo2satCp2.s) S 11976 11978 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287254716 9367552 275 33554432000 4194304 5064252 140734459401824 140734459400736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 275 233 213 0 72 0
[pid=11979] ppid=11978 vsize=173296 CPUtime=4.66 cores=1,3,5,7
/proc/11979/stat : 11979 (wbo2sat) S 11978 11978 7427 0 -1 4202496 12737 7942 0 0 352 71 37 6 20 0 1 0 287254716 177455104 33283 33554432000 4194304 5872148 140734121734272 140734121727544 5123914 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11979/statm: 43324 33283 175 410 0 42906 0
[pid=11984] ppid=11979 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11984/stat : 11984 (satsolver.sh) S 11979 11978 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287255184 9367552 266 33554432000 4194304 5064252 140735162585792 140735162584704 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11984/statm: 2287 266 226 213 0 72 0
[pid=11985] ppid=11984 vsize=151236 CPUtime=7.99 cores=1,3,5,7
/proc/11985/stat : 11985 (glucose_static) R 11984 11978 7427 0 -1 4202496 28056 0 0 0 791 8 0 0 20 0 1 0 287255185 154865664 35583 33554432000 4194304 4896791 140733827807984 140733827805192 4203849 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11985/statm: 37809 35583 76 172 0 37635 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 342828

[startup+25.5003 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 11985
/proc/meminfo: memFree=28297472/32873648 swapFree=6844/6844
[pid=11978] ppid=11976 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (runWbo2satCp2.s) S 11976 11978 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287254716 9367552 275 33554432000 4194304 5064252 140734459401824 140734459400736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 275 233 213 0 72 0
[pid=11979] ppid=11978 vsize=173296 CPUtime=4.66 cores=1,3,5,7
/proc/11979/stat : 11979 (wbo2sat) S 11978 11978 7427 0 -1 4202496 12737 7942 0 0 352 71 37 6 20 0 1 0 287254716 177455104 33283 33554432000 4194304 5872148 140734121734272 140734121727544 5123914 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11979/statm: 43324 33283 175 410 0 42906 0
[pid=11984] ppid=11979 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11984/stat : 11984 (satsolver.sh) S 11979 11978 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287255184 9367552 266 33554432000 4194304 5064252 140735162585792 140735162584704 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11984/statm: 2287 266 226 213 0 72 0
[pid=11985] ppid=11984 vsize=151400 CPUtime=20.79 cores=1,3,5,7
/proc/11985/stat : 11985 (glucose_static) R 11984 11978 7427 0 -1 4202496 28361 0 0 0 2071 8 0 0 20 0 1 0 287255185 155033600 35886 33554432000 4194304 4896791 140733827807984 140733827805304 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11985/statm: 37850 35886 76 172 0 37676 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 342992

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 11985
/proc/meminfo: memFree=28291500/32873648 swapFree=6844/6844
[pid=11978] ppid=11976 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (runWbo2satCp2.s) S 11976 11978 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287254716 9367552 275 33554432000 4194304 5064252 140734459401824 140734459400736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 275 233 213 0 72 0
[pid=11979] ppid=11978 vsize=173296 CPUtime=4.66 cores=1,3,5,7
/proc/11979/stat : 11979 (wbo2sat) S 11978 11978 7427 0 -1 4202496 12737 7942 0 0 352 71 37 6 20 0 1 0 287254716 177455104 33283 33554432000 4194304 5872148 140734121734272 140734121727544 5123914 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11979/statm: 43324 33283 175 410 0 42906 0
[pid=11984] ppid=11979 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11984/stat : 11984 (satsolver.sh) S 11979 11978 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287255184 9367552 266 33554432000 4194304 5064252 140735162585792 140735162584704 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11984/statm: 2287 266 226 213 0 72 0
[pid=11985] ppid=11984 vsize=182484 CPUtime=46.39 cores=1,3,5,7
/proc/11985/stat : 11985 (glucose_static) R 11984 11978 7427 0 -1 4202496 28568 0 0 0 4630 9 0 0 20 0 1 0 287255185 186863616 37115 33554432000 4194304 4896791 140733827807984 140733827805192 4203877 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11985/statm: 45621 37115 76 172 0 45447 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 374076

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 11985
/proc/meminfo: memFree=28283868/32873648 swapFree=6844/6844
[pid=11978] ppid=11976 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (runWbo2satCp2.s) S 11976 11978 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287254716 9367552 275 33554432000 4194304 5064252 140734459401824 140734459400736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 275 233 213 0 72 0
[pid=11979] ppid=11978 vsize=173296 CPUtime=4.66 cores=1,3,5,7
/proc/11979/stat : 11979 (wbo2sat) S 11978 11978 7427 0 -1 4202496 12737 7942 0 0 352 71 37 6 20 0 1 0 287254716 177455104 33283 33554432000 4194304 5872148 140734121734272 140734121727544 5123914 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11979/statm: 43324 33283 175 410 0 42906 0
[pid=11984] ppid=11979 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11984/stat : 11984 (satsolver.sh) S 11979 11978 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287255184 9367552 266 33554432000 4194304 5064252 140735162585792 140735162584704 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11984/statm: 2287 266 226 213 0 72 0
[pid=11985] ppid=11984 vsize=182800 CPUtime=97.59 cores=1,3,5,7
/proc/11985/stat : 11985 (glucose_static) R 11984 11978 7427 0 -1 4202496 28637 0 0 0 9750 9 0 0 20 0 1 0 287255185 187187200 38717 33554432000 4194304 4896791 140733827807984 140733827805304 4203877 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11985/statm: 45700 38717 76 172 0 45526 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 374392

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11986
/proc/meminfo: memFree=28286184/32873648 swapFree=6844/6844
[pid=11978] ppid=11976 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (runWbo2satCp2.s) S 11976 11978 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287254716 9367552 275 33554432000 4194304 5064252 140734459401824 140734459400736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 275 233 213 0 72 0
[pid=11979] ppid=11978 vsize=173296 CPUtime=4.66 cores=1,3,5,7
/proc/11979/stat : 11979 (wbo2sat) S 11978 11978 7427 0 -1 4202496 12737 7942 0 0 352 71 37 6 20 0 1 0 287254716 177455104 33283 33554432000 4194304 5872148 140734121734272 140734121727544 5123914 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11979/statm: 43324 33283 175 410 0 42906 0
[pid=11984] ppid=11979 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11984/stat : 11984 (satsolver.sh) S 11979 11978 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287255184 9367552 266 33554432000 4194304 5064252 140735162585792 140735162584704 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11984/statm: 2287 266 226 213 0 72 0
[pid=11985] ppid=11984 vsize=182932 CPUtime=157.57 cores=1,3,5,7
/proc/11985/stat : 11985 (glucose_static) R 11984 11978 7427 0 -1 4202496 29382 0 0 0 15747 10 0 0 20 0 1 0 287255185 187322368 36720 33554432000 4194304 4896791 140733827807984 140733827805512 4203856 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11985/statm: 45733 36720 76 172 0 45559 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 374524

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11986
/proc/meminfo: memFree=28277844/32873648 swapFree=6844/6844
[pid=11978] ppid=11976 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 1.00 1.09 1.46 2/174 12041
/proc/meminfo: memFree=28539832/32873648 swapFree=6844/6844
[pid=11978] ppid=11976 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (runWbo2satCp2.s) S 11976 11978 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287254716 9367552 275 33554432000 4194304 5064252 140734459401824 140734459400736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 275 233 213 0 72 0
[pid=11979] ppid=11978 vsize=173876 CPUtime=505.44 cores=1,3,5,7
/proc/11979/stat : 11979 (wbo2sat) S 11978 11978 7427 0 -1 4202496 19889 42368 0 0 413 78 50029 24 20 0 1 0 287254716 178049024 31906 33554432000 4194304 5872148 140734121734272 140734121727544 5123914 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11979/statm: 43469 31906 175 410 0 43051 0
[pid=11996] ppid=11979 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11996/stat : 11996 (satsolver.sh) S 11979 11978 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287305271 9367552 267 33554432000 4194304 5064252 140735400552832 140735400551744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11996/statm: 2287 267 226 213 0 72 0
[pid=11997] ppid=11996 vsize=177036 CPUtime=856.6 cores=1,3,5,7
/proc/11997/stat : 11997 (glucose_static) R 11996 11978 7427 0 -1 4202496 27453 0 0 0 85650 10 0 0 20 0 1 0 287305271 181284864 38324 33554432000 4194304 4896791 140733397784624 140733397781992 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11997/statm: 44259 38324 78 172 0 44085 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 369208

[startup+1422.31 s]
/proc/loadavg: 1.00 1.07 1.43 2/174 12041
/proc/meminfo: memFree=28558388/32873648 swapFree=6844/6844
[pid=11978] ppid=11976 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (runWbo2satCp2.s) S 11976 11978 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287254716 9367552 275 33554432000 4194304 5064252 140734459401824 140734459400736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 275 233 213 0 72 0
[pid=11979] ppid=11978 vsize=173876 CPUtime=505.44 cores=1,3,5,7
/proc/11979/stat : 11979 (wbo2sat) S 11978 11978 7427 0 -1 4202496 19889 42368 0 0 413 78 50029 24 20 0 1 0 287254716 178049024 31906 33554432000 4194304 5872148 140734121734272 140734121727544 5123914 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11979/statm: 43469 31906 175 410 0 43051 0
[pid=11996] ppid=11979 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11996/stat : 11996 (satsolver.sh) S 11979 11978 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287305271 9367552 267 33554432000 4194304 5064252 140735400552832 140735400551744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11996/statm: 2287 267 226 213 0 72 0
[pid=11997] ppid=11996 vsize=148196 CPUtime=916.6 cores=1,3,5,7
/proc/11997/stat : 11997 (glucose_static) R 11996 11978 7427 0 -1 4202496 28297 0 0 0 91649 11 0 0 20 0 1 0 287305271 151752704 33832 33554432000 4194304 4896791 140733397784624 140733397781768 4203098 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11997/statm: 37049 33832 78 172 0 36875 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 340368

[startup+1482.3 s]
/proc/loadavg: 1.03 1.07 1.40 2/173 12041
/proc/meminfo: memFree=28554308/32873648 swapFree=6844/6844
[pid=11978] ppid=11976 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (runWbo2satCp2.s) S 11976 11978 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287254716 9367552 275 33554432000 4194304 5064252 140734459401824 140734459400736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 275 233 213 0 72 0
[pid=11979] ppid=11978 vsize=173876 CPUtime=505.44 cores=1,3,5,7
/proc/11979/stat : 11979 (wbo2sat) S 11978 11978 7427 0 -1 4202496 19889 42368 0 0 413 78 50029 24 20 0 1 0 287254716 178049024 31906 33554432000 4194304 5872148 140734121734272 140734121727544 5123914 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11979/statm: 43469 31906 175 410 0 43051 0
[pid=11996] ppid=11979 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11996/stat : 11996 (satsolver.sh) S 11979 11978 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287305271 9367552 267 33554432000 4194304 5064252 140735400552832 140735400551744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11996/statm: 2287 267 226 213 0 72 0
[pid=11997] ppid=11996 vsize=151108 CPUtime=976.58 cores=1,3,5,7
/proc/11997/stat : 11997 (glucose_static) R 11996 11978 7427 0 -1 4202496 28987 0 0 0 97647 11 0 0 20 0 1 0 287305271 154734592 35033 33554432000 4194304 4896791 140733397784624 140733397781880 4224084 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11997/statm: 37777 35033 78 172 0 37603 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 343280

[startup+1542.3 s]
/proc/loadavg: 1.09 1.08 1.38 2/174 12042
/proc/meminfo: memFree=28553352/32873648 swapFree=6844/6844
[pid=11978] ppid=11976 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (runWbo2satCp2.s) S 11976 11978 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287254716 9367552 275 33554432000 4194304 5064252 140734459401824 140734459400736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 275 233 213 0 72 0
[pid=11979] ppid=11978 vsize=173876 CPUtime=505.44 cores=1,3,5,7
/proc/11979/stat : 11979 (wbo2sat) S 11978 11978 7427 0 -1 4202496 19889 42368 0 0 413 78 50029 24 20 0 1 0 287254716 178049024 31906 33554432000 4194304 5872148 140734121734272 140734121727544 5123914 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11979/statm: 43469 31906 175 410 0 43051 0
[pid=11996] ppid=11979 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11996/stat : 11996 (satsolver.sh) S 11979 11978 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287305271 9367552 267 33554432000 4194304 5064252 140735400552832 140735400551744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11996/statm: 2287 267 226 213 0 72 0
[pid=11997] ppid=11996 vsize=152184 CPUtime=1036.57 cores=1,3,5,7
/proc/11997/stat : 11997 (glucose_static) R 11996 11978 7427 0 -1 4202496 29245 0 0 0 103646 11 0 0 20 0 1 0 287305271 155836416 35291 33554432000 4194304 4896791 140733397784624 140733397781832 4203058 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11997/statm: 38046 35291 78 172 0 37872 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 344356

[startup+1602.3 s]
/proc/loadavg: 1.07 1.08 1.36 2/174 12042
/proc/meminfo: memFree=28548828/32873648 swapFree=6844/6844
[pid=11978] ppid=11976 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (runWbo2satCp2.s) S 11976 11978 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287254716 9367552 275 33554432000 4194304 5064252 140734459401824 140734459400736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 275 233 213 0 72 0
[pid=11979] ppid=11978 vsize=173876 CPUtime=505.44 cores=1,3,5,7
/proc/11979/stat : 11979 (wbo2sat) S 11978 11978 7427 0 -1 4202496 19889 42368 0 0 413 78 50029 24 20 0 1 0 287254716 178049024 31906 33554432000 4194304 5872148 140734121734272 140734121727544 5123914 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11979/statm: 43469 31906 175 410 0 43051 0
[pid=11996] ppid=11979 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11996/stat : 11996 (satsolver.sh) S 11979 11978 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287305271 9367552 267 33554432000 4194304 5064252 140735400552832 140735400551744 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11996/statm: 2287 267 226 213 0 72 0
[pid=11997] ppid=11996 vsize=155128 CPUtime=1096.56 cores=1,3,5,7
/proc/11997/stat : 11997 (glucose_static) R 11996 11978 7427 0 -1 4202496 29907 0 0 0 109645 11 0 0 20 0 1 0 287305271 158851072 36433 33554432000 4194304 4896791 140733397784624 140733397781768 4203780 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11997/statm: 38782 36433 78 172 0 38608 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 347300

[startup+1662.3 s]
/proc/loadavg: 1.12 1.09 1.35 2/173 12045
/proc/meminfo: memFree=28573496/32873648 swapFree=6844/6844
[pid=11978] ppid=11976 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (runWbo2satCp2.s) S 11976 11978 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287254716 9367552 275 33554432000 4194304 5064252 140734459401824 140734459400736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 275 233 213 0 72 0
[pid=11979] ppid=11978 vsize=173876 CPUtime=1637.24 cores=1,3,5,7
/proc/11979/stat : 11979 (wbo2sat) S 11978 11978 7427 0 -1 4202496 26228 73844 0 0 466 84 163133 41 20 0 1 0 287254716 178049024 30882 33554432000 4194304 5872148 140734121734272 140734121727544 5123914 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11979/statm: 43469 30882 175 410 0 43051 0
[pid=12044] ppid=11979 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12044/stat : 12044 (satsolver.sh) S 11979 11978 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287418469 9367552 267 33554432000 4194304 5064252 140735550986144 140735550985056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12044/statm: 2287 267 226 213 0 72 0
[pid=12045] ppid=12044 vsize=137656 CPUtime=24.74 cores=1,3,5,7
/proc/12045/stat : 12045 (glucose_static) R 12044 11978 7427 0 -1 4202496 23805 0 0 0 2468 6 0 0 20 0 1 0 287418469 140959744 32114 33554432000 4194304 4896791 140736482627296 140736482624728 4224983 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12045/statm: 34414 32114 78 172 0 34240 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 329828

[startup+1722.3 s]
/proc/loadavg: 1.08 1.09 1.33 2/175 12049
/proc/meminfo: memFree=28572480/32873648 swapFree=6844/6844
[pid=11978] ppid=11976 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (runWbo2satCp2.s) S 11976 11978 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287254716 9367552 275 33554432000 4194304 5064252 140734459401824 140734459400736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 275 233 213 0 72 0
[pid=11979] ppid=11978 vsize=173876 CPUtime=1637.24 cores=1,3,5,7
/proc/11979/stat : 11979 (wbo2sat) S 11978 11978 7427 0 -1 4202496 26228 73844 0 0 466 84 163133 41 20 0 1 0 287254716 178049024 30882 33554432000 4194304 5872148 140734121734272 140734121727544 5123914 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11979/statm: 43469 30882 175 410 0 43051 0
[pid=12044] ppid=11979 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12044/stat : 12044 (satsolver.sh) S 11979 11978 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287418469 9367552 267 33554432000 4194304 5064252 140735550986144 140735550985056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12044/statm: 2287 267 226 213 0 72 0
[pid=12045] ppid=12044 vsize=137992 CPUtime=84.72 cores=1,3,5,7
/proc/12045/stat : 12045 (glucose_static) R 12044 11978 7427 0 -1 4202496 23869 0 0 0 8466 6 0 0 20 0 1 0 287418469 141303808 32374 33554432000 4194304 4896791 140736482627296 140736482624616 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12045/statm: 34498 32374 78 172 0 34324 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 330164

[startup+1782.3 s]
/proc/loadavg: 1.06 1.08 1.31 2/174 12049
/proc/meminfo: memFree=28572148/32873648 swapFree=6844/6844
[pid=11978] ppid=11976 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (runWbo2satCp2.s) S 11976 11978 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287254716 9367552 275 33554432000 4194304 5064252 140734459401824 140734459400736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 275 233 213 0 72 0
[pid=11979] ppid=11978 vsize=173876 CPUtime=1637.24 cores=1,3,5,7
/proc/11979/stat : 11979 (wbo2sat) S 11978 11978 7427 0 -1 4202496 26228 73844 0 0 466 84 163133 41 20 0 1 0 287254716 178049024 30882 33554432000 4194304 5872148 140734121734272 140734121727544 5123914 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11979/statm: 43469 30882 175 410 0 43051 0
[pid=12044] ppid=11979 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12044/stat : 12044 (satsolver.sh) S 11979 11978 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287418469 9367552 267 33554432000 4194304 5064252 140735550986144 140735550985056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12044/statm: 2287 267 226 213 0 72 0
[pid=12045] ppid=12044 vsize=138220 CPUtime=144.71 cores=1,3,5,7
/proc/12045/stat : 12045 (glucose_static) R 12044 11978 7427 0 -1 4202496 23928 0 0 0 14465 6 0 0 20 0 1 0 287418469 141537280 32430 33554432000 4194304 4896791 140736482627296 140736482624552 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12045/statm: 34555 32430 78 172 0 34381 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 330392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.04 1.08 1.30 2/174 12049
/proc/meminfo: memFree=28572272/32873648 swapFree=6844/6844
[pid=11978] ppid=11976 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11978/stat : 11978 (runWbo2satCp2.s) S 11976 11978 7427 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287254716 9367552 275 33554432000 4194304 5064252 140734459401824 140734459400736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11978/statm: 2287 275 233 213 0 72 0
[pid=11979] ppid=11978 vsize=173876 CPUtime=1637.24 cores=1,3,5,7
/proc/11979/stat : 11979 (wbo2sat) S 11978 11978 7427 0 -1 4202496 26228 73844 0 0 466 84 163133 41 20 0 1 0 287254716 178049024 30882 33554432000 4194304 5872148 140734121734272 140734121727544 5123914 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11979/statm: 43469 30882 175 410 0 43051 0
[pid=12044] ppid=11979 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12044/stat : 12044 (satsolver.sh) S 11979 11978 7427 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287418469 9367552 267 33554432000 4194304 5064252 140735550986144 140735550985056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12044/statm: 2287 267 226 213 0 72 0
[pid=12045] ppid=12044 vsize=138536 CPUtime=162.81 cores=1,3,5,7
/proc/12045/stat : 12045 (glucose_static) R 12044 11978 7427 0 -1 4202496 24006 0 0 0 16275 6 0 0 20 0 1 0 287418469 141860864 32501 33554432000 4194304 4896791 140736482627296 140736482624504 4203064 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12045/statm: 34634 32501 78 172 0 34460 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 330708

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.09
CPU user time (s): 1798.76
CPU system time (s): 1.3288
CPU usage (%): 99.982
Max. virtual memory (cumulated for all children) (KiB): 499160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.76
system time used= 1.3288
maximum resident set size= 234712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125068
page faults= 0
swaps= 0
block input operations= 0
block output operations= 476312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82
involuntary context switches= 1962

runsolver used 4.91325 second user time and 14.3348 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-28 15:21:28
IDJOB=3716699
IDBENCH=79332
IDSOLVER=2299
FILE ID=node124/3716699-1338211288
RUNJOBID= node124-1338177508-7444
PBS_JOBID= 14624564
Free space on /tmp= 71368 MiB

SOLVER NAME= wbo2satCp2 2012-05-19
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.3.accl.ucl--soft-0-100-0.wbo
COMMAND LINE= DIR/runWbo2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3716699-1338211288/watcher-3716699-1338211288 -o /tmp/evaluation-result-3716699-1338211288/solver-3716699-1338211288 -C 1800 -W 1900 -M 15500  HOME/runWbo2satCp2.sh HOME/instance-3716699-1338211288.wbo 1294506312 HOME HOME

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

MD5SUM BENCH= 65e5bfc23cfeb9f0d41691b20b2e7f01
RANDOM SEED=1294506312

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28666988 kB
Buffers:          396932 kB
Cached:          2791636 kB
SwapCached:            0 kB
Active:          1228912 kB
Inactive:        2147052 kB
Active(anon):     189204 kB
Inactive(anon):        0 kB
Active(file):    1039708 kB
Inactive(file):  2147052 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             55640 kB
Writeback:             0 kB
AnonPages:        258596 kB
Mapped:            15404 kB
Shmem:               200 kB
Slab:             692248 kB
SReclaimable:     136208 kB
SUnreclaim:       556040 kB
KernelStack:        1528 kB
PageTables:         4608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     351224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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= 71344 MiB
End job on node124 at 2012-05-28 15:51:29