Trace number 2662267

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 RES // CP 2.2.0 2010-05-31? (TO) 1800.54 920.282

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
MD5SUM8c486f10dc9ea0956b38d79189648654
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark786.704
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables109757
Total number of constraints313451
Number of constraints which are clauses295929
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17522
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662267-1276340660.opb
0.22/0.22	c reading problem ... 
9.14/7.01	c ... done. Wall clock time 6.789s.
9.14/7.01	c #vars     109757
9.14/7.01	c #constraints  313451
9.14/7.01	c constraints type 
9.14/7.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97686
9.14/7.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 198242
9.14/7.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17522
9.14/7.01	c constraints type 
9.14/7.01	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 198242
9.14/7.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97686
9.14/7.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17522
59.78/32.66	c cleaning 2480 clauses out of 4995 with flag 5000/5000
83.58/44.94	c cleaning 0 clauses out of 5000 with flag 0/5000
106.08/56.69	c cleaning 4234 clauses out of 8514 with flag 11000/11000
167.67/88.04	c cleaning 5631 clauses out of 11280 with flag 18000/18000
234.79/122.30	c cleaning 6809 clauses out of 13651 with flag 26003/26003
296.34/153.78	c cleaning 7917 clauses out of 15839 with flag 35000/35000
300.63/156.23	c cleaning 0 clauses out of 10999 with flag 0/11000
383.19/198.25	c cleaning 8954 clauses out of 17922 with flag 45000/45000
497.44/256.32	c cleaning 9969 clauses out of 19968 with flag 56000/56000
563.82/290.26	c cleaning 10992 clauses out of 22000 with flag 68001/68001
590.34/304.08	c cleaning 0 clauses out of 17996 with flag 0/18000
713.76/366.74	c cleaning 11983 clauses out of 24008 with flag 81001/81001
789.65/405.58	c cleaning 12976 clauses out of 26023 with flag 95000/95000
874.02/448.53	c cleaning 14022 clauses out of 28045 with flag 110000/110000
999.62/512.34	c cleaning 15010 clauses out of 30026 with flag 126003/126003
1105.38/566.14	c cleaning 15985 clauses out of 32013 with flag 143000/143000
1212.72/620.84	c cleaning 16997 clauses out of 34028 with flag 161000/161000
1330.60/680.76	c cleaning 17984 clauses out of 36031 with flag 180000/180000
1392.90/712.66	c cleaning 0 clauses out of 25999 with flag 0/26003
1460.56/747.21	c cleaning 19007 clauses out of 38045 with flag 200000/200000
1574.05/805.07	c cleaning 20007 clauses out of 40038 with flag 221000/221000
1693.02/865.57	c cleaning 20988 clauses out of 42031 with flag 243000/243000
1800.10/920.05	c starts		: 120
1800.10/920.05	c conflicts		: 262926
1800.10/920.05	c decisions		: 626050
1800.10/920.05	c propagations		: 480567778
1800.10/920.05	c inspects		: 1423208931
1800.10/920.05	c learnt literals	: 12
1800.10/920.05	c learnt binary clauses	: 163
1800.10/920.05	c learnt ternary clauses	: 547
1800.10/920.05	c learnt clauses	: 262914
1800.10/920.05	c ignored clauses	: 0
1800.10/920.05	c root simplifications	: 0
1800.10/920.05	c removed literals (reason simplification)	: 2906885
1800.10/920.05	c reason swapping (by a shorter reason)	: 0
1800.10/920.05	c Calls to reduceDB	: 18
1800.10/920.05	c number of reductions to clauses (during analyze)	: 0
1800.10/920.05	c number of learned constraints concerned by reduction	: 0
1800.10/920.05	c number of learning phase by resolution	: 0
1800.10/920.05	c number of learning phase by cutting planes	: 0
1800.10/920.05	c speed (assignments/second)	: 526340.4487884378
1800.10/920.05	c non guided choices	15591
1800.28/920.19	c learnt constraints type 
1800.28/920.19	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 40823
1800.28/920.19	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 163
1800.28/920.19	c constraints type 
1800.28/920.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97686
1800.28/920.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 198242
1800.28/920.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17522
1800.28/920.19	c constraints type 
1800.28/920.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 198242
1800.28/920.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97686
1800.28/920.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17522
1800.28/920.19	s UNKNOWN
1800.28/920.19	c Total wall clock time (in seconds): 919.97

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-2662267-1276340660/watcher-2662267-1276340660 -o /tmp/evaluation-result-2662267-1276340660/solver-2662267-1276340660 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662267-1276340660.opb 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10788
/proc/meminfo: memFree=1818856/2059040 swapFree=4136596/4192956
[pid=10788] ppid=10786 vsize=1832 CPUtime=0
/proc/10788/stat : 10788 (java6) S 10786 10788 10511 0 -1 4194304 251 0 0 0 0 0 0 0 17 0 1 0 7721513 1875968 154 1992294400 134512640 134550932 4289446592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/10788/statm: 458 154 116 10 0 63 0

