Trace number 3249938

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-06? (TO) 1301.14 1300.08

General information on the benchmark

Namecrafted/skvortsov/automata-synchronization/
crn_40_1520_u.cnf
MD5SUMac02a3a5c06227748ecf75dd451ebb7e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables63840
Number of clauses123900
Sum of the clauses size369320
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22380
Number of clauses of size 3121520
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.07	c no version file found!!!
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		6997539544
0.00/0.08	c Max memory 		7034241024
0.00/0.08	c Total memory 		7034241024
0.00/0.08	c Number of processors 	8
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483647s
0.00/0.09	c DB Simplification allowed=true
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-3249938-1303539691.cnf
0.00/0.09	c reading problem ... 
0.42/0.31	c ... done. Wall clock time 0.184s.
0.42/0.31	c #vars     63840
0.42/0.31	c #constraints  123900
0.42/0.31	c constraints type 
0.42/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121520
0.42/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2380
39.21/38.67	c cleaning 2473 clauses out of 4946 with flag 5000/5000
89.94/89.38	c cleaning 4235 clauses out of 8473 with flag 11000/11000
148.05/147.42	c cleaning 5617 clauses out of 11238 with flag 18000/18000
214.67/214.09	c cleaning 6810 clauses out of 13621 with flag 26000/26000
271.28/270.63	c cleaning 7906 clauses out of 15811 with flag 35000/35000
303.70/303.00	c cleaning 8953 clauses out of 17906 with flag 45001/45001
339.81/339.12	c cleaning 9976 clauses out of 19952 with flag 56000/56000
380.52/379.84	c cleaning 10989 clauses out of 21977 with flag 68001/68001
422.74/422.06	c cleaning 11991 clauses out of 23988 with flag 81001/81001
467.17/466.49	c cleaning 12998 clauses out of 25996 with flag 95000/95000
513.38/512.62	c cleaning 14000 clauses out of 27999 with flag 110001/110001
557.80/557.03	c cleaning 14995 clauses out of 29998 with flag 126000/126000
605.71/604.96	c cleaning 16000 clauses out of 32003 with flag 143000/143000
659.24/658.43	c cleaning 17001 clauses out of 34004 with flag 161001/161001
719.87/719.02	c cleaning 18001 clauses out of 36002 with flag 180000/180000
781.40/780.52	c cleaning 19001 clauses out of 38003 with flag 200002/200002
846.32/845.46	c cleaning 20001 clauses out of 40001 with flag 221001/221001
917.44/916.59	c cleaning 20996 clauses out of 41999 with flag 243000/243000
1031.56/1030.67	c cleaning 21999 clauses out of 44006 with flag 266003/266003
1144.48/1143.53	c cleaning 23002 clauses out of 46006 with flag 290002/290002
1277.71/1276.77	c cleaning 24002 clauses out of 48004 with flag 315002/315002
1301.04/1300.01	c starts		: 701
1301.04/1300.01	c conflicts		: 319205
1301.04/1300.01	c decisions		: 1480800
1301.04/1300.01	c propagations		: 3527468146
1301.04/1300.01	c inspects		: 4294606529
1301.04/1300.01	c shortcuts		: 0
1301.04/1300.01	c learnt literals	: 33
1301.04/1300.01	c learnt binary clauses	: 515
1301.04/1300.01	c learnt ternary clauses	: 2063
1301.04/1300.01	c learnt constraints	: 319172
1301.04/1300.01	c ignored constraints	: 0
1301.04/1300.01	c root simplifications	: 734
1301.04/1300.01	c removed literals (reason simplification)	: 1460393
1301.04/1300.01	c reason swapping (by a shorter reason)	: 0
1301.04/1300.01	c Calls to reduceDB	: 21
1301.04/1300.01	c speed (assignments/second)	: 2713994.4480904927
1301.04/1300.01	c non guided choices	1556
1301.04/1300.04	c learnt constraints type 
1301.04/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 512
1301.04/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 27695
1301.04/1300.04	c constraints type 
1301.04/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121520
1301.04/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2380
1301.04/1300.04	s UNKNOWN
1301.04/1300.04	c Total wall clock time (in seconds) : 1299.917

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

