Trace number 3190502

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
SAT4J core 2.3.0 SNAPSHOT 2011-02-06UNSAT 15.7446 13.7921

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v250-c1065-S1295196126-061.UNKNOWN.cnf
MD5SUM7d874fabf91f4391d9452197998f82c2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.427934
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses1065
Sum of the clauses size3195
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31065
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.08	c no version file found!!!
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		6997539544
0.01/0.08	c Max memory 		7034241024
0.01/0.08	c Total memory 		7034241024
0.01/0.08	c Number of processors 	8
0.01/0.09	c --- Begin Solver configuration ---
0.01/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.01/0.09	c Learn all clauses as in MiniSAT
0.01/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.01/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.01/0.09	c Expensive reason simplification
0.01/0.09	c Armin Biere (Picosat) restarts strategy
0.01/0.09	c Glucose learned constraints deletion strategy
0.01/0.09	c timeout=2147483647s
0.01/0.09	c DB Simplification allowed=true
0.01/0.09	c --- End Solver configuration ---
0.01/0.09	c solving HOME/instance-3190502-1302600752.cnf
0.01/0.09	c reading problem ... 
0.10/0.11	c ... done. Wall clock time 0.016s.
0.10/0.11	c #vars     250
0.10/0.11	c #constraints  1065
0.10/0.11	c constraints type 
0.10/0.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1065
0.74/0.57	c cleaning 2495 clauses out of 5000 with flag 5000/5000
1.35/0.97	c cleaning 4253 clauses out of 8506 with flag 11001/11001
1.86/1.50	c cleaning 5624 clauses out of 11254 with flag 18002/18002
2.57/2.16	c cleaning 6812 clauses out of 13628 with flag 26000/26000
3.58/3.00	c cleaning 7904 clauses out of 15816 with flag 35000/35000
4.91/4.01	c cleaning 8956 clauses out of 17914 with flag 45002/45002
6.09/4.95	c cleaning 3746 clauses out of 7505 with flag 55000/55000
6.96/5.71	c cleaning 6877 clauses out of 13760 with flag 65001/65001
7.77/6.56	c cleaning 8436 clauses out of 16882 with flag 75000/75000
8.66/7.46	c cleaning 9219 clauses out of 18446 with flag 85000/85000
9.56/8.39	c cleaning 9607 clauses out of 19227 with flag 95000/95000
10.57/9.37	c cleaning 9808 clauses out of 19622 with flag 105002/105002
11.77/10.28	c cleaning 9901 clauses out of 19812 with flag 115000/115000
13.14/11.25	c cleaning 9954 clauses out of 19913 with flag 125002/125002
14.05/12.19	c cleaning 9974 clauses out of 19957 with flag 135000/135000
14.94/13.08	c cleaning 7508 clauses out of 15019 with flag 145000/145000
15.64/13.78	c starts		: 465
15.64/13.78	c conflicts		: 154616
15.64/13.78	c decisions		: 181858
15.64/13.78	c propagations		: 6808154
15.64/13.78	c inspects		: 192810111
15.64/13.78	c shortcuts		: 0
15.64/13.78	c learnt literals	: 16
15.64/13.78	c learnt binary clauses	: 112
15.64/13.78	c learnt ternary clauses	: 504
15.64/13.78	c learnt constraints	: 154599
15.64/13.78	c ignored constraints	: 0
15.64/13.78	c root simplifications	: 480
15.64/13.78	c removed literals (reason simplification)	: 870736
15.64/13.78	c reason swapping (by a shorter reason)	: 0
15.64/13.78	c Calls to reduceDB	: 16
15.64/13.78	c speed (assignments/second)	: 497890.4490273512
15.64/13.78	c non guided choices	31
15.64/13.78	c learnt constraints type 
15.64/13.78	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
15.64/13.78	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1784
15.64/13.78	c constraints type 
15.64/13.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1065
15.64/13.78	s UNSATISFIABLE
15.64/13.78	c Total wall clock time (in seconds) : 13.691

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3190502-1302600752/watcher-3190502-1302600752 -o /tmp/evaluation-result-3190502-1302600752/solver-3190502-1302600752 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190502-1302600752.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.06 4.04 3.91 4/243 25591
/proc/meminfo: memFree=12816228/32951124 swapFree=67111528/67111528
[pid=25591] ppid=25589 vsize=23028 CPUtime=0 cores=5,7
/proc/25591/stat : 25591 (java) R 25589 25591 24951 0 -1 4202496 962 0 0 0 0 0 0 0 25 0 1 0 352491375 23580672 702 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255101806056 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25591/statm: 5757 702 518 9 0 124 0

