Trace number 2684853

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 Resolution 2.2.0 2010-05-26? (TO) 1800.24 1796.26

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12033_3-sat.opb
MD5SUM5c357873a81db98d0c84cf88eebfbda4
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables26136
Total number of constraints86824
Number of constraints which are clauses86396
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints428
Minimum length of a constraint1
Maximum length of a constraint95
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 582
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.10/0.36	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.10/0.36	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.36	c See www.sat4j.org for details.
0.10/0.37	c version 2.2.0.v20100526
0.10/0.37	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.37	c java.vm.name		Java HotSpot(TM) Server VM
0.10/0.37	c java.vm.version	11.2-b01
0.10/0.37	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.37	c sun.arch.data.model	32
0.10/0.37	c java.version		1.6.0_12
0.10/0.37	c os.name		Linux
0.10/0.37	c os.version		2.6.18-164.el5
0.10/0.37	c os.arch		i386
0.10/0.37	c Free memory 		1393557488
0.10/0.37	c Max memory 		1395916800
0.10/0.37	c Total memory 		1395916800
0.10/0.37	c Number of processors 	2
0.19/0.44	c Pseudo Boolean Optimization
0.19/0.44	c --- Begin Solver configuration ---
0.19/0.44	c Stops conflict analysis at the first Unique Implication Point
0.19/0.44	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.19/0.44	c Learn all clauses as in MiniSAT
0.19/0.44	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.44	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.19/0.44	c Expensive reason simplification
0.19/0.44	c Armin Biere (Picosat) restarts strategy
0.19/0.44	c Glucose learned constraints deletion strategy
0.19/0.44	c timeout=2147483s
0.19/0.44	c DB Simplification allowed=false
0.19/0.44	c --- End Solver configuration ---
0.19/0.44	c solving HOME/instance-2684853-1278435308.opb
0.19/0.44	c reading problem ... 
3.21/2.79	c ... done. Wall clock time 2.348s.
3.21/2.79	c #vars     26136
3.21/2.79	c #constraints  75711
3.21/2.79	c constraints type 
3.21/2.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9404
3.21/2.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61458
3.21/2.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 428
10.35/8.75	c cleaning 2498 clauses out of 5000 with flag 5000/5000
15.48/13.78	c cleaning 4241 clauses out of 8502 with flag 11000/11000
21.79/20.09	c cleaning 5620 clauses out of 11262 with flag 18001/18001
28.82/27.01	c cleaning 6808 clauses out of 13641 with flag 26000/26000
36.61/34.71	c cleaning 7908 clauses out of 15834 with flag 35001/35001
46.22/44.34	c cleaning 8954 clauses out of 17927 with flag 45002/45002
57.42/55.57	c cleaning 9973 clauses out of 19971 with flag 56000/56000
68.64/66.73	c cleaning 10988 clauses out of 21998 with flag 68000/68000
80.65/78.79	c cleaning 11989 clauses out of 24013 with flag 81003/81003
95.67/93.77	c cleaning 12998 clauses out of 26021 with flag 95000/95000
111.20/109.30	c cleaning 14000 clauses out of 28024 with flag 110001/110001
126.03/124.01	c cleaning 15007 clauses out of 30026 with flag 126003/126003
142.36/140.31	c cleaning 15986 clauses out of 32016 with flag 143000/143000
160.28/158.29	c cleaning 17002 clauses out of 34031 with flag 161001/161001
180.61/178.57	c cleaning 17994 clauses out of 36028 with flag 180000/180000
202.42/200.32	c cleaning 19009 clauses out of 38035 with flag 200001/200001
225.64/223.59	c cleaning 19982 clauses out of 40025 with flag 221000/221000
250.88/248.72	c cleaning 20989 clauses out of 42043 with flag 243000/243000
278.61/276.48	c cleaning 22010 clauses out of 44054 with flag 266000/266000
302.15/299.91	c cleaning 23011 clauses out of 46044 with flag 290000/290000
329.08/326.86	c cleaning 23992 clauses out of 48033 with flag 315000/315000
364.78/362.58	c cleaning 24979 clauses out of 50042 with flag 341001/341001
399.43/397.18	c cleaning 26020 clauses out of 52063 with flag 368001/368001
433.45/431.12	c cleaning 27016 clauses out of 54042 with flag 396000/396000
460.00/457.66	c cleaning 28002 clauses out of 56027 with flag 425001/425001
494.13/491.79	c cleaning 29008 clauses out of 58025 with flag 455001/455001
531.49/529.08	c cleaning 29966 clauses out of 60016 with flag 486000/486000
584.42/581.98	c cleaning 30965 clauses out of 62051 with flag 518001/518001
627.28/624.78	c cleaning 32010 clauses out of 64086 with flag 551001/551001
674.63/672.08	c cleaning 33000 clauses out of 66077 with flag 585002/585002
712.58/710.00	c cleaning 34028 clauses out of 68075 with flag 620000/620000
750.83/748.16	c cleaning 34991 clauses out of 70047 with flag 656000/656000
798.26/795.59	c cleaning 36023 clauses out of 72056 with flag 693000/693000
850.64/847.85	c cleaning 36994 clauses out of 74033 with flag 731000/731000
909.81/906.96	c cleaning 38002 clauses out of 76043 with flag 770004/770004
966.47/963.53	c cleaning 38979 clauses out of 78037 with flag 810000/810000
1026.73/1023.71	c cleaning 40001 clauses out of 80058 with flag 851000/851000
1091.39/1088.36	c cleaning 41015 clauses out of 82057 with flag 893000/893000
1145.35/1142.29	c cleaning 42005 clauses out of 84042 with flag 936000/936000
1204.44/1201.24	c cleaning 43006 clauses out of 86037 with flag 980000/980000
1261.31/1258.00	c cleaning 44003 clauses out of 88031 with flag 1025000/1025000
1322.68/1319.30	c cleaning 45005 clauses out of 90029 with flag 1071001/1071001
1383.96/1380.51	c cleaning 45974 clauses out of 92023 with flag 1118000/1118000
1465.04/1461.55	c cleaning 46992 clauses out of 94049 with flag 1166000/1166000
1533.61/1530.05	c cleaning 48007 clauses out of 96058 with flag 1215001/1215001
1618.58/1614.97	c cleaning 49015 clauses out of 98050 with flag 1265000/1265000
1691.26/1687.52	c cleaning 49995 clauses out of 100035 with flag 1316000/1316000
1752.76/1748.94	c cleaning 51013 clauses out of 102043 with flag 1368003/1368003
1800.01/1796.12	c starts		: 205
1800.01/1796.12	c conflicts		: 1401803
1800.01/1796.12	c decisions		: 1817065
1800.01/1796.12	c propagations		: 900878188
1800.01/1796.12	c inspects		: 3334260428
1800.01/1796.12	c learnt literals	: 0
1800.01/1796.12	c learnt binary clauses	: 2
1800.01/1796.12	c learnt ternary clauses	: 1226
1800.01/1796.12	c learnt clauses	: 1401803
1800.01/1796.12	c ignored clauses	: 0
1800.01/1796.12	c root simplifications	: 0
1800.01/1796.12	c removed literals (reason simplification)	: 23460623
1800.01/1796.12	c reason swapping (by a shorter reason)	: 0
1800.01/1796.12	c Calls to reduceDB	: 48
1800.01/1796.12	c number of reductions to clauses (during analyze)	: 0
1800.01/1796.12	c number of learned constraints concerned by reduction	: 0
1800.01/1796.12	c number of learning phase by resolution	: 0
1800.01/1796.12	c number of learning phase by cutting planes	: 0
1800.01/1796.12	c speed (assignments/second)	: 502351.67582843464
1800.01/1796.12	c non guided choices	168
1800.01/1796.18	c learnt constraints type 
1800.01/1796.18	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 84851
1800.01/1796.18	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.01/1796.18	c constraints type 
1800.01/1796.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9404
1800.01/1796.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61458
1800.01/1796.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 428
1800.01/1796.18	s UNKNOWN
1800.01/1796.18	c Total wall clock time (in seconds): 1795.734

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.10 3/106 19211
/proc/meminfo: memFree=1489992/2059040 swapFree=4192956/4192956
[pid=19211] ppid=19209 vsize=244 CPUtime=0
/proc/19211/stat : 19211 (java6) R 19209 19211 19102 0 -1 4194304 83 0 1 0 0 0 0 0 19 0 1 0 11737932 249856 3 1992294400 0 0 4289947315 18446744073709551615 242171356151 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19211/statm: 61 16 11 10 0 22 0

