Trace number 2662424

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-31UNSAT 221.425 115.399

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.RobRegValid_bar.ucl.opb
MD5SUMcc698dad3442148ac316666fbe5b4b9e
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 benchmark44.1483
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables49621
Total number of constraints138346
Number of constraints which are clauses127390
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10956
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
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.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.24	c Pseudo Boolean Optimization
0.22/0.24	c ManyCore solver with 2 solvers running in parallel
0.22/0.24	c --- Begin Solver configuration ---
0.22/0.24	c Stops conflict analysis at the first Unique Implication Point
0.22/0.24	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.22/0.24	c Learn all clauses as in MiniSAT
0.22/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.24	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.24	c Expensive reason simplification
0.22/0.24	c Armin Biere (Picosat) restarts strategy
0.22/0.24	c Glucose learned constraints deletion strategy
0.22/0.24	c timeout=2147483s
0.22/0.24	c DB Simplification allowed=false
0.22/0.24	c --- End Solver configuration ---
0.22/0.24	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.24	c --- Begin Solver configuration ---
0.22/0.24	c Stops conflict analysis at the first Unique Implication Point
0.22/0.24	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.22/0.24	c Learn all clauses as in MiniSAT
0.22/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.24	c No reason simplification
0.22/0.24	c Armin Biere (Picosat) restarts strategy
0.22/0.24	c Glucose learned constraints deletion strategy
0.22/0.24	c timeout=2147483s
0.22/0.24	c DB Simplification allowed=false
0.22/0.24	c --- End Solver configuration ---
0.22/0.24	
0.22/0.24	c solving HOME/instance-2662424-1276333775.opb
0.22/0.24	c reading problem ... 
6.23/4.42	c ... done. Wall clock time 4.185s.
6.23/4.42	c #vars     49621
6.23/4.42	c #constraints  138346
6.23/4.42	c constraints type 
6.23/4.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 41847
6.23/4.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85542
6.23/4.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10956
6.23/4.42	c constraints type 
6.23/4.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 85542
6.23/4.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 41847
6.23/4.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10956
30.16/16.52	c cleaning 2484 clauses out of 4992 with flag 5000/5000
55.74/29.67	c cleaning 4252 clauses out of 8510 with flag 11002/11002
77.13/40.70	c cleaning 0 clauses out of 4998 with flag 0/5000
80.05/42.37	c cleaning 5605 clauses out of 11254 with flag 18000/18000
106.25/55.88	c cleaning 6814 clauses out of 13647 with flag 26000/26000
140.09/73.20	c cleaning 7909 clauses out of 15831 with flag 35000/35000
165.40/86.15	c cleaning 8956 clauses out of 17922 with flag 45001/45001
207.74/107.72	c cleaning 9975 clauses out of 19964 with flag 56000/56000
221.03/114.74	c And the winner is Resolution
221.36/115.34	c starts		: 76
221.36/115.34	c conflicts		: 60551
221.36/115.34	c decisions		: 158518
221.36/115.34	c propagations		: 54365636
221.36/115.34	c inspects		: 180929205
221.36/115.34	c learnt literals	: 21
221.36/115.34	c learnt binary clauses	: 142
221.36/115.34	c learnt ternary clauses	: 223
221.36/115.34	c learnt clauses	: 60529
221.36/115.34	c ignored clauses	: 0
221.36/115.34	c root simplifications	: 0
221.36/115.34	c removed literals (reason simplification)	: 318576
221.36/115.34	c reason swapping (by a shorter reason)	: 0
221.36/115.34	c Calls to reduceDB	: 7
221.36/115.34	c number of reductions to clauses (during analyze)	: 0
221.36/115.34	c number of learned constraints concerned by reduction	: 0
221.36/115.34	c number of learning phase by resolution	: 0
221.36/115.34	c number of learning phase by cutting planes	: 0
221.36/115.34	c speed (assignments/second)	: 490177.9460824092
221.36/115.34	c non guided choices	12293
221.36/115.35	c learnt constraints type 
221.36/115.35	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14392
221.36/115.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 142
221.36/115.35	c constraints type 
221.36/115.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 41847
221.36/115.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85542
221.36/115.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10956
221.36/115.35	c constraints type 
221.36/115.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 85542
221.36/115.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 41847
221.36/115.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10956
221.36/115.35	s UNSATISFIABLE
221.36/115.35	c Total wall clock time (in seconds): 115.117

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-2662424-1276333775/watcher-2662424-1276333775 -o /tmp/evaluation-result-2662424-1276333775/solver-2662424-1276333775 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662424-1276333775.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: 1.00 1.00 1.00 3/106 10020
/proc/meminfo: memFree=1756460/2059040 swapFree=4192956/4192956
[pid=10020] ppid=10018 vsize=248 CPUtime=0
/proc/10020/stat : 10020 (java) R 10018 10020 8948 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 7029405 253952 28 1992294400 134512640 134550932 4290437664 18446744073709551615 3252820 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10020/statm: 62 28 21 10 0 23 0

