Trace number 2684757

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.37 923.278

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/
j120/normalized-j12056_10-unsat.opb
MD5SUM9569f42797128c8734a8cda484f54275
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 variables57354
Total number of constraints201250
Number of constraints which are clauses200306
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints944
Minimum length of a constraint1
Maximum length of a constraint120
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 677
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.37	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.10/0.37	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.37	c See www.sat4j.org for details.
0.10/0.38	c version 2.2.0.v20100531
0.10/0.38	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.38	c java.vm.name		Java HotSpot(TM) Server VM
0.10/0.38	c java.vm.version	11.2-b01
0.10/0.38	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.38	c sun.arch.data.model	32
0.10/0.38	c java.version		1.6.0_12
0.10/0.38	c os.name		Linux
0.10/0.38	c os.version		2.6.18-164.el5
0.10/0.38	c os.arch		i386
0.10/0.38	c Free memory 		1393557488
0.10/0.38	c Max memory 		1395916800
0.10/0.38	c Total memory 		1395916800
0.10/0.38	c Number of processors 	2
0.18/0.47	c Pseudo Boolean Optimization
0.18/0.47	c ManyCore solver with 2 solvers running in parallel
0.18/0.47	c --- Begin Solver configuration ---
0.18/0.47	c Stops conflict analysis at the first Unique Implication Point
0.18/0.47	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.18/0.47	c Learn all clauses as in MiniSAT
0.18/0.47	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.47	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.18/0.47	c Expensive reason simplification
0.18/0.47	c Armin Biere (Picosat) restarts strategy
0.18/0.47	c Glucose learned constraints deletion strategy
0.18/0.47	c timeout=2147483s
0.18/0.47	c DB Simplification allowed=false
0.18/0.47	c --- End Solver configuration ---
0.18/0.47	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.18/0.47	c --- Begin Solver configuration ---
0.18/0.47	c Stops conflict analysis at the first Unique Implication Point
0.18/0.47	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.18/0.47	c Learn all clauses as in MiniSAT
0.18/0.47	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.47	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.18/0.47	c No reason simplification
0.18/0.47	c Armin Biere (Picosat) restarts strategy
0.18/0.47	c Glucose learned constraints deletion strategy
0.18/0.47	c timeout=2147483s
0.18/0.47	c DB Simplification allowed=false
0.18/0.47	c --- End Solver configuration ---
0.18/0.47	
0.18/0.47	c solving HOME/instance-2684757-1278433510.opb
0.18/0.47	c reading problem ... 
7.19/5.49	c ... done. Wall clock time 5.022s.
7.19/5.49	c #vars     57354
7.19/5.49	c #constraints  185530
7.19/5.49	c constraints type 
7.19/5.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 23823
7.19/5.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154272
7.19/5.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 944
7.19/5.50	c constraints type 
7.19/5.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 154272
7.19/5.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 23823
7.19/5.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 944
28.47/16.24	c cleaning 2499 clauses out of 5000 with flag 5001/5001
48.12/26.37	c cleaning 4233 clauses out of 8498 with flag 11000/11000
72.10/38.67	c cleaning 5597 clauses out of 11265 with flag 18001/18001
98.17/52.02	c cleaning 6821 clauses out of 13666 with flag 26000/26000
128.51/67.62	c cleaning 7914 clauses out of 15845 with flag 35000/35000
156.36/81.94	c cleaning 8955 clauses out of 17932 with flag 45001/45001
194.48/101.46	c cleaning 9964 clauses out of 19976 with flag 56000/56000
235.54/122.44	c cleaning 11004 clauses out of 22012 with flag 68000/68000
273.07/141.73	c cleaning 11995 clauses out of 24008 with flag 81000/81000
308.12/159.75	c cleaning 0 clauses out of 5001 with flag 0/5001
317.17/164.67	c cleaning 12972 clauses out of 26014 with flag 95001/95001
370.19/191.77	c cleaning 13997 clauses out of 28043 with flag 110002/110002
429.99/222.38	c cleaning 15013 clauses out of 30044 with flag 126000/126000
487.30/251.64	c cleaning 16003 clauses out of 32031 with flag 143001/143001
554.49/285.90	c cleaning 17000 clauses out of 34028 with flag 161001/161001
620.04/319.46	c cleaning 17988 clauses out of 36027 with flag 180000/180000
690.12/355.36	c cleaning 19010 clauses out of 38039 with flag 200000/200000
777.79/400.06	c cleaning 20003 clauses out of 40029 with flag 221001/221001
845.82/434.81	c cleaning 20990 clauses out of 42026 with flag 243001/243001
926.49/476.03	c cleaning 22012 clauses out of 44034 with flag 266000/266000
1015.40/521.57	c cleaning 22980 clauses out of 46021 with flag 290000/290000
1067.25/548.28	c cleaning 0 clauses out of 11002 with flag 0/11002
1109.00/569.82	c cleaning 24012 clauses out of 48043 with flag 315002/315002
1204.03/618.33	c cleaning 25006 clauses out of 50029 with flag 341000/341000
1303.85/669.42	c cleaning 25984 clauses out of 52025 with flag 368002/368002
1411.67/724.42	c cleaning 26988 clauses out of 54041 with flag 396002/396002
1526.39/782.94	c cleaning 28008 clauses out of 56050 with flag 425000/425000
1645.23/843.56	c cleaning 28997 clauses out of 58041 with flag 455000/455000
1773.43/909.04	c cleaning 29934 clauses out of 60044 with flag 486000/486000
1800.08/923.12	c starts		: 151
1800.08/923.12	c conflicts		: 492516
1800.08/923.12	c decisions		: 675849
1800.08/923.12	c propagations		: 472086548
1800.08/923.12	c inspects		: 1476350327
1800.08/923.12	c learnt literals	: 11
1800.08/923.12	c learnt binary clauses	: 81
1800.08/923.12	c learnt ternary clauses	: 767
1800.08/923.12	c learnt clauses	: 492506
1800.08/923.12	c ignored clauses	: 0
1800.08/923.12	c root simplifications	: 0
1800.08/923.12	c removed literals (reason simplification)	: 8497950
1800.08/923.12	c reason swapping (by a shorter reason)	: 0
1800.08/923.12	c Calls to reduceDB	: 27
1800.08/923.12	c number of reductions to clauses (during analyze)	: 0
1800.08/923.12	c number of learned constraints concerned by reduction	: 0
1800.08/923.12	c number of learning phase by resolution	: 0
1800.08/923.12	c number of learning phase by cutting planes	: 0
1800.08/923.12	c speed (assignments/second)	: 514470.95574733254
1800.08/923.12	c non guided choices	4205
1800.29/923.22	c learnt constraints type 
1800.29/923.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 36562
1800.29/923.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 81
1800.29/923.22	c constraints type 
1800.29/923.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 23823
1800.29/923.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154272
1800.29/923.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 944
1800.29/923.22	c constraints type 
1800.29/923.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 154272
1800.29/923.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 23823
1800.29/923.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 944
1800.29/923.22	s UNKNOWN
1800.29/923.22	c Total wall clock time (in seconds): 922.745

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

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


