Trace number 2685037

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.38 920.776

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12052_5-unsat.opb
MD5SUM2ff183c8695f0992ee4ac0210b2026e7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark588.535
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables37752
Total number of constraints131628
Number of constraints which are clauses131008
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints620
Minimum length of a constraint1
Maximum length of a constraint96
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 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 531
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/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-2685037-1278438844.opb
0.22/0.22	c reading problem ... 
5.84/3.94	c ... done. Wall clock time 3.721s.
5.84/3.94	c #vars     37752
5.84/3.94	c #constraints  115348
5.84/3.94	c constraints type 
5.84/3.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13821
5.84/3.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 94218
5.84/3.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 620
5.84/3.94	c constraints type 
5.84/3.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 94218
5.84/3.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13821
5.84/3.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 620
20.87/11.58	c cleaning 2490 clauses out of 4999 with flag 5000/5000
36.08/19.30	c cleaning 4247 clauses out of 8510 with flag 11001/11001
54.05/28.57	c cleaning 5622 clauses out of 11262 with flag 18000/18000
76.93/40.28	c cleaning 6815 clauses out of 13640 with flag 26000/26000
101.67/52.99	c cleaning 7904 clauses out of 15825 with flag 35000/35000
131.42/68.14	c cleaning 8952 clauses out of 17922 with flag 45001/45001
163.30/84.47	c cleaning 9969 clauses out of 19969 with flag 56000/56000
200.90/103.68	c cleaning 10988 clauses out of 22000 with flag 68000/68000
241.92/124.62	c cleaning 12004 clauses out of 24013 with flag 81001/81001
285.62/146.97	c cleaning 12978 clauses out of 26008 with flag 95000/95000
298.15/153.53	c cleaning 0 clauses out of 5000 with flag 0/5000
339.23/174.52	c cleaning 13991 clauses out of 28031 with flag 110001/110001
387.05/199.01	c cleaning 14998 clauses out of 30040 with flag 126001/126001
441.16/226.64	c cleaning 16000 clauses out of 32041 with flag 143000/143000
500.75/257.07	c cleaning 17014 clauses out of 34043 with flag 161002/161002
558.75/286.62	c cleaning 18007 clauses out of 36028 with flag 180001/180001
627.03/321.57	c cleaning 18996 clauses out of 38020 with flag 200000/200000
700.01/358.76	c cleaning 19991 clauses out of 40024 with flag 221000/221000
767.61/393.26	c cleaning 20979 clauses out of 42034 with flag 243001/243001
842.44/431.48	c cleaning 22020 clauses out of 44056 with flag 266002/266002
926.37/474.39	c cleaning 22991 clauses out of 46034 with flag 290000/290000
1012.50/518.23	c cleaning 23986 clauses out of 48044 with flag 315002/315002
1106.31/566.06	c cleaning 24980 clauses out of 50057 with flag 341001/341001
1130.48/578.78	c cleaning 0 clauses out of 11001 with flag 0/11001
1209.91/619.49	c cleaning 26031 clauses out of 52077 with flag 368001/368001
1318.32/674.65	c cleaning 26994 clauses out of 54046 with flag 396001/396001
1423.11/728.11	c cleaning 28009 clauses out of 56053 with flag 425002/425002
1513.41/774.18	c cleaning 28999 clauses out of 58043 with flag 455001/455001
1636.32/836.85	c cleaning 29999 clauses out of 60043 with flag 486000/486000
1770.17/904.98	c cleaning 31007 clauses out of 62043 with flag 518000/518000
1800.11/920.62	c starts		: 152
1800.11/920.62	c conflicts		: 526122
1800.11/920.62	c decisions		: 709415
1800.11/920.62	c propagations		: 423834561
1800.11/920.62	c inspects		: 1474277228
1800.11/920.62	c learnt literals	: 3
1800.11/920.62	c learnt binary clauses	: 39
1800.11/920.62	c learnt ternary clauses	: 408
1800.11/920.63	c learnt clauses	: 526119
1800.11/920.63	c ignored clauses	: 0
1800.11/920.63	c root simplifications	: 0
1800.11/920.63	c removed literals (reason simplification)	: 9361968
1800.11/920.63	c reason swapping (by a shorter reason)	: 0
1800.11/920.63	c Calls to reduceDB	: 28
1800.11/920.63	c number of reductions to clauses (during analyze)	: 0
1800.11/920.63	c number of learned constraints concerned by reduction	: 0
1800.11/920.63	c number of learning phase by resolution	: 0
1800.11/920.63	c number of learning phase by cutting planes	: 0
1800.11/920.63	c speed (assignments/second)	: 462359.034777676
1800.11/920.63	c non guided choices	198
1800.11/920.69	c learnt constraints type 
1800.11/920.69	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 39140
1800.11/920.69	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 39
1800.11/920.69	c constraints type 
1800.11/920.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13821
1800.11/920.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 94218
1800.11/920.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 620
1800.11/920.69	c constraints type 
1800.11/920.69	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 94218
1800.11/920.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13821
1800.11/920.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 620
1800.11/920.69	s UNKNOWN
1800.11/920.69	c Total wall clock time (in seconds): 920.47

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-2685037-1278438844/watcher-2685037-1278438844 -o /tmp/evaluation-result-2685037-1278438844/solver-2685037-1278438844 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2685037-1278438844.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.93 1.04 1.11 3/106 22644
/proc/meminfo: memFree=1477000/2059040 swapFree=4192956/4192956
[pid=22644] ppid=22642 vsize=1832 CPUtime=0
/proc/22644/stat : 22644 (java6) R 22642 22644 22163 0 -1 4194304 237 0 0 0 0 0 0 0 19 0 1 0 12095908 1875968 140 1992294400 134512640 134550932 4286570096 18446744073709551615 7785904 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22644/statm: 458 143 107 10 0 63 0