[startup+0.03753 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10788
/proc/meminfo: memFree=1818856/2059040 swapFree=4136596/4192956
[pid=10788] ppid=10786 vsize=1520328 CPUtime=0.01
/proc/10788/stat : 10788 (java) S 10786 10788 10511 0 -1 4202496 3301 0 1 0 0 1 0 0 15 0 4 0 7721513 1556815872 2744 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10788/statm: 380082 2745 945 10 0 377392 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1520328

[startup+0.101527 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10788
/proc/meminfo: memFree=1818856/2059040 swapFree=4136596/4192956
[pid=10788] ppid=10786 vsize=1524180 CPUtime=0.09
/proc/10788/stat : 10788 (java) S 10786 10788 10511 0 -1 4202496 3968 0 1 0 6 3 0 0 15 0 12 0 7721513 1560760320 3407 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10788/statm: 381045 3407 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.30152 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10788
/proc/meminfo: memFree=1818856/2059040 swapFree=4136596/4192956
[pid=10788] ppid=10786 vsize=1526388 CPUtime=0.34
/proc/10788/stat : 10788 (java) S 10786 10788 10511 0 -1 4202496 6591 0 1 0 30 4 0 0 15 0 12 0 7721513 1563021312 6028 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10788/statm: 381597 6028 1358 10 0 378900 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526388

[startup+0.701505 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10788
/proc/meminfo: memFree=1818856/2059040 swapFree=4136596/4192956
[pid=10788] ppid=10786 vsize=1527592 CPUtime=1.12
/proc/10788/stat : 10788 (java) S 10786 10788 10511 0 -1 4202496 8240 0 1 0 107 5 0 0 15 0 12 0 7721513 1564254208 7677 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10788/statm: 381898 7677 1400 10 0 379201 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1527592

[startup+1.50047 s]
/proc/loadavg: 0.92 0.98 0.99 4/118 10800
/proc/meminfo: memFree=1775608/2059040 swapFree=4136596/4192956
[pid=10788] ppid=10786 vsize=1533320 CPUtime=2.42
/proc/10788/stat : 10788 (java) S 10786 10788 10511 0 -1 4202496 24401 0 1 0 229 13 0 0 15 0 12 0 7721513 1570119680 23483 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10788/statm: 383330 23486 1406 10 0 380633 0
[pid=10788/tid=10790] ppid=10786 vsize=1533320 CPUtime=1.43
/proc/10788/task/10790/stat : 10790 (java) R 10786 10788 10511 0 -1 4202560 20627 0 1 0 132 11 0 0 25 0 12 0 7721515 1570119680 23487 1992294400 134512640 134550932 4291173296 18446744073709551615 4109564814 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10788/tid=10791] ppid=10786 vsize=1533320 CPUtime=0
/proc/10788/task/10791/stat : 10791 (java) S 10786 10788 10511 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 7721516 1570119680 23489 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10792] ppid=10786 vsize=1533320 CPUtime=0
/proc/10788/task/10792/stat : 10792 (java) S 10786 10788 10511 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 7721516 1570119680 23491 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10793] ppid=10786 vsize=1533320 CPUtime=0
/proc/10788/task/10793/stat : 10793 (java) S 10786 10788 10511 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 7721518 1570119680 23492 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 0 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10794] ppid=10786 vsize=1533320 CPUtime=0
/proc/10788/task/10794/stat : 10794 (java) S 10786 10788 10511 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 7721518 1570119680 23494 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10795] ppid=10786 vsize=1533320 CPUtime=0
/proc/10788/task/10795/stat : 10795 (java) S 10786 10788 10511 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 7721518 1570119680 23495 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10796] ppid=10786 vsize=1533320 CPUtime=0
/proc/10788/task/10796/stat : 10796 (java) S 10786 10788 10511 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 7721522 1570119680 23497 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10797] ppid=10786 vsize=1533320 CPUtime=0.23
/proc/10788/task/10797/stat : 10797 (java) S 10786 10788 10511 0 -1 4202560 1170 0 0 0 23 0 0 0 16 0 12 0 7721523 1570119680 23499 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10798] ppid=10786 vsize=1533320 CPUtime=0.73
/proc/10788/task/10798/stat : 10798 (java) S 10786 10788 10511 0 -1 4202560 1541 0 0 0 73 0 0 0 16 0 12 0 7721523 1570119680 23500 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10799] ppid=10786 vsize=1533320 CPUtime=0
/proc/10788/task/10799/stat : 10799 (java) S 10786 10788 10511 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 7721523 1570119680 23502 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10800] ppid=10786 vsize=1533320 CPUtime=0
/proc/10788/task/10800/stat : 10800 (java) S 10786 10788 10511 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7721523 1570119680 23504 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 1533320

