Trace number 2691638

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 PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.24 1695.44

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB10/oliveras/j120/
normalized-j12026_5-unsat--soft-33-100-0.wbo
MD5SUM03b08701e36df5e014168edc711c28ff
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark3411
Best CPU time to get the best result obtained on this benchmark1800.28
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables32912
Total number of constraints109848
Number of soft constraints73680
Number of constraints which are clauses109308
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints540
Minimum length of a constraint1
Maximum length of a constraint66
Top cost 3699128
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3699127
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 428
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.06	c version 2.2.0.v20100526
0.00/0.06	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.06	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.06	c java.vm.version	11.2-b01
0.00/0.06	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.06	c sun.arch.data.model	32
0.00/0.06	c java.version		1.6.0_12
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		2.6.18-164.el5
0.00/0.06	c os.arch		i386
0.00/0.06	c Free memory 		1393557488
0.00/0.06	c Max memory 		1395916800
0.00/0.06	c Total memory 		1395916800
0.00/0.06	c Number of processors 	8
0.06/0.09	c Pseudo Boolean Optimization
0.06/0.09	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.09	c --- Begin Solver configuration ---
0.06/0.09	c Stops conflict analysis at the first Unique Implication Point
0.06/0.09	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1b16e52
0.06/0.09	c Learn all clauses as in MiniSAT
0.06/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.09	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.09	c No reason simplification
0.06/0.09	c Armin Biere (Picosat) restarts strategy
0.06/0.09	c Glucose learned constraints deletion strategy
0.06/0.09	c timeout=2147483s
0.06/0.09	c DB Simplification allowed=false
0.06/0.09	c --- End Solver configuration ---
0.06/0.09	c solving HOME/instance-2691638-1277886183.wbo
0.06/0.09	c reading problem ... 
1.96/1.19	c ... done. Wall clock time 1.1s.
1.96/1.19	c #vars     106592
1.96/1.19	c #constraints  98292
1.96/1.19	c constraints type 
1.96/1.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 70569
1.96/1.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12528
1.96/1.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 9447
1.96/1.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 540
54.68/49.94	c cleaning 0 clauses out of 5002 with flag 0/5002
198.77/187.85	c cleaning 0 clauses out of 11001 with flag 0/11001
662.41/628.14	c cleaning 0 clauses out of 18000 with flag 0/18000
1554.74/1465.09	c cleaning 0 clauses out of 26002 with flag 0/26002
1800.07/1695.35	c starts		: 54
1800.07/1695.35	c conflicts		: 27095
1800.07/1695.35	c decisions		: 173812
1800.07/1695.35	c propagations		: 34904751
1800.07/1695.35	c inspects		: 1546842377
1800.07/1695.35	c learnt literals	: 0
1800.07/1695.35	c learnt binary clauses	: 0
1800.07/1695.35	c learnt ternary clauses	: 47
1800.07/1695.35	c learnt clauses	: 27095
1800.07/1695.35	c ignored clauses	: 0
1800.07/1695.35	c root simplifications	: 0
1800.07/1695.35	c removed literals (reason simplification)	: 0
1800.07/1695.35	c reason swapping (by a shorter reason)	: 0
1800.07/1695.35	c Calls to reduceDB	: 4
1800.07/1695.35	c number of reductions to clauses (during analyze)	: 0
1800.07/1695.35	c number of learned constraints concerned by reduction	: 0
1800.07/1695.35	c number of learning phase by resolution	: 0
1800.07/1695.35	c number of learning phase by cutting planes	: 0
1800.07/1695.35	c speed (assignments/second)	: 20603.008101959796
1800.07/1695.35	c non guided choices	14
1800.07/1695.37	c learnt constraints type 
1800.07/1695.37	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 47
1800.07/1695.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 27048
1800.07/1695.37	c constraints type 
1800.07/1695.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 70569
1800.07/1695.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12528
1800.07/1695.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 9447
1800.07/1695.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 540
1800.07/1695.37	s UNKNOWN
1800.07/1695.37	c Total wall clock time (in seconds): 1695.272

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691638-1277886183/watcher-2691638-1277886183 -o /tmp/evaluation-result-2691638-1277886183/solver-2691638-1277886183 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2691638-1277886183.wbo 

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


[startup+0 s]
/proc/loadavg: 0.30 0.06 0.02 3/196 21797
/proc/meminfo: memFree=30464304/32950928 swapFree=67111528/67111528
[pid=21797] ppid=21795 vsize=13716 CPUtime=0
/proc/21797/stat : 21797 (java) S 21795 21797 21667 0 -1 4202496 1218 0 1 0 0 0 0 0 21 0 2 0 164221801 14045184 666 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/21797/statm: 3429 666 335 10 0 1206 0
[pid=21797/tid=21798] ppid=21795 vsize=13764 CPUtime=0
/proc/21797/task/21798/stat : 21798 (java) R 21795 21797 21667 0 -1 4202560 179 0 1 0 0 0 0 0 23 0 2 0 164221801 14094336 668 4089446400 134512640 134550932 4292306384 18446744073709551615 11625670 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0727771 s]
/proc/loadavg: 0.30 0.06 0.02 3/196 21797
/proc/meminfo: memFree=30464304/32950928 swapFree=67111528/67111528
[pid=21797] ppid=21795 vsize=1529016 CPUtime=0.06
/proc/21797/stat : 21797 (java) S 21795 21797 21667 0 -1 4202496 4694 0 1 0 6 0 0 0 21 0 18 0 164221801 1565712384 4132 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21797/statm: 382254 4132 1325 10 0 379556 0
[pid=21797/tid=21798] ppid=21795 vsize=1529016 CPUtime=0.05
/proc/21797/task/21798/stat : 21798 (java) R 21795 21797 21667 0 -1 4202560 3287 0 1 0 5 0 0 0 25 0 18 0 164221801 1565712384 4134 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1529016