[startup+0.0182579 s]
/proc/loadavg: 4.06 4.04 3.91 4/243 25591
/proc/meminfo: memFree=12816228/32951124 swapFree=67111528/67111528
[pid=25591] ppid=25589 vsize=7540840 CPUtime=0.01 cores=5,7
/proc/25591/stat : 25591 (java) S 25589 25591 24951 0 -1 4202496 6181 0 1 0 0 1 0 0 25 0 2 0 352491375 7721820160 5879 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118571493 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/25591/statm: 1885210 5900 919 9 0 1876366 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7540840

[startup+0.100199 s]
/proc/loadavg: 4.06 4.04 3.91 4/243 25591
/proc/meminfo: memFree=12816228/32951124 swapFree=67111528/67111528
[pid=25591] ppid=25589 vsize=7636212 CPUtime=0.1 cores=5,7
/proc/25591/stat : 25591 (java) S 25589 25591 24951 0 -1 4202496 10336 0 1 0 8 2 0 0 25 0 18 0 352491375 7819481088 10029 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25591/statm: 1909053 10029 2093 9 0 1899791 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636212

[startup+0.300167 s]
/proc/loadavg: 4.06 4.04 3.91 4/243 25591
/proc/meminfo: memFree=12816228/32951124 swapFree=67111528/67111528
[pid=25591] ppid=25589 vsize=7645000 CPUtime=0.48 cores=5,7
/proc/25591/stat : 25591 (java) S 25589 25591 24951 0 -1 4202496 12571 0 1 0 46 2 0 0 25 0 19 0 352491375 7828480000 11956 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25591/statm: 1911250 11956 2198 9 0 1901988 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 7645000

[startup+0.7001 s]
/proc/loadavg: 4.06 4.04 3.91 4/243 25591
/proc/meminfo: memFree=12816228/32951124 swapFree=67111528/67111528
[pid=25591] ppid=25589 vsize=7663840 CPUtime=1.11 cores=5,7
/proc/25591/stat : 25591 (java) S 25589 25591 24951 0 -1 4202496 19399 0 1 0 109 2 0 0 25 0 19 0 352491375 7847772160 16926 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25591/statm: 1915960 16926 2235 9 0 1906698 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 7663840