[startup+0.080796 s]
/proc/loadavg: 0.92 0.98 1.10 3/106 19211
/proc/meminfo: memFree=1489992/2059040 swapFree=4192956/4192956
[pid=19211] ppid=19209 vsize=13164 CPUtime=0
/proc/19211/stat : 19211 (java) D 19209 19211 19102 0 -1 4194304 446 0 7 0 0 0 0 0 16 0 1 0 11737932 13479936 181 1992294400 134512640 134550932 4290192464 18446744073709551615 10401432 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 5
/proc/19211/statm: 3291 181 139 10 0 1121 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13164

[startup+0.101794 s]
/proc/loadavg: 0.92 0.98 1.10 3/106 19211
/proc/meminfo: memFree=1489992/2059040 swapFree=4192956/4192956
[pid=19211] ppid=19209 vsize=13164 CPUtime=0.01
/proc/19211/stat : 19211 (java) D 19209 19211 19102 0 -1 4194304 470 0 20 0 0 1 0 0 16 0 1 0 11737932 13479936 201 1992294400 134512640 134550932 4290192464 18446744073709551615 10401403 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 6
/proc/19211/statm: 3291 201 140 10 0 1121 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13164

[startup+0.30192 s]
/proc/loadavg: 0.92 0.98 1.10 3/106 19211
/proc/meminfo: memFree=1489992/2059040 swapFree=4192956/4192956
[pid=19211] ppid=19209 vsize=1524184 CPUtime=0.1
/proc/19211/stat : 19211 (java) S 19209 19211 19102 0 -1 4202496 3868 0 94 0 6 4 0 0 16 0 12 0 11737932 1560764416 3400 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/19211/statm: 381046 3400 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1524184