[startup+0 s]
/proc/loadavg: 1.69 1.99 2.00 3/106 19189
/proc/meminfo: memFree=1483900/2059040 swapFree=4192956/4192956
[pid=19189] ppid=19187 vsize=248 CPUtime=0
/proc/19189/stat : 19189 (java6) D 19187 19189 19164 0 -1 4194304 108 0 1 0 0 0 0 0 18 0 1 0 11557753 253952 29 1992294400 134512640 134550932 4294509840 18446744073709551615 7021140 0 0 4096 0 18446744071562154983 0 0 17 1 0 0 0
/proc/19189/statm: 62 29 21 10 0 23 0

[startup+0.107986 s]
/proc/loadavg: 1.69 1.99 2.00 3/106 19189
/proc/meminfo: memFree=1483900/2059040 swapFree=4192956/4192956
[pid=19189] ppid=19187 vsize=13164 CPUtime=0.01
/proc/19189/stat : 19189 (java) D 19187 19189 19164 0 -1 4194304 702 0 30 0 0 1 0 0 16 0 1 0 11557753 13479936 323 1992294400 134512640 134550932 4291761760 18446744073709551615 6981243 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 7
/proc/19189/statm: 3291 323 141 10 0 1121 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13164

[startup+0.203003 s]
/proc/loadavg: 1.69 1.99 2.00 3/106 19189
/proc/meminfo: memFree=1483900/2059040 swapFree=4192956/4192956
[pid=19189] ppid=19187 vsize=1520176 CPUtime=0.03
/proc/19189/stat : 19189 (java) S 19187 19189 19164 0 -1 4202496 3047 0 81 0 0 3 0 0 16 0 4 0 11557753 1556660224 2571 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 8
/proc/19189/statm: 380044 2571 808 10 0 377354 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520176

[startup+0.301979 s]
/proc/loadavg: 1.69 1.99 2.00 3/106 19189
/proc/meminfo: memFree=1483900/2059040 swapFree=4192956/4192956
[pid=19189] ppid=19187 vsize=1524020 CPUtime=0.1
/proc/19189/stat : 19189 (java) S 19187 19189 19164 0 -1 4202496 3836 0 94 0 6 4 0 0 16 0 12 0 11557753 1560596480 3369 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/19189/statm: 381005 3369 1071 10 0 378308 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1524020

[startup+0.701011 s]
/proc/loadavg: 1.69 1.99 2.00 3/106 19189
/proc/meminfo: memFree=1483900/2059040 swapFree=4192956/4192956
[pid=19189] ppid=19187 vsize=1526888 CPUtime=0.58
/proc/19189/stat : 19189 (java) S 19187 19189 19164 0 -1 4202496 6395 0 94 0 53 5 0 0 16 0 12 0 11557753 1563533312 5926 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/19189/statm: 381722 5926 1376 10 0 379025 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 1526888