[startup+1.50389 s]
/proc/loadavg: 4.06 4.04 3.91 5/262 25610
/proc/meminfo: memFree=12754456/32951124 swapFree=67111528/67111528
[pid=25591] ppid=25589 vsize=7664912 CPUtime=1.97 cores=5,7
/proc/25591/stat : 25591 (java) S 25589 25591 24951 0 -1 4202496 20050 0 1 0 195 2 0 0 25 0 19 0 352491375 7848869888 17575 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25591/statm: 1916228 17575 2238 9 0 1906966 0
[pid=25591/tid=25593] ppid=25589 vsize=7664912 CPUtime=1.45 cores=5,7
/proc/25591/task/25593/stat : 25593 (java) S 25589 25591 24951 0 -1 4202560 8916 0 1 0 144 1 0 0 21 0 19 0 352491376 7848869888 17575 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25594] ppid=25589 vsize=7664912 CPUtime=0 cores=5,7
/proc/25591/task/25594/stat : 25594 (java) S 25589 25591 24951 0 -1 4202560 151 0 0 0 0 0 0 0 16 0 19 0 352491377 7848869888 17575 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25595] ppid=25589 vsize=7664912 CPUtime=0 cores=5,7
/proc/25591/task/25595/stat : 25595 (java) R 25589 25591 24951 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 352491377 7848869888 17575 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255106722103 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25591/tid=25596] ppid=25589 vsize=7664912 CPUtime=0 cores=5,7
/proc/25591/task/25596/stat : 25596 (java) R 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352491377 7848869888 17575 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=25591/tid=25597] ppid=25589 vsize=7664912 CPUtime=0 cores=5,7
/proc/25591/task/25597/stat : 25597 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 352491377 7848869888 17575 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25598] ppid=25589 vsize=7664912 CPUtime=0 cores=5,7
/proc/25591/task/25598/stat : 25598 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 352491377 7848869888 17575 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25599] ppid=25589 vsize=7664912 CPUtime=0 cores=5,7
/proc/25591/task/25599/stat : 25599 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 352491377 7848869888 17575 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25600] ppid=25589 vsize=7664912 CPUtime=0 cores=5,7
/proc/25591/task/25600/stat : 25600 (java) R 25589 25591 24951 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 352491377 7848869888 17575 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255106722103 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25591/tid=25601] ppid=25589 vsize=7664912 CPUtime=0 cores=5,7
/proc/25591/task/25601/stat : 25601 (java) S 25589 25591 24951 0 -1 4202560 194 0 0 0 0 0 0 0 16 0 19 0 352491377 7848869888 17575 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25602] ppid=25589 vsize=7664912 CPUtime=0.01 cores=5,7
/proc/25591/task/25602/stat : 25602 (java) S 25589 25591 24951 0 -1 4202560 331 0 0 0 1 0 0 0 15 0 19 0 352491378 7848869888 17575 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 0 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25603] ppid=25589 vsize=7664912 CPUtime=0 cores=5,7
/proc/25591/task/25603/stat : 25603 (java) S 25589 25591 24951 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 352491379 7848869888 17575 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25604] ppid=25589 vsize=7664912 CPUtime=0 cores=5,7
/proc/25591/task/25604/stat : 25604 (java) S 25589 25591 24951 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 352491379 7848869888 17575 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25605] ppid=25589 vsize=7664912 CPUtime=0 cores=5,7
/proc/25591/task/25605/stat : 25605 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352491381 7848869888 17575 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118592433 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25606] ppid=25589 vsize=7664912 CPUtime=0.2 cores=5,7
/proc/25591/task/25606/stat : 25606 (java) S 25589 25591 24951 0 -1 4202560 6506 0 0 0 20 0 0 0 17 0 19 0 352491381 7848869888 17575 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25607] ppid=25589 vsize=7664912 CPUtime=0.26 cores=5,7
/proc/25591/task/25607/stat : 25607 (java) S 25589 25591 24951 0 -1 4202560 2725 0 0 0 26 0 0 0 15 0 19 0 352491381 7848869888 17575 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25608] ppid=25589 vsize=7664912 CPUtime=0 cores=5,7
/proc/25591/task/25608/stat : 25608 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352491381 7848869888 17575 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25609] ppid=25589 vsize=7664912 CPUtime=0 cores=5,7
/proc/25591/task/25609/stat : 25609 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352491381 7848869888 17575 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118585344 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25610] ppid=25589 vsize=7664912 CPUtime=0 cores=5,7
/proc/25591/task/25610/stat : 25610 (java) S 25589 25591 24951 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 352491386 7848869888 17575 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118585344 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 7664912