[startup+0.0434919 s]
/proc/loadavg: 0.93 1.04 1.11 3/106 22644
/proc/meminfo: memFree=1477000/2059040 swapFree=4192956/4192956
[pid=22644] ppid=22642 vsize=1520328 CPUtime=0.03
/proc/22644/stat : 22644 (java) S 22642 22644 22163 0 -1 4202496 3371 0 1 0 1 2 0 0 15 0 4 0 12095908 1556815872 2814 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/22644/statm: 380082 2814 945 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.101489 s]
/proc/loadavg: 0.93 1.04 1.11 3/106 22644
/proc/meminfo: memFree=1477000/2059040 swapFree=4192956/4192956
[pid=22644] ppid=22642 vsize=1524180 CPUtime=0.08
/proc/22644/stat : 22644 (java) S 22642 22644 22163 0 -1 4202496 3963 0 1 0 6 2 0 0 15 0 12 0 12095908 1560760320 3402 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22644/statm: 381045 3402 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301479 s]
/proc/loadavg: 0.93 1.04 1.11 3/106 22644
/proc/meminfo: memFree=1477000/2059040 swapFree=4192956/4192956
[pid=22644] ppid=22642 vsize=1526416 CPUtime=0.35
/proc/22644/stat : 22644 (java) S 22642 22644 22163 0 -1 4202496 5802 0 1 0 32 3 0 0 15 0 12 0 12095908 1563049984 5239 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22644/statm: 381604 5239 1361 10 0 378907 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526416

[startup+0.701459 s]
/proc/loadavg: 0.93 1.04 1.11 3/106 22644
/proc/meminfo: memFree=1477000/2059040 swapFree=4192956/4192956
[pid=22644] ppid=22642 vsize=1528136 CPUtime=1.09
/proc/22644/stat : 22644 (java) S 22642 22644 22163 0 -1 4202496 7922 0 1 0 105 4 0 0 15 0 12 0 12095908 1564811264 7280 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22644/statm: 382034 7280 1403 10 0 379337 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1528136

[startup+1.50242 s]
/proc/loadavg: 0.93 1.04 1.11 4/118 22656
/proc/meminfo: memFree=1436604/2059040 swapFree=4192956/4192956
[pid=22644] ppid=22642 vsize=1537276 CPUtime=2.55
/proc/22644/stat : 22644 (java) S 22642 22644 22163 0 -1 4202496 21054 0 1 0 245 10 0 0 15 0 12 0 12095908 1574170624 18667 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22644/statm: 384319 18667 1414 10 0 381622 0
[pid=22644/tid=22646] ppid=22642 vsize=1537276 CPUtime=1.3
/proc/22644/task/22646/stat : 22646 (java) R 22642 22644 22163 0 -1 4202560 14667 0 1 0 124 6 0 0 25 0 12 0 12095910 1574170624 18667 1992294400 134512640 134550932 4288541120 18446744073709551615 4109621617 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22644/tid=22647] ppid=22642 vsize=1537276 CPUtime=0
/proc/22644/task/22647/stat : 22647 (java) S 22642 22644 22163 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 12 0 12095911 1574170624 18667 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22648] ppid=22642 vsize=1537276 CPUtime=0
/proc/22644/task/22648/stat : 22648 (java) S 22642 22644 22163 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 12095911 1574170624 18667 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22649] ppid=22642 vsize=1537276 CPUtime=0
/proc/22644/task/22649/stat : 22649 (java) S 22642 22644 22163 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 12095913 1574170624 18667 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 0 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22650] ppid=22642 vsize=1537276 CPUtime=0
/proc/22644/task/22650/stat : 22650 (java) S 22642 22644 22163 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 12 0 12095913 1574170624 18667 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22651] ppid=22642 vsize=1537276 CPUtime=0
/proc/22644/task/22651/stat : 22651 (java) S 22642 22644 22163 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 12095913 1574170624 18667 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22652] ppid=22642 vsize=1537276 CPUtime=0
/proc/22644/task/22652/stat : 22652 (java) S 22642 22644 22163 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 12095917 1574170624 18667 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22653] ppid=22642 vsize=1537276 CPUtime=0.16
/proc/22644/task/22653/stat : 22653 (java) S 22642 22644 22163 0 -1 4202560 82 0 0 0 16 0 0 0 19 0 12 0 12095917 1574170624 18667 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22654] ppid=22642 vsize=1537276 CPUtime=1.05
/proc/22644/task/22654/stat : 22654 (java) R 22642 22644 22163 0 -1 4202560 5239 0 0 0 103 2 0 0 16 0 12 0 12095917 1574170624 18667 1992294400 134512640 134550932 4288541120 18446744073709551615 104143409 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22644/tid=22655] ppid=22642 vsize=1537276 CPUtime=0
/proc/22644/task/22655/stat : 22655 (java) S 22642 22644 22163 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 12095917 1574170624 18667 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22656] ppid=22642 vsize=1537276 CPUtime=0
/proc/22644/task/22656/stat : 22656 (java) S 22642 22644 22163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 12095918 1574170624 18667 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 1537276