[startup+1.50209 s]
/proc/loadavg: 1.69 1.99 2.00 6/118 19201
/proc/meminfo: memFree=1440392/2059040 swapFree=4192956/4192956
[pid=19189] ppid=19187 vsize=1535912 CPUtime=1.92
/proc/19189/stat : 19189 (java) S 19187 19189 19164 0 -1 4202496 16966 0 94 0 181 11 0 0 16 0 12 0 11557753 1572773888 14832 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/19189/statm: 383978 14834 1406 10 0 381281 0
[pid=19189/tid=19191] ppid=19187 vsize=1535912 CPUtime=0.84
/proc/19189/task/19191/stat : 19191 (java) R 19187 19189 19164 0 -1 4202560 11369 0 60 0 77 7 0 0 25 0 12 0 11557765 1572773888 14836 1992294400 134512640 134550932 4291761760 18446744073709551615 4109573252 0 4 0 16800975 0 0 0 -1 1 0 0 12
[pid=19189/tid=19192] ppid=19187 vsize=1535912 CPUtime=0
/proc/19189/task/19192/stat : 19192 (java) S 19187 19189 19164 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 12 0 11557771 1572773888 14837 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19193] ppid=19187 vsize=1535912 CPUtime=0
/proc/19189/task/19193/stat : 19193 (java) S 19187 19189 19164 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 11557771 1572773888 14839 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19194] ppid=19187 vsize=1535912 CPUtime=0
/proc/19189/task/19194/stat : 19194 (java) S 19187 19189 19164 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 11557775 1572773888 14840 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 0 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19195] ppid=19187 vsize=1535912 CPUtime=0
/proc/19189/task/19195/stat : 19195 (java) S 19187 19189 19164 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 11557775 1572773888 14841 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19196] ppid=19187 vsize=1535912 CPUtime=0
/proc/19189/task/19196/stat : 19196 (java) S 19187 19189 19164 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 11557775 1572773888 14842 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19197] ppid=19187 vsize=1535912 CPUtime=0
/proc/19189/task/19197/stat : 19197 (java) S 19187 19189 19164 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 11557783 1572773888 14843 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19198] ppid=19187 vsize=1535912 CPUtime=0.53
/proc/19189/task/19198/stat : 19198 (java) S 19187 19189 19164 0 -1 4202560 2910 0 0 0 52 1 0 0 15 0 12 0 11557783 1572773888 14844 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19199] ppid=19187 vsize=1535912 CPUtime=0.51
/proc/19189/task/19199/stat : 19199 (java) S 19187 19189 19164 0 -1 4202560 1660 0 0 0 51 0 0 0 18 0 12 0 11557783 1572773888 14845 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19200] ppid=19187 vsize=1535912 CPUtime=0
/proc/19189/task/19200/stat : 19200 (java) S 19187 19189 19164 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 11557783 1572773888 14847 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19201] ppid=19187 vsize=1535912 CPUtime=0
/proc/19189/task/19201/stat : 19201 (java) S 19187 19189 19164 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11557783 1572773888 14848 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 1535912

[startup+3.10223 s]
/proc/loadavg: 1.69 1.99 2.00 2/118 19201
/proc/meminfo: memFree=1352724/2059040 swapFree=4192956/4192956
[pid=19189] ppid=19187 vsize=1535912 CPUtime=3.84
/proc/19189/stat : 19189 (java) S 19187 19189 19164 0 -1 4202496 42754 0 94 0 361 23 0 0 16 0 12 0 11557753 1572773888 39406 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/19189/statm: 383978 39406 1423 10 0 381281 0
[pid=19189/tid=19191] ppid=19187 vsize=1535912 CPUtime=2.29
/proc/19189/task/19191/stat : 19191 (java) R 19187 19189 19164 0 -1 4202560 31980 0 60 0 213 16 0 0 18 0 12 0 11557765 1572773888 39406 1992294400 134512640 134550932 4291761760 18446744073709551615 4109472909 0 4 0 16800975 0 0 0 -1 0 0 0 12
[pid=19189/tid=19192] ppid=19187 vsize=1535912 CPUtime=0.07
/proc/19189/task/19192/stat : 19192 (java) S 19187 19189 19164 0 -1 4202560 1974 0 0 0 7 0 0 0 18 0 12 0 11557771 1572773888 39406 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19193] ppid=19187 vsize=1535912 CPUtime=0.08
/proc/19189/task/19193/stat : 19193 (java) S 19187 19189 19164 0 -1 4202560 1939 0 0 0 7 1 0 0 18 0 12 0 11557771 1572773888 39406 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19194] ppid=19187 vsize=1535912 CPUtime=0
/proc/19189/task/19194/stat : 19194 (java) S 19187 19189 19164 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 11557775 1572773888 39406 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 0 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19195] ppid=19187 vsize=1535912 CPUtime=0
/proc/19189/task/19195/stat : 19195 (java) S 19187 19189 19164 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 11557775 1572773888 39406 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19196] ppid=19187 vsize=1535912 CPUtime=0
/proc/19189/task/19196/stat : 19196 (java) S 19187 19189 19164 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 11557775 1572773888 39406 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19197] ppid=19187 vsize=1535912 CPUtime=0
/proc/19189/task/19197/stat : 19197 (java) S 19187 19189 19164 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 11557783 1572773888 39406 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19198] ppid=19187 vsize=1535912 CPUtime=0.59
/proc/19189/task/19198/stat : 19198 (java) S 19187 19189 19164 0 -1 4202560 2915 0 0 0 58 1 0 0 15 0 12 0 11557783 1572773888 39406 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19199] ppid=19187 vsize=1535912 CPUtime=0.74
/proc/19189/task/19199/stat : 19199 (java) S 19187 19189 19164 0 -1 4202560 2910 0 0 0 73 1 0 0 15 0 12 0 11557783 1572773888 39406 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19200] ppid=19187 vsize=1535912 CPUtime=0
/proc/19189/task/19200/stat : 19200 (java) S 19187 19189 19164 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 11557783 1572773888 39406 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19201] ppid=19187 vsize=1535912 CPUtime=0
/proc/19189/task/19201/stat : 19201 (java) S 19187 19189 19164 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11557783 1572773888 39406 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 1535912