running on 2 cores: 4,6

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: 0.16 0.03 0.01 3/220 796
/proc/meminfo: memFree=20425960/32951124 swapFree=67110396/67111528
[pid=796] ppid=794 vsize=23028 CPUtime=0 cores=4,6
/proc/796/stat : 796 (java) R 794 796 709 0 -1 4202496 744 0 0 0 0 0 0 0 22 0 1 0 544199812 23580672 486 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224279963413 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/796/statm: 5757 496 374 9 0 124 0
[pid=796/tid=797] ppid=794 vsize=35788 CPUtime=0 cores=4,6
/proc/796/task/797/stat : 797 (java) R 794 796 709 0 -1 4202560 207 0 0 0 0 0 0 0 24 0 2 0 544199812 36646912 1024 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224284986023 0 0 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.00824708 s]
/proc/loadavg: 0.16 0.03 0.01 3/220 796
/proc/meminfo: memFree=20425960/32951124 swapFree=67110396/67111528
[pid=796] ppid=794 vsize=35788 CPUtime=0 cores=4,6
/proc/796/stat : 796 (java) S 794 796 709 0 -1 4202496 1326 0 0 0 0 0 0 0 22 0 2 0 544199812 36646912 1026 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296728549 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/796/statm: 8947 1026 790 9 0 386 0
[pid=796/tid=797] ppid=794 vsize=35788 CPUtime=0 cores=4,6
/proc/796/task/797/stat : 797 (java) S 794 796 709 0 -1 4202560 210 0 0 0 0 0 0 0 24 0 2 0 544199812 36646912 1026 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224284945990 0 0 0 16784584 4262735941560434687 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 35788

[startup+0.100257 s]
/proc/loadavg: 0.16 0.03 0.01 3/220 796
/proc/meminfo: memFree=20425960/32951124 swapFree=67110396/67111528
[pid=796] ppid=794 vsize=7569940 CPUtime=0.08 cores=4,6
/proc/796/stat : 796 (java) S 794 796 709 0 -1 4202496 10199 0 1 0 7 1 0 0 22 0 18 0 544199812 7751618560 9894 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/796/statm: 1892485 9895 1757 9 0 1883223 0
[pid=796/tid=797] ppid=794 vsize=7569940 CPUtime=0.08 cores=4,6
/proc/796/task/797/stat : 797 (java) R 794 796 709 0 -1 4202560 9024 0 1 0 7 1 0 0 25 0 18 0 544199812 7751618560 9895 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296752587 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7569940

[startup+0.301166 s]
/proc/loadavg: 0.16 0.03 0.01 3/220 796
/proc/meminfo: memFree=20425960/32951124 swapFree=67110396/67111528
[pid=796] ppid=794 vsize=7637872 CPUtime=0.42 cores=4,6
/proc/796/stat : 796 (java) S 794 796 709 0 -1 4202496 17154 0 1 0 39 3 0 0 22 0 18 0 544199812 7821180928 16704 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/796/statm: 1909468 16704 2205 9 0 1900206 0
[pid=796/tid=797] ppid=794 vsize=7637872 CPUtime=0.28 cores=4,6
/proc/796/task/797/stat : 797 (java) R 794 796 709 0 -1 4202560 14740 0 1 0 26 2 0 0 18 0 18 0 544199812 7821180928 16704 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 46912505179312 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 7637872

[startup+0.701112 s]
/proc/loadavg: 0.16 0.03 0.01 3/220 796
/proc/meminfo: memFree=20425960/32951124 swapFree=67110396/67111528
[pid=796] ppid=794 vsize=7644324 CPUtime=1.2 cores=4,6
/proc/796/stat : 796 (java) S 794 796 709 0 -1 4202496 20190 0 1 0 117 3 0 0 22 0 19 0 544199812 7827787776 18797 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/796/statm: 1911081 18797 2220 9 0 1901819 0
[pid=796/tid=797] ppid=794 vsize=7644324 CPUtime=0.68 cores=4,6
/proc/796/task/797/stat : 797 (java) R 794 796 709 0 -1 4202560 15409 0 1 0 66 2 0 0 19 0 19 0 544199812 7827787776 18797 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 46912505634437 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 7644324