[startup+0.100774 s]
/proc/loadavg: 0.30 0.06 0.02 3/196 21797
/proc/meminfo: memFree=30464304/32950928 swapFree=67111528/67111528
[pid=21797] ppid=21795 vsize=1530016 CPUtime=0.12
/proc/21797/stat : 21797 (java) S 21795 21797 21667 0 -1 4202496 5439 0 1 0 11 1 0 0 21 0 18 0 164221801 1566736384 4877 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21797/statm: 382504 4877 1349 10 0 379806 0
[pid=21797/tid=21798] ppid=21795 vsize=1530016 CPUtime=0.08
/proc/21797/task/21798/stat : 21798 (java) R 21795 21797 21667 0 -1 4202560 3757 0 1 0 8 0 0 0 25 0 18 0 164221801 1566736384 4877 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1530016

[startup+0.300755 s]
/proc/loadavg: 0.30 0.06 0.02 3/196 21797
/proc/meminfo: memFree=30464304/32950928 swapFree=67111528/67111528
[pid=21797] ppid=21795 vsize=1531848 CPUtime=0.54
/proc/21797/stat : 21797 (java) S 21795 21797 21667 0 -1 4202496 8475 0 1 0 53 1 0 0 21 0 18 0 164221801 1568612352 7704 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21797/statm: 382962 7704 1404 10 0 380264 0
[pid=21797/tid=21798] ppid=21795 vsize=1531848 CPUtime=0.29
/proc/21797/task/21798/stat : 21798 (java) R 21795 21797 21667 0 -1 4202560 6022 0 1 0 28 1 0 0 25 0 18 0 164221801 1568612352 7705 4089446400 134512640 134550932 4292306384 18446744073709551615 4109217587 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 1531848

[startup+0.700681 s]
/proc/loadavg: 0.30 0.06 0.02 3/196 21797
/proc/meminfo: memFree=30464304/32950928 swapFree=67111528/67111528
[pid=21797] ppid=21795 vsize=1531956 CPUtime=1.14
/proc/21797/stat : 21797 (java) S 21795 21797 21667 0 -1 4202496 34647 0 1 0 110 4 0 0 21 0 18 0 164221801 1568722944 33613 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21797/statm: 382989 33613 1415 10 0 380291 0
[pid=21797/tid=21798] ppid=21795 vsize=1531956 CPUtime=0.68
/proc/21797/task/21798/stat : 21798 (java) R 21795 21797 21667 0 -1 4202560 31859 0 1 0 64 4 0 0 25 0 18 0 164221801 1568722944 33613 4089446400 134512640 134550932 4292306384 18446744073709551615 4109208356 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1531956

[startup+1.50357 s]
/proc/loadavg: 0.30 0.06 0.02 5/214 21815
/proc/meminfo: memFree=30312952/32950928 swapFree=67111528/67111528
[pid=21797] ppid=21795 vsize=1546104 CPUtime=3.1
/proc/21797/stat : 21797 (java) S 21795 21797 21667 0 -1 4202496 55075 0 1 0 303 7 0 0 21 0 18 0 164221801 1583210496 50744 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21797/statm: 386526 50744 1440 10 0 383828 0
[pid=21797/tid=21798] ppid=21795 vsize=1546104 CPUtime=1.41
/proc/21797/task/21798/stat : 21798 (java) R 21795 21797 21667 0 -1 4202560 32063 0 1 0 137 4 0 0 25 0 18 0 164221801 1583210496 50744 4089446400 134512640 134550932 4292306384 18446744073709551615 4109757283 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21797/tid=21800] ppid=21795 vsize=1546104 CPUtime=0.04
/proc/21797/task/21800/stat : 21800 (java) S 21795 21797 21667 0 -1 4202560 1854 0 0 0 4 0 0 0 16 0 18 0 164221802 1583210496 50744 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 7 0 0 0
[pid=21797/tid=21801] ppid=21795 vsize=1546104 CPUtime=0.05
/proc/21797/task/21801/stat : 21801 (java) S 21795 21797 21667 0 -1 4202560 2748 0 0 0 5 0 0 0 16 0 18 0 164221802 1583210496 50744 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21802] ppid=21795 vsize=1546104 CPUtime=0.03
/proc/21797/task/21802/stat : 21802 (java) S 21795 21797 21667 0 -1 4202560 1404 0 0 0 3 0 0 0 16 0 18 0 164221802 1583210496 50744 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 0 0 0 0
[pid=21797/tid=21803] ppid=21795 vsize=1546104 CPUtime=0.03
/proc/21797/task/21803/stat : 21803 (java) S 21795 21797 21667 0 -1 4202560 1671 0 0 0 3 0 0 0 16 0 18 0 164221802 1583210496 50744 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 1 0 0 0
[pid=21797/tid=21804] ppid=21795 vsize=1546104 CPUtime=0.04
/proc/21797/task/21804/stat : 21804 (java) S 21795 21797 21667 0 -1 4202560 1660 0 0 0 4 0 0 0 16 0 18 0 164221802 1583210496 50744 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 5 0 0 0
[pid=21797/tid=21805] ppid=21795 vsize=1546104 CPUtime=0.05
/proc/21797/task/21805/stat : 21805 (java) S 21795 21797 21667 0 -1 4202560 2447 0 0 0 5 0 0 0 16 0 18 0 164221802 1583210496 50744 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 2 0 0 0
[pid=21797/tid=21806] ppid=21795 vsize=1546104 CPUtime=0
/proc/21797/task/21806/stat : 21806 (java) S 21795 21797 21667 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 18 0 164221802 1583210496 50744 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21807] ppid=21795 vsize=1546104 CPUtime=0.03
/proc/21797/task/21807/stat : 21807 (java) S 21795 21797 21667 0 -1 4202560 1453 0 0 0 3 0 0 0 16 0 18 0 164221802 1583210496 50744 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21808] ppid=21795 vsize=1546104 CPUtime=0
/proc/21797/task/21808/stat : 21808 (java) S 21795 21797 21667 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 18 0 164221803 1583210496 50744 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 0 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21809] ppid=21795 vsize=1546104 CPUtime=0
/proc/21797/task/21809/stat : 21809 (java) S 21795 21797 21667 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 164221803 1583210496 50744 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21810] ppid=21795 vsize=1546104 CPUtime=0
/proc/21797/task/21810/stat : 21810 (java) S 21795 21797 21667 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 164221803 1583210496 50744 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21811] ppid=21795 vsize=1546104 CPUtime=0
/proc/21797/task/21811/stat : 21811 (java) S 21795 21797 21667 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 164221805 1583210496 50744 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21812] ppid=21795 vsize=1546104 CPUtime=0.71
/proc/21797/task/21812/stat : 21812 (java) R 21795 21797 21667 0 -1 4202560 5878 0 0 0 71 0 0 0 17 0 18 0 164221805 1583210496 50744 4089446400 134512640 134550932 4292306384 18446744073709551615 105499220 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21797/tid=21813] ppid=21795 vsize=1546104 CPUtime=0.62
/proc/21797/task/21813/stat : 21813 (java) S 21795 21797 21667 0 -1 4202560 2726 0 0 0 62 0 0 0 15 0 18 0 164221805 1583210496 50744 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 0 0 0 0
[pid=21797/tid=21814] ppid=21795 vsize=1546104 CPUtime=0
/proc/21797/task/21814/stat : 21814 (java) S 21795 21797 21667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 164221805 1583210496 50744 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21815] ppid=21795 vsize=1546104 CPUtime=0
/proc/21797/task/21815/stat : 21815 (java) S 21795 21797 21667 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 164221805 1583210496 50744 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 1546104