[startup+0.701917 s]
/proc/loadavg: 0.92 0.98 1.10 3/106 19211
/proc/meminfo: memFree=1489992/2059040 swapFree=4192956/4192956
[pid=19211] ppid=19209 vsize=1527860 CPUtime=0.61
/proc/19211/stat : 19211 (java) S 19209 19211 19102 0 -1 4202496 6140 0 94 0 56 5 0 0 16 0 12 0 11737932 1564528640 5613 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/19211/statm: 381965 5613 1382 10 0 379267 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1527860

[startup+1.50091 s]
/proc/loadavg: 0.92 0.98 1.10 4/118 19223
/proc/meminfo: memFree=1455720/2059040 swapFree=4192956/4192956
[pid=19211] ppid=19209 vsize=1528144 CPUtime=1.72
/proc/19211/stat : 19211 (java) S 19209 19211 19102 0 -1 4202496 13875 0 94 0 162 10 0 0 16 0 12 0 11737932 1564819456 12894 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/19211/statm: 382036 12894 1414 10 0 379338 0
[pid=19211/tid=19213] ppid=19209 vsize=1528144 CPUtime=0.9
/proc/19211/task/19213/stat : 19213 (java) R 19209 19211 19102 0 -1 4202560 11104 0 60 0 83 7 0 0 25 0 12 0 11737944 1564819456 12894 1992294400 134512640 134550932 4290192464 18446744073709551615 4109072065 0 4 0 16800975 0 0 0 -1 1 0 0 9
[pid=19211/tid=19214] ppid=19209 vsize=1528144 CPUtime=0
/proc/19211/task/19214/stat : 19214 (java) S 19209 19211 19102 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 12 0 11737950 1564819456 12894 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19215] ppid=19209 vsize=1528144 CPUtime=0
/proc/19211/task/19215/stat : 19215 (java) S 19209 19211 19102 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 11737950 1564819456 12894 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19216] ppid=19209 vsize=1528144 CPUtime=0
/proc/19211/task/19216/stat : 19216 (java) S 19209 19211 19102 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 11737953 1564819456 12894 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 0 0 16800975 18446604437836696640 0 0 -1 1 0 0 0
[pid=19211/tid=19217] ppid=19209 vsize=1528144 CPUtime=0
/proc/19211/task/19217/stat : 19217 (java) S 19209 19211 19102 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 12 0 11737954 1564819456 12894 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19218] ppid=19209 vsize=1528144 CPUtime=0
/proc/19211/task/19218/stat : 19218 (java) S 19209 19211 19102 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 11737954 1564819456 12894 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19219] ppid=19209 vsize=1528144 CPUtime=0
/proc/19211/task/19219/stat : 19219 (java) S 19209 19211 19102 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 11737961 1564819456 12894 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19220] ppid=19209 vsize=1528144 CPUtime=0.4
/proc/19211/task/19220/stat : 19220 (java) S 19209 19211 19102 0 -1 4202560 846 0 0 0 40 0 0 0 15 0 12 0 11737961 1564819456 12894 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19221] ppid=19209 vsize=1528144 CPUtime=0.37
/proc/19211/task/19221/stat : 19221 (java) S 19209 19211 19102 0 -1 4202560 895 0 0 0 37 0 0 0 17 0 12 0 11737961 1564819456 12894 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 1 0 0 0
[pid=19211/tid=19222] ppid=19209 vsize=1528144 CPUtime=0
/proc/19211/task/19222/stat : 19222 (java) S 19209 19211 19102 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 11737961 1564819456 12894 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19223] ppid=19209 vsize=1528144 CPUtime=0
/proc/19211/task/19223/stat : 19223 (java) S 19209 19211 19102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11737961 1564819456 12894 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 1528144