[startup+0.0956759 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10020
/proc/meminfo: memFree=1756460/2059040 swapFree=4192956/4192956
[pid=10020] ppid=10018 vsize=1521796 CPUtime=0.07
/proc/10020/stat : 10020 (java) S 10018 10020 8948 0 -1 4202496 3854 0 1 0 5 2 0 0 18 0 7 0 7029405 1558319104 3295 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/10020/statm: 380449 3295 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.100679 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10020
/proc/meminfo: memFree=1756460/2059040 swapFree=4192956/4192956
[pid=10020] ppid=10018 vsize=1522636 CPUtime=0.08
/proc/10020/stat : 10020 (java) S 10018 10020 8948 0 -1 4202496 3885 0 1 0 6 2 0 0 18 0 9 0 7029405 1559179264 3326 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10020/statm: 380659 3326 1054 10 0 377969 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1522636

[startup+0.30071 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10020
/proc/meminfo: memFree=1756460/2059040 swapFree=4192956/4192956
[pid=10020] ppid=10018 vsize=1526644 CPUtime=0.34
/proc/10020/stat : 10020 (java) S 10018 10020 8948 0 -1 4202496 5953 0 1 0 30 4 0 0 18 0 12 0 7029405 1563283456 5390 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10020/statm: 381661 5390 1351 10 0 378964 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526644

[startup+0.700788 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10020
/proc/meminfo: memFree=1756460/2059040 swapFree=4192956/4192956
[pid=10020] ppid=10018 vsize=1528032 CPUtime=1.1
/proc/10020/stat : 10020 (java) S 10018 10020 8948 0 -1 4202496 7629 0 1 0 105 5 0 0 18 0 12 0 7029405 1564704768 7007 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10020/statm: 382008 7008 1395 10 0 379311 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1528032

[startup+1.50194 s]
/proc/loadavg: 1.00 1.00 1.00 4/118 10032
/proc/meminfo: memFree=1720096/2059040 swapFree=4192956/4192956
[pid=10020] ppid=10018 vsize=1533216 CPUtime=2.52
/proc/10020/stat : 10020 (java) S 10018 10020 8948 0 -1 4202496 21653 0 1 0 239 13 0 0 18 0 12 0 7029405 1570013184 20517 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10020/statm: 383304 20517 1406 10 0 380607 0
[pid=10020/tid=10022] ppid=10018 vsize=1533216 CPUtime=1.44
/proc/10020/task/10022/stat : 10022 (java) R 10018 10020 8948 0 -1 4202560 17624 0 1 0 132 12 0 0 18 0 12 0 7029407 1570013184 20517 1992294400 134512640 134550932 4290437664 18446744073709551615 4109691681 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10020/tid=10023] ppid=10018 vsize=1533216 CPUtime=0
/proc/10020/task/10023/stat : 10023 (java) S 10018 10020 8948 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 7029408 1570013184 20517 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10024] ppid=10018 vsize=1533216 CPUtime=0
/proc/10020/task/10024/stat : 10024 (java) S 10018 10020 8948 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 7029408 1570013184 20517 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10025] ppid=10018 vsize=1533216 CPUtime=0
/proc/10020/task/10025/stat : 10025 (java) S 10018 10020 8948 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 7029410 1570013184 20517 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 0 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10026] ppid=10018 vsize=1533216 CPUtime=0
/proc/10020/task/10026/stat : 10026 (java) S 10018 10020 8948 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 7029411 1570013184 20517 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10027] ppid=10018 vsize=1533216 CPUtime=0
/proc/10020/task/10027/stat : 10027 (java) S 10018 10020 8948 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 7029411 1570013184 20517 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10028] ppid=10018 vsize=1533216 CPUtime=0
/proc/10020/task/10028/stat : 10028 (java) S 10018 10020 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7029415 1570013184 20517 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10029] ppid=10018 vsize=1533216 CPUtime=0.65
/proc/10020/task/10029/stat : 10029 (java) S 10018 10020 8948 0 -1 4202560 1249 0 0 0 65 0 0 0 25 0 12 0 7029415 1570013184 20517 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=1533216 CPUtime=0.41
/proc/10020/task/10030/stat : 10030 (java) S 10018 10020 8948 0 -1 4202560 1714 0 0 0 41 0 0 0 18 0 12 0 7029415 1570013184 20517 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=1533216 CPUtime=0
/proc/10020/task/10031/stat : 10031 (java) S 10018 10020 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7029415 1570013184 20517 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=1533216 CPUtime=0
/proc/10020/task/10032/stat : 10032 (java) S 10018 10020 8948 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7029415 1570013184 20517 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 1533216