[startup+3.10068 s]
/proc/loadavg: 4.06 4.04 3.91 5/262 25610
/proc/meminfo: memFree=12753464/32951124 swapFree=67111528/67111528
[pid=25591] ppid=25589 vsize=7666548 CPUtime=3.78 cores=5,7
/proc/25591/stat : 25591 (java) S 25589 25591 24951 0 -1 4202496 22604 0 1 0 375 3 0 0 25 0 19 0 352491375 7850545152 18060 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25591/statm: 1916637 18060 2242 9 0 1907375 0
[pid=25591/tid=25593] ppid=25589 vsize=7666548 CPUtime=2.97 cores=5,7
/proc/25591/task/25593/stat : 25593 (java) R 25589 25591 24951 0 -1 4202560 8922 0 1 0 296 1 0 0 25 0 19 0 352491376 7850545152 18060 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 46912505507835 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=25591/tid=25594] ppid=25589 vsize=7666548 CPUtime=0 cores=5,7
/proc/25591/task/25594/stat : 25594 (java) S 25589 25591 24951 0 -1 4202560 186 0 0 0 0 0 0 0 15 0 19 0 352491377 7850545152 18060 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25595] ppid=25589 vsize=7666548 CPUtime=0 cores=5,7
/proc/25591/task/25595/stat : 25595 (java) S 25589 25591 24951 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 19 0 352491377 7850545152 18060 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25596] ppid=25589 vsize=7666548 CPUtime=0 cores=5,7
/proc/25591/task/25596/stat : 25596 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352491377 7850545152 18060 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25597] ppid=25589 vsize=7666548 CPUtime=0 cores=5,7
/proc/25591/task/25597/stat : 25597 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352491377 7850545152 18060 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25598] ppid=25589 vsize=7666548 CPUtime=0 cores=5,7
/proc/25591/task/25598/stat : 25598 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352491377 7850545152 18060 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25599] ppid=25589 vsize=7666548 CPUtime=0 cores=5,7
/proc/25591/task/25599/stat : 25599 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352491377 7850545152 18060 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25600] ppid=25589 vsize=7666548 CPUtime=0 cores=5,7
/proc/25591/task/25600/stat : 25600 (java) S 25589 25591 24951 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 352491377 7850545152 18060 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25601] ppid=25589 vsize=7666548 CPUtime=0 cores=5,7
/proc/25591/task/25601/stat : 25601 (java) S 25589 25591 24951 0 -1 4202560 240 0 0 0 0 0 0 0 15 0 19 0 352491377 7850545152 18060 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25602] ppid=25589 vsize=7666548 CPUtime=0.05 cores=5,7
/proc/25591/task/25602/stat : 25602 (java) S 25589 25591 24951 0 -1 4202560 497 0 0 0 5 0 0 0 15 0 19 0 352491378 7850545152 18060 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118585344 0 0 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25603] ppid=25589 vsize=7666548 CPUtime=0 cores=5,7
/proc/25591/task/25603/stat : 25603 (java) S 25589 25591 24951 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 352491379 7850545152 18060 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25604] ppid=25589 vsize=7666548 CPUtime=0 cores=5,7
/proc/25591/task/25604/stat : 25604 (java) S 25589 25591 24951 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 352491379 7850545152 18060 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25605] ppid=25589 vsize=7666548 CPUtime=0 cores=5,7
/proc/25591/task/25605/stat : 25605 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352491381 7850545152 18060 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118592433 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25606] ppid=25589 vsize=7666548 CPUtime=0.41 cores=5,7
/proc/25591/task/25606/stat : 25606 (java) R 25589 25591 24951 0 -1 4202560 8783 0 0 0 41 0 0 0 15 0 19 0 352491381 7850545152 18060 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 47024579201895 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25591/tid=25607] ppid=25589 vsize=7666548 CPUtime=0.29 cores=5,7
/proc/25591/task/25607/stat : 25607 (java) S 25589 25591 24951 0 -1 4202560 2748 0 0 0 29 0 0 0 15 0 19 0 352491381 7850545152 18060 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25608] ppid=25589 vsize=7666548 CPUtime=0 cores=5,7
/proc/25591/task/25608/stat : 25608 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352491381 7850545152 18060 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25609] ppid=25589 vsize=7666548 CPUtime=0 cores=5,7
/proc/25591/task/25609/stat : 25609 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352491381 7850545152 18060 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118585344 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25610] ppid=25589 vsize=7666548 CPUtime=0 cores=5,7
/proc/25591/task/25610/stat : 25610 (java) S 25589 25591 24951 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 352491386 7850545152 18060 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118585344 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 7666548

