Trace number 3190393

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 9.42657 7.45726

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v250-c1065-S931339469-052.UNKNOWN.cnf
MD5SUM25176c8329756b46b3ca32af3843804f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.213966
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.11	c no version file found!!!
0.00/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.11	c java.vm.version	19.1-b02
0.00/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.11	c sun.arch.data.model	64
0.00/0.11	c java.version		1.6.0_24
0.00/0.11	c os.name		Linux
0.00/0.11	c os.version		2.6.18-164.el5
0.00/0.11	c os.arch		amd64
0.00/0.11	c Free memory 		6997539544
0.00/0.11	c Max memory 		7034241024
0.00/0.11	c Total memory 		7034241024
0.00/0.11	c Number of processors 	8
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483647s
0.00/0.11	c DB Simplification allowed=true
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3190393-1302599424.cnf
0.00/0.11	c reading problem ... 
0.00/0.11	c ... done. Wall clock time 0.017s.
0.00/0.11	c #vars     250
0.00/0.11	c #constraints  1065
0.00/0.11	c constraints type 
0.00/0.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1065
0.74/0.56	c cleaning 2500 clauses out of 5002 with flag 5002/5002
1.41/0.92	c cleaning 4244 clauses out of 8500 with flag 11000/11000
1.91/1.45	c cleaning 5625 clauses out of 11256 with flag 18000/18000
2.51/2.10	c cleaning 6816 clauses out of 13631 with flag 26000/26000
3.55/2.92	c cleaning 7906 clauses out of 15816 with flag 35001/35001
4.72/3.88	c cleaning 8953 clauses out of 17911 with flag 45002/45002
5.99/4.88	c cleaning 9468 clauses out of 18958 with flag 55002/55002
7.29/5.78	c cleaning 6722 clauses out of 13443 with flag 65001/65001
8.56/6.68	c cleaning 8357 clauses out of 16721 with flag 75001/75001
9.36/7.45	c starts		: 324
9.36/7.45	c conflicts		: 83893
9.36/7.45	c decisions		: 99149
9.36/7.45	c propagations		: 3556799
9.36/7.45	c inspects		: 99570343
9.36/7.45	c shortcuts		: 0
9.36/7.45	c learnt literals	: 13
9.36/7.45	c learnt binary clauses	: 69
9.36/7.45	c learnt ternary clauses	: 328
9.36/7.45	c learnt constraints	: 83879
9.36/7.45	c ignored constraints	: 0
9.36/7.45	c root simplifications	: 336
9.36/7.45	c removed literals (reason simplification)	: 430963
9.36/7.45	c reason swapping (by a shorter reason)	: 0
9.36/7.45	c Calls to reduceDB	: 9
9.36/7.45	c speed (assignments/second)	: 484709.59389479423
9.36/7.45	c non guided choices	27
9.36/7.45	c learnt constraints type 
9.36/7.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1501
9.36/7.45	c constraints type 
9.36/7.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1065
9.36/7.45	s UNSATISFIABLE
9.36/7.45	c Total wall clock time (in seconds) : 7.355

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

running on 2 cores: 1,3

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.00 4.00 3.81 5/203 9929
/proc/meminfo: memFree=13781992/32950928 swapFree=67111528/67111528
[pid=9929] ppid=9927 vsize=11760 CPUtime=0 cores=1,3
/proc/9929/stat : 9929 (runsolver) R 9927 9929 9440 0 -1 4202560 48 0 0 0 0 0 0 0 25 0 1 0 371539052 12042240 56 33554432000 4194304 5392636 140733339684400 18446744073709551615 5012135 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/9929/statm: 2940 56 36 293 0 2644 0

[startup+0.115614 s]
/proc/loadavg: 4.00 4.00 3.81 5/203 9929
/proc/meminfo: memFree=13781992/32950928 swapFree=67111528/67111528
[pid=9929] ppid=9927 vsize=7571844 CPUtime=0.1 cores=1,3
/proc/9929/stat : 9929 (java) S 9927 9929 9440 0 -1 4202496 10292 0 1 0 9 1 0 0 25 0 19 0 371539052 7753568256 9986 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9929/statm: 1892961 9986 2061 9 0 1883699 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7571844