[startup+3.10134 s]
/proc/loadavg: 0.93 1.04 1.11 2/118 22656
/proc/meminfo: memFree=1347696/2059040 swapFree=4192956/4192956
[pid=22644] ppid=22642 vsize=1536252 CPUtime=4.41
/proc/22644/stat : 22644 (java) S 22642 22644 22163 0 -1 4202496 41709 0 1 0 422 19 0 0 15 0 12 0 12095908 1573122048 38654 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22644/statm: 384063 38654 1423 10 0 381366 0
[pid=22644/tid=22646] ppid=22642 vsize=1536252 CPUtime=2.72
/proc/22644/task/22646/stat : 22646 (java) R 22642 22644 22163 0 -1 4202560 32037 0 1 0 258 14 0 0 25 0 12 0 12095910 1573122048 38654 1992294400 134512640 134550932 4288541120 18446744073709551615 4109977986 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22644/tid=22647] ppid=22642 vsize=1536252 CPUtime=0.06
/proc/22644/task/22647/stat : 22647 (java) S 22642 22644 22163 0 -1 4202560 1387 0 0 0 6 0 0 0 16 0 12 0 12095911 1573122048 38654 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22648] ppid=22642 vsize=1536252 CPUtime=0.06
/proc/22644/task/22648/stat : 22648 (java) S 22642 22644 22163 0 -1 4202560 1669 0 0 0 6 0 0 0 15 0 12 0 12095911 1573122048 38654 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22649] ppid=22642 vsize=1536252 CPUtime=0
/proc/22644/task/22649/stat : 22649 (java) S 22642 22644 22163 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 12095913 1573122048 38654 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 0 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22650] ppid=22642 vsize=1536252 CPUtime=0
/proc/22644/task/22650/stat : 22650 (java) S 22642 22644 22163 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 12095913 1573122048 38654 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22651] ppid=22642 vsize=1536252 CPUtime=0
/proc/22644/task/22651/stat : 22651 (java) S 22642 22644 22163 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 12 0 12095913 1573122048 38654 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22652] ppid=22642 vsize=1536252 CPUtime=0
/proc/22644/task/22652/stat : 22652 (java) S 22642 22644 22163 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 12095917 1573122048 38654 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22653] ppid=22642 vsize=1536252 CPUtime=0.29
/proc/22644/task/22653/stat : 22653 (java) S 22642 22644 22163 0 -1 4202560 103 0 0 0 29 0 0 0 16 0 12 0 12095917 1573122048 38654 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22654] ppid=22642 vsize=1536252 CPUtime=1.23
/proc/22644/task/22654/stat : 22654 (java) S 22642 22644 22163 0 -1 4202560 5444 0 0 0 121 2 0 0 15 0 12 0 12095917 1573122048 38654 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22655] ppid=22642 vsize=1536252 CPUtime=0
/proc/22644/task/22655/stat : 22655 (java) S 22642 22644 22163 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 12095917 1573122048 38654 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22656] ppid=22642 vsize=1536252 CPUtime=0
/proc/22644/task/22656/stat : 22656 (java) S 22642 22644 22163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 12095918 1573122048 38654 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 1536252