[startup+6.30115 s]
/proc/loadavg: 4.06 4.04 3.91 5/262 25611
/proc/meminfo: memFree=12741116/32951124 swapFree=67111528/67111528
[pid=25591] ppid=25589 vsize=7673192 CPUtime=7.56 cores=5,7
/proc/25591/stat : 25591 (java) S 25589 25591 24951 0 -1 4202496 25174 0 1 0 753 3 0 0 25 0 19 0 352491375 7857348608 20626 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25591/statm: 1918298 20626 2243 9 0 1909036 0
[pid=25591/tid=25593] ppid=25589 vsize=7673192 CPUtime=6.07 cores=5,7
/proc/25591/task/25593/stat : 25593 (java) R 25589 25591 24951 0 -1 4202560 8930 0 1 0 606 1 0 0 25 0 19 0 352491376 7857348608 20626 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 46912505507728 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25591/tid=25594] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25594/stat : 25594 (java) S 25589 25591 24951 0 -1 4202560 186 0 0 0 0 0 0 0 15 0 19 0 352491377 7857348608 20626 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25595] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25595/stat : 25595 (java) S 25589 25591 24951 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 19 0 352491377 7857348608 20626 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25596] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25596/stat : 25596 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352491377 7857348608 20626 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25597] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25597/stat : 25597 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352491377 7857348608 20626 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25598] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25598/stat : 25598 (java) S 25589 25591 24951 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 352491377 7857348608 20626 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25599] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25599/stat : 25599 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352491377 7857348608 20626 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25600] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25600/stat : 25600 (java) S 25589 25591 24951 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 352491377 7857348608 20626 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25601] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25601/stat : 25601 (java) S 25589 25591 24951 0 -1 4202560 241 0 0 0 0 0 0 0 15 0 19 0 352491377 7857348608 20626 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25602] ppid=25589 vsize=7673192 CPUtime=0.08 cores=5,7
/proc/25591/task/25602/stat : 25602 (java) S 25589 25591 24951 0 -1 4202560 607 0 0 0 8 0 0 0 15 0 19 0 352491378 7857348608 20626 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118585344 0 0 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25603] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25603/stat : 25603 (java) S 25589 25591 24951 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 352491379 7857348608 20626 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25604] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25604/stat : 25604 (java) S 25589 25591 24951 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 352491379 7857348608 20626 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25605] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25605/stat : 25605 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352491381 7857348608 20626 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118592433 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25606] ppid=25589 vsize=7673192 CPUtime=1.01 cores=5,7
/proc/25591/task/25606/stat : 25606 (java) S 25589 25591 24951 0 -1 4202560 10941 0 0 0 100 1 0 0 16 0 19 0 352491381 7857348608 20626 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25607] ppid=25589 vsize=7673192 CPUtime=0.35 cores=5,7
/proc/25591/task/25607/stat : 25607 (java) S 25589 25591 24951 0 -1 4202560 3038 0 0 0 35 0 0 0 15 0 19 0 352491381 7857348608 20626 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25608] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25608/stat : 25608 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352491381 7857348608 20626 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25609] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25609/stat : 25609 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352491381 7857348608 20626 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118585344 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25610] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25610/stat : 25610 (java) S 25589 25591 24951 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 352491386 7857348608 20626 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118585344 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 7673192