[startup+3.1019 s]
/proc/loadavg: 0.92 0.98 1.10 2/118 19223
/proc/meminfo: memFree=1377476/2059040 swapFree=4192956/4192956
[pid=19211] ppid=19209 vsize=1547020 CPUtime=4.01
/proc/19211/stat : 19211 (java) S 19209 19211 19102 0 -1 4202496 42430 0 94 0 378 23 0 0 16 0 13 0 11737932 1584148480 39574 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/19211/statm: 386755 39574 1430 10 0 384057 0
[pid=19211/tid=19213] ppid=19209 vsize=1547020 CPUtime=2.16
/proc/19211/task/19213/stat : 19213 (java) R 19209 19211 19102 0 -1 4202560 31959 0 60 0 200 16 0 0 25 0 13 0 11737944 1584148480 39574 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 9
[pid=19211/tid=19214] ppid=19209 vsize=1547020 CPUtime=0.03
/proc/19211/task/19214/stat : 19214 (java) S 19209 19211 19102 0 -1 4202560 842 0 0 0 3 0 0 0 18 0 13 0 11737950 1584148480 39574 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19215] ppid=19209 vsize=1547020 CPUtime=0.03
/proc/19211/task/19215/stat : 19215 (java) S 19209 19211 19102 0 -1 4202560 999 0 0 0 3 0 0 0 18 0 13 0 11737950 1584148480 39574 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 1 0 0 0
[pid=19211/tid=19216] ppid=19209 vsize=1547020 CPUtime=0
/proc/19211/task/19216/stat : 19216 (java) S 19209 19211 19102 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 11737953 1584148480 39574 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 0 0 16800975 18446604437836696640 0 0 -1 1 0 0 0
[pid=19211/tid=19217] ppid=19209 vsize=1547020 CPUtime=0
/proc/19211/task/19217/stat : 19217 (java) S 19209 19211 19102 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11737954 1584148480 39574 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19218] ppid=19209 vsize=1547020 CPUtime=0
/proc/19211/task/19218/stat : 19218 (java) S 19209 19211 19102 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11737954 1584148480 39574 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19219] ppid=19209 vsize=1547020 CPUtime=0
/proc/19211/task/19219/stat : 19219 (java) S 19209 19211 19102 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 11737961 1584148480 39574 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19220] ppid=19209 vsize=1547020 CPUtime=0.77
/proc/19211/task/19220/stat : 19220 (java) R 19209 19211 19102 0 -1 4202560 2295 0 0 0 76 1 0 0 16 0 13 0 11737961 1584148480 39574 1992294400 134512640 134550932 4290192464 18446744073709551615 105718737 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19211/tid=19221] ppid=19209 vsize=1547020 CPUtime=0.95
/proc/19211/task/19221/stat : 19221 (java) R 19209 19211 19102 0 -1 4202560 5293 0 0 0 93 2 0 0 16 0 13 0 11737961 1584148480 39574 1992294400 134512640 134550932 4290192464 18446744073709551615 104140853 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19211/tid=19222] ppid=19209 vsize=1547020 CPUtime=0
/proc/19211/task/19222/stat : 19222 (java) S 19209 19211 19102 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 11737961 1584148480 39574 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19223] ppid=19209 vsize=1547020 CPUtime=0
/proc/19211/task/19223/stat : 19223 (java) S 19209 19211 19102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11737961 1584148480 39576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 1547020