[startup+3.10125 s]
/proc/loadavg: 0.30 0.06 0.02 3/215 21816
/proc/meminfo: memFree=30260988/32950928 swapFree=67111528/67111528
[pid=21797] ppid=21795 vsize=1548828 CPUtime=5.99
/proc/21797/stat : 21797 (java) S 21795 21797 21667 0 -1 4202496 62213 0 1 0 589 10 0 0 21 0 19 0 164221801 1585999872 56624 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21797/statm: 387207 56624 1446 10 0 384509 0
[pid=21797/tid=21798] ppid=21795 vsize=1548828 CPUtime=2.96
/proc/21797/task/21798/stat : 21798 (java) R 21795 21797 21667 0 -1 4202560 32099 0 1 0 291 5 0 0 25 0 19 0 164221801 1585999872 56624 4089446400 134512640 134550932 4292306384 18446744073709551615 4109870543 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21797/tid=21800] ppid=21795 vsize=1548828 CPUtime=0.08
/proc/21797/task/21800/stat : 21800 (java) S 21795 21797 21667 0 -1 4202560 2573 0 0 0 8 0 0 0 16 0 19 0 164221802 1585999872 56624 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 7 0 0 0
[pid=21797/tid=21801] ppid=21795 vsize=1548828 CPUtime=0.08
/proc/21797/task/21801/stat : 21801 (java) S 21795 21797 21667 0 -1 4202560 3295 0 0 0 8 0 0 0 15 0 19 0 164221802 1585999872 56624 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21802] ppid=21795 vsize=1548828 CPUtime=0.06
/proc/21797/task/21802/stat : 21802 (java) S 21795 21797 21667 0 -1 4202560 1480 0 0 0 6 0 0 0 16 0 19 0 164221802 1585999872 56624 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 0 0 0 0
[pid=21797/tid=21803] ppid=21795 vsize=1548828 CPUtime=0.08
/proc/21797/task/21803/stat : 21803 (java) S 21795 21797 21667 0 -1 4202560 2616 0 0 0 8 0 0 0 16 0 19 0 164221802 1585999872 56624 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 1 0 0 0
[pid=21797/tid=21804] ppid=21795 vsize=1548828 CPUtime=0.08
/proc/21797/task/21804/stat : 21804 (java) S 21795 21797 21667 0 -1 4202560 2484 0 0 0 8 0 0 0 15 0 19 0 164221802 1585999872 56624 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 5 0 0 0
[pid=21797/tid=21805] ppid=21795 vsize=1548828 CPUtime=0.08
/proc/21797/task/21805/stat : 21805 (java) S 21795 21797 21667 0 -1 4202560 3301 0 0 0 8 0 0 0 15 0 19 0 164221802 1585999872 56624 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 2 0 0 0
[pid=21797/tid=21806] ppid=21795 vsize=1548828 CPUtime=0.04
/proc/21797/task/21806/stat : 21806 (java) S 21795 21797 21667 0 -1 4202560 696 0 0 0 4 0 0 0 15 0 19 0 164221802 1585999872 56624 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 0 0 0 0
[pid=21797/tid=21807] ppid=21795 vsize=1548828 CPUtime=0.08
/proc/21797/task/21807/stat : 21807 (java) S 21795 21797 21667 0 -1 4202560 2109 0 0 0 8 0 0 0 15 0 19 0 164221802 1585999872 56624 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21808] ppid=21795 vsize=1548828 CPUtime=0
/proc/21797/task/21808/stat : 21808 (java) S 21795 21797 21667 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 164221803 1585999872 56624 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 0 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21809] ppid=21795 vsize=1548828 CPUtime=0
/proc/21797/task/21809/stat : 21809 (java) S 21795 21797 21667 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 164221803 1585999872 56624 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21810] ppid=21795 vsize=1548828 CPUtime=0
/proc/21797/task/21810/stat : 21810 (java) S 21795 21797 21667 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 164221803 1585999872 56624 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21811] ppid=21795 vsize=1548828 CPUtime=0
/proc/21797/task/21811/stat : 21811 (java) S 21795 21797 21667 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 164221805 1585999872 56624 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21812] ppid=21795 vsize=1548828 CPUtime=1.3
/proc/21797/task/21812/stat : 21812 (java) S 21795 21797 21667 0 -1 4202560 7577 0 0 0 130 0 0 0 15 0 19 0 164221805 1585999872 56624 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 7 0 0 0
[pid=21797/tid=21813] ppid=21795 vsize=1548828 CPUtime=1.02
/proc/21797/task/21813/stat : 21813 (java) S 21795 21797 21667 0 -1 4202560 2904 0 0 0 102 0 0 0 15 0 19 0 164221805 1585999872 56624 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 0 0 0 0
[pid=21797/tid=21814] ppid=21795 vsize=1548828 CPUtime=0
/proc/21797/task/21814/stat : 21814 (java) S 21795 21797 21667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 164221805 1585999872 56624 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21815] ppid=21795 vsize=1548828 CPUtime=0
/proc/21797/task/21815/stat : 21815 (java) S 21795 21797 21667 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 164221805 1585999872 56624 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21816] ppid=21795 vsize=1548828 CPUtime=0
/proc/21797/task/21816/stat : 21816 (java) S 21795 21797 21667 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 164221952 1585999872 56624 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 1548828