[startup+12.701 s]
/proc/loadavg: 4.05 4.04 3.91 5/262 25611
/proc/meminfo: memFree=12715804/32951124 swapFree=67111528/67111528
[pid=25591] ppid=25589 vsize=7673192 CPUtime=14.64 cores=5,7
/proc/25591/stat : 25591 (java) S 25589 25591 24951 0 -1 4202496 35664 0 1 0 1460 4 0 0 25 0 19 0 352491375 7857348608 26795 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25591/statm: 1918298 26795 2243 9 0 1909036 0
[pid=25591/tid=25593] ppid=25589 vsize=7673192 CPUtime=12.36 cores=5,7
/proc/25591/task/25593/stat : 25593 (java) R 25589 25591 24951 0 -1 4202560 8937 0 1 0 1235 1 0 0 25 0 19 0 352491376 7857348608 26795 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 46912505507811 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25591/tid=25594] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25594/stat : 25594 (java) S 25589 25591 24951 0 -1 4202560 186 0 0 0 0 0 0 0 16 0 19 0 352491377 7857348608 26795 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25595] ppid=25589 vsize=7673192 CPUtime=0.01 cores=5,7
/proc/25591/task/25595/stat : 25595 (java) S 25589 25591 24951 0 -1 4202560 57 0 0 0 1 0 0 0 15 0 19 0 352491377 7857348608 26795 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25596] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25596/stat : 25596 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352491377 7857348608 26795 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25597] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25597/stat : 25597 (java) S 25589 25591 24951 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 352491377 7857348608 26795 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25598] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25598/stat : 25598 (java) S 25589 25591 24951 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 352491377 7857348608 26795 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25599] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25599/stat : 25599 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352491377 7857348608 26795 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25600] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25600/stat : 25600 (java) S 25589 25591 24951 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 352491377 7857348608 26795 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25601] ppid=25589 vsize=7673192 CPUtime=0.01 cores=5,7
/proc/25591/task/25601/stat : 25601 (java) S 25589 25591 24951 0 -1 4202560 244 0 0 0 1 0 0 0 15 0 19 0 352491377 7857348608 26795 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25602] ppid=25589 vsize=7673192 CPUtime=0.17 cores=5,7
/proc/25591/task/25602/stat : 25602 (java) S 25589 25591 24951 0 -1 4202560 641 0 0 0 17 0 0 0 16 0 19 0 352491378 7857348608 26795 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118585344 0 0 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25603] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25603/stat : 25603 (java) S 25589 25591 24951 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 352491379 7857348608 26795 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25604] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25604/stat : 25604 (java) S 25589 25591 24951 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 352491379 7857348608 26795 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25605] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25605/stat : 25605 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352491381 7857348608 26795 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118592433 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25606] ppid=25589 vsize=7673192 CPUtime=1.01 cores=5,7
/proc/25591/task/25606/stat : 25606 (java) S 25589 25591 24951 0 -1 4202560 10941 0 0 0 100 1 0 0 16 0 19 0 352491381 7857348608 26795 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25607] ppid=25589 vsize=7673192 CPUtime=1.02 cores=5,7
/proc/25591/task/25607/stat : 25607 (java) S 25589 25591 24951 0 -1 4202560 13482 0 0 0 102 0 0 0 16 0 19 0 352491381 7857348608 26795 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25608] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25608/stat : 25608 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352491381 7857348608 26795 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25609] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25609/stat : 25609 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352491381 7857348608 26795 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118585344 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25610] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25610/stat : 25610 (java) S 25589 25591 24951 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 352491386 7857348608 26795 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118585344 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 14.64
Current children cumulated vsize (KiB) 7673192

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