[startup+1.50096 s]
/proc/loadavg: 0.16 0.03 0.01 4/239 815
/proc/meminfo: memFree=20363124/32951124 swapFree=67110396/67111528
[pid=796] ppid=794 vsize=7644324 CPUtime=2.05 cores=4,6
/proc/796/stat : 796 (java) S 794 796 709 0 -1 4202496 20342 0 1 0 202 3 0 0 22 0 19 0 544199812 7827787776 18949 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/796/statm: 1911081 18949 2222 9 0 1901819 0
[pid=796/tid=797] ppid=794 vsize=7644324 CPUtime=1.48 cores=4,6
/proc/796/task/797/stat : 797 (java) R 794 796 709 0 -1 4202560 15553 0 1 0 146 2 0 0 20 0 19 0 544199812 7827787776 18949 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 46912505120862 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=796/tid=799] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/799/stat : 799 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 544199814 7827787776 18949 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=800] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/800/stat : 800 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199814 7827787776 18949 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=801] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/801/stat : 801 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199814 7827787776 18949 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=802] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/802/stat : 802 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199814 7827787776 18949 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=803] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/803/stat : 803 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199814 7827787776 18949 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=804] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/804/stat : 804 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199814 7827787776 18949 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=805] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/805/stat : 805 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199814 7827787776 18949 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=806] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/806/stat : 806 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199814 7827787776 18949 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=807] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/807/stat : 807 (java) S 794 796 709 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 19 0 544199815 7827787776 18949 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296742400 0 0 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=808] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/808/stat : 808 (java) S 794 796 709 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 544199816 7827787776 18949 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=809] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/809/stat : 809 (java) S 794 796 709 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544199816 7827787776 18949 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=810] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/810/stat : 810 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199818 7827787776 18949 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296749489 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=811] ppid=794 vsize=7644324 CPUtime=0.26 cores=4,6
/proc/796/task/811/stat : 811 (java) S 794 796 709 0 -1 4202560 1143 0 0 0 26 0 0 0 18 0 19 0 544199818 7827787776 18949 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=812] ppid=794 vsize=7644324 CPUtime=0.29 cores=4,6
/proc/796/task/812/stat : 812 (java) R 794 796 709 0 -1 4202560 2484 0 0 0 29 0 0 0 18 0 19 0 544199818 7827787776 18949 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 47676864972155 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=796/tid=813] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/813/stat : 813 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199818 7827787776 18949 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=814] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/814/stat : 814 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544199818 7827787776 18949 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296742400 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=815] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/815/stat : 815 (java) S 794 796 709 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 544199844 7827787776 18949 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296742400 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 7644324