[startup+6.30067 s]
/proc/loadavg: 0.44 0.10 0.03 3/215 21816
/proc/meminfo: memFree=30239168/32950928 swapFree=67111528/67111528
[pid=21797] ppid=21795 vsize=1549852 CPUtime=9.39
/proc/21797/stat : 21797 (java) S 21795 21797 21667 0 -1 4202496 63825 0 1 0 925 14 0 0 21 0 19 0 164221801 1587048448 58067 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21797/statm: 387463 58067 1446 10 0 384765 0
[pid=21797/tid=21798] ppid=21795 vsize=1549852 CPUtime=6.1
/proc/21797/task/21798/stat : 21798 (java) R 21795 21797 21667 0 -1 4202560 32117 0 1 0 605 5 0 0 25 0 19 0 164221801 1587048448 58067 4089446400 134512640 134550932 4292306384 18446744073709551615 4109023968 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21797/tid=21800] ppid=21795 vsize=1549852 CPUtime=0.11
/proc/21797/task/21800/stat : 21800 (java) S 21795 21797 21667 0 -1 4202560 2812 0 0 0 10 1 0 0 15 0 19 0 164221802 1587048448 58067 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 2 0 0 0
[pid=21797/tid=21801] ppid=21795 vsize=1549852 CPUtime=0.1
/proc/21797/task/21801/stat : 21801 (java) S 21795 21797 21667 0 -1 4202560 3477 0 0 0 10 0 0 0 15 0 19 0 164221802 1587048448 58067 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 0 0 0 0
[pid=21797/tid=21802] ppid=21795 vsize=1549852 CPUtime=0.08
/proc/21797/task/21802/stat : 21802 (java) S 21795 21797 21667 0 -1 4202560 1643 0 0 0 8 0 0 0 15 0 19 0 164221802 1587048448 58067 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21803] ppid=21795 vsize=1549852 CPUtime=0.11
/proc/21797/task/21803/stat : 21803 (java) S 21795 21797 21667 0 -1 4202560 2835 0 0 0 10 1 0 0 15 0 19 0 164221802 1587048448 58067 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 1 0 0 0
[pid=21797/tid=21804] ppid=21795 vsize=1549852 CPUtime=0.11
/proc/21797/task/21804/stat : 21804 (java) S 21795 21797 21667 0 -1 4202560 2735 0 0 0 10 1 0 0 15 0 19 0 164221802 1587048448 58067 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 5 0 0 0
[pid=21797/tid=21805] ppid=21795 vsize=1549852 CPUtime=0.1
/proc/21797/task/21805/stat : 21805 (java) S 21795 21797 21667 0 -1 4202560 3481 0 0 0 10 0 0 0 15 0 19 0 164221802 1587048448 58067 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21806] ppid=21795 vsize=1549852 CPUtime=0.05
/proc/21797/task/21806/stat : 21806 (java) S 21795 21797 21667 0 -1 4202560 853 0 0 0 5 0 0 0 15 0 19 0 164221802 1587048448 58067 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 0 0 0 0
[pid=21797/tid=21807] ppid=21795 vsize=1549852 CPUtime=0.1
/proc/21797/task/21807/stat : 21807 (java) S 21795 21797 21667 0 -1 4202560 2312 0 0 0 10 0 0 0 15 0 19 0 164221802 1587048448 58067 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 2 0 0 0
[pid=21797/tid=21808] ppid=21795 vsize=1549852 CPUtime=0
/proc/21797/task/21808/stat : 21808 (java) S 21795 21797 21667 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 164221803 1587048448 58067 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 0 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21809] ppid=21795 vsize=1549852 CPUtime=0
/proc/21797/task/21809/stat : 21809 (java) S 21795 21797 21667 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 164221803 1587048448 58067 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21810] ppid=21795 vsize=1549852 CPUtime=0
/proc/21797/task/21810/stat : 21810 (java) S 21795 21797 21667 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 164221803 1587048448 58067 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21811] ppid=21795 vsize=1549852 CPUtime=0
/proc/21797/task/21811/stat : 21811 (java) S 21795 21797 21667 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 164221805 1587048448 58067 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21812] ppid=21795 vsize=1549852 CPUtime=1.35
/proc/21797/task/21812/stat : 21812 (java) S 21795 21797 21667 0 -1 4202560 7577 0 0 0 135 0 0 0 15 0 19 0 164221805 1587048448 58067 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 7 0 0 0
[pid=21797/tid=21813] ppid=21795 vsize=1549852 CPUtime=1.05
/proc/21797/task/21813/stat : 21813 (java) S 21795 21797 21667 0 -1 4202560 2904 0 0 0 105 0 0 0 15 0 19 0 164221805 1587048448 58067 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 0 0 0 0
[pid=21797/tid=21814] ppid=21795 vsize=1549852 CPUtime=0
/proc/21797/task/21814/stat : 21814 (java) S 21795 21797 21667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 164221805 1587048448 58067 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21815] ppid=21795 vsize=1549852 CPUtime=0
/proc/21797/task/21815/stat : 21815 (java) S 21795 21797 21667 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 164221805 1587048448 58067 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21816] ppid=21795 vsize=1549852 CPUtime=0
/proc/21797/task/21816/stat : 21816 (java) S 21795 21797 21667 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 164221952 1587048448 58067 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.39
Current children cumulated vsize (KiB) 1549852