[startup+6.30152 s]
/proc/loadavg: 1.64 1.97 2.00 2/118 19201
/proc/meminfo: memFree=1276220/2059040 swapFree=4192956/4192956
[pid=19189] ppid=19187 vsize=1540880 CPUtime=8.86
/proc/19189/stat : 19189 (java) S 19187 19189 19164 0 -1 4202496 61004 0 94 0 855 31 0 0 16 0 16 0 11557753 1577861120 53322 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/19189/statm: 385220 53322 1430 10 0 382523 0
[pid=19189/tid=19191] ppid=19187 vsize=1540880 CPUtime=4.21
/proc/19189/task/19191/stat : 19191 (java) S 19187 19189 19164 0 -1 4202560 32004 0 60 0 405 16 0 0 18 0 16 0 11557765 1577861120 53322 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 12
[pid=19189/tid=19192] ppid=19187 vsize=1540880 CPUtime=0.57
/proc/19189/task/19192/stat : 19192 (java) R 19187 19189 19164 0 -1 4202560 9733 0 0 0 53 4 0 0 18 0 16 0 11557771 1577861120 53322 1992294400 134512640 134550932 4291761760 18446744073709551615 105886474 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19189/tid=19193] ppid=19187 vsize=1540880 CPUtime=0.57
/proc/19189/task/19193/stat : 19193 (java) R 19187 19189 19164 0 -1 4202560 8170 0 0 0 54 3 0 0 18 0 16 0 11557771 1577861120 53322 1992294400 134512640 134550932 4291761760 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19189/tid=19194] ppid=19187 vsize=1540880 CPUtime=0
/proc/19189/task/19194/stat : 19194 (java) S 19187 19189 19164 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 16 0 11557775 1577861120 53322 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 0 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19195] ppid=19187 vsize=1540880 CPUtime=0
/proc/19189/task/19195/stat : 19195 (java) S 19187 19189 19164 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 11557775 1577861120 53322 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19196] ppid=19187 vsize=1540880 CPUtime=0
/proc/19189/task/19196/stat : 19196 (java) S 19187 19189 19164 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11557775 1577861120 53322 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19197] ppid=19187 vsize=1540880 CPUtime=0
/proc/19189/task/19197/stat : 19197 (java) S 19187 19189 19164 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 16 0 11557783 1577861120 53322 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19198] ppid=19187 vsize=1540880 CPUtime=1.81
/proc/19189/task/19198/stat : 19198 (java) S 19187 19189 19164 0 -1 4202560 6963 0 0 0 178 3 0 0 16 0 16 0 11557783 1577861120 53322 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19199] ppid=19187 vsize=1540880 CPUtime=1.12
/proc/19189/task/19199/stat : 19199 (java) S 19187 19189 19164 0 -1 4202560 3048 0 0 0 111 1 0 0 15 0 16 0 11557783 1577861120 53322 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19200] ppid=19187 vsize=1540880 CPUtime=0
/proc/19189/task/19200/stat : 19200 (java) S 19187 19189 19164 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 11557783 1577861120 53322 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19201] ppid=19187 vsize=1540880 CPUtime=0
/proc/19189/task/19201/stat : 19201 (java) S 19187 19189 19164 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 11557783 1577861120 53324 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19202] ppid=19187 vsize=1540880 CPUtime=0.34
/proc/19189/task/19202/stat : 19202 (java) S 19187 19189 19164 0 -1 4202560 13 0 0 0 34 0 0 0 18 0 16 0 11558303 1577861120 53325 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19203] ppid=19187 vsize=1540880 CPUtime=0.16
/proc/19189/task/19203/stat : 19203 (java) S 19187 19189 19164 0 -1 4202560 23 0 0 0 16 0 0 0 18 0 16 0 11558303 1577861120 53326 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.86
Current children cumulated vsize (KiB) 1540880