[startup+0.200562 s]
/proc/loadavg: 4.00 4.00 3.81 5/203 9929
/proc/meminfo: memFree=13781992/32950928 swapFree=67111528/67111528
[pid=9929] ppid=9927 vsize=7578264 CPUtime=0.27 cores=1,3
/proc/9929/stat : 9929 (java) S 9927 9929 9440 0 -1 4202496 12707 0 1 0 26 1 0 0 25 0 19 0 371539052 7760142336 11607 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9929/statm: 1894566 11607 2185 9 0 1885304 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 7578264

[startup+0.300569 s]
/proc/loadavg: 4.00 4.00 3.81 5/203 9929
/proc/meminfo: memFree=13781992/32950928 swapFree=67111528/67111528
[pid=9929] ppid=9927 vsize=7578436 CPUtime=0.47 cores=1,3
/proc/9929/stat : 9929 (java) S 9927 9929 9440 0 -1 4202496 12909 0 1 0 46 1 0 0 25 0 19 0 371539052 7760318464 11809 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9929/statm: 1894609 11809 2198 9 0 1885347 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 7578436

[startup+0.700462 s]
/proc/loadavg: 4.00 4.00 3.81 5/203 9929
/proc/meminfo: memFree=13781992/32950928 swapFree=67111528/67111528
[pid=9929] ppid=9927 vsize=7662880 CPUtime=1.12 cores=1,3
/proc/9929/stat : 9929 (java) S 9927 9929 9440 0 -1 4202496 20540 0 1 0 110 2 0 0 25 0 19 0 371539052 7846789120 17056 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9929/statm: 1915720 17056 2233 9 0 1906458 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 7662880

[startup+1.5013 s]
/proc/loadavg: 4.00 4.00 3.81 12/262 10038
/proc/meminfo: memFree=13598104/32950928 swapFree=67111528/67111528
[pid=9929] ppid=9927 vsize=7663492 CPUtime=2.01 cores=1,3
/proc/9929/stat : 9929 (java) S 9927 9929 9440 0 -1 4202496 21174 0 1 0 198 3 0 0 25 0 19 0 371539052 7847415808 17673 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9929/statm: 1915873 17673 2238 9 0 1906611 0
[pid=9929/tid=9931] ppid=9927 vsize=7663492 CPUtime=1.43 cores=1,3
/proc/9929/task/9931/stat : 9931 (java) R 9927 9929 9440 0 -1 4202560 8879 0 1 0 142 1 0 0 25 0 19 0 371539053 7847415808 17673 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 46912505329163 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9929/tid=9932] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9932/stat : 9932 (java) S 9927 9929 9440 0 -1 4202560 200 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 17673 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9933] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9933/stat : 9933 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 17673 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9934] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9934/stat : 9934 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 17673 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9935] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9935/stat : 9935 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 17673 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9936] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9936/stat : 9936 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 17673 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9937] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9937/stat : 9937 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 17673 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9938] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9938/stat : 9938 (java) S 9927 9929 9440 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 17673 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9939] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9939/stat : 9939 (java) S 9927 9929 9440 0 -1 4202560 187 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 17673 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9940] ppid=9927 vsize=7663492 CPUtime=0.02 cores=1,3
/proc/9929/task/9940/stat : 9940 (java) S 9927 9929 9440 0 -1 4202560 420 0 0 0 2 0 0 0 16 0 19 0 371539055 7847415808 17673 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512508416 0 0 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9941] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9941/stat : 9941 (java) S 9927 9929 9440 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371539056 7847415808 17673 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9942] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9942/stat : 9942 (java) S 9927 9929 9440 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 371539056 7847415808 17673 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9943] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9943/stat : 9943 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371539058 7847415808 17673 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512515505 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9944] ppid=9927 vsize=7663492 CPUtime=0.1 cores=1,3
/proc/9929/task/9944/stat : 9944 (java) S 9927 9929 9440 0 -1 4202560 760 0 0 0 10 0 0 0 15 0 19 0 371539058 7847415808 17673 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9945] ppid=9927 vsize=7663492 CPUtime=0.42 cores=1,3
/proc/9929/task/9945/stat : 9945 (java) S 9927 9929 9440 0 -1 4202560 9557 0 0 0 42 0 0 0 19 0 19 0 371539058 7847415808 17673 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9946] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9946/stat : 9946 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371539058 7847415808 17673 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9947] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9947/stat : 9947 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371539058 7847415808 17673 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512508416 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9948] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9948/stat : 9948 (java) S 9927 9929 9440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371539063 7847415808 17673 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512508416 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 7663492