[startup+13.5009 s]
/proc/loadavg: 4.05 4.04 3.91 6/262 25611
/proc/meminfo: memFree=12715804/32951124 swapFree=67111528/67111528
[pid=25591] ppid=25589 vsize=7673192 CPUtime=15.44 cores=5,7
/proc/25591/stat : 25591 (java) S 25589 25591 24951 0 -1 4202496 35667 0 1 0 1540 4 0 0 25 0 19 0 352491375 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25591/statm: 1918298 26797 2243 9 0 1909036 0
[pid=25591/tid=25593] ppid=25589 vsize=7673192 CPUtime=13.15 cores=5,7
/proc/25591/task/25593/stat : 25593 (java) R 25589 25591 24951 0 -1 4202560 8938 0 1 0 1314 1 0 0 25 0 19 0 352491376 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 46912505507816 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25591/tid=25594] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25594/stat : 25594 (java) S 25589 25591 24951 0 -1 4202560 186 0 0 0 0 0 0 0 15 0 19 0 352491377 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25595] ppid=25589 vsize=7673192 CPUtime=0.01 cores=5,7
/proc/25591/task/25595/stat : 25595 (java) S 25589 25591 24951 0 -1 4202560 57 0 0 0 1 0 0 0 16 0 19 0 352491377 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25596] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25596/stat : 25596 (java) S 25589 25591 24951 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 352491377 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25597] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25597/stat : 25597 (java) S 25589 25591 24951 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 352491377 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25598] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25598/stat : 25598 (java) S 25589 25591 24951 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 352491377 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25599] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25599/stat : 25599 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352491377 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25600] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25600/stat : 25600 (java) S 25589 25591 24951 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 19 0 352491377 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25601] ppid=25589 vsize=7673192 CPUtime=0.01 cores=5,7
/proc/25591/task/25601/stat : 25601 (java) S 25589 25591 24951 0 -1 4202560 244 0 0 0 1 0 0 0 15 0 19 0 352491377 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25602] ppid=25589 vsize=7673192 CPUtime=0.18 cores=5,7
/proc/25591/task/25602/stat : 25602 (java) S 25589 25591 24951 0 -1 4202560 641 0 0 0 18 0 0 0 16 0 19 0 352491378 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118585344 0 0 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25603] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25603/stat : 25603 (java) S 25589 25591 24951 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 352491379 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25604] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25604/stat : 25604 (java) S 25589 25591 24951 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 352491379 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25605] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25605/stat : 25605 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352491381 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118592433 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25606] ppid=25589 vsize=7673192 CPUtime=1.01 cores=5,7
/proc/25591/task/25606/stat : 25606 (java) S 25589 25591 24951 0 -1 4202560 10941 0 0 0 100 1 0 0 16 0 19 0 352491381 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25607] ppid=25589 vsize=7673192 CPUtime=1.02 cores=5,7
/proc/25591/task/25607/stat : 25607 (java) S 25589 25591 24951 0 -1 4202560 13482 0 0 0 102 0 0 0 16 0 19 0 352491381 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25608] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25608/stat : 25608 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352491381 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25609] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25609/stat : 25609 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352491381 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118585344 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25610] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25610/stat : 25610 (java) S 25589 25591 24951 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 352491386 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118585344 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 15.44
Current children cumulated vsize (KiB) 7673192