[startup+6.30187 s]
/proc/loadavg: 0.93 0.98 1.10 2/119 19224
/proc/meminfo: memFree=1325888/2059040 swapFree=4192956/4192956
[pid=19211] ppid=19209 vsize=1544376 CPUtime=7.81
/proc/19211/stat : 19211 (java) S 19209 19211 19102 0 -1 4202496 42909 0 94 0 758 23 0 0 16 0 13 0 11737932 1581441024 39212 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/19211/statm: 386094 39212 1435 10 0 383396 0
[pid=19211/tid=19213] ppid=19209 vsize=1544376 CPUtime=5.23
/proc/19211/task/19213/stat : 19213 (java) R 19209 19211 19102 0 -1 4202560 31975 0 60 0 506 17 0 0 25 0 13 0 11737944 1581441024 39212 1992294400 134512640 134550932 4290192464 18446744073709551615 4109322816 0 4 0 16800975 0 0 0 -1 0 0 0 9
[pid=19211/tid=19214] ppid=19209 vsize=1544376 CPUtime=0.03
/proc/19211/task/19214/stat : 19214 (java) S 19209 19211 19102 0 -1 4202560 842 0 0 0 3 0 0 0 18 0 13 0 11737950 1581441024 39212 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19215] ppid=19209 vsize=1544376 CPUtime=0.03
/proc/19211/task/19215/stat : 19215 (java) S 19209 19211 19102 0 -1 4202560 999 0 0 0 3 0 0 0 18 0 13 0 11737950 1581441024 39212 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 1 0 0 0
[pid=19211/tid=19216] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19216/stat : 19216 (java) S 19209 19211 19102 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 11737953 1581441024 39212 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 0 0 16800975 18446604437836696640 0 0 -1 1 0 0 0
[pid=19211/tid=19217] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19217/stat : 19217 (java) S 19209 19211 19102 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11737954 1581441024 39212 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19218] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19218/stat : 19218 (java) S 19209 19211 19102 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11737954 1581441024 39212 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19219] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19219/stat : 19219 (java) S 19209 19211 19102 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 11737961 1581441024 39212 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19220] ppid=19209 vsize=1544376 CPUtime=1.15
/proc/19211/task/19220/stat : 19220 (java) S 19209 19211 19102 0 -1 4202560 2644 0 0 0 114 1 0 0 15 0 13 0 11737961 1581441024 39212 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19221] ppid=19209 vsize=1544376 CPUtime=1.3
/proc/19211/task/19221/stat : 19221 (java) S 19209 19211 19102 0 -1 4202560 5407 0 0 0 128 2 0 0 15 0 13 0 11737961 1581441024 39212 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 1 0 0 0
[pid=19211/tid=19222] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19222/stat : 19222 (java) S 19209 19211 19102 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 11737961 1581441024 39212 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19223] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19223/stat : 19223 (java) S 19209 19211 19102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11737961 1581441024 39212 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 1 0 0 0
[pid=19211/tid=19224] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19224/stat : 19224 (java) S 19209 19211 19102 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11738233 1581441024 39212 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 1544376

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 1.10 3/119 19224
/proc/meminfo: memFree=1298236/2059040 swapFree=4192956/4192956
[pid=19211] ppid=19209 vsize=1544376 CPUtime=14.42
/proc/19211/stat : 19211 (java) S 19209 19211 19102 0 -1 4202496 49989 0 94 0 1415 27 0 0 16 0 13 0 11737932 1581441024 46267 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/19211/statm: 386094 46267 1444 10 0 383396 0
[pid=19211/tid=19213] ppid=19209 vsize=1544376 CPUtime=11.43
/proc/19211/task/19213/stat : 19213 (java) R 19209 19211 19102 0 -1 4202560 31979 0 60 0 1126 17 0 0 25 0 13 0 11737944 1581441024 46267 1992294400 134512640 134550932 4290192464 18446744073709551615 4109192478 0 4 0 16800975 0 0 0 -1 1 0 0 9
[pid=19211/tid=19214] ppid=19209 vsize=1544376 CPUtime=0.12
/proc/19211/task/19214/stat : 19214 (java) S 19209 19211 19102 0 -1 4202560 2631 0 0 0 11 1 0 0 16 0 13 0 11737950 1581441024 46267 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19215] ppid=19209 vsize=1544376 CPUtime=0.12
/proc/19211/task/19215/stat : 19215 (java) S 19209 19211 19102 0 -1 4202560 3362 0 0 0 11 1 0 0 15 0 13 0 11737950 1581441024 46267 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 1 0 0 0
[pid=19211/tid=19216] ppid=19209 vsize=1544376 CPUtime=0.09
/proc/19211/task/19216/stat : 19216 (java) S 19209 19211 19102 0 -1 4202560 2920 0 0 0 9 0 0 0 15 0 13 0 11737953 1581441024 46267 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 0 0 16800975 18446604437836696640 0 0 -1 1 0 0 0
[pid=19211/tid=19217] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19217/stat : 19217 (java) S 19209 19211 19102 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11737954 1581441024 46267 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19218] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19218/stat : 19218 (java) S 19209 19211 19102 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11737954 1581441024 46267 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19219] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19219/stat : 19219 (java) S 19209 19211 19102 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 11737961 1581441024 46267 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19220] ppid=19209 vsize=1544376 CPUtime=1.18
/proc/19211/task/19220/stat : 19220 (java) S 19209 19211 19102 0 -1 4202560 2644 0 0 0 117 1 0 0 15 0 13 0 11737961 1581441024 46267 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19221] ppid=19209 vsize=1544376 CPUtime=1.42
/proc/19211/task/19221/stat : 19221 (java) S 19209 19211 19102 0 -1 4202560 5419 0 0 0 139 3 0 0 15 0 13 0 11737961 1581441024 46267 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19222] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19222/stat : 19222 (java) S 19209 19211 19102 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 11737961 1581441024 46267 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19223] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19223/stat : 19223 (java) S 19209 19211 19102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11737961 1581441024 46267 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19224] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19224/stat : 19224 (java) S 19209 19211 19102 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11738233 1581441024 46267 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.42
Current children cumulated vsize (KiB) 1544376

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 1.10 2/119 19225
/proc/meminfo: memFree=1297368/2059040 swapFree=4192956/4192956
[pid=19211] ppid=19209 vsize=1544376 CPUtime=27.31
/proc/19211/stat : 19211 (java) S 19209 19211 19102 0 -1 4202496 50271 0 94 0 2703 28 0 0 16 0 13 0 11737932 1581441024 46545 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/19211/statm: 386094 46545 1444 10 0 383396 0
[pid=19211/tid=19213] ppid=19209 vsize=1544376 CPUtime=24.03
/proc/19211/task/19213/stat : 19213 (java) R 19209 19211 19102 0 -1 4202560 31982 0 60 0 2386 17 0 0 25 0 13 0 11737944 1581441024 46545 1992294400 134512640 134550932 4290192464 18446744073709551615 4109195841 0 4 0 16800975 0 0 0 -1 1 0 0 9
[pid=19211/tid=19214] ppid=19209 vsize=1544376 CPUtime=0.14
/proc/19211/task/19214/stat : 19214 (java) S 19209 19211 19102 0 -1 4202560 2635 0 0 0 13 1 0 0 15 0 13 0 11737950 1581441024 46545 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19215] ppid=19209 vsize=1544376 CPUtime=0.14
/proc/19211/task/19215/stat : 19215 (java) S 19209 19211 19102 0 -1 4202560 3365 0 0 0 13 1 0 0 16 0 13 0 11737950 1581441024 46545 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19216] ppid=19209 vsize=1544376 CPUtime=0.25
/proc/19211/task/19216/stat : 19216 (java) S 19209 19211 19102 0 -1 4202560 3191 0 0 0 25 0 0 0 15 0 13 0 11737953 1581441024 46545 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 0 0 16800975 18446604437836696640 0 0 -1 1 0 0 0
[pid=19211/tid=19217] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19217/stat : 19217 (java) S 19209 19211 19102 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11737954 1581441024 46545 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19218] ppid=19209 vsize=1544376 CPUtime=0

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