[startup+6.30118 s]
/proc/loadavg: 1.10 1.08 1.12 4/122 22660
/proc/meminfo: memFree=1297692/2059040 swapFree=4192956/4192956
[pid=22644] ppid=22642 vsize=1543500 CPUtime=10.58
/proc/22644/stat : 22644 (java) S 22642 22644 22163 0 -1 4202496 55968 0 1 0 1032 26 0 0 15 0 16 0 12095908 1580544000 50225 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22644/statm: 385875 50225 1435 10 0 383178 0
[pid=22644/tid=22646] ppid=22642 vsize=1543500 CPUtime=3.35
/proc/22644/task/22646/stat : 22646 (java) S 22642 22644 22163 0 -1 4202560 32059 0 1 0 321 14 0 0 18 0 16 0 12095910 1580544000 50225 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22647] ppid=22642 vsize=1543500 CPUtime=0.31
/proc/22644/task/22647/stat : 22647 (java) S 22642 22644 22163 0 -1 4202560 6313 0 0 0 28 3 0 0 16 0 16 0 12095911 1580544000 50225 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22648] ppid=22642 vsize=1543500 CPUtime=0.33
/proc/22644/task/22648/stat : 22648 (java) S 22642 22644 22163 0 -1 4202560 7200 0 0 0 30 3 0 0 16 0 16 0 12095911 1580544000 50225 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22649] ppid=22642 vsize=1543500 CPUtime=0.01
/proc/22644/task/22649/stat : 22649 (java) S 22642 22644 22163 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 16 0 12095913 1580544000 50225 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 0 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22650] ppid=22642 vsize=1543500 CPUtime=0
/proc/22644/task/22650/stat : 22650 (java) S 22642 22644 22163 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 12095913 1580544000 50225 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22651] ppid=22642 vsize=1543500 CPUtime=0
/proc/22644/task/22651/stat : 22651 (java) S 22642 22644 22163 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 12095913 1580544000 50225 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22652] ppid=22642 vsize=1543500 CPUtime=0
/proc/22644/task/22652/stat : 22652 (java) S 22642 22644 22163 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 12095917 1580544000 50225 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22653] ppid=22642 vsize=1543500 CPUtime=1.71
/proc/22644/task/22653/stat : 22653 (java) S 22642 22644 22163 0 -1 4202560 207 0 0 0 171 0 0 0 15 0 16 0 12095917 1580544000 50225 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22654] ppid=22642 vsize=1543500 CPUtime=2.22
/proc/22644/task/22654/stat : 22654 (java) S 22642 22644 22163 0 -1 4202560 9065 0 0 0 219 3 0 0 15 0 16 0 12095917 1580544000 50225 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22655] ppid=22642 vsize=1543500 CPUtime=0
/proc/22644/task/22655/stat : 22655 (java) S 22642 22644 22163 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 12095917 1580544000 50225 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22656] ppid=22642 vsize=1543500 CPUtime=0
/proc/22644/task/22656/stat : 22656 (java) S 22642 22644 22163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 12095918 1580544000 50225 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22657] ppid=22642 vsize=1543500 CPUtime=1.77
/proc/22644/task/22657/stat : 22657 (java) R 22642 22644 22163 0 -1 4202560 17 0 0 0 177 0 0 0 18 0 16 0 12096303 1580544000 50225 1992294400 134512640 134550932 4288541120 18446744073709551615 4110495014 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22644/tid=22658] ppid=22642 vsize=1543500 CPUtime=0.82
/proc/22644/task/22658/stat : 22658 (java) R 22642 22644 22163 0 -1 4202560 26 0 0 0 82 0 0 0 25 0 16 0 12096303 1580544000 50225 1992294400 134512640 134550932 4288541120 18446744073709551615 4109595942 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22644/tid=22659] ppid=22642 vsize=1543500 CPUtime=0
/proc/22644/task/22659/stat : 22659 (java) S 22642 22644 22163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12096323 1580544000 50225 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22660] ppid=22642 vsize=1543500 CPUtime=0
/proc/22644/task/22660/stat : 22660 (java) S 22642 22644 22163 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 12096325 1580544000 50225 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.58
Current children cumulated vsize (KiB) 1543500

[startup+12.7019 s]
/proc/loadavg: 1.17 1.09 1.12 3/122 22660
/proc/meminfo: memFree=1255656/2059040 swapFree=4192956/4192956
[pid=22644] ppid=22642 vsize=1540992 CPUtime=23.02
/proc/22644/stat : 22644 (java) S 22642 22644 22163 0 -1 4202496 63519 0 1 0 2270 32 0 0 15 0 16 0 12095908 1577975808 56379 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22644/statm: 385248 56379 1450 10 0 382551 0
[pid=22644/tid=22646] ppid=22642 vsize=1540992 CPUtime=3.35
/proc/22644/task/22646/stat : 22646 (java) S 22642 22644 22163 0 -1 4202560 32059 0 1 0 321 14 0 0 18 0 16 0 12095910 1577975808 56379 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22647] ppid=22642 vsize=1540992 CPUtime=0.83
/proc/22644/task/22647/stat : 22647 (java) S 22642 22644 22163 0 -1 4202560 9912 0 0 0 77 6 0 0 15 0 16 0 12095911 1577975808 56379 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22648] ppid=22642 vsize=1540992 CPUtime=0.85
/proc/22644/task/22648/stat : 22648 (java) S 22642 22644 22163 0 -1 4202560 10938 0 0 0 81 4 0 0 16 0 16 0 12095911 1577975808 56379 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22649] ppid=22642 vsize=1540992 CPUtime=0.25
/proc/22644/task/22649/stat : 22649 (java) S 22642 22644 22163 0 -1 4202560 160 0 0 0 25 0 0 0 15 0 16 0 12095913 1577975808 56379 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 0 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22650] ppid=22642 vsize=1540992 CPUtime=0
/proc/22644/task/22650/stat : 22650 (java) S 22642 22644 22163 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 12095913 1577975808 56379 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22651] ppid=22642 vsize=1540992 CPUtime=0
/proc/22644/task/22651/stat : 22651 (java) S 22642 22644 22163 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 12095913 1577975808 56379 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22652] ppid=22642 vsize=1540992 CPUtime=0
/proc/22644/task/22652/stat : 22652 (java) S 22642 22644 22163 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 12095917 1577975808 56379 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22653] ppid=22642 vsize=1540992 CPUtime=2.46
/proc/22644/task/22653/stat : 22653 (java) S 22642 22644 22163 0 -1 4202560 250 0 0 0 246 0 0 0 15 0 16 0 12095917 1577975808 56379 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22654] ppid=22642 vsize=1540992 CPUtime=2.29
/proc/22644/task/22654/stat : 22654 (java) S 22642 22644 22163 0 -1 4202560 9068 0 0 0 226 3 0 0 15 0 16 0 12095917 1577975808 56379 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22655] ppid=22642 vsize=1540992 CPUtime=0
/proc/22644/task/22655/stat : 22655 (java) S 22642 22644 22163 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 12095917 1577975808 56379 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22656] ppid=22642 vsize=1540992 CPUtime=0
/proc/22644/task/22656/stat : 22656 (java) S 22642 22644 22163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 12095918 1577975808 56379 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22657] ppid=22642 vsize=1540992 CPUtime=7.25
/proc/22644/task/22657/stat : 22657 (java) R 22642 22644 22163 0 -1 4202560 24 0 0 0 725 0 0 0 23 0 16 0 12096303 1577975808 56379 1992294400 134512640 134550932 4288541120 18446744073709551615 4110644694 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22644/tid=22658] ppid=22642 vsize=1540992 CPUtime=5.64
/proc/22644/task/22658/stat : 22658 (java) R 22642 22644 22163 0 -1 4202560 37 0 0 0 564 0 0 0 25 0 16 0 12096303 1577975808 56379 1992294400 134512640 134550932 4288541120 18446744073709551615 4110341830 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22644/tid=22659] ppid=22642 vsize=1540992 CPUtime=0
/proc/22644/task/22659/stat : 22659 (java) S 22642 22644 22163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12096323 1577975808 56379 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22660] ppid=22642 vsize=1540992 CPUtime=0
/proc/22644/task/22660/stat : 22660 (java) S 22642 22644 22163 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 12096325 1577975808 56379 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.02
Current children cumulated vsize (KiB) 1540992