[startup+12.7021 s]
/proc/loadavg: 1.67 1.97 2.00 3/122 19205
/proc/meminfo: memFree=1234588/2059040 swapFree=4192956/4192956
[pid=19189] ppid=19187 vsize=1540880 CPUtime=21.54
/proc/19189/stat : 19189 (java) S 19187 19189 19164 0 -1 4202496 70501 0 94 0 2114 40 0 0 16 0 16 0 11557753 1577861120 60665 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/19189/statm: 385220 60665 1445 10 0 382523 0
[pid=19189/tid=19191] ppid=19187 vsize=1540880 CPUtime=4.21
/proc/19189/task/19191/stat : 19191 (java) S 19187 19189 19164 0 -1 4202560 32004 0 60 0 405 16 0 0 15 0 16 0 11557765 1577861120 60665 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 12
[pid=19189/tid=19192] ppid=19187 vsize=1540880 CPUtime=1.17
/proc/19189/task/19192/stat : 19192 (java) S 19187 19189 19164 0 -1 4202560 14407 0 0 0 109 8 0 0 16 0 16 0 11557771 1577861120 60665 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19193] ppid=19187 vsize=1540880 CPUtime=1.18
/proc/19189/task/19193/stat : 19193 (java) S 19187 19189 19164 0 -1 4202560 12439 0 0 0 113 5 0 0 15 0 16 0 11557771 1577861120 60665 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19194] ppid=19187 vsize=1540880 CPUtime=0.02
/proc/19189/task/19194/stat : 19194 (java) S 19187 19189 19164 0 -1 4202560 11 0 0 0 1 1 0 0 16 0 16 0 11557775 1577861120 60665 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 0 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19195] ppid=19187 vsize=1540880 CPUtime=0
/proc/19189/task/19195/stat : 19195 (java) S 19187 19189 19164 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 11557775 1577861120 60665 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19196] ppid=19187 vsize=1540880 CPUtime=0
/proc/19189/task/19196/stat : 19196 (java) S 19187 19189 19164 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11557775 1577861120 60665 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19197] ppid=19187 vsize=1540880 CPUtime=0
/proc/19189/task/19197/stat : 19197 (java) S 19187 19189 19164 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 16 0 11557783 1577861120 60665 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19198] ppid=19187 vsize=1540880 CPUtime=2.62
/proc/19189/task/19198/stat : 19198 (java) S 19187 19189 19164 0 -1 4202560 6992 0 0 0 259 3 0 0 15 0 16 0 11557783 1577861120 60665 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19199] ppid=19187 vsize=1540880 CPUtime=1.81
/proc/19189/task/19199/stat : 19199 (java) S 19187 19189 19164 0 -1 4202560 3547 0 0 0 180 1 0 0 15 0 16 0 11557783 1577861120 60665 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19200] ppid=19187 vsize=1540880 CPUtime=0
/proc/19189/task/19200/stat : 19200 (java) S 19187 19189 19164 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 11557783 1577861120 60665 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19201] ppid=19187 vsize=1540880 CPUtime=0
/proc/19189/task/19201/stat : 19201 (java) S 19187 19189 19164 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 11557783 1577861120 60665 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19202] ppid=19187 vsize=1540880 CPUtime=5.42
/proc/19189/task/19202/stat : 19202 (java) R 19187 19189 19164 0 -1 4202560 21 0 0 0 542 0 0 0 18 0 16 0 11558303 1577861120 60665 1992294400 134512640 134550932 4291761760 18446744073709551615 4110145580 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19189/tid=19203] ppid=19187 vsize=1540880 CPUtime=4.99
/proc/19189/task/19203/stat : 19203 (java) R 19187 19189 19164 0 -1 4202560 41 0 0 0 499 0 0 0 17 0 16 0 11558303 1577861120 60665 1992294400 134512640 134550932 4291761760 18446744073709551615 4110148770 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19189/tid=19204] ppid=19187 vsize=1540880 CPUtime=0
/proc/19189/task/19204/stat : 19204 (java) S 19187 19189 19164 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 16 0 11558323 1577861120 60665 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19205] ppid=19187 vsize=1540880 CPUtime=0
/proc/19189/task/19205/stat : 19205 (java) S 19187 19189 19164 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 11558327 1577861120 60665 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.54
Current children cumulated vsize (KiB) 1540880

[startup+25.5018 s]
/proc/loadavg: 1.74 1.97 2.00 3/122 19205
/proc/meminfo: memFree=1219584/2059040 swapFree=4192956/4192956
[pid=19189] ppid=19187 vsize=1544976 CPUtime=46.52
/proc/19189/stat : 19189 (java) S 19187 19189 19164 0 -1 4202496 75111 0 94 0 4606 46 0 0 16 0 16 0 11557753 1582055424 64381 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/19189/statm: 386244 64381 1450 10 0 383547 0
[pid=19189/tid=19191] ppid=19187 vsize=1544976 CPUtime=4.21
/proc/19189/task/19191/stat : 19191 (java) S 19187 19189 19164 0 -1 4202560 32005 0 60 0 405 16 0 0 15 0 16 0 11557765 1582055424 64381 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 12
[pid=19189/tid=19192] ppid=19187 vsize=1544976 CPUtime=1.54

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

/proc/19189/task/19204/stat : 19204 (java) S 19187 19189 19164 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 16 0 11558323 1582055424 115596 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19205] ppid=19187 vsize=1544976 CPUtime=0
/proc/19189/task/19205/stat : 19205 (java) S 19187 19189 19164 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 11558327 1582055424 115596 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1485.56
Current children cumulated vsize (KiB) 1544976