[startup+3.10098 s]
/proc/loadavg: 4.00 4.00 3.82 5/262 10038
/proc/meminfo: memFree=13571316/32950928 swapFree=67111528/67111528
[pid=9929] ppid=9927 vsize=7663492 CPUtime=3.93 cores=1,3
/proc/9929/stat : 9929 (java) S 9927 9929 9440 0 -1 4202496 26467 0 1 0 390 3 0 0 25 0 19 0 371539052 7847415808 20854 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9929/statm: 1915873 20854 2242 9 0 1906611 0
[pid=9929/tid=9931] ppid=9927 vsize=7663492 CPUtime=3 cores=1,3
/proc/9929/task/9931/stat : 9931 (java) R 9927 9929 9440 0 -1 4202560 8886 0 1 0 299 1 0 0 25 0 19 0 371539053 7847415808 20854 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 46912505507670 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9929/tid=9932] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9932/stat : 9932 (java) S 9927 9929 9440 0 -1 4202560 200 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 20854 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9933] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9933/stat : 9933 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 20854 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9934] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9934/stat : 9934 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 20854 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9935] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9935/stat : 9935 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 20854 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9936] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9936/stat : 9936 (java) S 9927 9929 9440 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 20854 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9937] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9937/stat : 9937 (java) S 9927 9929 9440 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 20854 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9938] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9938/stat : 9938 (java) S 9927 9929 9440 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 20854 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9939] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9939/stat : 9939 (java) S 9927 9929 9440 0 -1 4202560 190 0 0 0 0 0 0 0 16 0 19 0 371539054 7847415808 20854 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9940] ppid=9927 vsize=7663492 CPUtime=0.05 cores=1,3
/proc/9929/task/9940/stat : 9940 (java) S 9927 9929 9440 0 -1 4202560 466 0 0 0 5 0 0 0 16 0 19 0 371539055 7847415808 20854 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512508416 0 0 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9941] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9941/stat : 9941 (java) S 9927 9929 9440 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371539056 7847415808 20854 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9942] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9942/stat : 9942 (java) S 9927 9929 9440 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 371539056 7847415808 20854 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9943] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9943/stat : 9943 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371539058 7847415808 20854 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512515505 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9944] ppid=9927 vsize=7663492 CPUtime=0.29 cores=1,3
/proc/9929/task/9944/stat : 9944 (java) R 9927 9929 9440 0 -1 4202560 5834 0 0 0 29 0 0 0 15 0 19 0 371539058 7847415808 20854 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 47483429652798 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9929/tid=9945] ppid=9927 vsize=7663492 CPUtime=0.56 cores=1,3
/proc/9929/task/9945/stat : 9945 (java) S 9927 9929 9440 0 -1 4202560 9641 0 0 0 56 0 0 0 15 0 19 0 371539058 7847415808 20854 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9946] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9946/stat : 9946 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371539058 7847415808 20854 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9947] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9947/stat : 9947 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371539058 7847415808 20854 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512508416 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9948] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9948/stat : 9948 (java) S 9927 9929 9440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371539063 7847415808 20854 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512508416 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 7663492