[startup+25.5012 s]
/proc/loadavg: 1.35 1.14 1.14 3/122 22660
/proc/meminfo: memFree=1242512/2059040 swapFree=4192956/4192956
[pid=22644] ppid=22642 vsize=1540992 CPUtime=48.1
/proc/22644/stat : 22644 (java) S 22642 22644 22163 0 -1 4202496 67280 0 1 0 4775 35 0 0 15 0 16 0 12095908 1577975808 59854 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/22644/task/22659/stat : 22659 (java) S 22642 22644 22163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12096323 1580072960 110823 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22660] ppid=22642 vsize=1543040 CPUtime=0
/proc/22644/task/22660/stat : 22660 (java) S 22642 22644 22163 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 12096325 1580072960 110823 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1490.03
Current children cumulated vsize (KiB) 1543040

[startup+822.303 s]
/proc/loadavg: 2.18 2.06 1.70 3/122 22691
/proc/meminfo: memFree=1031712/2059040 swapFree=4192956/4192956
[pid=22644] ppid=22642 vsize=1543040 CPUtime=1607.57
/proc/22644/stat : 22644 (java) S 22642 22644 22163 0 -1 4202496 169736 0 1 0 160602 155 0 0 15 0 16 0 12095908 1580072960 111915 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22644/statm: 385760 111915 1450 10 0 383063 0
[pid=22644/tid=22646] ppid=22642 vsize=1543040 CPUtime=3.35
/proc/22644/task/22646/stat : 22646 (java) S 22642 22644 22163 0 -1 4202560 32077 0 1 0 321 14 0 0 15 0 16 0 12095910 1580072960 111915 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22647] ppid=22642 vsize=1543040 CPUtime=19.83
/proc/22644/task/22647/stat : 22647 (java) S 22642 22644 22163 0 -1 4202560 37588 0 0 0 1952 31 0 0 15 0 16 0 12095911 1580072960 111915 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22648] ppid=22642 vsize=1543040 CPUtime=19.86
/proc/22644/task/22648/stat : 22648 (java) S 22642 22644 22163 0 -1 4202560 39335 0 0 0 1955 31 0 0 16 0 16 0 12095911 1580072960 111915 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22649] ppid=22642 vsize=1543040 CPUtime=20.83
/proc/22644/task/22649/stat : 22649 (java) S 22642 22644 22163 0 -1 4202560 48615 0 0 0 2044 39 0 0 15 0 16 0 12095913 1580072960 111915 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 0 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22650] ppid=22642 vsize=1543040 CPUtime=0
/proc/22644/task/22650/stat : 22650 (java) S 22642 22644 22163 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 12095913 1580072960 111915 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22651] ppid=22642 vsize=1543040 CPUtime=0
/proc/22644/task/22651/stat : 22651 (java) S 22642 22644 22163 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 12095913 1580072960 111915 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22652] ppid=22642 vsize=1543040 CPUtime=0
/proc/22644/task/22652/stat : 22652 (java) S 22642 22644 22163 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 12095917 1580072960 111915 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22653] ppid=22642 vsize=1543040 CPUtime=2.52
/proc/22644/task/22653/stat : 22653 (java) S 22642 22644 22163 0 -1 4202560 250 0 0 0 252 0 0 0 16 0 16 0 12095917 1580072960 111915 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22654] ppid=22642 vsize=1543040 CPUtime=3.1
/proc/22644/task/22654/stat : 22654 (java) S 22642 22644 22163 0 -1 4202560 9958 0 0 0 306 4 0 0 15 0 16 0 12095917 1580072960 111915 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22655] ppid=22642 vsize=1543040 CPUtime=0
/proc/22644/task/22655/stat : 22655 (java) S 22642 22644 22163 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 12095917 1580072960 111915 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22656] ppid=22642 vsize=1543040 CPUtime=0
/proc/22644/task/22656/stat : 22656 (java) S 22642 22644 22163 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 12095918 1580072960 111915 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22657] ppid=22642 vsize=1543040 CPUtime=771.45
/proc/22644/task/22657/stat : 22657 (java) R 22642 22644 22163 0 -1 4202560 435 0 0 0 77124 21 0 0 25 0 16 0 12096303 1580072960 111915 1992294400 134512640 134550932 4288541120 18446744073709551615 4109752051 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22644/tid=22658] ppid=22642 vsize=1543040 CPUtime=766.54
/proc/22644/task/22658/stat : 22658 (java) R 22642 22644 22163 0 -1 4202560 359 0 0 0 76644 10 0 0 25 0 16 0 12096303 1580072960 111915 1992294400 134512640 134550932 4288541120 18446744073709551615 4110641198 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22644/tid=22659] ppid=22642 vsize=1543040 CPUtime=0
/proc/22644/task/22659/stat : 22659 (java) S 22642 22644 22163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12096323 1580072960 111915 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22660] ppid=22642 vsize=1543040 CPUtime=0
/proc/22644/task/22660/stat : 22660 (java) S 22642 22644 22163 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 12096325 1580072960 111915 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1607.57
Current children cumulated vsize (KiB) 1543040