/proc/19211/statm: 386094 64525 1444 10 0 383396 0
[pid=19211/tid=19213] ppid=19209 vsize=1544376 CPUtime=1652.16
/proc/19211/task/19213/stat : 19213 (java) R 19209 19211 19102 0 -1 4202560 32657 0 60 0 165165 51 0 0 25 0 13 0 11737944 1581441024 64525 1992294400 134512640 134550932 4290192464 18446744073709551615 4109446520 0 4 0 16800975 0 0 0 -1 0 0 0 9
[pid=19211/tid=19214] ppid=19209 vsize=1544376 CPUtime=2.99
/proc/19211/task/19214/stat : 19214 (java) S 19209 19211 19102 0 -1 4202560 12294 0 0 0 290 9 0 0 16 0 13 0 11737950 1581441024 64525 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19215] ppid=19209 vsize=1544376 CPUtime=2.91
/proc/19211/task/19215/stat : 19215 (java) S 19209 19211 19102 0 -1 4202560 13191 0 0 0 279 12 0 0 15 0 13 0 11737950 1581441024 64525 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 1 0 0 0
[pid=19211/tid=19216] ppid=19209 vsize=1544376 CPUtime=5.15
/proc/19211/task/19216/stat : 19216 (java) S 19209 19211 19102 0 -1 4202560 3600 0 0 0 512 3 0 0 15 0 13 0 11737953 1581441024 64525 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 0 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19217] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19217/stat : 19217 (java) S 19209 19211 19102 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11737954 1581441024 64525 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19218] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19218/stat : 19218 (java) S 19209 19211 19102 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11737954 1581441024 64525 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19219] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19219/stat : 19219 (java) S 19209 19211 19102 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 11737961 1581441024 64525 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19220] ppid=19209 vsize=1544376 CPUtime=1.2
/proc/19211/task/19220/stat : 19220 (java) S 19209 19211 19102 0 -1 4202560 2645 0 0 0 119 1 0 0 15 0 13 0 11737961 1581441024 64525 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19221] ppid=19209 vsize=1544376 CPUtime=1.55
/proc/19211/task/19221/stat : 19221 (java) S 19209 19211 19102 0 -1 4202560 5425 0 0 0 152 3 0 0 15 0 13 0 11737961 1581441024 64525 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19222] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19222/stat : 19222 (java) S 19209 19211 19102 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 11737961 1581441024 64525 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19223] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19223/stat : 19223 (java) S 19209 19211 19102 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 11737961 1581441024 64525 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19224] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19224/stat : 19224 (java) S 19209 19211 19102 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11738233 1581441024 64525 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.03
Current children cumulated vsize (KiB) 1544376

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 19282
/proc/meminfo: memFree=1222472/2059040 swapFree=4192956/4192956
[pid=19211] ppid=19209 vsize=1544376 CPUtime=1726.12
/proc/19211/stat : 19211 (java) S 19209 19211 19102 0 -1 4202496 71009 0 94 0 172528 84 0 0 16 0 13 0 11737932 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/19211/statm: 386094 64576 1444 10 0 383396 0
[pid=19211/tid=19213] ppid=19209 vsize=1544376 CPUtime=1711.85
/proc/19211/task/19213/stat : 19213 (java) R 19209 19211 19102 0 -1 4202560 32664 0 60 0 171132 53 0 0 25 0 13 0 11737944 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4109403173 0 4 0 16800975 0 0 0 -1 1 0 0 9
[pid=19211/tid=19214] ppid=19209 vsize=1544376 CPUtime=3.12
/proc/19211/task/19214/stat : 19214 (java) S 19209 19211 19102 0 -1 4202560 12295 0 0 0 303 9 0 0 16 0 13 0 11737950 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19215] ppid=19209 vsize=1544376 CPUtime=3.04
/proc/19211/task/19215/stat : 19215 (java) S 19209 19211 19102 0 -1 4202560 13242 0 0 0 292 12 0 0 15 0 13 0 11737950 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 1 0 0 0
[pid=19211/tid=19216] ppid=19209 vsize=1544376 CPUtime=5.29
/proc/19211/task/19216/stat : 19216 (java) S 19209 19211 19102 0 -1 4202560 3604 0 0 0 526 3 0 0 16 0 13 0 11737953 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 0 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19217] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19217/stat : 19217 (java) S 19209 19211 19102 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11737954 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19218] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19218/stat : 19218 (java) S 19209 19211 19102 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11737954 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19219] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19219/stat : 19219 (java) S 19209 19211 19102 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 11737961 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19220] ppid=19209 vsize=1544376 CPUtime=1.2
/proc/19211/task/19220/stat : 19220 (java) S 19209 19211 19102 0 -1 4202560 2645 0 0 0 119 1 0 0 15 0 13 0 11737961 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19221] ppid=19209 vsize=1544376 CPUtime=1.55
/proc/19211/task/19221/stat : 19221 (java) S 19209 19211 19102 0 -1 4202560 5425 0 0 0 152 3 0 0 15 0 13 0 11737961 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19222] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19222/stat : 19222 (java) S 19209 19211 19102 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 11737961 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19223] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19223/stat : 19223 (java) S 19209 19211 19102 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 11737961 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 1 0 0 0
[pid=19211/tid=19224] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19224/stat : 19224 (java) S 19209 19211 19102 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11738233 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.12
Current children cumulated vsize (KiB) 1544376

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 19283
/proc/meminfo: memFree=1222224/2059040 swapFree=4192956/4192956
[pid=19211] ppid=19209 vsize=1544376 CPUtime=1786.19
/proc/19211/stat : 19211 (java) S 19209 19211 19102 0 -1 4202496 71024 0 94 0 178532 87 0 0 16 0 13 0 11737932 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/19211/statm: 386094 64576 1444 10 0 383396 0
[pid=19211/tid=19213] ppid=19209 vsize=1544376 CPUtime=1771.51
/proc/19211/task/19213/stat : 19213 (java) R 19209 19211 19102 0 -1 4202560 32671 0 60 0 177096 55 0 0 25 0 13 0 11737944 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4109202413 0 4 0 16800975 0 0 0 -1 1 0 0 9
[pid=19211/tid=19214] ppid=19209 vsize=1544376 CPUtime=3.24
/proc/19211/task/19214/stat : 19214 (java) S 19209 19211 19102 0 -1 4202560 12295 0 0 0 315 9 0 0 16 0 13 0 11737950 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 1 0 0 0
[pid=19211/tid=19215] ppid=19209 vsize=1544376 CPUtime=3.16
/proc/19211/task/19215/stat : 19215 (java) S 19209 19211 19102 0 -1 4202560 13242 0 0 0 304 12 0 0 15 0 13 0 11737950 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 1 0 0 0
[pid=19211/tid=19216] ppid=19209 vsize=1544376 CPUtime=5.46
/proc/19211/task/19216/stat : 19216 (java) S 19209 19211 19102 0 -1 4202560 3608 0 0 0 543 3 0 0 15 0 13 0 11737953 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 0 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19217] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19217/stat : 19217 (java) S 19209 19211 19102 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11737954 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19218] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19218/stat : 19218 (java) S 19209 19211 19102 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11737954 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19219] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19219/stat : 19219 (java) S 19209 19211 19102 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 11737961 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19220] ppid=19209 vsize=1544376 CPUtime=1.2
/proc/19211/task/19220/stat : 19220 (java) S 19209 19211 19102 0 -1 4202560 2645 0 0 0 119 1 0 0 15 0 13 0 11737961 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19221] ppid=19209 vsize=1544376 CPUtime=1.55
/proc/19211/task/19221/stat : 19221 (java) S 19209 19211 19102 0 -1 4202560 5425 0 0 0 152 3 0 0 15 0 13 0 11737961 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19222] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19222/stat : 19222 (java) S 19209 19211 19102 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 11737961 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19223] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19223/stat : 19223 (java) S 19209 19211 19102 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 11737961 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 1 0 0 0
[pid=19211/tid=19224] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19224/stat : 19224 (java) S 19209 19211 19102 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11738233 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.19
Current children cumulated vsize (KiB) 1544376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 19284
/proc/meminfo: memFree=1222348/2059040 swapFree=4192956/4192956
[pid=19211] ppid=19209 vsize=1544376 CPUtime=1800.01
/proc/19211/stat : 19211 (java) S 19209 19211 19102 0 -1 4202496 71025 0 94 0 179914 87 0 0 16 0 13 0 11737932 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/19211/statm: 386094 64576 1444 10 0 383396 0
[pid=19211/tid=19213] ppid=19209 vsize=1544376 CPUtime=1785.29
/proc/19211/task/19213/stat : 19213 (java) R 19209 19211 19102 0 -1 4202560 32672 0 60 0 178474 55 0 0 25 0 13 0 11737944 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4109172659 0 4 0 16800975 0 0 0 -1 1 0 0 9
[pid=19211/tid=19214] ppid=19209 vsize=1544376 CPUtime=3.26
/proc/19211/task/19214/stat : 19214 (java) S 19209 19211 19102 0 -1 4202560 12295 0 0 0 317 9 0 0 15 0 13 0 11737950 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19215] ppid=19209 vsize=1544376 CPUtime=3.18
/proc/19211/task/19215/stat : 19215 (java) S 19209 19211 19102 0 -1 4202560 13242 0 0 0 306 12 0 0 15 0 13 0 11737950 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 1 0 0 0
[pid=19211/tid=19216] ppid=19209 vsize=1544376 CPUtime=5.46
/proc/19211/task/19216/stat : 19216 (java) S 19209 19211 19102 0 -1 4202560 3608 0 0 0 543 3 0 0 15 0 13 0 11737953 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 0 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19217] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19217/stat : 19217 (java) S 19209 19211 19102 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11737954 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19218] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19218/stat : 19218 (java) S 19209 19211 19102 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11737954 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19219] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19219/stat : 19219 (java) S 19209 19211 19102 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 11737961 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19220] ppid=19209 vsize=1544376 CPUtime=1.2
/proc/19211/task/19220/stat : 19220 (java) S 19209 19211 19102 0 -1 4202560 2645 0 0 0 119 1 0 0 15 0 13 0 11737961 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19221] ppid=19209 vsize=1544376 CPUtime=1.55
/proc/19211/task/19221/stat : 19221 (java) S 19209 19211 19102 0 -1 4202560 5425 0 0 0 152 3 0 0 15 0 13 0 11737961 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19222] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19222/stat : 19222 (java) S 19209 19211 19102 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 11737961 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19223] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19223/stat : 19223 (java) S 19209 19211 19102 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 11737961 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 1 0 0 0
[pid=19211/tid=19224] ppid=19209 vsize=1544376 CPUtime=0
/proc/19211/task/19224/stat : 19224 (java) S 19209 19211 19102 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11738233 1581441024 64576 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1544376

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

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