[startup+3.10223 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 10032
/proc/meminfo: memFree=1610852/2059040 swapFree=4192956/4192956
[pid=10020] ppid=10018 vsize=1533216 CPUtime=4.34
/proc/10020/stat : 10020 (java) S 10018 10020 8948 0 -1 4202496 45371 0 1 0 409 25 0 0 18 0 12 0 7029405 1570013184 44155 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10020/statm: 383304 44157 1416 10 0 380607 0
[pid=10020/tid=10022] ppid=10018 vsize=1533216 CPUtime=2.83
/proc/10020/task/10022/stat : 10022 (java) S 10018 10020 8948 0 -1 4202560 32027 0 1 0 264 19 0 0 19 0 12 0 7029407 1570013184 44157 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10023] ppid=10018 vsize=1533216 CPUtime=0.18
/proc/10020/task/10023/stat : 10023 (java) R 10018 10020 8948 0 -1 4202560 4642 0 0 0 17 1 0 0 18 0 12 0 7029408 1570013184 44159 1992294400 134512640 134550932 4290437664 18446744073709551615 106195536 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10020/tid=10024] ppid=10018 vsize=1533216 CPUtime=0.19
/proc/10020/task/10024/stat : 10024 (java) R 10018 10020 8948 0 -1 4202560 4675 0 0 0 17 2 0 0 18 0 12 0 7029408 1570013184 44160 1992294400 134512640 134550932 4290437664 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10020/tid=10025] ppid=10018 vsize=1533216 CPUtime=0
/proc/10020/task/10025/stat : 10025 (java) S 10018 10020 8948 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 7029410 1570013184 44161 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 0 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10026] ppid=10018 vsize=1533216 CPUtime=0
/proc/10020/task/10026/stat : 10026 (java) S 10018 10020 8948 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 7029411 1570013184 44162 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10027] ppid=10018 vsize=1533216 CPUtime=0
/proc/10020/task/10027/stat : 10027 (java) S 10018 10020 8948 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 7029411 1570013184 44163 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10028] ppid=10018 vsize=1533216 CPUtime=0
/proc/10020/task/10028/stat : 10028 (java) S 10018 10020 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7029415 1570013184 44164 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10029] ppid=10018 vsize=1533216 CPUtime=0.65
/proc/10020/task/10029/stat : 10029 (java) S 10018 10020 8948 0 -1 4202560 1249 0 0 0 65 0 0 0 23 0 12 0 7029415 1570013184 44166 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=1533216 CPUtime=0.44
/proc/10020/task/10030/stat : 10030 (java) S 10018 10020 8948 0 -1 4202560 1714 0 0 0 44 0 0 0 15 0 12 0 7029415 1570013184 44167 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=1533216 CPUtime=0
/proc/10020/task/10031/stat : 10031 (java) S 10018 10020 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7029415 1570013184 44168 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=1533216 CPUtime=0
/proc/10020/task/10032/stat : 10032 (java) S 10018 10020 8948 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7029415 1570013184 44169 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 1533216