[startup+3.10041 s]
/proc/loadavg: 1.17 1.03 1.01 2/118 10800
/proc/meminfo: memFree=1667108/2059040 swapFree=4136596/4192956
[pid=10788] ppid=10786 vsize=1533320 CPUtime=4.25
/proc/10788/stat : 10788 (java) S 10786 10788 10511 0 -1 4202496 47507 0 1 0 400 25 0 0 15 0 12 0 7721513 1570119680 46185 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10788/statm: 383330 46185 1416 10 0 380633 0
[pid=10788/tid=10790] ppid=10786 vsize=1533320 CPUtime=2.79
/proc/10788/task/10790/stat : 10790 (java) R 10786 10788 10511 0 -1 4202560 32029 0 1 0 262 17 0 0 25 0 12 0 7721515 1570119680 46185 1992294400 134512640 134550932 4291173296 18446744073709551615 4109582777 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10788/tid=10791] ppid=10786 vsize=1533320 CPUtime=0.22
/proc/10788/task/10791/stat : 10791 (java) S 10786 10788 10511 0 -1 4202560 5990 0 0 0 20 2 0 0 16 0 12 0 7721516 1570119680 46185 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10792] ppid=10786 vsize=1533320 CPUtime=0.22
/proc/10788/task/10792/stat : 10792 (java) S 10786 10788 10511 0 -1 4202560 5701 0 0 0 20 2 0 0 16 0 12 0 7721516 1570119680 46185 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10793] ppid=10786 vsize=1533320 CPUtime=0
/proc/10788/task/10793/stat : 10793 (java) S 10786 10788 10511 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 12 0 7721518 1570119680 46185 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 0 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10794] ppid=10786 vsize=1533320 CPUtime=0
/proc/10788/task/10794/stat : 10794 (java) S 10786 10788 10511 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 7721518 1570119680 46185 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10795] ppid=10786 vsize=1533320 CPUtime=0
/proc/10788/task/10795/stat : 10795 (java) S 10786 10788 10511 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 7721518 1570119680 46185 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10796] ppid=10786 vsize=1533320 CPUtime=0
/proc/10788/task/10796/stat : 10796 (java) S 10786 10788 10511 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 7721522 1570119680 46185 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10797] ppid=10786 vsize=1533320 CPUtime=0.23
/proc/10788/task/10797/stat : 10797 (java) S 10786 10788 10511 0 -1 4202560 1170 0 0 0 23 0 0 0 16 0 12 0 7721523 1570119680 46185 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10798] ppid=10786 vsize=1533320 CPUtime=0.73
/proc/10788/task/10798/stat : 10798 (java) S 10786 10788 10511 0 -1 4202560 1541 0 0 0 73 0 0 0 16 0 12 0 7721523 1570119680 46185 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10799] ppid=10786 vsize=1533320 CPUtime=0
/proc/10788/task/10799/stat : 10799 (java) S 10786 10788 10511 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 7721523 1570119680 46185 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10800] ppid=10786 vsize=1533320 CPUtime=0
/proc/10788/task/10800/stat : 10800 (java) S 10786 10788 10511 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7721523 1570119680 46185 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 1533320

[startup+6.30129 s]
/proc/loadavg: 1.17 1.03 1.01 3/118 10800
/proc/meminfo: memFree=1610812/2059040 swapFree=4136596/4192956
[pid=10788] ppid=10786 vsize=1532644 CPUtime=8.19
/proc/10788/stat : 10788 (java) S 10786 10788 10511 0 -1 4202496 58884 0 1 0 788 31 0 0 15 0 12 0 7721513 1569427456 56085 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10788/statm: 383161 56085 1426 10 0 380464 0
[pid=10788/tid=10790] ppid=10786 vsize=1532644 CPUtime=5.29
/proc/10788/task/10790/stat : 10790 (java) R 10786 10788 10511 0 -1 4202560 32045 0 1 0 511 18 0 0 25 0 12 0 7721515 1569427456 56085 1992294400 134512640 134550932 4291173296 18446744073709551615 4109492508 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10788/tid=10791] ppid=10786 vsize=1532644 CPUtime=0.8
/proc/10788/task/10791/stat : 10791 (java) S 10786 10788 10511 0 -1 4202560 12561 0 0 0 75 5 0 0 16 0 12 0 7721516 1569427456 56085 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10792] ppid=10786 vsize=1532644 CPUtime=0.78
/proc/10788/task/10792/stat : 10792 (java) S 10786 10788 10511 0 -1 4202560 10458 0 0 0 73 5 0 0 16 0 12 0 7721516 1569427456 56085 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10793] ppid=10786 vsize=1532644 CPUtime=0
/proc/10788/task/10793/stat : 10793 (java) S 10786 10788 10511 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 7721518 1569427456 56085 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 0 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10794] ppid=10786 vsize=1532644 CPUtime=0
/proc/10788/task/10794/stat : 10794 (java) S 10786 10788 10511 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 7721518 1569427456 56085 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10795] ppid=10786 vsize=1532644 CPUtime=0
/proc/10788/task/10795/stat : 10795 (java) S 10786 10788 10511 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 7721518 1569427456 56085 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10796] ppid=10786 vsize=1532644 CPUtime=0
/proc/10788/task/10796/stat : 10796 (java) S 10786 10788 10511 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 7721522 1569427456 56085 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10797] ppid=10786 vsize=1532644 CPUtime=0.39
/proc/10788/task/10797/stat : 10797 (java) S 10786 10788 10511 0 -1 4202560 1198 0 0 0 39 0 0 0 16 0 12 0 7721523 1569427456 56085 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10798] ppid=10786 vsize=1532644 CPUtime=0.88
/proc/10788/task/10798/stat : 10798 (java) S 10786 10788 10511 0 -1 4202560 1546 0 0 0 88 0 0 0 16 0 12 0 7721523 1569427456 56085 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10799] ppid=10786 vsize=1532644 CPUtime=0
/proc/10788/task/10799/stat : 10799 (java) S 10786 10788 10511 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 7721523 1569427456 56085 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10800] ppid=10786 vsize=1532644 CPUtime=0
/proc/10788/task/10800/stat : 10800 (java) S 10786 10788 10511 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7721523 1569427456 56085 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 1532644