[startup+822.302 s]
/proc/loadavg: 2.15 2.06 2.04 3/122 19227
/proc/meminfo: memFree=1005560/2059040 swapFree=4192956/4192956
[pid=19189] ppid=19187 vsize=1544976 CPUtime=1603.19
/proc/19189/stat : 19189 (java) S 19187 19189 19164 0 -1 4202496 148432 0 94 0 160164 155 0 0 16 0 16 0 11557753 1582055424 117656 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/19189/statm: 386244 117656 1450 10 0 383547 0
[pid=19189/tid=19191] ppid=19187 vsize=1544976 CPUtime=4.21
/proc/19189/task/19191/stat : 19191 (java) S 19187 19189 19164 0 -1 4202560 32021 0 60 0 405 16 0 0 15 0 16 0 11557765 1582055424 117656 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 12
[pid=19189/tid=19192] ppid=19187 vsize=1544976 CPUtime=20.73
/proc/19189/task/19192/stat : 19192 (java) S 19187 19189 19164 0 -1 4202560 42457 0 0 0 2028 45 0 0 16 0 16 0 11557771 1582055424 117656 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19193] ppid=19187 vsize=1544976 CPUtime=20.81
/proc/19189/task/19193/stat : 19193 (java) S 19187 19189 19164 0 -1 4202560 40842 0 0 0 2047 34 0 0 16 0 16 0 11557771 1582055424 117656 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19194] ppid=19187 vsize=1544976 CPUtime=23.4
/proc/19189/task/19194/stat : 19194 (java) S 19187 19189 19164 0 -1 4202560 17668 0 0 0 2320 20 0 0 15 0 16 0 11557775 1582055424 117656 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 0 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19195] ppid=19187 vsize=1544976 CPUtime=0
/proc/19189/task/19195/stat : 19195 (java) S 19187 19189 19164 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 11557775 1582055424 117656 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19196] ppid=19187 vsize=1544976 CPUtime=0
/proc/19189/task/19196/stat : 19196 (java) S 19187 19189 19164 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11557775 1582055424 117656 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19197] ppid=19187 vsize=1544976 CPUtime=0
/proc/19189/task/19197/stat : 19197 (java) S 19187 19189 19164 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 16 0 11557783 1582055424 117656 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19198] ppid=19187 vsize=1544976 CPUtime=2.67
/proc/19189/task/19198/stat : 19198 (java) S 19187 19189 19164 0 -1 4202560 6992 0 0 0 264 3 0 0 15 0 16 0 11557783 1582055424 117656 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19199] ppid=19187 vsize=1544976 CPUtime=3.32
/proc/19189/task/19199/stat : 19199 (java) S 19187 19189 19164 0 -1 4202560 6377 0 0 0 329 3 0 0 15 0 16 0 11557783 1582055424 117656 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19200] ppid=19187 vsize=1544976 CPUtime=0
/proc/19189/task/19200/stat : 19200 (java) S 19187 19189 19164 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 11557783 1582055424 117656 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19201] ppid=19187 vsize=1544976 CPUtime=0
/proc/19189/task/19201/stat : 19201 (java) S 19187 19189 19164 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 11557783 1582055424 117656 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19202] ppid=19187 vsize=1544976 CPUtime=764.13
/proc/19189/task/19202/stat : 19202 (java) R 19187 19189 19164 0 -1 4202560 523 0 0 0 76400 13 0 0 25 0 16 0 11558303 1582055424 117656 1992294400 134512640 134550932 4291761760 18446744073709551615 4110101206 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19189/tid=19203] ppid=19187 vsize=1544976 CPUtime=763.81
/proc/19189/task/19203/stat : 19203 (java) R 19187 19189 19164 0 -1 4202560 465 0 0 0 76367 14 0 0 25 0 16 0 11558303 1582055424 117656 1992294400 134512640 134550932 4291761760 18446744073709551615 4110075331 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19189/tid=19204] ppid=19187 vsize=1544976 CPUtime=0
/proc/19189/task/19204/stat : 19204 (java) S 19187 19189 19164 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 16 0 11558323 1582055424 117656 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19205] ppid=19187 vsize=1544976 CPUtime=0
/proc/19189/task/19205/stat : 19205 (java) S 19187 19189 19164 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 11558327 1582055424 117656 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1603.19
Current children cumulated vsize (KiB) 1544976