[startup+6.30182 s]
/proc/loadavg: 1.16 1.03 1.01 6/122 10036
/proc/meminfo: memFree=1555640/2059040 swapFree=4192956/4192956
[pid=10020] ppid=10018 vsize=1542896 CPUtime=9.97
/proc/10020/stat : 10020 (java) S 10018 10020 8948 0 -1 4202496 58880 0 1 0 963 34 0 0 18 0 16 0 7029405 1579925504 54605 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10020/statm: 385724 54605 1438 10 0 383027 0
[pid=10020/tid=10022] ppid=10018 vsize=1542896 CPUtime=3.8
/proc/10020/task/10022/stat : 10022 (java) S 10018 10020 8948 0 -1 4202560 32058 0 1 0 361 19 0 0 18 0 16 0 7029407 1579925504 54605 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10023] ppid=10018 vsize=1542896 CPUtime=0.54
/proc/10020/task/10023/stat : 10023 (java) S 10018 10020 8948 0 -1 4202560 8237 0 0 0 52 2 0 0 18 0 16 0 7029408 1579925504 54605 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10024] ppid=10018 vsize=1542896 CPUtime=0.57
/proc/10020/task/10024/stat : 10024 (java) R 10018 10020 8948 0 -1 4202560 10085 0 0 0 52 5 0 0 18 0 16 0 7029408 1579925504 54605 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10020/tid=10025] ppid=10018 vsize=1542896 CPUtime=0.08
/proc/10020/task/10025/stat : 10025 (java) S 10018 10020 8948 0 -1 4202560 11 0 0 0 5 3 0 0 15 0 16 0 7029410 1579925504 54605 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 0 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10026] ppid=10018 vsize=1542896 CPUtime=0
/proc/10020/task/10026/stat : 10026 (java) S 10018 10020 8948 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7029411 1579925504 54605 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10027] ppid=10018 vsize=1542896 CPUtime=0
/proc/10020/task/10027/stat : 10027 (java) S 10018 10020 8948 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7029411 1579925504 54605 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10028] ppid=10018 vsize=1542896 CPUtime=0
/proc/10020/task/10028/stat : 10028 (java) S 10018 10020 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7029415 1579925504 54605 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10029] ppid=10018 vsize=1542896 CPUtime=1.68
/proc/10020/task/10029/stat : 10029 (java) R 10018 10020 8948 0 -1 4202560 3389 0 0 0 167 1 0 0 16 0 16 0 7029415 1579925504 54605 1992294400 134512640 134550932 4290437664 18446744073709551615 104163890 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=1542896 CPUtime=1.67
/proc/10020/task/10030/stat : 10030 (java) S 10018 10020 8948 0 -1 4202560 3983 0 0 0 166 1 0 0 15 0 16 0 7029415 1579925504 54605 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=1542896 CPUtime=0
/proc/10020/task/10031/stat : 10031 (java) S 10018 10020 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7029415 1579925504 54605 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=1542896 CPUtime=0
/proc/10020/task/10032/stat : 10032 (java) S 10018 10020 8948 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7029415 1579925504 54605 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10033] ppid=10018 vsize=1542896 CPUtime=0.8
/proc/10020/task/10033/stat : 10033 (java) R 10018 10020 8948 0 -1 4202560 13 0 0 0 80 0 0 0 20 0 16 0 7029848 1579925504 54605 1992294400 134512640 134550932 4290437664 18446744073709551615 4110036282 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10020/tid=10034] ppid=10018 vsize=1542896 CPUtime=0.76
/proc/10020/task/10034/stat : 10034 (java) R 10018 10020 8948 0 -1 4202560 33 0 0 0 76 0 0 0 17 0 16 0 7029848 1579925504 54605 1992294400 134512640 134550932 4290437664 18446744073709551615 4109856280 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10020/tid=10035] ppid=10018 vsize=1542896 CPUtime=0
/proc/10020/task/10035/stat : 10035 (java) S 10018 10020 8948 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 7029857 1579925504 54605 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10036] ppid=10018 vsize=1542896 CPUtime=0
/proc/10020/task/10036/stat : 10036 (java) S 10018 10020 8948 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 7029861 1579925504 54605 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.97
Current children cumulated vsize (KiB) 1542896