[startup+882.303 s]
/proc/loadavg: 2.07 2.05 1.71 3/122 22693
/proc/meminfo: memFree=1029728/2059040 swapFree=4192956/4192956
[pid=22644] ppid=22642 vsize=1543040 CPUtime=1725.39
/proc/22644/stat : 22644 (java) S 22642 22644 22163 0 -1 4202496 172389 0 1 0 172376 163 0 0 15 0 16 0 12095908 1580072960 112574 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22644/statm: 385760 112574 1450 10 0 383063 0
[pid=22644/tid=22646] ppid=22642 vsize=1543040 CPUtime=3.35
/proc/22644/task/22646/stat : 22646 (java) S 22642 22644 22163 0 -1 4202560 32078 0 1 0 321 14 0 0 15 0 16 0 12095910 1580072960 112574 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22647] ppid=22642 vsize=1543040 CPUtime=21.36
/proc/22644/task/22647/stat : 22647 (java) S 22642 22644 22163 0 -1 4202560 37958 0 0 0 2103 33 0 0 16 0 16 0 12095911 1580072960 112574 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22648] ppid=22642 vsize=1543040 CPUtime=21.38
/proc/22644/task/22648/stat : 22648 (java) S 22642 22644 22163 0 -1 4202560 39646 0 0 0 2105 33 0 0 15 0 16 0 12095911 1580072960 112574 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22649] ppid=22642 vsize=1543040 CPUtime=21.96
/proc/22644/task/22649/stat : 22649 (java) S 22642 22644 22163 0 -1 4202560 50543 0 0 0 2156 40 0 0 15 0 16 0 12095913 1580072960 112574 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 0 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22650] ppid=22642 vsize=1543040 CPUtime=0
/proc/22644/task/22650/stat : 22650 (java) S 22642 22644 22163 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 12095913 1580072960 112574 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22651] ppid=22642 vsize=1543040 CPUtime=0
/proc/22644/task/22651/stat : 22651 (java) S 22642 22644 22163 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 12095913 1580072960 112574 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22652] ppid=22642 vsize=1543040 CPUtime=0
/proc/22644/task/22652/stat : 22652 (java) S 22642 22644 22163 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 12095917 1580072960 112574 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22653] ppid=22642 vsize=1543040 CPUtime=2.52
/proc/22644/task/22653/stat : 22653 (java) S 22642 22644 22163 0 -1 4202560 250 0 0 0 252 0 0 0 16 0 16 0 12095917 1580072960 112574 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22654] ppid=22642 vsize=1543040 CPUtime=3.1
/proc/22644/task/22654/stat : 22654 (java) S 22642 22644 22163 0 -1 4202560 9958 0 0 0 306 4 0 0 15 0 16 0 12095917 1580072960 112574 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22655] ppid=22642 vsize=1543040 CPUtime=0
/proc/22644/task/22655/stat : 22655 (java) S 22642 22644 22163 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 12095917 1580072960 112574 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22656] ppid=22642 vsize=1543040 CPUtime=0
/proc/22644/task/22656/stat : 22656 (java) S 22642 22644 22163 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 12095918 1580072960 112574 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22657] ppid=22642 vsize=1543040 CPUtime=828
/proc/22644/task/22657/stat : 22657 (java) R 22642 22644 22163 0 -1 4202560 463 0 0 0 82779 21 0 0 25 0 16 0 12096303 1580072960 112574 1992294400 134512640 134550932 4288541120 18446744073709551615 4110643102 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22644/tid=22658] ppid=22642 vsize=1543040 CPUtime=823.61
/proc/22644/task/22658/stat : 22658 (java) R 22642 22644 22163 0 -1 4202560 370 0 0 0 82349 12 0 0 25 0 16 0 12096303 1580072960 112574 1992294400 134512640 134550932 4288541120 18446744073709551615 4110341830 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22644/tid=22659] ppid=22642 vsize=1543040 CPUtime=0
/proc/22644/task/22659/stat : 22659 (java) S 22642 22644 22163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12096323 1580072960 112574 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22660] ppid=22642 vsize=1543040 CPUtime=0
/proc/22644/task/22660/stat : 22660 (java) S 22642 22644 22163 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 12096325 1580072960 112574 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1725.39
Current children cumulated vsize (KiB) 1543040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.602 s]
/proc/loadavg: 2.03 2.04 1.73 3/122 22693
/proc/meminfo: memFree=1020552/2059040 swapFree=4192956/4192956
[pid=22644] ppid=22642 vsize=1543040 CPUtime=1800.11
/proc/22644/stat : 22644 (java) S 22642 22644 22163 0 -1 4202496 176500 0 1 0 179843 168 0 0 15 0 16 0 12095908 1580072960 114682 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22644/statm: 385760 114682 1450 10 0 383063 0
[pid=22644/tid=22646] ppid=22642 vsize=1543040 CPUtime=3.35
/proc/22644/task/22646/stat : 22646 (java) S 22642 22644 22163 0 -1 4202560 32079 0 1 0 321 14 0 0 15 0 16 0 12095910 1580072960 114682 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22647] ppid=22642 vsize=1543040 CPUtime=22.3
/proc/22644/task/22647/stat : 22647 (java) S 22642 22644 22163 0 -1 4202560 39008 0 0 0 2194 36 0 0 16 0 16 0 12095911 1580072960 114682 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22648] ppid=22642 vsize=1543040 CPUtime=22.31
/proc/22644/task/22648/stat : 22648 (java) S 22642 22644 22163 0 -1 4202560 40755 0 0 0 2197 34 0 0 16 0 16 0 12095911 1580072960 114682 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22649] ppid=22642 vsize=1543040 CPUtime=23.18
/proc/22644/task/22649/stat : 22649 (java) S 22642 22644 22163 0 -1 4202560 52469 0 0 0 2277 41 0 0 15 0 16 0 12095913 1580072960 114682 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 0 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22650] ppid=22642 vsize=1543040 CPUtime=0
/proc/22644/task/22650/stat : 22650 (java) S 22642 22644 22163 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 12095913 1580072960 114682 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22651] ppid=22642 vsize=1543040 CPUtime=0
/proc/22644/task/22651/stat : 22651 (java) S 22642 22644 22163 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 12095913 1580072960 114682 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22652] ppid=22642 vsize=1543040 CPUtime=0
/proc/22644/task/22652/stat : 22652 (java) S 22642 22644 22163 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 12095917 1580072960 114682 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22653] ppid=22642 vsize=1543040 CPUtime=2.52
/proc/22644/task/22653/stat : 22653 (java) S 22642 22644 22163 0 -1 4202560 250 0 0 0 252 0 0 0 16 0 16 0 12095917 1580072960 114682 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22654] ppid=22642 vsize=1543040 CPUtime=3.1
/proc/22644/task/22654/stat : 22654 (java) S 22642 22644 22163 0 -1 4202560 9958 0 0 0 306 4 0 0 15 0 16 0 12095917 1580072960 114682 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22655] ppid=22642 vsize=1543040 CPUtime=0
/proc/22644/task/22655/stat : 22655 (java) S 22642 22644 22163 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 12095917 1580072960 114682 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22656] ppid=22642 vsize=1543040 CPUtime=0
/proc/22644/task/22656/stat : 22656 (java) S 22642 22644 22163 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 12095918 1580072960 114682 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22657] ppid=22642 vsize=1543040 CPUtime=863.75
/proc/22644/task/22657/stat : 22657 (java) R 22642 22644 22163 0 -1 4202560 474 0 0 0 86354 21 0 0 25 0 16 0 12096303 1580072960 114682 1992294400 134512640 134550932 4288541120 18446744073709551615 4110526799 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22644/tid=22658] ppid=22642 vsize=1543040 CPUtime=859.51
/proc/22644/task/22658/stat : 22658 (java) R 22642 22644 22163 0 -1 4202560 382 0 0 0 85938 13 0 0 25 0 16 0 12096303 1580072960 114682 1992294400 134512640 134550932 4288541120 18446744073709551615 4110530108 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22644/tid=22659] ppid=22642 vsize=1543040 CPUtime=0
/proc/22644/task/22659/stat : 22659 (java) S 22642 22644 22163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12096323 1580072960 114682 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22660] ppid=22642 vsize=1543040 CPUtime=0
/proc/22644/task/22660/stat : 22660 (java) S 22642 22644 22163 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 12096325 1580072960 114682 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1543040

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

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