[startup+1796.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/121 19287
/proc/meminfo: memFree=1222272/2059040 swapFree=4192956/4192956
[pid=19211] ppid=19209 vsize=1545024 CPUtime=1800.19
/proc/19211/stat : 19211 (java) S 19209 19211 19102 0 -1 4202496 71045 0 94 0 179931 88 0 0 15 0 14 0 11737932 1582104576 64596 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/19211/statm: 386256 64596 1445 10 0 383558 0
[pid=19211/tid=19213] ppid=19209 vsize=1545024 CPUtime=1785.4
/proc/19211/task/19213/stat : 19213 (java) R 19209 19211 19102 0 -1 4202560 32672 0 60 0 178485 55 0 0 25 0 14 0 11737944 1582104576 64596 1992294400 134512640 134550932 4290192464 18446744073709551615 4109172656 0 4 0 16800975 0 0 0 -1 1 0 0 9
[pid=19211/tid=19214] ppid=19209 vsize=1545024 CPUtime=3.26
/proc/19211/task/19214/stat : 19214 (java) S 19209 19211 19102 0 -1 4202560 12295 0 0 0 317 9 0 0 15 0 14 0 11737950 1582104576 64596 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19215] ppid=19209 vsize=1545024 CPUtime=3.18
/proc/19211/task/19215/stat : 19215 (java) S 19209 19211 19102 0 -1 4202560 13242 0 0 0 306 12 0 0 15 0 14 0 11737950 1582104576 64596 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 1 0 0 0
[pid=19211/tid=19216] ppid=19209 vsize=1545024 CPUtime=5.46
/proc/19211/task/19216/stat : 19216 (java) S 19209 19211 19102 0 -1 4202560 3608 0 0 0 543 3 0 0 15 0 14 0 11737953 1582104576 64596 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 0 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19217] ppid=19209 vsize=1545024 CPUtime=0
/proc/19211/task/19217/stat : 19217 (java) S 19209 19211 19102 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 11737954 1582104576 64596 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19218] ppid=19209 vsize=1545024 CPUtime=0
/proc/19211/task/19218/stat : 19218 (java) S 19209 19211 19102 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 11737954 1582104576 64596 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19219] ppid=19209 vsize=1545024 CPUtime=0
/proc/19211/task/19219/stat : 19219 (java) S 19209 19211 19102 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 11737961 1582104576 64596 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19220] ppid=19209 vsize=1545024 CPUtime=1.2
/proc/19211/task/19220/stat : 19220 (java) S 19209 19211 19102 0 -1 4202560 2645 0 0 0 119 1 0 0 15 0 14 0 11737961 1582104576 64596 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19221] ppid=19209 vsize=1545024 CPUtime=1.59
/proc/19211/task/19221/stat : 19221 (java) S 19209 19211 19102 0 -1 4202560 5425 0 0 0 156 3 0 0 15 0 14 0 11737961 1582104576 64596 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19222] ppid=19209 vsize=1545024 CPUtime=0
/proc/19211/task/19222/stat : 19222 (java) S 19209 19211 19102 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 14 0 11737961 1582104576 64596 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19223] ppid=19209 vsize=1545024 CPUtime=0
/proc/19211/task/19223/stat : 19223 (java) S 19209 19211 19102 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 14 0 11737961 1582104576 64596 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 1 0 0 0
[pid=19211/tid=19224] ppid=19209 vsize=1545024 CPUtime=0
/proc/19211/task/19224/stat : 19224 (java) S 19209 19211 19102 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 11738233 1582104576 64596 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
[pid=19211/tid=19286] ppid=19209 vsize=1545024 CPUtime=0
/proc/19211/task/19286/stat : 19286 (java) S 19209 19211 19102 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 14 0 11917544 1582104576 64596 1992294400 134512640 134550932 4290192464 18446744073709551615 4294960144 0 4 0 16800975 18446604437836696640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1545024