[startup+12.702 s]
/proc/loadavg: 1.23 1.05 1.02 3/122 10036
/proc/meminfo: memFree=1511248/2059040 swapFree=4192956/4192956
[pid=10020] ppid=10018 vsize=1547484 CPUtime=22.63
/proc/10020/stat : 10020 (java) S 10018 10020 8948 0 -1 4202496 73265 0 1 0 2207 56 0 0 18 0 16 0 7029405 1584623616 62497 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10020/statm: 386871 62497 1445 10 0 384174 0
[pid=10020/tid=10022] ppid=10018 vsize=1547484 CPUtime=3.8
/proc/10020/task/10022/stat : 10022 (java) S 10018 10020 8948 0 -1 4202560 32059 0 1 0 361 19 0 0 15 0 16 0 7029407 1584623616 62497 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10023] ppid=10018 vsize=1547484 CPUtime=1.18
/proc/10020/task/10023/stat : 10023 (java) S 10018 10020 8948 0 -1 4202560 11349 0 0 0 114 4 0 0 15 0 16 0 7029408 1584623616 62497 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10024] ppid=10018 vsize=1547484 CPUtime=1.25
/proc/10020/task/10024/stat : 10024 (java) S 10018 10020 8948 0 -1 4202560 14086 0 0 0 118 7 0 0 16 0 16 0 7029408 1584623616 62497 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10025] ppid=10018 vsize=1547484 CPUtime=0.31
/proc/10020/task/10025/stat : 10025 (java) S 10018 10020 8948 0 -1 4202560 11 0 0 0 15 16 0 0 15 0 16 0 7029410 1584623616 62497 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 0 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10026] ppid=10018 vsize=1547484 CPUtime=0
/proc/10020/task/10026/stat : 10026 (java) S 10018 10020 8948 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7029411 1584623616 62497 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10027] ppid=10018 vsize=1547484 CPUtime=0
/proc/10020/task/10027/stat : 10027 (java) S 10018 10020 8948 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7029411 1584623616 62497 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10028] ppid=10018 vsize=1547484 CPUtime=0
/proc/10020/task/10028/stat : 10028 (java) S 10018 10020 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7029415 1584623616 62497 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10029] ppid=10018 vsize=1547484 CPUtime=2.59
/proc/10020/task/10029/stat : 10029 (java) S 10018 10020 8948 0 -1 4202560 6656 0 0 0 257 2 0 0 15 0 16 0 7029415 1584623616 62497 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=1547484 CPUtime=2.57
/proc/10020/task/10030/stat : 10030 (java) S 10018 10020 8948 0 -1 4202560 7970 0 0 0 255 2 0 0 15 0 16 0 7029415 1584623616 62497 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=1547484 CPUtime=0
/proc/10020/task/10031/stat : 10031 (java) S 10018 10020 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7029415 1584623616 62497 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=1547484 CPUtime=0
/proc/10020/task/10032/stat : 10032 (java) S 10018 10020 8948 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7029415 1584623616 62497 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10033] ppid=10018 vsize=1547484 CPUtime=5.44
/proc/10020/task/10033/stat : 10033 (java) R 10018 10020 8948 0 -1 4202560 16 0 0 0 544 0 0 0 19 0 16 0 7029848 1584623616 62497 1992294400 134512640 134550932 4290437664 18446744073709551615 4110101704 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10020/tid=10034] ppid=10018 vsize=1547484 CPUtime=5.39
/proc/10020/task/10034/stat : 10034 (java) R 10018 10020 8948 0 -1 4202560 47 0 0 0 539 0 0 0 18 0 16 0 7029848 1584623616 62497 1992294400 134512640 134550932 4290437664 18446744073709551615 4110171195 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10020/tid=10035] ppid=10018 vsize=1547484 CPUtime=0
/proc/10020/task/10035/stat : 10035 (java) S 10018 10020 8948 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 7029857 1584623616 62497 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10036] ppid=10018 vsize=1547484 CPUtime=0
/proc/10020/task/10036/stat : 10036 (java) S 10018 10020 8948 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 7029861 1584623616 62497 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.63
Current children cumulated vsize (KiB) 1547484

[startup+25.5023 s]
/proc/loadavg: 1.48 1.11 1.04 3/122 10036
/proc/meminfo: memFree=1501080/2059040 swapFree=4192956/4192956
[pid=10020] ppid=10018 vsize=1545660 CPUtime=47.61
/proc/10020/stat : 10020 (java) S 10018 10020 8948 0 -1 4202496 76320 0 1 0 4702 59 0 0 18 0 16 0 7029405 1582755840 64883 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

[pid=10020/tid=10027] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10027/stat : 10027 (java) S 10018 10020 8948 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7029411 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10028] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10028/stat : 10028 (java) S 10018 10020 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7029415 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10029] ppid=10018 vsize=1546216 CPUtime=3.08
/proc/10020/task/10029/stat : 10029 (java) S 10018 10020 8948 0 -1 4202560 6713 0 0 0 306 2 0 0 15 0 16 0 7029415 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=1546216 CPUtime=2.71
/proc/10020/task/10030/stat : 10030 (java) S 10018 10020 8948 0 -1 4202560 7970 0 0 0 269 2 0 0 15 0 16 0 7029415 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10031/stat : 10031 (java) S 10018 10020 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7029415 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10032/stat : 10032 (java) S 10018 10020 8948 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 7029415 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10033] ppid=10018 vsize=1546216 CPUtime=96.9
/proc/10020/task/10033/stat : 10033 (java) R 10018 10020 8948 0 -1 4202560 94 0 0 0 9689 1 0 0 25 0 16 0 7029848 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4110124076 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10020/tid=10034] ppid=10018 vsize=1546216 CPUtime=95.63
/proc/10020/task/10034/stat : 10034 (java) R 10018 10020 8948 0 -1 4202560 125 0 0 0 9561 2 0 0 25 0 16 0 7029848 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4110256540 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10020/tid=10035] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10035/stat : 10035 (java) S 10018 10020 8948 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 7029857 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10036] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10036/stat : 10036 (java) S 10018 10020 8948 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 7029861 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 215.49
Current children cumulated vsize (KiB) 1546216