[startup+12.7015 s]
/proc/loadavg: 0.56 0.13 0.04 4/215 21817

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

[pid=21797/tid=21805] ppid=21795 vsize=1550876 CPUtime=14.69
/proc/21797/task/21805/stat : 21805 (java) S 21795 21797 21667 0 -1 4202560 13341 0 0 0 1280 189 0 0 16 0 19 0 164221802 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 3 0 0 0
[pid=21797/tid=21806] ppid=21795 vsize=1550876 CPUtime=14.35
/proc/21797/task/21806/stat : 21806 (java) S 21795 21797 21667 0 -1 4202560 11545 0 0 0 1267 168 0 0 16 0 19 0 164221802 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 2 0 0 0
[pid=21797/tid=21807] ppid=21795 vsize=1550876 CPUtime=14.18
/proc/21797/task/21807/stat : 21807 (java) S 21795 21797 21667 0 -1 4202560 13133 0 0 0 1248 170 0 0 16 0 19 0 164221802 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 0 0 0 0
[pid=21797/tid=21808] ppid=21795 vsize=1550876 CPUtime=2.59
/proc/21797/task/21808/stat : 21808 (java) S 21795 21797 21667 0 -1 4202560 243 0 0 0 202 57 0 0 15 0 19 0 164221803 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 0 0 16800975 18446604453965341824 0 0 -1 0 0 0 0
[pid=21797/tid=21809] ppid=21795 vsize=1550876 CPUtime=0
/proc/21797/task/21809/stat : 21809 (java) S 21795 21797 21667 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 164221803 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21810] ppid=21795 vsize=1550876 CPUtime=0
/proc/21797/task/21810/stat : 21810 (java) S 21795 21797 21667 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 164221803 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21811] ppid=21795 vsize=1550876 CPUtime=0
/proc/21797/task/21811/stat : 21811 (java) S 21795 21797 21667 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 164221805 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21812] ppid=21795 vsize=1550876 CPUtime=1.51
/proc/21797/task/21812/stat : 21812 (java) S 21795 21797 21667 0 -1 4202560 7589 0 0 0 150 1 0 0 15 0 19 0 164221805 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 7 0 0 0
[pid=21797/tid=21813] ppid=21795 vsize=1550876 CPUtime=1.08
/proc/21797/task/21813/stat : 21813 (java) S 21795 21797 21667 0 -1 4202560 2904 0 0 0 108 0 0 0 15 0 19 0 164221805 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 0 0 0 0
[pid=21797/tid=21814] ppid=21795 vsize=1550876 CPUtime=0
/proc/21797/task/21814/stat : 21814 (java) S 21795 21797 21667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 164221805 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21815] ppid=21795 vsize=1550876 CPUtime=0
/proc/21797/task/21815/stat : 21815 (java) S 21795 21797 21667 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 164221805 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21816] ppid=21795 vsize=1550876 CPUtime=0
/proc/21797/task/21816/stat : 21816 (java) S 21795 21797 21667 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 164221952 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1700.89
Current children cumulated vsize (KiB) 1550876

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.66 3/215 21861
/proc/meminfo: memFree=29769844/32950928 swapFree=67111528/67111528
[pid=21797] ppid=21795 vsize=1550876 CPUtime=1764.98
/proc/21797/stat : 21797 (java) S 21795 21797 21667 0 -1 4202496 149126 0 1 0 174869 1629 0 0 21 0 19 0 164221801 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21797/statm: 387719 137333 1452 10 0 385021 0
[pid=21797/tid=21798] ppid=21795 vsize=1550876 CPUtime=1638.85
/proc/21797/task/21798/stat : 21798 (java) R 21795 21797 21667 0 -1 4202560 34329 0 1 0 163871 14 0 0 25 0 19 0 164221801 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4109953167 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21797/tid=21800] ppid=21795 vsize=1550876 CPUtime=15.1
/proc/21797/task/21800/stat : 21800 (java) S 21795 21797 21667 0 -1 4202560 13279 0 0 0 1321 189 0 0 16 0 19 0 164221802 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21801] ppid=21795 vsize=1550876 CPUtime=15.08
/proc/21797/task/21801/stat : 21801 (java) S 21795 21797 21667 0 -1 4202560 14419 0 0 0 1335 173 0 0 16 0 19 0 164221802 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 0 0 0 0
[pid=21797/tid=21802] ppid=21795 vsize=1550876 CPUtime=15
/proc/21797/task/21802/stat : 21802 (java) S 21795 21797 21667 0 -1 4202560 11870 0 0 0 1316 184 0 0 16 0 19 0 164221802 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 2 0 0 0
[pid=21797/tid=21803] ppid=21795 vsize=1550876 CPUtime=15.35
/proc/21797/task/21803/stat : 21803 (java) S 21795 21797 21667 0 -1 4202560 12563 0 0 0 1304 231 0 0 15 0 19 0 164221802 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 3 0 0 0
[pid=21797/tid=21804] ppid=21795 vsize=1550876 CPUtime=15.28
/proc/21797/task/21804/stat : 21804 (java) S 21795 21797 21667 0 -1 4202560 12748 0 0 0 1308 220 0 0 16 0 19 0 164221802 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 7 0 0 0
[pid=21797/tid=21805] ppid=21795 vsize=1550876 CPUtime=15.27
/proc/21797/task/21805/stat : 21805 (java) S 21795 21797 21667 0 -1 4202560 13341 0 0 0 1330 197 0 0 16 0 19 0 164221802 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21806] ppid=21795 vsize=1550876 CPUtime=14.95
/proc/21797/task/21806/stat : 21806 (java) S 21795 21797 21667 0 -1 4202560 11545 0 0 0 1319 176 0 0 16 0 19 0 164221802 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 1 0 0 0
[pid=21797/tid=21807] ppid=21795 vsize=1550876 CPUtime=14.76
/proc/21797/task/21807/stat : 21807 (java) S 21795 21797 21667 0 -1 4202560 13133 0 0 0 1297 179 0 0 15 0 19 0 164221802 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21808] ppid=21795 vsize=1550876 CPUtime=2.62
/proc/21797/task/21808/stat : 21808 (java) S 21795 21797 21667 0 -1 4202560 245 0 0 0 203 59 0 0 15 0 19 0 164221803 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 0 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21809] ppid=21795 vsize=1550876 CPUtime=0
/proc/21797/task/21809/stat : 21809 (java) S 21795 21797 21667 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 164221803 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21810] ppid=21795 vsize=1550876 CPUtime=0
/proc/21797/task/21810/stat : 21810 (java) S 21795 21797 21667 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 164221803 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21811] ppid=21795 vsize=1550876 CPUtime=0
/proc/21797/task/21811/stat : 21811 (java) S 21795 21797 21667 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 164221805 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21812] ppid=21795 vsize=1550876 CPUtime=1.51
/proc/21797/task/21812/stat : 21812 (java) S 21795 21797 21667 0 -1 4202560 7589 0 0 0 150 1 0 0 15 0 19 0 164221805 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 7 0 0 0
[pid=21797/tid=21813] ppid=21795 vsize=1550876 CPUtime=1.08
/proc/21797/task/21813/stat : 21813 (java) S 21795 21797 21667 0 -1 4202560 2904 0 0 0 108 0 0 0 15 0 19 0 164221805 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 0 0 0 0
[pid=21797/tid=21814] ppid=21795 vsize=1550876 CPUtime=0
/proc/21797/task/21814/stat : 21814 (java) S 21795 21797 21667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 164221805 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21815] ppid=21795 vsize=1550876 CPUtime=0
/proc/21797/task/21815/stat : 21815 (java) S 21795 21797 21667 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 164221805 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 2 0 0 0
[pid=21797/tid=21816] ppid=21795 vsize=1550876 CPUtime=0
/proc/21797/task/21816/stat : 21816 (java) S 21795 21797 21667 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 164221952 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1764.98
Current children cumulated vsize (KiB) 1550876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1695.3 s]
/proc/loadavg: 2.43 2.12 1.71 3/215 21861
/proc/meminfo: memFree=29769560/32950928 swapFree=67111528/67111528
[pid=21797] ppid=21795 vsize=1550876 CPUtime=1800.07
/proc/21797/stat : 21797 (java) S 21795 21797 21667 0 -1 4202496 149161 0 1 0 178346 1661 0 0 21 0 19 0 164221801 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21797/statm: 387719 137333 1452 10 0 385021 0
[pid=21797/tid=21798] ppid=21795 vsize=1550876 CPUtime=1671.41
/proc/21797/task/21798/stat : 21798 (java) R 21795 21797 21667 0 -1 4202560 34360 0 1 0 167127 14 0 0 25 0 19 0 164221801 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4109951421 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21797/tid=21800] ppid=21795 vsize=1550876 CPUtime=15.48
/proc/21797/task/21800/stat : 21800 (java) S 21795 21797 21667 0 -1 4202560 13279 0 0 0 1354 194 0 0 16 0 19 0 164221802 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 2 0 0 0
[pid=21797/tid=21801] ppid=21795 vsize=1550876 CPUtime=15.37
/proc/21797/task/21801/stat : 21801 (java) S 21795 21797 21667 0 -1 4202560 14419 0 0 0 1361 176 0 0 16 0 19 0 164221802 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 3 0 0 0
[pid=21797/tid=21802] ppid=21795 vsize=1550876 CPUtime=15.29
/proc/21797/task/21802/stat : 21802 (java) S 21795 21797 21667 0 -1 4202560 11870 0 0 0 1342 187 0 0 16 0 19 0 164221802 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21803] ppid=21795 vsize=1550876 CPUtime=15.67
/proc/21797/task/21803/stat : 21803 (java) S 21795 21797 21667 0 -1 4202560 12563 0 0 0 1330 237 0 0 16 0 19 0 164221802 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 1 0 0 0
[pid=21797/tid=21804] ppid=21795 vsize=1550876 CPUtime=15.61
/proc/21797/task/21804/stat : 21804 (java) S 21795 21797 21667 0 -1 4202560 12748 0 0 0 1336 225 0 0 16 0 19 0 164221802 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 7 0 0 0
[pid=21797/tid=21805] ppid=21795 vsize=1550876 CPUtime=15.57
/proc/21797/task/21805/stat : 21805 (java) S 21795 21797 21667 0 -1 4202560 13341 0 0 0 1358 199 0 0 16 0 19 0 164221802 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21806] ppid=21795 vsize=1550876 CPUtime=15.29
/proc/21797/task/21806/stat : 21806 (java) S 21795 21797 21667 0 -1 4202560 11545 0 0 0 1347 182 0 0 15 0 19 0 164221802 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 1 0 0 0
[pid=21797/tid=21807] ppid=21795 vsize=1550876 CPUtime=15.05
/proc/21797/task/21807/stat : 21807 (java) S 21795 21797 21667 0 -1 4202560 13133 0 0 0 1324 181 0 0 16 0 19 0 164221802 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 0 0 0 0
[pid=21797/tid=21808] ppid=21795 vsize=1550876 CPUtime=2.63
/proc/21797/task/21808/stat : 21808 (java) S 21795 21797 21667 0 -1 4202560 247 0 0 0 203 60 0 0 15 0 19 0 164221803 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 0 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21809] ppid=21795 vsize=1550876 CPUtime=0
/proc/21797/task/21809/stat : 21809 (java) S 21795 21797 21667 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 164221803 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21810] ppid=21795 vsize=1550876 CPUtime=0
/proc/21797/task/21810/stat : 21810 (java) S 21795 21797 21667 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 164221803 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21811] ppid=21795 vsize=1550876 CPUtime=0
/proc/21797/task/21811/stat : 21811 (java) S 21795 21797 21667 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 164221805 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21812] ppid=21795 vsize=1550876 CPUtime=1.51
/proc/21797/task/21812/stat : 21812 (java) S 21795 21797 21667 0 -1 4202560 7589 0 0 0 150 1 0 0 15 0 19 0 164221805 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 7 0 0 0
[pid=21797/tid=21813] ppid=21795 vsize=1550876 CPUtime=1.08
/proc/21797/task/21813/stat : 21813 (java) S 21795 21797 21667 0 -1 4202560 2904 0 0 0 108 0 0 0 15 0 19 0 164221805 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 0 0 0 0
[pid=21797/tid=21814] ppid=21795 vsize=1550876 CPUtime=0
/proc/21797/task/21814/stat : 21814 (java) S 21795 21797 21667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 164221805 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21815] ppid=21795 vsize=1550876 CPUtime=0
/proc/21797/task/21815/stat : 21815 (java) S 21795 21797 21667 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 164221805 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 2 0 0 0
[pid=21797/tid=21816] ppid=21795 vsize=1550876 CPUtime=0
/proc/21797/task/21816/stat : 21816 (java) S 21795 21797 21667 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 164221952 1588097024 137333 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1550876

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

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