[startup+6.30134 s]
/proc/loadavg: 4.00 4.00 3.82 5/262 10038
/proc/meminfo: memFree=13550348/32950928 swapFree=67111528/67111528
[pid=9929] ppid=9927 vsize=7663492 CPUtime=8.26 cores=1,3
/proc/9929/stat : 9929 (java) S 9927 9929 9440 0 -1 4202496 34744 0 1 0 822 4 0 0 25 0 19 0 371539052 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9929/statm: 1915873 23431 2242 9 0 1906611 0
[pid=9929/tid=9931] ppid=9927 vsize=7663492 CPUtime=6.13 cores=1,3
/proc/9929/task/9931/stat : 9931 (java) R 9927 9929 9440 0 -1 4202560 8892 0 1 0 612 1 0 0 25 0 19 0 371539053 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 46912505507698 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9929/tid=9932] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9932/stat : 9932 (java) S 9927 9929 9440 0 -1 4202560 200 0 0 0 0 0 0 0 16 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9933] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9933/stat : 9933 (java) S 9927 9929 9440 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9934] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9934/stat : 9934 (java) S 9927 9929 9440 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9935] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9935/stat : 9935 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9936] ppid=9927 vsize=7663492 CPUtime=0.01 cores=1,3
/proc/9929/task/9936/stat : 9936 (java) S 9927 9929 9440 0 -1 4202560 72 0 0 0 1 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9937] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9937/stat : 9937 (java) S 9927 9929 9440 0 -1 4202560 40 0 0 0 0 0 0 0 16 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9938] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9938/stat : 9938 (java) S 9927 9929 9440 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9939] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9939/stat : 9939 (java) S 9927 9929 9440 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9940] ppid=9927 vsize=7663492 CPUtime=0.08 cores=1,3
/proc/9929/task/9940/stat : 9940 (java) S 9927 9929 9440 0 -1 4202560 634 0 0 0 8 0 0 0 16 0 19 0 371539055 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512508416 0 0 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9941] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9941/stat : 9941 (java) S 9927 9929 9440 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371539056 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9942] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9942/stat : 9942 (java) S 9927 9929 9440 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 371539056 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9943] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9943/stat : 9943 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371539058 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512515505 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9944] ppid=9927 vsize=7663492 CPUtime=1.42 cores=1,3
/proc/9929/task/9944/stat : 9944 (java) S 9927 9929 9440 0 -1 4202560 13903 0 0 0 141 1 0 0 16 0 19 0 371539058 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9945] ppid=9927 vsize=7663492 CPUtime=0.57 cores=1,3
/proc/9929/task/9945/stat : 9945 (java) S 9927 9929 9440 0 -1 4202560 9641 0 0 0 57 0 0 0 15 0 19 0 371539058 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9946] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9946/stat : 9946 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371539058 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9947] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9947/stat : 9947 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371539058 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512508416 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9948] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9948/stat : 9948 (java) S 9927 9929 9440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371539063 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512508416 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 7663492

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

[startup+6.40132 s]
/proc/loadavg: 4.00 4.00 3.82 5/262 10038
/proc/meminfo: memFree=13550348/32950928 swapFree=67111528/67111528
[pid=9929] ppid=9927 vsize=7663492 CPUtime=8.36 cores=1,3
/proc/9929/stat : 9929 (java) S 9927 9929 9440 0 -1 4202496 34744 0 1 0 832 4 0 0 25 0 19 0 371539052 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9929/statm: 1915873 23431 2242 9 0 1906611 0
[pid=9929/tid=9931] ppid=9927 vsize=7663492 CPUtime=6.23 cores=1,3
/proc/9929/task/9931/stat : 9931 (java) R 9927 9929 9440 0 -1 4202560 8892 0 1 0 622 1 0 0 25 0 19 0 371539053 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 46912505683367 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9929/tid=9932] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9932/stat : 9932 (java) S 9927 9929 9440 0 -1 4202560 200 0 0 0 0 0 0 0 16 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9933] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9933/stat : 9933 (java) S 9927 9929 9440 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9934] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9934/stat : 9934 (java) S 9927 9929 9440 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9935] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9935/stat : 9935 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9936] ppid=9927 vsize=7663492 CPUtime=0.01 cores=1,3
/proc/9929/task/9936/stat : 9936 (java) S 9927 9929 9440 0 -1 4202560 72 0 0 0 1 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9937] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9937/stat : 9937 (java) S 9927 9929 9440 0 -1 4202560 40 0 0 0 0 0 0 0 16 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9938] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9938/stat : 9938 (java) S 9927 9929 9440 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9939] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9939/stat : 9939 (java) S 9927 9929 9440 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9940] ppid=9927 vsize=7663492 CPUtime=0.08 cores=1,3
/proc/9929/task/9940/stat : 9940 (java) S 9927 9929 9440 0 -1 4202560 634 0 0 0 8 0 0 0 16 0 19 0 371539055 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512508416 0 0 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9941] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9941/stat : 9941 (java) S 9927 9929 9440 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371539056 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9942] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9942/stat : 9942 (java) S 9927 9929 9440 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 371539056 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9943] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9943/stat : 9943 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371539058 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512515505 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9944] ppid=9927 vsize=7663492 CPUtime=1.42 cores=1,3
/proc/9929/task/9944/stat : 9944 (java) S 9927 9929 9440 0 -1 4202560 13903 0 0 0 141 1 0 0 16 0 19 0 371539058 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9945] ppid=9927 vsize=7663492 CPUtime=0.57 cores=1,3
/proc/9929/task/9945/stat : 9945 (java) S 9927 9929 9440 0 -1 4202560 9641 0 0 0 57 0 0 0 15 0 19 0 371539058 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9946] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9946/stat : 9946 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371539058 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9947] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9947/stat : 9947 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371539058 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512508416 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9948] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9948/stat : 9948 (java) S 9927 9929 9440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371539063 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512508416 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.36
Current children cumulated vsize (KiB) 7663492