[startup+3.10069 s]
/proc/loadavg: 0.55 0.12 0.04 4/239 815
/proc/meminfo: memFree=20358572/32951124 swapFree=67110396/67111528
[pid=796] ppid=794 vsize=7644324 CPUtime=3.75 cores=4,6
/proc/796/stat : 796 (java) S 794 796 709 0 -1 4202496 21050 0 1 0 372 3 0 0 22 0 19 0 544199812 7827787776 19654 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/796/statm: 1911081 19654 2222 9 0 1901819 0
[pid=796/tid=797] ppid=794 vsize=7644324 CPUtime=3.02 cores=4,6
/proc/796/task/797/stat : 797 (java) R 794 796 709 0 -1 4202560 16236 0 1 0 299 3 0 0 25 0 19 0 544199812 7827787776 19654 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 46912505634437 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=796/tid=799] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/799/stat : 799 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 544199814 7827787776 19654 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=800] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/800/stat : 800 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199814 7827787776 19654 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=801] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/801/stat : 801 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199814 7827787776 19654 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=802] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/802/stat : 802 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199814 7827787776 19654 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=803] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/803/stat : 803 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199814 7827787776 19654 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=804] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/804/stat : 804 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199814 7827787776 19654 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=805] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/805/stat : 805 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199814 7827787776 19654 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=806] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/806/stat : 806 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199814 7827787776 19654 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=807] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/807/stat : 807 (java) S 794 796 709 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 19 0 544199815 7827787776 19654 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296742400 0 0 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=808] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/808/stat : 808 (java) S 794 796 709 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 544199816 7827787776 19654 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=809] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/809/stat : 809 (java) S 794 796 709 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544199816 7827787776 19654 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=810] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/810/stat : 810 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199818 7827787776 19654 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296749489 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=811] ppid=794 vsize=7644324 CPUtime=0.28 cores=4,6
/proc/796/task/811/stat : 811 (java) S 794 796 709 0 -1 4202560 1144 0 0 0 28 0 0 0 15 0 19 0 544199818 7827787776 19654 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=812] ppid=794 vsize=7644324 CPUtime=0.45 cores=4,6
/proc/796/task/812/stat : 812 (java) S 794 796 709 0 -1 4202560 2507 0 0 0 45 0 0 0 15 0 19 0 544199818 7827787776 19654 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=813] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/813/stat : 813 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199818 7827787776 19654 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=814] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/814/stat : 814 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544199818 7827787776 19654 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296742400 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=815] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/815/stat : 815 (java) S 794 796 709 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 544199844 7827787776 19654 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296742400 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 7644324

[startup+6.30118 s]
/proc/loadavg: 0.55 0.12 0.04 4/239 815
/proc/meminfo: memFree=20335276/32951124 swapFree=67110396/67111528
[pid=796] ppid=794 vsize=7644324 CPUtime=6.96 cores=4,6
/proc/796/stat : 796 (java) S 794 796 709 0 -1 4202496 21638 0 1 0 692 4 0 0 22 0 19 0 544199812 7827787776 20240 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/796/statm: 1911081 20240 2225 9 0 1901819 0
[pid=796/tid=797] ppid=794 vsize=7644324 CPUtime=6.19 cores=4,6
/proc/796/task/797/stat : 797 (java) R 794 796 709 0 -1 4202560 16817 0 1 0 616 3 0 0 23 0 19 0 544199812 7827787776 20240 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 46912505634437 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=796/tid=799] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/799/stat : 799 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 544199814 7827787776 20240 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=800] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/800/stat : 800 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199814 7827787776 20240 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=801] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/801/stat : 801 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199814 7827787776 20240 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=802] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/802/stat : 802 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199814 7827787776 20240 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=803] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/803/stat : 803 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199814 7827787776 20240 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=804] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/804/stat : 804 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199814 7827787776 20240 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=805] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/805/stat : 805 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199814 7827787776 20240 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=806] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/806/stat : 806 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199814 7827787776 20240 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=807] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/807/stat : 807 (java) S 794 796 709 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 544199815 7827787776 20240 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296742400 0 0 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=808] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/808/stat : 808 (java) S 794 796 709 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 544199816 7827787776 20240 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=809] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/809/stat : 809 (java) S 794 796 709 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544199816 7827787776 20240 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=810] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/810/stat : 810 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199818 7827787776 20240 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296749489 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=811] ppid=794 vsize=7644324 CPUtime=0.29 cores=4,6
/proc/796/task/811/stat : 811 (java) S 794 796 709 0 -1 4202560 1151 0 0 0 29 0 0 0 15 0 19 0 544199818 7827787776 20240 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=812] ppid=794 vsize=7644324 CPUtime=0.45 cores=4,6
/proc/796/task/812/stat : 812 (java) S 794 796 709 0 -1 4202560 2507 0 0 0 45 0 0 0 15 0 19 0 544199818 7827787776 20240 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0

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