[startup+113.502 s]
/proc/loadavg: 1.95 1.35 1.12 3/122 10038
/proc/meminfo: memFree=1476280/2059040 swapFree=4192956/4192956
[pid=10020] ppid=10018 vsize=1546216 CPUtime=218.65
/proc/10020/stat : 10020 (java) S 10018 10020 8948 0 -1 4202496 96499 0 1 0 21791 74 0 0 18 0 16 0 7029405 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10020/statm: 386554 70859 1450 10 0 383857 0
[pid=10020/tid=10022] ppid=10018 vsize=1546216 CPUtime=3.8
/proc/10020/task/10022/stat : 10022 (java) S 10018 10020 8948 0 -1 4202560 32059 0 1 0 361 19 0 0 15 0 16 0 7029407 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10023] ppid=10018 vsize=1546216 CPUtime=4.61
/proc/10020/task/10023/stat : 10023 (java) S 10018 10020 8948 0 -1 4202560 15672 0 0 0 454 7 0 0 16 0 16 0 7029408 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10024] ppid=10018 vsize=1546216 CPUtime=4.7
/proc/10020/task/10024/stat : 10024 (java) S 10018 10020 8948 0 -1 4202560 18204 0 0 0 458 12 0 0 15 0 16 0 7029408 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10025] ppid=10018 vsize=1546216 CPUtime=4.05
/proc/10020/task/10025/stat : 10025 (java) S 10018 10020 8948 0 -1 4202560 14581 0 0 0 382 23 0 0 16 0 16 0 7029410 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 0 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10026] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10026/stat : 10026 (java) S 10018 10020 8948 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7029411 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10027] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10027/stat : 10027 (java) S 10018 10020 8948 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7029411 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10028] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10028/stat : 10028 (java) S 10018 10020 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7029415 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10029] ppid=10018 vsize=1546216 CPUtime=3.08
/proc/10020/task/10029/stat : 10029 (java) S 10018 10020 8948 0 -1 4202560 6713 0 0 0 306 2 0 0 15 0 16 0 7029415 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=1546216 CPUtime=2.71
/proc/10020/task/10030/stat : 10030 (java) S 10018 10020 8948 0 -1 4202560 7970 0 0 0 269 2 0 0 15 0 16 0 7029415 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10031/stat : 10031 (java) S 10018 10020 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7029415 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10032/stat : 10032 (java) S 10018 10020 8948 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 7029415 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10033] ppid=10018 vsize=1546216 CPUtime=98.46
/proc/10020/task/10033/stat : 10033 (java) R 10018 10020 8948 0 -1 4202560 94 0 0 0 9845 1 0 0 25 0 16 0 7029848 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4110171098 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10020/tid=10034] ppid=10018 vsize=1546216 CPUtime=97.15
/proc/10020/task/10034/stat : 10034 (java) R 10018 10020 8948 0 -1 4202560 127 0 0 0 9713 2 0 0 25 0 16 0 7029848 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4109966697 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10020/tid=10035] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10035/stat : 10035 (java) S 10018 10020 8948 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 7029857 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10036] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10036/stat : 10036 (java) S 10018 10020 8948 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 7029861 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 218.65
Current children cumulated vsize (KiB) 1546216