[startup+920.724 s]
/proc/loadavg: 2.03 2.04 1.73 3/122 22693
/proc/meminfo: memFree=1020552/2059040 swapFree=4192956/4192956
[pid=22644] ppid=22642 vsize=1543688 CPUtime=1800.32
/proc/22644/stat : 22644 (java) S 22642 22644 22163 0 -1 4202496 176520 0 1 0 179864 168 0 0 15 0 17 0 12095908 1580736512 114702 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22644/statm: 385922 114702 1451 10 0 383225 0
[pid=22644/tid=22646] ppid=22642 vsize=1543688 CPUtime=3.35
/proc/22644/task/22646/stat : 22646 (java) S 22642 22644 22163 0 -1 4202560 32079 0 1 0 321 14 0 0 15 0 17 0 12095910 1580736512 114702 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22647] ppid=22642 vsize=1543688 CPUtime=22.3
/proc/22644/task/22647/stat : 22647 (java) S 22642 22644 22163 0 -1 4202560 39008 0 0 0 2194 36 0 0 16 0 17 0 12095911 1580736512 114702 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22648] ppid=22642 vsize=1543688 CPUtime=22.31
/proc/22644/task/22648/stat : 22648 (java) S 22642 22644 22163 0 -1 4202560 40755 0 0 0 2197 34 0 0 16 0 17 0 12095911 1580736512 114702 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22649] ppid=22642 vsize=1543688 CPUtime=23.18
/proc/22644/task/22649/stat : 22649 (java) S 22642 22644 22163 0 -1 4202560 52469 0 0 0 2277 41 0 0 15 0 17 0 12095913 1580736512 114702 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 0 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22650] ppid=22642 vsize=1543688 CPUtime=0
/proc/22644/task/22650/stat : 22650 (java) S 22642 22644 22163 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 12095913 1580736512 114702 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22651] ppid=22642 vsize=1543688 CPUtime=0
/proc/22644/task/22651/stat : 22651 (java) S 22642 22644 22163 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 12095913 1580736512 114702 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22652] ppid=22642 vsize=1543688 CPUtime=0
/proc/22644/task/22652/stat : 22652 (java) S 22642 22644 22163 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 17 0 12095917 1580736512 114702 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22653] ppid=22642 vsize=1543688 CPUtime=2.52
/proc/22644/task/22653/stat : 22653 (java) S 22642 22644 22163 0 -1 4202560 250 0 0 0 252 0 0 0 16 0 17 0 12095917 1580736512 114702 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22654] ppid=22642 vsize=1543688 CPUtime=3.13
/proc/22644/task/22654/stat : 22654 (java) S 22642 22644 22163 0 -1 4202560 9958 0 0 0 309 4 0 0 15 0 17 0 12095917 1580736512 114702 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22655] ppid=22642 vsize=1543688 CPUtime=0
/proc/22644/task/22655/stat : 22655 (java) S 22642 22644 22163 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 17 0 12095917 1580736512 114702 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22656] ppid=22642 vsize=1543688 CPUtime=0
/proc/22644/task/22656/stat : 22656 (java) S 22642 22644 22163 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 17 0 12095918 1580736512 114702 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22644/tid=22657] ppid=22642 vsize=1543688 CPUtime=863.85
/proc/22644/task/22657/stat : 22657 (java) R 22642 22644 22163 0 -1 4202560 474 0 0 0 86364 21 0 0 25 0 17 0 12096303 1580736512 114702 1992294400 134512640 134550932 4288541120 18446744073709551615 4109728522 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22644/tid=22658] ppid=22642 vsize=1543688 CPUtime=859.56
/proc/22644/task/22658/stat : 22658 (java) R 22642 22644 22163 0 -1 4202560 382 0 0 0 85943 13 0 0 25 0 17 0 12096303 1580736512 114702 1992294400 134512640 134550932 4288541120 18446744073709551615 4110342032 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22644/tid=22659] ppid=22642 vsize=1543688 CPUtime=0
/proc/22644/task/22659/stat : 22659 (java) S 22642 22644 22163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 12096323 1580736512 114702 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22644/tid=22660] ppid=22642 vsize=1543688 CPUtime=0
/proc/22644/task/22660/stat : 22660 (java) S 22642 22644 22163 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 17 0 12096325 1580736512 114702 1992294400 134512640 134550932 4288541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 1543688