[pid=796/tid=804] ppid=794 vsize=7644324 CPUtime=0.08 cores=4,6
/proc/796/task/804/stat : 804 (java) S 794 796 709 0 -1 4202560 1378 0 0 0 8 0 0 0 15 0 19 0 544199814 7827787776 158857 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=805] ppid=794 vsize=7644324 CPUtime=0.06 cores=4,6
/proc/796/task/805/stat : 805 (java) S 794 796 709 0 -1 4202560 1914 0 0 0 6 0 0 0 15 0 19 0 544199814 7827787776 158857 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=806] ppid=794 vsize=7644324 CPUtime=0.07 cores=4,6
/proc/796/task/806/stat : 806 (java) S 794 796 709 0 -1 4202560 10698 0 0 0 6 1 0 0 15 0 19 0 544199814 7827787776 158857 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=807] ppid=794 vsize=7644324 CPUtime=1.82 cores=4,6
/proc/796/task/807/stat : 807 (java) S 794 796 709 0 -1 4202560 68487 0 0 0 175 7 0 0 15 0 19 0 544199815 7827787776 158857 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296742400 0 0 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=808] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/808/stat : 808 (java) S 794 796 709 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 544199816 7827787776 158857 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=809] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/809/stat : 809 (java) S 794 796 709 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 544199816 7827787776 158857 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=810] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/810/stat : 810 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199818 7827787776 158857 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296749489 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=811] ppid=794 vsize=7644324 CPUtime=0.42 cores=4,6
/proc/796/task/811/stat : 811 (java) S 794 796 709 0 -1 4202560 1172 0 0 0 42 0 0 0 15 0 19 0 544199818 7827787776 158857 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=812] ppid=794 vsize=7644324 CPUtime=0.45 cores=4,6
/proc/796/task/812/stat : 812 (java) S 794 796 709 0 -1 4202560 2507 0 0 0 45 0 0 0 15 0 19 0 544199818 7827787776 158857 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=813] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/813/stat : 813 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199818 7827787776 158857 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=814] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/814/stat : 814 (java) S 794 796 709 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 544199818 7827787776 158857 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296742400 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=815] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/815/stat : 815 (java) S 794 796 709 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 544199844 7827787776 158857 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296742400 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1123.28
Current children cumulated vsize (KiB) 7644324

[startup+1182.3 s]
/proc/loadavg: 4.04 3.94 2.88 6/262 1035
/proc/meminfo: memFree=19591512/32951124 swapFree=67110396/67111528
[pid=796] ppid=794 vsize=7644324 CPUtime=1183.31 cores=4,6
/proc/796/stat : 796 (java) S 794 796 709 0 -1 4202496 164147 0 1 0 118303 28 0 0 22 0 19 0 544199812 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/796/statm: 1911081 162601 2253 9 0 1901819 0
[pid=796/tid=797] ppid=794 vsize=7644324 CPUtime=1179.64 cores=4,6
/proc/796/task/797/stat : 797 (java) R 794 796 709 0 -1 4202560 39702 0 1 0 117952 12 0 0 25 0 19 0 544199812 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 46912505670697 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=796/tid=799] ppid=794 vsize=7644324 CPUtime=0.1 cores=4,6
/proc/796/task/799/stat : 799 (java) S 794 796 709 0 -1 4202560 10291 0 0 0 9 1 0 0 15 0 19 0 544199814 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=800] ppid=794 vsize=7644324 CPUtime=0.15 cores=4,6
/proc/796/task/800/stat : 800 (java) S 794 796 709 0 -1 4202560 16233 0 0 0 13 2 0 0 16 0 19 0 544199814 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=801] ppid=794 vsize=7644324 CPUtime=0.09 cores=4,6
/proc/796/task/801/stat : 801 (java) S 794 796 709 0 -1 4202560 3932 0 0 0 9 0 0 0 16 0 19 0 544199814 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=802] ppid=794 vsize=7644324 CPUtime=0.07 cores=4,6
/proc/796/task/802/stat : 802 (java) S 794 796 709 0 -1 4202560 720 0 0 0 7 0 0 0 15 0 19 0 544199814 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=803] ppid=794 vsize=7644324 CPUtime=0.1 cores=4,6
/proc/796/task/803/stat : 803 (java) S 794 796 709 0 -1 4202560 4943 0 0 0 10 0 0 0 15 0 19 0 544199814 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=804] ppid=794 vsize=7644324 CPUtime=0.08 cores=4,6
/proc/796/task/804/stat : 804 (java) S 794 796 709 0 -1 4202560 1378 0 0 0 8 0 0 0 15 0 19 0 544199814 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=805] ppid=794 vsize=7644324 CPUtime=0.09 cores=4,6
/proc/796/task/805/stat : 805 (java) S 794 796 709 0 -1 4202560 2864 0 0 0 9 0 0 0 15 0 19 0 544199814 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=806] ppid=794 vsize=7644324 CPUtime=0.07 cores=4,6
/proc/796/task/806/stat : 806 (java) S 794 796 709 0 -1 4202560 10698 0 0 0 6 1 0 0 15 0 19 0 544199814 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=807] ppid=794 vsize=7644324 CPUtime=1.94 cores=4,6
/proc/796/task/807/stat : 807 (java) S 794 796 709 0 -1 4202560 68489 0 0 0 187 7 0 0 15 0 19 0 544199815 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296742400 0 0 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=808] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/808/stat : 808 (java) S 794 796 709 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 544199816 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=809] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/809/stat : 809 (java) S 794 796 709 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 544199816 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=810] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/810/stat : 810 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199818 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296749489 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=811] ppid=794 vsize=7644324 CPUtime=0.42 cores=4,6
/proc/796/task/811/stat : 811 (java) S 794 796 709 0 -1 4202560 1172 0 0 0 42 0 0 0 15 0 19 0 544199818 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=812] ppid=794 vsize=7644324 CPUtime=0.45 cores=4,6
/proc/796/task/812/stat : 812 (java) S 794 796 709 0 -1 4202560 2507 0 0 0 45 0 0 0 15 0 19 0 544199818 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=813] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/813/stat : 813 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199818 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=814] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/814/stat : 814 (java) S 794 796 709 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 544199818 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296742400 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=815] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/815/stat : 815 (java) S 794 796 709 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 544199844 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296742400 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1183.31
Current children cumulated vsize (KiB) 7644324