[startup+13.7008 s]
/proc/loadavg: 4.05 4.04 3.91 6/262 25611
/proc/meminfo: memFree=12715804/32951124 swapFree=67111528/67111528
[pid=25591] ppid=25589 vsize=7673192 CPUtime=15.64 cores=5,7
/proc/25591/stat : 25591 (java) S 25589 25591 24951 0 -1 4202496 35667 0 1 0 1560 4 0 0 25 0 19 0 352491375 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25591/statm: 1918298 26797 2243 9 0 1909036 0
[pid=25591/tid=25593] ppid=25589 vsize=7673192 CPUtime=13.35 cores=5,7
/proc/25591/task/25593/stat : 25593 (java) R 25589 25591 24951 0 -1 4202560 8938 0 1 0 1334 1 0 0 25 0 19 0 352491376 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 46912505366558 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25591/tid=25594] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25594/stat : 25594 (java) S 25589 25591 24951 0 -1 4202560 186 0 0 0 0 0 0 0 15 0 19 0 352491377 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25595] ppid=25589 vsize=7673192 CPUtime=0.01 cores=5,7
/proc/25591/task/25595/stat : 25595 (java) S 25589 25591 24951 0 -1 4202560 57 0 0 0 1 0 0 0 16 0 19 0 352491377 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25596] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25596/stat : 25596 (java) S 25589 25591 24951 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 352491377 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25597] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25597/stat : 25597 (java) S 25589 25591 24951 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 352491377 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25598] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25598/stat : 25598 (java) S 25589 25591 24951 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 352491377 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25599] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25599/stat : 25599 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352491377 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25600] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25600/stat : 25600 (java) S 25589 25591 24951 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 19 0 352491377 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25601] ppid=25589 vsize=7673192 CPUtime=0.01 cores=5,7
/proc/25591/task/25601/stat : 25601 (java) S 25589 25591 24951 0 -1 4202560 244 0 0 0 1 0 0 0 15 0 19 0 352491377 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25602] ppid=25589 vsize=7673192 CPUtime=0.18 cores=5,7
/proc/25591/task/25602/stat : 25602 (java) S 25589 25591 24951 0 -1 4202560 641 0 0 0 18 0 0 0 16 0 19 0 352491378 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118585344 0 0 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25603] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25603/stat : 25603 (java) S 25589 25591 24951 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 352491379 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25604] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25604/stat : 25604 (java) S 25589 25591 24951 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 352491379 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25605] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25605/stat : 25605 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352491381 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118592433 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25606] ppid=25589 vsize=7673192 CPUtime=1.01 cores=5,7
/proc/25591/task/25606/stat : 25606 (java) S 25589 25591 24951 0 -1 4202560 10941 0 0 0 100 1 0 0 16 0 19 0 352491381 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25607] ppid=25589 vsize=7673192 CPUtime=1.02 cores=5,7
/proc/25591/task/25607/stat : 25607 (java) S 25589 25591 24951 0 -1 4202560 13482 0 0 0 102 0 0 0 16 0 19 0 352491381 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
[pid=25591/tid=25608] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25608/stat : 25608 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352491381 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118584729 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25609] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25609/stat : 25609 (java) S 25589 25591 24951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352491381 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118585344 0 4 0 16800975 18446604471107210304 0 0 -1 5 0 0 0
[pid=25591/tid=25610] ppid=25589 vsize=7673192 CPUtime=0 cores=5,7
/proc/25591/task/25610/stat : 25610 (java) S 25589 25591 24951 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 352491386 7857348608 26797 33554432000 1073741824 1073778376 140734373399904 18446744073709551615 255118585344 0 4 0 16800975 18446604471107210304 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 15.64
Current children cumulated vsize (KiB) 7673192

Child status: 20
Real time (s): 13.7921
CPU time (s): 15.7446
CPU user time (s): 15.6936
CPU system time (s): 0.050992
CPU usage (%): 114.156
Max. virtual memory (cumulated for all children) (KiB): 7673192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.6936
system time used= 0.050992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35682
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 892
involuntary context switches= 600

runsolver used 0.031995 second user time and 0.047992 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-12 11:32:33
IDJOB=3190502
IDBENCH=82833
IDSOLVER=1611
FILE ID=node144/3190502-1302600752
RUNJOBID= node144-1302597587-24972
PBS_JOBID= 12958105
Free space on /tmp= 72204 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v250-c1065-S1295196126-061.UNKNOWN.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190502-1302600752/watcher-3190502-1302600752 -o /tmp/evaluation-result-3190502-1302600752/solver-3190502-1302600752 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190502-1302600752.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 7d874fabf91f4391d9452197998f82c2
RANDOM SEED=205302185

node144.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12816500 kB
Buffers:        752388 kB
Cached:       18711380 kB
SwapCached:          0 kB
Active:       10246468 kB
Inactive:      9467372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12816500 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             148 kB
Writeback:           0 kB
AnonPages:      249732 kB
Mapped:          23384 kB
Slab:           355944 kB
PageTables:       6016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22069548 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72204 MiB
End job on node144 at 2011-04-12 11:32:46