[startup+882.31 s]
/proc/loadavg: 2.01 2.03 2.02 3/122 19229
/proc/meminfo: memFree=999484/2059040 swapFree=4192956/4192956
[pid=19189] ppid=19187 vsize=1544976 CPUtime=1720.53
/proc/19189/stat : 19189 (java) S 19187 19189 19164 0 -1 4202496 150406 0 94 0 171892 161 0 0 16 0 16 0 11557753 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/19189/statm: 386244 118916 1450 10 0 383547 0
[pid=19189/tid=19191] ppid=19187 vsize=1544976 CPUtime=4.21
/proc/19189/task/19191/stat : 19191 (java) S 19187 19189 19164 0 -1 4202560 32021 0 60 0 405 16 0 0 15 0 16 0 11557765 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 12
[pid=19189/tid=19192] ppid=19187 vsize=1544976 CPUtime=22.15
/proc/19189/task/19192/stat : 19192 (java) S 19187 19189 19164 0 -1 4202560 43151 0 0 0 2167 48 0 0 15 0 16 0 11557771 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19193] ppid=19187 vsize=1544976 CPUtime=22.24
/proc/19189/task/19193/stat : 19193 (java) S 19187 19189 19164 0 -1 4202560 41425 0 0 0 2188 36 0 0 16 0 16 0 11557771 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19194] ppid=19187 vsize=1544976 CPUtime=25.03
/proc/19189/task/19194/stat : 19194 (java) S 19187 19189 19164 0 -1 4202560 18313 0 0 0 2483 20 0 0 15 0 16 0 11557775 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 0 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19195] ppid=19187 vsize=1544976 CPUtime=0
/proc/19189/task/19195/stat : 19195 (java) S 19187 19189 19164 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 11557775 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19196] ppid=19187 vsize=1544976 CPUtime=0
/proc/19189/task/19196/stat : 19196 (java) S 19187 19189 19164 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11557775 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19197] ppid=19187 vsize=1544976 CPUtime=0
/proc/19189/task/19197/stat : 19197 (java) S 19187 19189 19164 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 16 0 11557783 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19198] ppid=19187 vsize=1544976 CPUtime=2.67
/proc/19189/task/19198/stat : 19198 (java) S 19187 19189 19164 0 -1 4202560 6992 0 0 0 264 3 0 0 15 0 16 0 11557783 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19199] ppid=19187 vsize=1544976 CPUtime=3.32
/proc/19189/task/19199/stat : 19199 (java) S 19187 19189 19164 0 -1 4202560 6377 0 0 0 329 3 0 0 15 0 16 0 11557783 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19200] ppid=19187 vsize=1544976 CPUtime=0
/proc/19189/task/19200/stat : 19200 (java) S 19187 19189 19164 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 11557783 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19201] ppid=19187 vsize=1544976 CPUtime=0
/proc/19189/task/19201/stat : 19201 (java) S 19187 19189 19164 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 11557783 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19202] ppid=19187 vsize=1544976 CPUtime=820.71
/proc/19189/task/19202/stat : 19202 (java) R 19187 19189 19164 0 -1 4202560 548 0 0 0 82056 15 0 0 25 0 16 0 11558303 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4110095469 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19189/tid=19203] ppid=19187 vsize=1544976 CPUtime=820.1
/proc/19189/task/19203/stat : 19203 (java) R 19187 19189 19164 0 -1 4202560 488 0 0 0 81996 14 0 0 25 0 16 0 11558303 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4110148733 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19189/tid=19204] ppid=19187 vsize=1544976 CPUtime=0
/proc/19189/task/19204/stat : 19204 (java) S 19187 19189 19164 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 16 0 11558323 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19205] ppid=19187 vsize=1544976 CPUtime=0
/proc/19189/task/19205/stat : 19205 (java) S 19187 19189 19164 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 11558327 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1720.53
Current children cumulated vsize (KiB) 1544976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+923.101 s]
/proc/loadavg: 1.94 2.01 2.01 3/122 19229
/proc/meminfo: memFree=999360/2059040 swapFree=4192956/4192956
[pid=19189] ppid=19187 vsize=1544976 CPUtime=1800.08
/proc/19189/stat : 19189 (java) S 19187 19189 19164 0 -1 4202496 152370 0 94 0 179842 166 0 0 16 0 16 0 11557753 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/19189/statm: 386244 118916 1450 10 0 383547 0
[pid=19189/tid=19191] ppid=19187 vsize=1544976 CPUtime=4.21
/proc/19189/task/19191/stat : 19191 (java) S 19187 19189 19164 0 -1 4202560 32022 0 60 0 405 16 0 0 15 0 16 0 11557765 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 12
[pid=19189/tid=19192] ppid=19187 vsize=1544976 CPUtime=23.21
/proc/19189/task/19192/stat : 19192 (java) S 19187 19189 19164 0 -1 4202560 43151 0 0 0 2272 49 0 0 15 0 16 0 11557771 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19193] ppid=19187 vsize=1544976 CPUtime=23.3
/proc/19189/task/19193/stat : 19193 (java) S 19187 19189 19164 0 -1 4202560 41425 0 0 0 2293 37 0 0 16 0 16 0 11557771 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19194] ppid=19187 vsize=1544976 CPUtime=26.37
/proc/19189/task/19194/stat : 19194 (java) S 19187 19189 19164 0 -1 4202560 20239 0 0 0 2616 21 0 0 15 0 16 0 11557775 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 0 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19195] ppid=19187 vsize=1544976 CPUtime=0
/proc/19189/task/19195/stat : 19195 (java) S 19187 19189 19164 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 11557775 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19196] ppid=19187 vsize=1544976 CPUtime=0
/proc/19189/task/19196/stat : 19196 (java) S 19187 19189 19164 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11557775 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19197] ppid=19187 vsize=1544976 CPUtime=0
/proc/19189/task/19197/stat : 19197 (java) S 19187 19189 19164 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 16 0 11557783 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19198] ppid=19187 vsize=1544976 CPUtime=2.67
/proc/19189/task/19198/stat : 19198 (java) S 19187 19189 19164 0 -1 4202560 6992 0 0 0 264 3 0 0 15 0 16 0 11557783 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19199] ppid=19187 vsize=1544976 CPUtime=3.32
/proc/19189/task/19199/stat : 19199 (java) S 19187 19189 19164 0 -1 4202560 6377 0 0 0 329 3 0 0 15 0 16 0 11557783 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19200] ppid=19187 vsize=1544976 CPUtime=0
/proc/19189/task/19200/stat : 19200 (java) S 19187 19189 19164 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 11557783 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19201] ppid=19187 vsize=1544976 CPUtime=0
/proc/19189/task/19201/stat : 19201 (java) S 19187 19189 19164 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 11557783 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19202] ppid=19187 vsize=1544976 CPUtime=858.6
/proc/19189/task/19202/stat : 19202 (java) R 19187 19189 19164 0 -1 4202560 563 0 0 0 85845 15 0 0 25 0 16 0 11558303 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4109596011 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19189/tid=19203] ppid=19187 vsize=1544976 CPUtime=858.27
/proc/19189/task/19203/stat : 19203 (java) R 19187 19189 19164 0 -1 4202560 508 0 0 0 85812 15 0 0 25 0 16 0 11558303 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4110075331 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19189/tid=19204] ppid=19187 vsize=1544976 CPUtime=0
/proc/19189/task/19204/stat : 19204 (java) S 19187 19189 19164 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 16 0 11558323 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19205] ppid=19187 vsize=1544976 CPUtime=0
/proc/19189/task/19205/stat : 19205 (java) S 19187 19189 19164 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 11558327 1582055424 118916 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1544976

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

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