[startup+12.7024 s]
/proc/loadavg: 1.30 1.06 1.02 3/122 10804
/proc/meminfo: memFree=1534272/2059040 swapFree=4136596/4192956
[pid=10788] ppid=10786 vsize=1537444 CPUtime=20.37
/proc/10788/stat : 10788 (java) S 10786 10788 10511 0 -1 4202496 76808 0 1 0 1995 42 0 0 15 0 16 0 7721513 1574342656 72471 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10788/statm: 384361 72471 1438 10 0 381664 0
[pid=10788/tid=10790] ppid=10786 vsize=1537444 CPUtime=5.75
/proc/10788/task/10790/stat : 10790 (java) S 10786 10788 10511 0 -1 4202560 32061 0 1 0 557 18 0 0 15 0 16 0 7721515 1574342656 72471 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10791] ppid=10786 vsize=1537444 CPUtime=2.04
/proc/10788/task/10791/stat : 10791 (java) R 10786 10788 10511 0 -1 4202560 21684 0 0 0 195 9 0 0 15 0 16 0 7721516 1574342656 72471 1992294400 134512640 134550932 4291173296 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10788/tid=10792] ppid=10786 vsize=1537444 CPUtime=2
/proc/10788/task/10792/stat : 10792 (java) R 10786 10788 10511 0 -1 4202560 17578 0 0 0 191 9 0 0 16 0 16 0 7721516 1574342656 72471 1992294400 134512640 134550932 4291173296 18446744073709551615 105886418 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10788/tid=10793] ppid=10786 vsize=1537444 CPUtime=0.01
/proc/10788/task/10793/stat : 10793 (java) S 10786 10788 10511 0 -1 4202560 12 0 0 0 1 0 0 0 16 0 16 0 7721518 1574342656 72471 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 0 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10794] ppid=10786 vsize=1537444 CPUtime=0
/proc/10788/task/10794/stat : 10794 (java) S 10786 10788 10511 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7721518 1574342656 72471 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10795] ppid=10786 vsize=1537444 CPUtime=0
/proc/10788/task/10795/stat : 10795 (java) S 10786 10788 10511 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7721518 1574342656 72471 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10796] ppid=10786 vsize=1537444 CPUtime=0
/proc/10788/task/10796/stat : 10796 (java) S 10786 10788 10511 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7721522 1574342656 72471 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10797] ppid=10786 vsize=1537444 CPUtime=1.54
/proc/10788/task/10797/stat : 10797 (java) S 10786 10788 10511 0 -1 4202560 2747 0 0 0 153 1 0 0 15 0 16 0 7721523 1574342656 72471 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10798] ppid=10786 vsize=1537444 CPUtime=1.71
/proc/10788/task/10798/stat : 10798 (java) S 10786 10788 10511 0 -1 4202560 1590 0 0 0 170 1 0 0 15 0 16 0 7721523 1574342656 72471 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10799] ppid=10786 vsize=1537444 CPUtime=0
/proc/10788/task/10799/stat : 10799 (java) S 10786 10788 10511 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7721523 1574342656 72471 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10800] ppid=10786 vsize=1537444 CPUtime=0
/proc/10788/task/10800/stat : 10800 (java) S 10786 10788 10511 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7721523 1574342656 72471 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10801] ppid=10786 vsize=1537444 CPUtime=3.78
/proc/10788/task/10801/stat : 10801 (java) S 10786 10788 10511 0 -1 4202560 22 0 0 0 378 0 0 0 25 0 16 0 7722215 1574342656 72471 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10802] ppid=10786 vsize=1537444 CPUtime=3.47
/proc/10788/task/10802/stat : 10802 (java) S 10786 10788 10511 0 -1 4202560 39 0 0 0 347 0 0 0 16 0 16 0 7722215 1574342656 72471 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10803] ppid=10786 vsize=1537444 CPUtime=0
/proc/10788/task/10803/stat : 10803 (java) S 10786 10788 10511 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 7722245 1574342656 72471 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10804] ppid=10786 vsize=1537444 CPUtime=0
/proc/10788/task/10804/stat : 10804 (java) S 10786 10788 10511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 7722251 1574342656 72471 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.37
Current children cumulated vsize (KiB) 1537444