[startup+7.20122 s]
/proc/loadavg: 4.00 4.00 3.82 5/262 10038
/proc/meminfo: memFree=13545480/32950928 swapFree=67111528/67111528
[pid=9929] ppid=9927 vsize=7663492 CPUtime=9.16 cores=1,3
/proc/9929/stat : 9929 (java) S 9927 9929 9440 0 -1 4202496 34745 0 1 0 912 4 0 0 25 0 19 0 371539052 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9929/statm: 1915873 23431 2242 9 0 1906611 0
[pid=9929/tid=9931] ppid=9927 vsize=7663492 CPUtime=7.01 cores=1,3
/proc/9929/task/9931/stat : 9931 (java) R 9927 9929 9440 0 -1 4202560 8893 0 1 0 700 1 0 0 25 0 19 0 371539053 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 46912505507570 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9929/tid=9932] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9932/stat : 9932 (java) S 9927 9929 9440 0 -1 4202560 200 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9933] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9933/stat : 9933 (java) S 9927 9929 9440 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9934] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9934/stat : 9934 (java) S 9927 9929 9440 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9935] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9935/stat : 9935 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9936] ppid=9927 vsize=7663492 CPUtime=0.01 cores=1,3
/proc/9929/task/9936/stat : 9936 (java) S 9927 9929 9440 0 -1 4202560 72 0 0 0 1 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9937] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9937/stat : 9937 (java) S 9927 9929 9440 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9938] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9938/stat : 9938 (java) S 9927 9929 9440 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9939] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9939/stat : 9939 (java) S 9927 9929 9440 0 -1 4202560 190 0 0 0 0 0 0 0 16 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9940] ppid=9927 vsize=7663492 CPUtime=0.09 cores=1,3
/proc/9929/task/9940/stat : 9940 (java) S 9927 9929 9440 0 -1 4202560 634 0 0 0 9 0 0 0 15 0 19 0 371539055 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512508416 0 0 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9941] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9941/stat : 9941 (java) S 9927 9929 9440 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371539056 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9942] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9942/stat : 9942 (java) S 9927 9929 9440 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 371539056 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9943] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9943/stat : 9943 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371539058 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512515505 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9944] ppid=9927 vsize=7663492 CPUtime=1.42 cores=1,3
/proc/9929/task/9944/stat : 9944 (java) S 9927 9929 9440 0 -1 4202560 13903 0 0 0 141 1 0 0 16 0 19 0 371539058 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9945] ppid=9927 vsize=7663492 CPUtime=0.57 cores=1,3
/proc/9929/task/9945/stat : 9945 (java) S 9927 9929 9440 0 -1 4202560 9641 0 0 0 57 0 0 0 15 0 19 0 371539058 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9946] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9946/stat : 9946 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371539058 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9947] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9947/stat : 9947 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371539058 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512508416 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9948] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9948/stat : 9948 (java) S 9927 9929 9440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371539063 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512508416 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.16
Current children cumulated vsize (KiB) 7663492