[startup+923.216 s]
/proc/loadavg: 1.94 2.01 2.01 3/122 19229
/proc/meminfo: memFree=999360/2059040 swapFree=4192956/4192956
[pid=19189] ppid=19187 vsize=1545624 CPUtime=1800.29
/proc/19189/stat : 19189 (java) S 19187 19189 19164 0 -1 4202496 152388 0 94 0 179863 166 0 0 15 0 18 0 11557753 1582718976 118933 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/19189/statm: 386406 118933 1450 10 0 383709 0
[pid=19189/tid=19191] ppid=19187 vsize=1545624 CPUtime=4.21
/proc/19189/task/19191/stat : 19191 (java) S 19187 19189 19164 0 -1 4202560 32022 0 60 0 405 16 0 0 15 0 18 0 11557765 1582718976 118933 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 12
[pid=19189/tid=19192] ppid=19187 vsize=1545624 CPUtime=23.24
/proc/19189/task/19192/stat : 19192 (java) S 19187 19189 19164 0 -1 4202560 43151 0 0 0 2275 49 0 0 16 0 18 0 11557771 1582718976 118933 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19193] ppid=19187 vsize=1545624 CPUtime=23.33
/proc/19189/task/19193/stat : 19193 (java) S 19187 19189 19164 0 -1 4202560 41425 0 0 0 2296 37 0 0 16 0 18 0 11557771 1582718976 118933 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19194] ppid=19187 vsize=1545624 CPUtime=26.37
/proc/19189/task/19194/stat : 19194 (java) S 19187 19189 19164 0 -1 4202560 20239 0 0 0 2616 21 0 0 15 0 18 0 11557775 1582718976 118933 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 0 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19195] ppid=19187 vsize=1545624 CPUtime=0
/proc/19189/task/19195/stat : 19195 (java) S 19187 19189 19164 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 11557775 1582718976 118933 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19196] ppid=19187 vsize=1545624 CPUtime=0
/proc/19189/task/19196/stat : 19196 (java) S 19187 19189 19164 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 11557775 1582718976 118933 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19197] ppid=19187 vsize=1545624 CPUtime=0
/proc/19189/task/19197/stat : 19197 (java) S 19187 19189 19164 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 11557783 1582718976 118933 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19198] ppid=19187 vsize=1545624 CPUtime=2.67
/proc/19189/task/19198/stat : 19198 (java) S 19187 19189 19164 0 -1 4202560 6992 0 0 0 264 3 0 0 15 0 18 0 11557783 1582718976 118933 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19199] ppid=19187 vsize=1545624 CPUtime=3.35
/proc/19189/task/19199/stat : 19199 (java) S 19187 19189 19164 0 -1 4202560 6377 0 0 0 332 3 0 0 15 0 18 0 11557783 1582718976 118933 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19200] ppid=19187 vsize=1545624 CPUtime=0
/proc/19189/task/19200/stat : 19200 (java) S 19187 19189 19164 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 11557783 1582718976 118933 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19201] ppid=19187 vsize=1545624 CPUtime=0
/proc/19189/task/19201/stat : 19201 (java) S 19187 19189 19164 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 11557783 1582718976 118933 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 0 0 0 0
[pid=19189/tid=19202] ppid=19187 vsize=1545624 CPUtime=858.64
/proc/19189/task/19202/stat : 19202 (java) R 19187 19189 19164 0 -1 4202560 563 0 0 0 85849 15 0 0 25 0 18 0 11558303 1582718976 118933 1992294400 134512640 134550932 4291761760 18446744073709551615 4110152017 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19189/tid=19203] ppid=19187 vsize=1545624 CPUtime=858.34
/proc/19189/task/19203/stat : 19203 (java) R 19187 19189 19164 0 -1 4202560 508 0 0 0 85819 15 0 0 18 0 18 0 11558303 1582718976 118933 1992294400 134512640 134550932 4291761760 18446744073709551615 4110142220 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19189/tid=19204] ppid=19187 vsize=1545624 CPUtime=0
/proc/19189/task/19204/stat : 19204 (java) S 19187 19189 19164 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 11558323 1582718976 118933 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
[pid=19189/tid=19205] ppid=19187 vsize=1545624 CPUtime=0
/proc/19189/task/19205/stat : 19205 (java) S 19187 19189 19164 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 18 0 11558327 1582718976 118933 1992294400 134512640 134550932 4291761760 18446744073709551615 4294960144 0 4 0 16800975 18446604437846029568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 1545624

Child status: 143
Real time (s): 923.278
CPU time (s): 1800.37
CPU user time (s): 1798.66
CPU system time (s): 1.70874
CPU usage (%): 194.997
Max. virtual memory (cumulated for all children) (KiB): 1551636

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

runsolver used 4.91825 second user time and 10.5304 second system time

The end

Launcher Data

Begin job on node051 at 2010-07-06 18:25:10
IDJOB=2684757
IDBENCH=73545
IDSOLVER=1166
FILE ID=node051/2684757-1278433510
PBS_JOBID= 11233484
Free space on /tmp= 62516 MiB

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

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

MD5SUM BENCH= 9569f42797128c8734a8cda484f54275
RANDOM SEED=1317732678

node051.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1484652 kB
Buffers:        104868 kB
Cached:         338220 kB
SwapCached:          0 kB
Active:         174564 kB
Inactive:       328308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1484652 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7108 kB
Writeback:           0 kB
AnonPages:       59716 kB
Mapped:          14364 kB
Slab:            49524 kB
PageTables:       4156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182480 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= 62512 MiB
End job on node051 at 2010-07-06 18:40:36