[startup+25.5024 s]
/proc/loadavg: 1.48 1.11 1.04 3/122 10804
/proc/meminfo: memFree=1524476/2059040 swapFree=4136596/4192956
[pid=10788] ppid=10786 vsize=1537428 CPUtime=45.72
/proc/10788/stat : 10788 (java) S 10786 10788 10511 0 -1 4202496 83289 0 1 0 4524 48 0 0 15 0 16 0 7721513 1574326272 74869 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10788/statm: 384357 74869 1443 10 0 381660 0
[pid=10788/tid=10790] ppid=10786 vsize=1537428 CPUtime=5.75
/proc/10788/task/10790/stat : 10790 (java) S 10786 10788 10511 0 -1 4202560 32062 0 1 0 557 18 0 0 15 0 16 0 7721515 1574326272 74869 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10791] ppid=10786 vsize=1537428 CPUtime=3.01
/proc/10788/task/10791/stat : 10791 (java) S 10786 10788 10511 0 -1 4202560 22892 0 0 0 290 11 0 0 16 0 16 0 7721516 1574326272 74869 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10792] ppid=10786 vsize=1537428 CPUtime=2.98
/proc/10788/task/10792/stat : 10792 (java) S 10786 10788 10511 0 -1 4202560 18729 0 0 0 288 10 0 0 15 0 16 0 7721516 1574326272 74869 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10793] ppid=10786 vsize=1537428 CPUtime=0.02

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

/proc/10788/task/10803/stat : 10803 (java) S 10786 10788 10511 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 7722245 1575174144 98211 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10804] ppid=10786 vsize=1538256 CPUtime=0
/proc/10788/task/10804/stat : 10804 (java) S 10786 10788 10511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 7722251 1575174144 98211 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1489.42
Current children cumulated vsize (KiB) 1538256

[startup+822.303 s]
/proc/loadavg: 2.12 2.01 1.61 3/122 10826
/proc/meminfo: memFree=1428128/2059040 swapFree=4136596/4192956
[pid=10788] ppid=10786 vsize=1538256 CPUtime=1607.39
/proc/10788/stat : 10788 (java) S 10786 10788 10511 0 -1 4202496 176521 0 1 0 160564 175 0 0 15 0 16 0 7721513 1575174144 98211 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10788/statm: 384564 98211 1450 10 0 381867 0
[pid=10788/tid=10790] ppid=10786 vsize=1538256 CPUtime=5.76
/proc/10788/task/10790/stat : 10790 (java) S 10786 10788 10511 0 -1 4202560 32085 0 1 0 558 18 0 0 15 0 16 0 7721515 1575174144 98211 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10791] ppid=10786 vsize=1538256 CPUtime=33.6
/proc/10788/task/10791/stat : 10791 (java) S 10786 10788 10511 0 -1 4202560 33981 0 0 0 3321 39 0 0 16 0 16 0 7721516 1575174144 98211 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10792] ppid=10786 vsize=1538256 CPUtime=33.51
/proc/10788/task/10792/stat : 10792 (java) S 10786 10788 10511 0 -1 4202560 30738 0 0 0 3310 41 0 0 16 0 16 0 7721516 1575174144 98211 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10793] ppid=10786 vsize=1538256 CPUtime=18.37
/proc/10788/task/10793/stat : 10793 (java) S 10786 10788 10511 0 -1 4202560 67926 0 0 0 1791 46 0 0 15 0 16 0 7721518 1575174144 98211 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 0 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10794] ppid=10786 vsize=1538256 CPUtime=0
/proc/10788/task/10794/stat : 10794 (java) S 10786 10788 10511 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7721518 1575174144 98211 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10795] ppid=10786 vsize=1538256 CPUtime=0
/proc/10788/task/10795/stat : 10795 (java) S 10786 10788 10511 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7721518 1575174144 98211 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10796] ppid=10786 vsize=1538256 CPUtime=0
/proc/10788/task/10796/stat : 10796 (java) S 10786 10788 10511 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7721522 1575174144 98211 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10797] ppid=10786 vsize=1538256 CPUtime=2.9
/proc/10788/task/10797/stat : 10797 (java) S 10786 10788 10511 0 -1 4202560 6331 0 0 0 287 3 0 0 15 0 16 0 7721523 1575174144 98211 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10798] ppid=10786 vsize=1538256 CPUtime=2.75
/proc/10788/task/10798/stat : 10798 (java) S 10786 10788 10511 0 -1 4202560 3317 0 0 0 273 2 0 0 15 0 16 0 7721523 1575174144 98211 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10799] ppid=10786 vsize=1538256 CPUtime=0
/proc/10788/task/10799/stat : 10799 (java) S 10786 10788 10511 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7721523 1575174144 98211 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10800] ppid=10786 vsize=1538256 CPUtime=0
/proc/10788/task/10800/stat : 10800 (java) S 10786 10788 10511 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 7721523 1575174144 98211 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10801] ppid=10786 vsize=1538256 CPUtime=756.05
/proc/10788/task/10801/stat : 10801 (java) R 10786 10788 10511 0 -1 4202560 449 0 0 0 75595 10 0 0 25 0 16 0 7722215 1575174144 98211 1992294400 134512640 134550932 4291173296 18446744073709551615 4109905891 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10788/tid=10802] ppid=10786 vsize=1538256 CPUtime=754.39
/proc/10788/task/10802/stat : 10802 (java) R 10786 10788 10511 0 -1 4202560 571 0 0 0 75428 11 0 0 25 0 16 0 7722215 1575174144 98211 1992294400 134512640 134550932 4291173296 18446744073709551615 4109831745 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10788/tid=10803] ppid=10786 vsize=1538256 CPUtime=0
/proc/10788/task/10803/stat : 10803 (java) S 10786 10788 10511 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 7722245 1575174144 98211 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10804] ppid=10786 vsize=1538256 CPUtime=0
/proc/10788/task/10804/stat : 10804 (java) S 10786 10788 10511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 7722251 1575174144 98211 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1607.39
Current children cumulated vsize (KiB) 1538256