[startup+1695.41 s]
/proc/loadavg: 2.43 2.12 1.71 3/215 21861
/proc/meminfo: memFree=29769560/32950928 swapFree=67111528/67111528
[pid=21797] ppid=21795 vsize=1551524 CPUtime=1800.21
/proc/21797/stat : 21797 (java) S 21795 21797 21667 0 -1 4202496 149264 0 1 0 178360 1661 0 0 18 0 20 0 164221801 1588760576 137407 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21797/statm: 387881 137407 1453 10 0 385183 0
[pid=21797/tid=21798] ppid=21795 vsize=1551524 CPUtime=1671.51
/proc/21797/task/21798/stat : 21798 (java) R 21795 21797 21667 0 -1 4202560 34360 0 1 0 167137 14 0 0 25 0 20 0 164221801 1588760576 137407 4089446400 134512640 134550932 4292306384 18446744073709551615 4109953704 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21797/tid=21800] ppid=21795 vsize=1551524 CPUtime=15.48
/proc/21797/task/21800/stat : 21800 (java) S 21795 21797 21667 0 -1 4202560 13279 0 0 0 1354 194 0 0 16 0 20 0 164221802 1588760576 137407 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 2 0 0 0
[pid=21797/tid=21801] ppid=21795 vsize=1551524 CPUtime=15.37
/proc/21797/task/21801/stat : 21801 (java) S 21795 21797 21667 0 -1 4202560 14419 0 0 0 1361 176 0 0 16 0 20 0 164221802 1588760576 137407 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 3 0 0 0
[pid=21797/tid=21802] ppid=21795 vsize=1551524 CPUtime=15.29
/proc/21797/task/21802/stat : 21802 (java) S 21795 21797 21667 0 -1 4202560 11870 0 0 0 1342 187 0 0 16 0 20 0 164221802 1588760576 137407 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21803] ppid=21795 vsize=1551524 CPUtime=15.67
/proc/21797/task/21803/stat : 21803 (java) S 21795 21797 21667 0 -1 4202560 12563 0 0 0 1330 237 0 0 16 0 20 0 164221802 1588760576 137407 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 1 0 0 0
[pid=21797/tid=21804] ppid=21795 vsize=1551524 CPUtime=15.61
/proc/21797/task/21804/stat : 21804 (java) S 21795 21797 21667 0 -1 4202560 12748 0 0 0 1336 225 0 0 16 0 20 0 164221802 1588760576 137407 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 7 0 0 0
[pid=21797/tid=21805] ppid=21795 vsize=1551524 CPUtime=15.57
/proc/21797/task/21805/stat : 21805 (java) S 21795 21797 21667 0 -1 4202560 13341 0 0 0 1358 199 0 0 16 0 20 0 164221802 1588760576 137407 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21806] ppid=21795 vsize=1551524 CPUtime=15.29
/proc/21797/task/21806/stat : 21806 (java) S 21795 21797 21667 0 -1 4202560 11545 0 0 0 1347 182 0 0 15 0 20 0 164221802 1588760576 137407 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 1 0 0 0
[pid=21797/tid=21807] ppid=21795 vsize=1551524 CPUtime=15.05
/proc/21797/task/21807/stat : 21807 (java) S 21795 21797 21667 0 -1 4202560 13133 0 0 0 1324 181 0 0 16 0 20 0 164221802 1588760576 137407 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 0 0 0 0
[pid=21797/tid=21808] ppid=21795 vsize=1551524 CPUtime=2.63
/proc/21797/task/21808/stat : 21808 (java) S 21795 21797 21667 0 -1 4202560 247 0 0 0 203 60 0 0 15 0 20 0 164221803 1588760576 137407 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 0 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21809] ppid=21795 vsize=1551524 CPUtime=0
/proc/21797/task/21809/stat : 21809 (java) S 21795 21797 21667 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 164221803 1588760576 137407 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21810] ppid=21795 vsize=1551524 CPUtime=0
/proc/21797/task/21810/stat : 21810 (java) S 21795 21797 21667 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 20 0 164221803 1588760576 137407 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 6 0 0 0
[pid=21797/tid=21811] ppid=21795 vsize=1551524 CPUtime=0
/proc/21797/task/21811/stat : 21811 (java) S 21795 21797 21667 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 20 0 164221805 1588760576 137407 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 4
[pid=21797/tid=21812] ppid=21795 vsize=1551524 CPUtime=1.51
/proc/21797/task/21812/stat : 21812 (java) S 21795 21797 21667 0 -1 4202560 7589 0 0 0 150 1 0 0 15 0 20 0 164221805 1588760576 137407 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 7 0 0 0
[pid=21797/tid=21813] ppid=21795 vsize=1551524 CPUtime=1.1
/proc/21797/task/21813/stat : 21813 (java) S 21795 21797 21667 0 -1 4202560 2988 0 0 0 110 0 0 0 15 0 20 0 164221805 1588760576 137407 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 0 0 0 0
[pid=21797/tid=21814] ppid=21795 vsize=1551524 CPUtime=0
/proc/21797/task/21814/stat : 21814 (java) S 21795 21797 21667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 164221805 1588760576 137407 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 4 0 0 0
[pid=21797/tid=21815] ppid=21795 vsize=1551524 CPUtime=0
/proc/21797/task/21815/stat : 21815 (java) S 21795 21797 21667 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 20 0 164221805 1588760576 137407 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 2 0 0 0
[pid=21797/tid=21816] ppid=21795 vsize=1551524 CPUtime=0
/proc/21797/task/21816/stat : 21816 (java) S 21795 21797 21667 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 164221952 1588760576 137407 4089446400 134512640 134550932 4292306384 18446744073709551615 4294960144 0 4 0 16800975 18446604453965341824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1551524