Child status: 143
Real time (s): 1796.26
CPU time (s): 1800.24
CPU user time (s): 1799.33
CPU system time (s): 0.906862
CPU usage (%): 100.221
Max. virtual memory (cumulated for all children) (KiB): 1547020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.33
system time used= 0.906862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71046
page faults= 94
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39554
involuntary context switches= 31967

runsolver used 3.76543 second user time and 9.40757 second system time

The end

Launcher Data

Begin job on node047 at 2010-07-06 18:55:08
IDJOB=2684853
IDBENCH=73786
IDSOLVER=1164
FILE ID=node047/2684853-1278435308
PBS_JOBID= 11233481
Free space on /tmp= 62476 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12033_3-sat.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2684853-1278435308/watcher-2684853-1278435308 -o /tmp/evaluation-result-2684853-1278435308/solver-2684853-1278435308 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2684853-1278435308.opb

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

MD5SUM BENCH= 5c357873a81db98d0c84cf88eebfbda4
RANDOM SEED=1049734536

node047.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.248
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.49
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.248
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.53
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1490388 kB
Buffers:        104632 kB
Cached:         332780 kB
SwapCached:          0 kB
Active:         167120 kB
Inactive:       330120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1490388 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3032 kB
Writeback:           0 kB
AnonPages:       59716 kB
Mapped:          14496 kB
Slab:            49372 kB
PageTables:       4120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181260 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= 62476 MiB
End job on node047 at 2010-07-06 19:25:06