[startup+882.302 s]
/proc/loadavg: 2.10 2.02 1.64 4/122 10828
/proc/meminfo: memFree=1415356/2059040 swapFree=4136596/4192956
[pid=10788] ppid=10786 vsize=1538256 CPUtime=1725.31
/proc/10788/stat : 10788 (java) S 10786 10788 10511 0 -1 4202496 181806 0 1 0 172345 186 0 0 15 0 16 0 7721513 1575174144 101473 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10788/statm: 384564 101473 1450 10 0 381867 0
[pid=10788/tid=10790] ppid=10786 vsize=1538256 CPUtime=5.76
/proc/10788/task/10790/stat : 10790 (java) S 10786 10788 10511 0 -1 4202560 32087 0 1 0 558 18 0 0 15 0 16 0 7721515 1575174144 101473 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10791] ppid=10786 vsize=1538256 CPUtime=36.03
/proc/10788/task/10791/stat : 10791 (java) S 10786 10788 10511 0 -1 4202560 35407 0 0 0 3560 43 0 0 16 0 16 0 7721516 1575174144 101473 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10792] ppid=10786 vsize=1538256 CPUtime=35.93
/proc/10788/task/10792/stat : 10792 (java) S 10786 10788 10511 0 -1 4202560 32595 0 0 0 3550 43 0 0 15 0 16 0 7721516 1575174144 101473 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10793] ppid=10786 vsize=1538256 CPUtime=19.4
/proc/10788/task/10793/stat : 10793 (java) S 10786 10788 10511 0 -1 4202560 69852 0 0 0 1892 48 0 0 15 0 16 0 7721518 1575174144 101473 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 0 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10794] ppid=10786 vsize=1538256 CPUtime=0
/proc/10788/task/10794/stat : 10794 (java) S 10786 10788 10511 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7721518 1575174144 101473 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10795] ppid=10786 vsize=1538256 CPUtime=0
/proc/10788/task/10795/stat : 10795 (java) S 10786 10788 10511 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7721518 1575174144 101473 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10796] ppid=10786 vsize=1538256 CPUtime=0
/proc/10788/task/10796/stat : 10796 (java) S 10786 10788 10511 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7721522 1575174144 101473 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10797] ppid=10786 vsize=1538256 CPUtime=2.9
/proc/10788/task/10797/stat : 10797 (java) S 10786 10788 10511 0 -1 4202560 6331 0 0 0 287 3 0 0 15 0 16 0 7721523 1575174144 101473 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10798] ppid=10786 vsize=1538256 CPUtime=2.75
/proc/10788/task/10798/stat : 10798 (java) S 10786 10788 10511 0 -1 4202560 3317 0 0 0 273 2 0 0 15 0 16 0 7721523 1575174144 101473 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10799] ppid=10786 vsize=1538256 CPUtime=0
/proc/10788/task/10799/stat : 10799 (java) S 10786 10788 10511 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7721523 1575174144 101473 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10800] ppid=10786 vsize=1538256 CPUtime=0
/proc/10788/task/10800/stat : 10800 (java) S 10786 10788 10511 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 7721523 1575174144 101473 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10801] ppid=10786 vsize=1538256 CPUtime=811.72
/proc/10788/task/10801/stat : 10801 (java) R 10786 10788 10511 0 -1 4202560 476 0 0 0 81160 12 0 0 25 0 16 0 7722215 1575174144 101473 1992294400 134512640 134550932 4291173296 18446744073709551615 4110043060 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10788/tid=10802] ppid=10786 vsize=1538256 CPUtime=810.73
/proc/10788/task/10802/stat : 10802 (java) R 10786 10788 10511 0 -1 4202560 616 0 0 0 81061 12 0 0 25 0 16 0 7722215 1575174144 101473 1992294400 134512640 134550932 4291173296 18446744073709551615 4110055934 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10788/tid=10803] ppid=10786 vsize=1538256 CPUtime=0
/proc/10788/task/10803/stat : 10803 (java) S 10786 10788 10511 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 7722245 1575174144 101473 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10804] ppid=10786 vsize=1538256 CPUtime=0
/proc/10788/task/10804/stat : 10804 (java) S 10786 10788 10511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 7722251 1575174144 101473 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1725.31
Current children cumulated vsize (KiB) 1538256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.018 s]
/proc/loadavg: 2.22 2.05 1.66 4/122 10828
/proc/meminfo: memFree=1410768/2059040 swapFree=4136596/4192956
[pid=10788] ppid=10786 vsize=1538256 CPUtime=1800.1
/proc/10788/stat : 10788 (java) S 10786 10788 10511 0 -1 4202496 183166 0 1 0 179819 191 0 0 15 0 16 0 7721513 1575174144 102780 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10788/statm: 384564 102780 1450 10 0 381867 0
[pid=10788/tid=10790] ppid=10786 vsize=1538256 CPUtime=5.76
/proc/10788/task/10790/stat : 10790 (java) S 10786 10788 10511 0 -1 4202560 32087 0 1 0 558 18 0 0 15 0 16 0 7721515 1575174144 102780 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10791] ppid=10786 vsize=1538256 CPUtime=37.36
/proc/10788/task/10791/stat : 10791 (java) S 10786 10788 10511 0 -1 4202560 36024 0 0 0 3692 44 0 0 16 0 16 0 7721516 1575174144 102780 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10792] ppid=10786 vsize=1538256 CPUtime=37.28
/proc/10788/task/10792/stat : 10792 (java) S 10786 10788 10511 0 -1 4202560 33293 0 0 0 3683 45 0 0 16 0 16 0 7721516 1575174144 102780 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10793] ppid=10786 vsize=1538256 CPUtime=19.42
/proc/10788/task/10793/stat : 10793 (java) S 10786 10788 10511 0 -1 4202560 69854 0 0 0 1894 48 0 0 15 0 16 0 7721518 1575174144 102780 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 0 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10794] ppid=10786 vsize=1538256 CPUtime=0
/proc/10788/task/10794/stat : 10794 (java) S 10786 10788 10511 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7721518 1575174144 102780 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10795] ppid=10786 vsize=1538256 CPUtime=0
/proc/10788/task/10795/stat : 10795 (java) S 10786 10788 10511 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7721518 1575174144 102780 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10796] ppid=10786 vsize=1538256 CPUtime=0
/proc/10788/task/10796/stat : 10796 (java) S 10786 10788 10511 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7721522 1575174144 102780 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10797] ppid=10786 vsize=1538256 CPUtime=2.9
/proc/10788/task/10797/stat : 10797 (java) S 10786 10788 10511 0 -1 4202560 6331 0 0 0 287 3 0 0 15 0 16 0 7721523 1575174144 102780 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10798] ppid=10786 vsize=1538256 CPUtime=2.75
/proc/10788/task/10798/stat : 10798 (java) S 10786 10788 10511 0 -1 4202560 3317 0 0 0 273 2 0 0 15 0 16 0 7721523 1575174144 102780 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10799] ppid=10786 vsize=1538256 CPUtime=0
/proc/10788/task/10799/stat : 10799 (java) S 10786 10788 10511 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7721523 1575174144 102780 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10800] ppid=10786 vsize=1538256 CPUtime=0
/proc/10788/task/10800/stat : 10800 (java) S 10786 10788 10511 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 7721523 1575174144 102780 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10801] ppid=10786 vsize=1538256 CPUtime=847.85
/proc/10788/task/10801/stat : 10801 (java) R 10786 10788 10511 0 -1 4202560 496 0 0 0 84773 12 0 0 25 0 16 0 7722215 1575174144 102780 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10788/tid=10802] ppid=10786 vsize=1538256 CPUtime=846.7
/proc/10788/task/10802/stat : 10802 (java) R 10786 10788 10511 0 -1 4202560 637 0 0 0 84657 13 0 0 25 0 16 0 7722215 1575174144 102780 1992294400 134512640 134550932 4291173296 18446744073709551615 4110055940 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10788/tid=10803] ppid=10786 vsize=1538256 CPUtime=0
/proc/10788/task/10803/stat : 10803 (java) S 10786 10788 10511 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 7722245 1575174144 102780 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10804] ppid=10786 vsize=1538256 CPUtime=0
/proc/10788/task/10804/stat : 10804 (java) S 10786 10788 10511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 7722251 1575174144 102780 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1538256

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

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