[startup+7.40118 s]
/proc/loadavg: 4.00 4.00 3.82 5/262 10038
/proc/meminfo: memFree=13545480/32950928 swapFree=67111528/67111528
[pid=9929] ppid=9927 vsize=7663492 CPUtime=9.36 cores=1,3
/proc/9929/stat : 9929 (java) S 9927 9929 9440 0 -1 4202496 34745 0 1 0 932 4 0 0 25 0 19 0 371539052 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9929/statm: 1915873 23431 2242 9 0 1906611 0
[pid=9929/tid=9931] ppid=9927 vsize=7663492 CPUtime=7.21 cores=1,3
/proc/9929/task/9931/stat : 9931 (java) R 9927 9929 9440 0 -1 4202560 8893 0 1 0 720 1 0 0 25 0 19 0 371539053 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 46912505507723 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9929/tid=9932] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9932/stat : 9932 (java) S 9927 9929 9440 0 -1 4202560 200 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9933] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9933/stat : 9933 (java) S 9927 9929 9440 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9934] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9934/stat : 9934 (java) S 9927 9929 9440 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9935] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9935/stat : 9935 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9936] ppid=9927 vsize=7663492 CPUtime=0.01 cores=1,3
/proc/9929/task/9936/stat : 9936 (java) S 9927 9929 9440 0 -1 4202560 72 0 0 0 1 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9937] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9937/stat : 9937 (java) S 9927 9929 9440 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9938] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9938/stat : 9938 (java) S 9927 9929 9440 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9939] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9939/stat : 9939 (java) S 9927 9929 9440 0 -1 4202560 190 0 0 0 0 0 0 0 16 0 19 0 371539054 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9940] ppid=9927 vsize=7663492 CPUtime=0.09 cores=1,3
/proc/9929/task/9940/stat : 9940 (java) S 9927 9929 9440 0 -1 4202560 634 0 0 0 9 0 0 0 15 0 19 0 371539055 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512508416 0 0 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9941] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9941/stat : 9941 (java) S 9927 9929 9440 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371539056 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9942] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9942/stat : 9942 (java) S 9927 9929 9440 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 371539056 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9943] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9943/stat : 9943 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371539058 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512515505 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9944] ppid=9927 vsize=7663492 CPUtime=1.42 cores=1,3
/proc/9929/task/9944/stat : 9944 (java) S 9927 9929 9440 0 -1 4202560 13903 0 0 0 141 1 0 0 16 0 19 0 371539058 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9945] ppid=9927 vsize=7663492 CPUtime=0.57 cores=1,3
/proc/9929/task/9945/stat : 9945 (java) S 9927 9929 9440 0 -1 4202560 9641 0 0 0 57 0 0 0 15 0 19 0 371539058 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9946] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9946/stat : 9946 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371539058 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512507801 0 4 0 16800975 18446604471137289344 0 0 -1 3 0 0 0
[pid=9929/tid=9947] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9947/stat : 9947 (java) S 9927 9929 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371539058 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512508416 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
[pid=9929/tid=9948] ppid=9927 vsize=7663492 CPUtime=0 cores=1,3
/proc/9929/task/9948/stat : 9948 (java) S 9927 9929 9440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371539063 7847415808 23431 33554432000 1073741824 1073778376 140736272559392 18446744073709551615 254512508416 0 4 0 16800975 18446604471137289344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.36
Current children cumulated vsize (KiB) 7663492

Child status: 20
Real time (s): 7.45726
CPU time (s): 9.42657
CPU user time (s): 9.37258
CPU system time (s): 0.053991
CPU usage (%): 126.408
Max. virtual memory (cumulated for all children) (KiB): 7663492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.37257
system time used= 0.053991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34753
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= 553
involuntary context switches= 443

runsolver used 0.016997 second user time and 0.027995 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-12 11:10:24
IDJOB=3190393
IDBENCH=82724
IDSOLVER=1611
FILE ID=node149/3190393-1302599424
RUNJOBID= node149-1302596818-9460
PBS_JOBID= 12958093
Free space on /tmp= 72636 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v250-c1065-S931339469-052.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-3190393-1302599424/watcher-3190393-1302599424 -o /tmp/evaluation-result-3190393-1302599424/solver-3190393-1302599424 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190393-1302599424.cnf

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

MD5SUM BENCH= 25176c8329756b46b3ca32af3843804f
RANDOM SEED=113483903

node149.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.806
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.61
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.806
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	: 5332.83
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.75
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.806
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.82
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13782148 kB
Buffers:        686244 kB
Cached:       17971156 kB
SwapCached:          0 kB
Active:        9317192 kB
Inactive:      9448172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13782148 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             544 kB
Writeback:           0 kB
AnonPages:      107548 kB
Mapped:          22460 kB
Slab:           338952 kB
PageTables:       5012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  7527280 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= 72636 MiB
End job on node149 at 2011-04-12 11:10:31