Child status: 143
Real time (s): 1695.44
CPU time (s): 1800.24
CPU user time (s): 1783.61
CPU system time (s): 16.6325
CPU usage (%): 106.181
Max. virtual memory (cumulated for all children) (KiB): 1551524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.61
system time used= 16.6325
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149264
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= 101088
involuntary context switches= 3820372

runsolver used 3.03954 second user time and 6.20006 second system time

The end

Launcher Data

Begin job on node112 at 2010-06-30 10:23:03
IDJOB=2691638
IDBENCH=78640
IDSOLVER=1203
FILE ID=node112/2691638-1277886183
PBS_JOBID= 11197130
Free space on /tmp= 74200 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB10/oliveras/j120/normalized-j12026_5-unsat--soft-33-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2691638-1277886183/watcher-2691638-1277886183 -o /tmp/evaluation-result-2691638-1277886183/solver-2691638-1277886183 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2691638-1277886183.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 03b08701e36df5e014168edc711c28ff
RANDOM SEED=1306305941

node112.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.827
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.65
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.827
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.827
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.82
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.827
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.827
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.827
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.827
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.827
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30464460 kB
Buffers:        167560 kB
Cached:        1856976 kB
SwapCached:          0 kB
Active:         807188 kB
Inactive:      1534780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30464460 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10696 kB
Writeback:           0 kB
AnonPages:      317012 kB
Mapped:          20264 kB
Slab:            80072 kB
PageTables:       5228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1654080 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= 74200 MiB
End job on node112 at 2010-06-30 10:51:20