[startup+920.202 s]
/proc/loadavg: 2.22 2.05 1.66 4/122 10828
/proc/meminfo: memFree=1410768/2059040 swapFree=4136596/4192956
[pid=10788] ppid=10786 vsize=1538904 CPUtime=1800.42
/proc/10788/stat : 10788 (java) S 10786 10788 10511 0 -1 4202496 183317 0 1 0 179850 192 0 0 15 0 17 0 7721513 1575837696 102910 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10788/statm: 384726 102910 1451 10 0 382029 0
[pid=10788/tid=10790] ppid=10786 vsize=1538904 CPUtime=5.76
/proc/10788/task/10790/stat : 10790 (java) S 10786 10788 10511 0 -1 4202560 32087 0 1 0 558 18 0 0 15 0 17 0 7721515 1575837696 102910 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10791] ppid=10786 vsize=1538904 CPUtime=37.36
/proc/10788/task/10791/stat : 10791 (java) S 10786 10788 10511 0 -1 4202560 36024 0 0 0 3692 44 0 0 16 0 17 0 7721516 1575837696 102910 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10792] ppid=10786 vsize=1538904 CPUtime=37.28
/proc/10788/task/10792/stat : 10792 (java) S 10786 10788 10511 0 -1 4202560 33293 0 0 0 3683 45 0 0 16 0 17 0 7721516 1575837696 102910 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10793] ppid=10786 vsize=1538904 CPUtime=19.42
/proc/10788/task/10793/stat : 10793 (java) S 10786 10788 10511 0 -1 4202560 69854 0 0 0 1894 48 0 0 15 0 17 0 7721518 1575837696 102910 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 0 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10794] ppid=10786 vsize=1538904 CPUtime=0
/proc/10788/task/10794/stat : 10794 (java) S 10786 10788 10511 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 7721518 1575837696 102910 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10795] ppid=10786 vsize=1538904 CPUtime=0
/proc/10788/task/10795/stat : 10795 (java) S 10786 10788 10511 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 7721518 1575837696 102910 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10796] ppid=10786 vsize=1538904 CPUtime=0
/proc/10788/task/10796/stat : 10796 (java) S 10786 10788 10511 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 17 0 7721522 1575837696 102910 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10797] ppid=10786 vsize=1538904 CPUtime=2.9
/proc/10788/task/10797/stat : 10797 (java) S 10786 10788 10511 0 -1 4202560 6331 0 0 0 287 3 0 0 15 0 17 0 7721523 1575837696 102910 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10798] ppid=10786 vsize=1538904 CPUtime=2.78
/proc/10788/task/10798/stat : 10798 (java) S 10786 10788 10511 0 -1 4202560 3448 0 0 0 276 2 0 0 15 0 17 0 7721523 1575837696 102910 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10799] ppid=10786 vsize=1538904 CPUtime=0
/proc/10788/task/10799/stat : 10799 (java) S 10786 10788 10511 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 17 0 7721523 1575837696 102910 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
[pid=10788/tid=10800] ppid=10786 vsize=1538904 CPUtime=0
/proc/10788/task/10800/stat : 10800 (java) S 10786 10788 10511 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 17 0 7721523 1575837696 102910 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10801] ppid=10786 vsize=1538904 CPUtime=847.95
/proc/10788/task/10801/stat : 10801 (java) R 10786 10788 10511 0 -1 4202560 496 0 0 0 84783 12 0 0 25 0 17 0 7722215 1575837696 102910 1992294400 134512640 134550932 4291173296 18446744073709551615 4109831745 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10788/tid=10802] ppid=10786 vsize=1538904 CPUtime=846.85
/proc/10788/task/10802/stat : 10802 (java) R 10786 10788 10511 0 -1 4202560 637 0 0 0 84672 13 0 0 25 0 17 0 7722215 1575837696 102910 1992294400 134512640 134550932 4291173296 18446744073709551615 4110096769 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10788/tid=10803] ppid=10786 vsize=1538904 CPUtime=0
/proc/10788/task/10803/stat : 10803 (java) S 10786 10788 10511 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 17 0 7722245 1575837696 102910 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 1 0 0 0
[pid=10788/tid=10804] ppid=10786 vsize=1538904 CPUtime=0
/proc/10788/task/10804/stat : 10804 (java) S 10786 10788 10511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 17 0 7722251 1575837696 102910 1992294400 134512640 134550932 4291173296 18446744073709551615 4294960144 0 4 0 16800975 18446604437845603520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 1538904