Child status: 143
Real time (s): 920.776
CPU time (s): 1800.38
CPU user time (s): 1798.66
CPU system time (s): 1.72474
CPU usage (%): 195.529
Max. virtual memory (cumulated for all children) (KiB): 1549192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.66
system time used= 1.72474
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176521
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= 29180
involuntary context switches= 52990

runsolver used 3.65244 second user time and 11.9142 second system time

The end

Launcher Data

Begin job on node030 at 2010-07-06 19:54:05
IDJOB=2685037
IDBENCH=74340
IDSOLVER=1166
FILE ID=node030/2685037-1278438844
PBS_JOBID= 11233448
Free space on /tmp= 62504 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12052_5-unsat.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2685037-1278438844/watcher-2685037-1278438844 -o /tmp/evaluation-result-2685037-1278438844/solver-2685037-1278438844 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2685037-1278438844.opb

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

MD5SUM BENCH= 2ff183c8695f0992ee4ac0210b2026e7
RANDOM SEED=1285817043

node030.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.217
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.43
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.217
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1477396 kB
Buffers:        101548 kB
Cached:         347360 kB
SwapCached:          0 kB
Active:         175976 kB
Inactive:       332996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1477396 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4376 kB
Writeback:           0 kB
AnonPages:       59984 kB
Mapped:          14420 kB
Slab:            50760 kB
PageTables:       4144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179976 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 node030 at 2010-07-06 20:09:27