[startup+114.303 s]
/proc/loadavg: 1.95 1.35 1.12 3/122 10038
/proc/meminfo: memFree=1476280/2059040 swapFree=4192956/4192956
[pid=10020] ppid=10018 vsize=1546216 CPUtime=220.25
/proc/10020/stat : 10020 (java) S 10018 10020 8948 0 -1 4202496 96500 0 1 0 21951 74 0 0 18 0 16 0 7029405 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10020/statm: 386554 70859 1450 10 0 383857 0
[pid=10020/tid=10022] ppid=10018 vsize=1546216 CPUtime=3.8
/proc/10020/task/10022/stat : 10022 (java) S 10018 10020 8948 0 -1 4202560 32059 0 1 0 361 19 0 0 15 0 16 0 7029407 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10023] ppid=10018 vsize=1546216 CPUtime=4.64
/proc/10020/task/10023/stat : 10023 (java) S 10018 10020 8948 0 -1 4202560 15672 0 0 0 457 7 0 0 16 0 16 0 7029408 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10024] ppid=10018 vsize=1546216 CPUtime=4.72
/proc/10020/task/10024/stat : 10024 (java) S 10018 10020 8948 0 -1 4202560 18204 0 0 0 460 12 0 0 15 0 16 0 7029408 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10025] ppid=10018 vsize=1546216 CPUtime=4.05
/proc/10020/task/10025/stat : 10025 (java) S 10018 10020 8948 0 -1 4202560 14581 0 0 0 382 23 0 0 15 0 16 0 7029410 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 0 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10026] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10026/stat : 10026 (java) S 10018 10020 8948 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7029411 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10027] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10027/stat : 10027 (java) S 10018 10020 8948 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7029411 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10028] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10028/stat : 10028 (java) S 10018 10020 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7029415 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10029] ppid=10018 vsize=1546216 CPUtime=3.08
/proc/10020/task/10029/stat : 10029 (java) S 10018 10020 8948 0 -1 4202560 6713 0 0 0 306 2 0 0 15 0 16 0 7029415 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=1546216 CPUtime=2.71
/proc/10020/task/10030/stat : 10030 (java) S 10018 10020 8948 0 -1 4202560 7970 0 0 0 269 2 0 0 15 0 16 0 7029415 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10031/stat : 10031 (java) S 10018 10020 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7029415 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10032/stat : 10032 (java) R 10018 10020 8948 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 7029415 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10020/tid=10033] ppid=10018 vsize=1546216 CPUtime=99.24
/proc/10020/task/10033/stat : 10033 (java) R 10018 10020 8948 0 -1 4202560 95 0 0 0 9923 1 0 0 25 0 16 0 7029848 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4110101696 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10020/tid=10034] ppid=10018 vsize=1546216 CPUtime=97.92
/proc/10020/task/10034/stat : 10034 (java) R 10018 10020 8948 0 -1 4202560 127 0 0 0 9790 2 0 0 25 0 16 0 7029848 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4110258117 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10020/tid=10035] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10035/stat : 10035 (java) S 10018 10020 8948 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 7029857 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10036] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10036/stat : 10036 (java) S 10018 10020 8948 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 7029861 1583325184 70859 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 220.25
Current children cumulated vsize (KiB) 1546216

[startup+115.103 s]
/proc/loadavg: 1.95 1.35 1.12 3/122 10038
/proc/meminfo: memFree=1476280/2059040 swapFree=4192956/4192956
[pid=10020] ppid=10018 vsize=1546216 CPUtime=221.36
/proc/10020/stat : 10020 (java) S 10018 10020 8948 0 -1 4202496 96502 0 1 0 22062 74 0 0 18 0 14 0 7029405 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10020/statm: 386554 70860 1451 10 0 383857 0
[pid=10020/tid=10022] ppid=10018 vsize=1546216 CPUtime=3.8
/proc/10020/task/10022/stat : 10022 (java) S 10018 10020 8948 0 -1 4202560 32059 0 1 0 361 19 0 0 15 0 14 0 7029407 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10023] ppid=10018 vsize=1546216 CPUtime=4.66
/proc/10020/task/10023/stat : 10023 (java) S 10018 10020 8948 0 -1 4202560 15672 0 0 0 459 7 0 0 16 0 14 0 7029408 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10024] ppid=10018 vsize=1546216 CPUtime=4.74
/proc/10020/task/10024/stat : 10024 (java) S 10018 10020 8948 0 -1 4202560 18204 0 0 0 462 12 0 0 15 0 14 0 7029408 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10025] ppid=10018 vsize=1546216 CPUtime=4.05
/proc/10020/task/10025/stat : 10025 (java) S 10018 10020 8948 0 -1 4202560 14581 0 0 0 382 23 0 0 15 0 14 0 7029410 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 0 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10026] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10026/stat : 10026 (java) S 10018 10020 8948 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 7029411 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10027] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10027/stat : 10027 (java) S 10018 10020 8948 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 7029411 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10028] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10028/stat : 10028 (java) S 10018 10020 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 7029415 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10029] ppid=10018 vsize=1546216 CPUtime=3.08
/proc/10020/task/10029/stat : 10029 (java) S 10018 10020 8948 0 -1 4202560 6713 0 0 0 306 2 0 0 15 0 14 0 7029415 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=1546216 CPUtime=2.73
/proc/10020/task/10030/stat : 10030 (java) S 10018 10020 8948 0 -1 4202560 7970 0 0 0 271 2 0 0 15 0 14 0 7029415 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10031/stat : 10031 (java) S 10018 10020 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 7029415 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10032/stat : 10032 (java) S 10018 10020 8948 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 14 0 7029415 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10035] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10035/stat : 10035 (java) S 10018 10020 8948 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 14 0 7029857 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10036] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10036/stat : 10036 (java) S 10018 10020 8948 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 14 0 7029861 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 221.36
Current children cumulated vsize (KiB) 1546216