Child status: 143
Real time (s): 920.282
CPU time (s): 1800.54
CPU user time (s): 1798.58
CPU system time (s): 1.9627
CPU usage (%): 195.651
Max. virtual memory (cumulated for all children) (KiB): 1551068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.58
system time used= 1.9627
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183317
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= 31965
involuntary context switches= 54093

runsolver used 4.10038 second user time and 11.1303 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-12 13:04:21
IDJOB=2662267
IDBENCH=1489
IDSOLVER=1166
FILE ID=node026/2662267-1276340660
PBS_JOBID= 11173178
Free space on /tmp= 62500 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662267-1276340660/watcher-2662267-1276340660 -o /tmp/evaluation-result-2662267-1276340660/solver-2662267-1276340660 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662267-1276340660.opb

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

MD5SUM BENCH= 8c486f10dc9ea0956b38d79189648654
RANDOM SEED=1173651505

node026.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1819252 kB
Buffers:         24976 kB
Cached:         124808 kB
SwapCached:      22412 kB
Active:         111420 kB
Inactive:        63548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1819252 kB
SwapTotal:     4192956 kB
SwapFree:      4136596 kB
Dirty:           11548 kB
Writeback:           0 kB
AnonPages:       10668 kB
Mapped:           9172 kB
Slab:            42864 kB
PageTables:       3988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181264 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62500 MiB
End job on node026 at 2010-06-12 13:19:43