[startup+1242.3 s]
/proc/loadavg: 4.07 3.97 2.96 6/262 1037
/proc/meminfo: memFree=19588984/32951124 swapFree=67110396/67111528
[pid=796] ppid=794 vsize=7644324 CPUtime=1243.31 cores=4,6
/proc/796/stat : 796 (java) S 794 796 709 0 -1 4202496 164151 0 1 0 124303 28 0 0 22 0 19 0 544199812 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/796/statm: 1911081 162601 2253 9 0 1901819 0
[pid=796/tid=797] ppid=794 vsize=7644324 CPUtime=1239.64 cores=4,6
/proc/796/task/797/stat : 797 (java) R 794 796 709 0 -1 4202560 39702 0 1 0 123952 12 0 0 25 0 19 0 544199812 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 46912505634437 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=796/tid=799] ppid=794 vsize=7644324 CPUtime=0.1 cores=4,6
/proc/796/task/799/stat : 799 (java) S 794 796 709 0 -1 4202560 10291 0 0 0 9 1 0 0 15 0 19 0 544199814 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=800] ppid=794 vsize=7644324 CPUtime=0.15 cores=4,6
/proc/796/task/800/stat : 800 (java) S 794 796 709 0 -1 4202560 16233 0 0 0 13 2 0 0 16 0 19 0 544199814 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=801] ppid=794 vsize=7644324 CPUtime=0.09 cores=4,6
/proc/796/task/801/stat : 801 (java) S 794 796 709 0 -1 4202560 3932 0 0 0 9 0 0 0 16 0 19 0 544199814 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=802] ppid=794 vsize=7644324 CPUtime=0.07 cores=4,6
/proc/796/task/802/stat : 802 (java) S 794 796 709 0 -1 4202560 720 0 0 0 7 0 0 0 15 0 19 0 544199814 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=803] ppid=794 vsize=7644324 CPUtime=0.1 cores=4,6
/proc/796/task/803/stat : 803 (java) S 794 796 709 0 -1 4202560 4943 0 0 0 10 0 0 0 15 0 19 0 544199814 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=804] ppid=794 vsize=7644324 CPUtime=0.08 cores=4,6
/proc/796/task/804/stat : 804 (java) S 794 796 709 0 -1 4202560 1378 0 0 0 8 0 0 0 15 0 19 0 544199814 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=805] ppid=794 vsize=7644324 CPUtime=0.09 cores=4,6
/proc/796/task/805/stat : 805 (java) S 794 796 709 0 -1 4202560 2864 0 0 0 9 0 0 0 15 0 19 0 544199814 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=806] ppid=794 vsize=7644324 CPUtime=0.07 cores=4,6
/proc/796/task/806/stat : 806 (java) S 794 796 709 0 -1 4202560 10698 0 0 0 6 1 0 0 15 0 19 0 544199814 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=807] ppid=794 vsize=7644324 CPUtime=1.94 cores=4,6
/proc/796/task/807/stat : 807 (java) S 794 796 709 0 -1 4202560 68489 0 0 0 187 7 0 0 15 0 19 0 544199815 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296742400 0 0 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=808] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/808/stat : 808 (java) S 794 796 709 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 544199816 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=809] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/809/stat : 809 (java) S 794 796 709 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 544199816 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=810] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/810/stat : 810 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199818 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296749489 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=811] ppid=794 vsize=7644324 CPUtime=0.42 cores=4,6
/proc/796/task/811/stat : 811 (java) S 794 796 709 0 -1 4202560 1172 0 0 0 42 0 0 0 15 0 19 0 544199818 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=812] ppid=794 vsize=7644324 CPUtime=0.45 cores=4,6
/proc/796/task/812/stat : 812 (java) S 794 796 709 0 -1 4202560 2507 0 0 0 45 0 0 0 15 0 19 0 544199818 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=813] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/813/stat : 813 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199818 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=814] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/814/stat : 814 (java) S 794 796 709 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 544199818 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296742400 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=815] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/815/stat : 815 (java) S 794 796 709 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 544199844 7827787776 162601 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296742400 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1243.31
Current children cumulated vsize (KiB) 7644324



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.01 4/242 1090
/proc/meminfo: memFree=19696140/32951124 swapFree=67110396/67111528
[pid=796] ppid=794 vsize=7644324 CPUtime=1301.04 cores=4,6
/proc/796/stat : 796 (java) S 794 796 709 0 -1 4202496 167072 0 1 0 130075 29 0 0 22 0 19 0 544199812 7827787776 165515 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/796/statm: 1911081 165515 2253 9 0 1901819 0
[pid=796/tid=797] ppid=794 vsize=7644324 CPUtime=1297.24 cores=4,6
/proc/796/task/797/stat : 797 (java) R 794 796 709 0 -1 4202560 42615 0 1 0 129710 14 0 0 25 0 19 0 544199812 7827787776 165515 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 46912505851829 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=796/tid=799] ppid=794 vsize=7644324 CPUtime=0.1 cores=4,6
/proc/796/task/799/stat : 799 (java) S 794 796 709 0 -1 4202560 10291 0 0 0 9 1 0 0 15 0 19 0 544199814 7827787776 165515 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=800] ppid=794 vsize=7644324 CPUtime=0.15 cores=4,6
/proc/796/task/800/stat : 800 (java) S 794 796 709 0 -1 4202560 16233 0 0 0 13 2 0 0 15 0 19 0 544199814 7827787776 165515 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=801] ppid=794 vsize=7644324 CPUtime=0.12 cores=4,6
/proc/796/task/801/stat : 801 (java) S 794 796 709 0 -1 4202560 3934 0 0 0 12 0 0 0 16 0 19 0 544199814 7827787776 165515 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=802] ppid=794 vsize=7644324 CPUtime=0.07 cores=4,6
/proc/796/task/802/stat : 802 (java) S 794 796 709 0 -1 4202560 720 0 0 0 7 0 0 0 15 0 19 0 544199814 7827787776 165515 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=803] ppid=794 vsize=7644324 CPUtime=0.1 cores=4,6
/proc/796/task/803/stat : 803 (java) S 794 796 709 0 -1 4202560 4943 0 0 0 10 0 0 0 15 0 19 0 544199814 7827787776 165515 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=804] ppid=794 vsize=7644324 CPUtime=0.08 cores=4,6
/proc/796/task/804/stat : 804 (java) S 794 796 709 0 -1 4202560 1378 0 0 0 8 0 0 0 15 0 19 0 544199814 7827787776 165515 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=805] ppid=794 vsize=7644324 CPUtime=0.09 cores=4,6
/proc/796/task/805/stat : 805 (java) S 794 796 709 0 -1 4202560 2864 0 0 0 9 0 0 0 15 0 19 0 544199814 7827787776 165515 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=806] ppid=794 vsize=7644324 CPUtime=0.1 cores=4,6
/proc/796/task/806/stat : 806 (java) S 794 796 709 0 -1 4202560 10698 0 0 0 9 1 0 0 16 0 19 0 544199814 7827787776 165515 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=807] ppid=794 vsize=7644324 CPUtime=2.03 cores=4,6
/proc/796/task/807/stat : 807 (java) S 794 796 709 0 -1 4202560 68491 0 0 0 196 7 0 0 15 0 19 0 544199815 7827787776 165515 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296742400 0 0 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=808] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/808/stat : 808 (java) S 794 796 709 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 544199816 7827787776 165515 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=809] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/809/stat : 809 (java) S 794 796 709 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 544199816 7827787776 165515 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=810] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/810/stat : 810 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199818 7827787776 165515 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296749489 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=811] ppid=794 vsize=7644324 CPUtime=0.42 cores=4,6
/proc/796/task/811/stat : 811 (java) S 794 796 709 0 -1 4202560 1172 0 0 0 42 0 0 0 15 0 19 0 544199818 7827787776 165515 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=812] ppid=794 vsize=7644324 CPUtime=0.45 cores=4,6
/proc/796/task/812/stat : 812 (java) S 794 796 709 0 -1 4202560 2507 0 0 0 45 0 0 0 15 0 19 0 544199818 7827787776 165515 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=813] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/813/stat : 813 (java) S 794 796 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544199818 7827787776 165515 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296741785 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
[pid=796/tid=814] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/814/stat : 814 (java) S 794 796 709 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 544199818 7827787776 165515 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296742400 0 4 0 16800975 18446604453905188800 0 0 -1 6 0 0 0
[pid=796/tid=815] ppid=794 vsize=7644324 CPUtime=0 cores=4,6
/proc/796/task/815/stat : 815 (java) S 794 796 709 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 544199844 7827787776 165515 33554432000 1073741824 1073778376 140736361216752 18446744073709551615 224296742400 0 4 0 16800975 18446604453905188800 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1301.04
Current children cumulated vsize (KiB) 7644324

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 143
Real time (s): 1300.08
CPU time (s): 1301.14
CPU user time (s): 1300.81
CPU system time (s): 0.330949
CPU usage (%): 100.082
Max. virtual memory (cumulated for all children) (KiB): 7644792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.81
system time used= 0.330949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167103
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= 27148
involuntary context switches= 4110

runsolver used 2.22866 second user time and 4.89426 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-23 08:21:31
IDJOB=3249938
IDBENCH=83198
IDSOLVER=1611
FILE ID=node118/3249938-1303539691
RUNJOBID= node118-1303539684-728
PBS_JOBID= 13143120
Free space on /tmp= 71744 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_40_1520_u.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-3249938-1303539691/watcher-3249938-1303539691 -o /tmp/evaluation-result-3249938-1303539691/solver-3249938-1303539691 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3249938-1303539691.cnf

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

MD5SUM BENCH= ac02a3a5c06227748ecf75dd451ebb7e
RANDOM SEED=1122488000

node118.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.842
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.68
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.842
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.75
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.842
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.74
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.842
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.75
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20426240 kB
Buffers:       1854752 kB
Cached:        9963900 kB
SwapCached:        600 kB
Active:        8560436 kB
Inactive:      3442208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20426240 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:            3864 kB
Writeback:           0 kB
AnonPages:      183084 kB
Mapped:          23412 kB
Slab:           458280 kB
PageTables:       6020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14761344 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= 71736 MiB
End job on node118 at 2011-04-23 08:43:14