[startup+115.303 s]
/proc/loadavg: 1.95 1.35 1.12 3/122 10038
/proc/meminfo: memFree=1476280/2059040 swapFree=4192956/4192956
[pid=10020] ppid=10018 vsize=1546216 CPUtime=221.36
/proc/10020/stat : 10020 (java) S 10018 10020 8948 0 -1 4202496 96502 0 1 0 22062 74 0 0 18 0 14 0 7029405 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10020/statm: 386554 70860 1451 10 0 383857 0
[pid=10020/tid=10022] ppid=10018 vsize=1546216 CPUtime=3.8
/proc/10020/task/10022/stat : 10022 (java) S 10018 10020 8948 0 -1 4202560 32059 0 1 0 361 19 0 0 15 0 14 0 7029407 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10023] ppid=10018 vsize=1546216 CPUtime=4.66
/proc/10020/task/10023/stat : 10023 (java) S 10018 10020 8948 0 -1 4202560 15672 0 0 0 459 7 0 0 16 0 14 0 7029408 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10024] ppid=10018 vsize=1546216 CPUtime=4.74
/proc/10020/task/10024/stat : 10024 (java) S 10018 10020 8948 0 -1 4202560 18204 0 0 0 462 12 0 0 15 0 14 0 7029408 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10025] ppid=10018 vsize=1546216 CPUtime=4.05
/proc/10020/task/10025/stat : 10025 (java) S 10018 10020 8948 0 -1 4202560 14581 0 0 0 382 23 0 0 15 0 14 0 7029410 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 0 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10026] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10026/stat : 10026 (java) S 10018 10020 8948 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 7029411 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10027] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10027/stat : 10027 (java) S 10018 10020 8948 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 7029411 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10028] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10028/stat : 10028 (java) S 10018 10020 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 7029415 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10029] ppid=10018 vsize=1546216 CPUtime=3.08
/proc/10020/task/10029/stat : 10029 (java) S 10018 10020 8948 0 -1 4202560 6713 0 0 0 306 2 0 0 15 0 14 0 7029415 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=1546216 CPUtime=2.73
/proc/10020/task/10030/stat : 10030 (java) S 10018 10020 8948 0 -1 4202560 7970 0 0 0 271 2 0 0 15 0 14 0 7029415 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 1 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10031/stat : 10031 (java) S 10018 10020 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 7029415 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10032/stat : 10032 (java) S 10018 10020 8948 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 14 0 7029415 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10035] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10035/stat : 10035 (java) S 10018 10020 8948 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 14 0 7029857 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
[pid=10020/tid=10036] ppid=10018 vsize=1546216 CPUtime=0
/proc/10020/task/10036/stat : 10036 (java) S 10018 10020 8948 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 14 0 7029861 1583325184 70860 1992294400 134512640 134550932 4290437664 18446744073709551615 4294960144 0 4 0 16800975 18446604437813014656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 221.36
Current children cumulated vsize (KiB) 1546216

Child status: 20
Real time (s): 115.399
CPU time (s): 221.425
CPU user time (s): 220.651
CPU system time (s): 0.773882
CPU usage (%): 191.878
Max. virtual memory (cumulated for all children) (KiB): 1555348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 220.651
system time used= 0.773882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96511
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= 4996
involuntary context switches= 7311

runsolver used 0.52392 second user time and 1.42278 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-12 11:09:36
IDJOB=2662424
IDBENCH=1461
IDSOLVER=1166
FILE ID=node027/2662424-1276333775
PBS_JOBID= 11173168
Free space on /tmp= 62444 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.RobRegValid_bar.ucl.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662424-1276333775/watcher-2662424-1276333775 -o /tmp/evaluation-result-2662424-1276333775/solver-2662424-1276333775 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662424-1276333775.opb

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

MD5SUM BENCH= cc698dad3442148ac316666fbe5b4b9e
RANDOM SEED=1166839727

node027.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		: 2800.261
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	: 5600.52
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		: 2800.261
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1756732 kB
Buffers:         32984 kB
Cached:         139696 kB
SwapCached:          0 kB
Active:         151784 kB
Inactive:        80364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1756732 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5468 kB
Writeback:           0 kB
AnonPages:       59416 kB
Mapped:          15392 kB
Slab:            48024 kB
PageTables:       3984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180828 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62444 MiB
End job on node027 at 2010-06-12 11:11:31