Trace number 2662121

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.36 920.985

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g250.29.opb
MD5SUMb0a7c1cc13cb603591c6d50e3dba1a47
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14500
Total number of constraints461872
Number of constraints which are clauses461872
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint29
Number of terms in the objective function 14500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 14500
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 14500
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.25/0.22	c Pseudo Boolean Optimization
0.25/0.22	c ManyCore solver with 2 solvers running in parallel
0.25/0.22	c --- Begin Solver configuration ---
0.25/0.22	c Stops conflict analysis at the first Unique Implication Point
0.25/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.22	c Learn all clauses as in MiniSAT
0.25/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.22	c Expensive reason simplification
0.25/0.22	c Armin Biere (Picosat) restarts strategy
0.25/0.22	c Glucose learned constraints deletion strategy
0.25/0.22	c timeout=2147483s
0.25/0.22	c DB Simplification allowed=false
0.25/0.22	c --- End Solver configuration ---
0.25/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.22	c --- Begin Solver configuration ---
0.25/0.22	c Stops conflict analysis at the first Unique Implication Point
0.25/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.22	c Learn all clauses as in MiniSAT
0.25/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.22	c No reason simplification
0.25/0.22	c Armin Biere (Picosat) restarts strategy
0.25/0.22	c Glucose learned constraints deletion strategy
0.25/0.22	c timeout=2147483s
0.25/0.22	c DB Simplification allowed=false
0.25/0.22	c --- End Solver configuration ---
0.25/0.22	
0.25/0.22	c solving HOME/instance-2662121-1276417708.opb
0.25/0.22	c reading problem ... 
8.55/6.82	c ... done. Wall clock time 6.594s.
8.55/6.82	c #vars     14500
8.55/6.82	c #constraints  461872
8.55/6.82	c constraints type 
8.55/6.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 250
8.55/6.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 461622
8.55/6.82	c constraints type 
8.55/6.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 461622
8.55/6.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 250
23.94/14.67	c cleaning 0 clauses out of 5001 with flag 0/5001
26.95/16.40	c cleaning 2497 clauses out of 5001 with flag 5001/5001
43.58/24.80	c cleaning 0 clauses out of 11000 with flag 0/11000
49.94/28.24	c cleaning 4249 clauses out of 8505 with flag 11002/11002
76.01/41.66	c cleaning 0 clauses out of 18000 with flag 0/18000
79.97/43.80	c cleaning 5615 clauses out of 11256 with flag 18002/18002
117.05/62.79	c cleaning 0 clauses out of 26001 with flag 0/26001
118.98/63.96	c cleaning 6809 clauses out of 13639 with flag 26000/26000
162.06/85.97	c cleaning 7902 clauses out of 15832 with flag 35002/35002
171.37/90.89	c cleaning 0 clauses out of 35003 with flag 0/35003
204.63/107.87	c cleaning 8937 clauses out of 17929 with flag 45001/45001
221.81/116.78	c cleaning 0 clauses out of 45000 with flag 0/45000
267.65/140.12	c cleaning 9986 clauses out of 19992 with flag 56001/56001
310.58/162.02	c cleaning 0 clauses out of 56002 with flag 0/56002
334.86/174.54	c cleaning 10997 clauses out of 22007 with flag 68002/68002
404.74/210.04	c cleaning 11975 clauses out of 24010 with flag 81002/81002
413.43/214.79	c cleaning 0 clauses out of 68000 with flag 0/68000
485.50/251.38	c cleaning 13006 clauses out of 26033 with flag 95000/95000
542.48/280.36	c cleaning 0 clauses out of 81003 with flag 0/81003
588.13/303.61	c cleaning 13997 clauses out of 28028 with flag 110001/110001
687.14/353.98	c cleaning 0 clauses out of 95000 with flag 0/95000
689.22/355.24	c cleaning 14999 clauses out of 30030 with flag 126000/126000
803.43/413.15	c cleaning 16009 clauses out of 32031 with flag 143000/143000
911.08/467.75	c cleaning 0 clauses out of 110000 with flag 0/110000
920.22/472.78	c cleaning 17004 clauses out of 34022 with flag 161000/161000
1060.14/543.63	c cleaning 17995 clauses out of 36020 with flag 180002/180002
1150.90/589.71	c cleaning 0 clauses out of 126001 with flag 0/126001
1178.79/604.14	c cleaning 18998 clauses out of 38023 with flag 200000/200000
1321.45/677.56	c cleaning 19987 clauses out of 40025 with flag 221000/221000
1378.32/706.59	c cleaning 0 clauses out of 143001 with flag 0/143001
1568.26/802.76	c cleaning 21002 clauses out of 42040 with flag 243002/243002
1638.73/838.66	c cleaning 0 clauses out of 161001 with flag 0/161001
1743.44/891.91	c cleaning 21998 clauses out of 44036 with flag 266000/266000
1800.07/920.82	c starts		: 131
1800.07/920.82	c conflicts		: 275837
1800.07/920.82	c decisions		: 573836
1800.07/920.82	c propagations		: 176844110
1800.07/920.82	c inspects		: 953358383
1800.07/920.82	c learnt literals	: 0
1800.07/920.82	c learnt binary clauses	: 0
1800.07/920.82	c learnt ternary clauses	: 0
1800.07/920.82	c learnt clauses	: 275836
1800.07/920.82	c ignored clauses	: 0
1800.07/920.82	c root simplifications	: 0
1800.07/920.82	c removed literals (reason simplification)	: 3008831
1800.07/920.82	c reason swapping (by a shorter reason)	: 0
1800.07/920.82	c Calls to reduceDB	: 19
1800.07/920.82	c number of reductions to clauses (during analyze)	: 0
1800.07/920.82	c number of learned constraints concerned by reduction	: 0
1800.07/920.82	c number of learning phase by resolution	: 0
1800.07/920.82	c number of learning phase by cutting planes	: 0
1800.07/920.82	c speed (assignments/second)	: 193484.97911364844
1800.07/920.82	c non guided choices	2
1800.07/920.88	c learnt constraints type 
1800.07/920.88	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 31878
1800.07/920.88	c constraints type 
1800.07/920.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 250
1800.07/920.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 461622
1800.07/920.88	c constraints type 
1800.07/920.88	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 461622
1800.07/920.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 250
1800.07/920.88	s UNKNOWN
1800.07/920.88	c Total wall clock time (in seconds): 920.656

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-2662121-1276417708/watcher-2662121-1276417708 -o /tmp/evaluation-result-2662121-1276417708/solver-2662121-1276417708 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662121-1276417708.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.12 1.07 1.01 3/106 21034
/proc/meminfo: memFree=1808060/2059040 swapFree=4140364/4192956
[pid=21034] ppid=21032 vsize=248 CPUtime=0
/proc/21034/stat : 21034 (java) R 21032 21034 20668 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 15422700 253952 28 1992294400 134512640 134550932 4289524128 18446744073709551615 3252702 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21034/statm: 62 28 21 10 0 23 0

[startup+0.0484631 s]
/proc/loadavg: 1.12 1.07 1.01 3/106 21034
/proc/meminfo: memFree=1808060/2059040 swapFree=4140364/4192956
[pid=21034] ppid=21032 vsize=1520500 CPUtime=0.03
/proc/21034/stat : 21034 (java) S 21032 21034 20668 0 -1 4202496 3438 0 1 0 2 1 0 0 18 0 4 0 15422700 1556992000 2881 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 380125 2885 968 10 0 377435 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520500

[startup+0.101467 s]
/proc/loadavg: 1.12 1.07 1.01 3/106 21034
/proc/meminfo: memFree=1808060/2059040 swapFree=4140364/4192956
[pid=21034] ppid=21032 vsize=1523992 CPUtime=0.08
/proc/21034/stat : 21034 (java) S 21032 21034 20668 0 -1 4202496 3912 0 1 0 6 2 0 0 18 0 12 0 15422700 1560567808 3351 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 380998 3352 1062 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523992

[startup+0.301508 s]
/proc/loadavg: 1.12 1.07 1.01 3/106 21034
/proc/meminfo: memFree=1808060/2059040 swapFree=4140364/4192956
[pid=21034] ppid=21032 vsize=1526064 CPUtime=0.35
/proc/21034/stat : 21034 (java) S 21032 21034 20668 0 -1 4202496 5442 0 1 0 32 3 0 0 18 0 12 0 15422700 1562689536 4879 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 381516 4879 1358 10 0 378819 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526064

[startup+0.701587 s]
/proc/loadavg: 1.12 1.07 1.01 3/106 21034
/proc/meminfo: memFree=1808060/2059040 swapFree=4140364/4192956
[pid=21034] ppid=21032 vsize=1529504 CPUtime=1.04
/proc/21034/stat : 21034 (java) S 21032 21034 20668 0 -1 4202496 8628 0 1 0 99 5 0 0 18 0 12 0 15422700 1566212096 7587 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 382376 7587 1396 10 0 379679 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1529504

[startup+1.50173 s]
/proc/loadavg: 1.11 1.07 1.01 4/118 21046
/proc/meminfo: memFree=1771260/2059040 swapFree=4140364/4192956
[pid=21034] ppid=21032 vsize=1535260 CPUtime=2.55
/proc/21034/stat : 21034 (java) S 21032 21034 20668 0 -1 4202496 24802 0 1 0 243 12 0 0 18 0 12 0 15422700 1572106240 22437 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 383815 22437 1407 10 0 381118 0
[pid=21034/tid=21036] ppid=21032 vsize=1535260 CPUtime=1.37
/proc/21034/task/21036/stat : 21036 (java) R 21032 21034 20668 0 -1 4202560 19083 0 1 0 128 9 0 0 18 0 12 0 15422702 1572106240 22437 1992294400 134512640 134550932 4289524128 18446744073709551615 4109498186 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=1535260 CPUtime=0
/proc/21034/task/21037/stat : 21037 (java) S 21032 21034 20668 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 15422703 1572106240 22437 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=1535260 CPUtime=0
/proc/21034/task/21038/stat : 21038 (java) S 21032 21034 20668 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 15422703 1572106240 22437 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21039] ppid=21032 vsize=1535260 CPUtime=0
/proc/21034/task/21039/stat : 21039 (java) S 21032 21034 20668 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 15422705 1572106240 22437 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 0 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21040] ppid=21032 vsize=1535260 CPUtime=0
/proc/21034/task/21040/stat : 21040 (java) S 21032 21034 20668 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 15422706 1572106240 22437 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21041] ppid=21032 vsize=1535260 CPUtime=0
/proc/21034/task/21041/stat : 21041 (java) S 21032 21034 20668 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 15422706 1572106240 22437 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21042] ppid=21032 vsize=1535260 CPUtime=0
/proc/21034/task/21042/stat : 21042 (java) S 21032 21034 20668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 15422710 1572106240 22437 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21043] ppid=21032 vsize=1535260 CPUtime=0.49
/proc/21034/task/21043/stat : 21043 (java) S 21032 21034 20668 0 -1 4202560 3041 0 0 0 48 1 0 0 25 0 12 0 15422710 1572106240 22437 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21044] ppid=21032 vsize=1535260 CPUtime=0.66
/proc/21034/task/21044/stat : 21044 (java) S 21032 21034 20668 0 -1 4202560 1614 0 0 0 66 0 0 0 16 0 12 0 15422710 1572106240 22437 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21045] ppid=21032 vsize=1535260 CPUtime=0
/proc/21034/task/21045/stat : 21045 (java) S 21032 21034 20668 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 15422710 1572106240 22437 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21046] ppid=21032 vsize=1535260 CPUtime=0
/proc/21034/task/21046/stat : 21046 (java) S 21032 21034 20668 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 15422710 1572106240 22437 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 1535260

[startup+3.10102 s]
/proc/loadavg: 1.11 1.07 1.01 2/118 21046
/proc/meminfo: memFree=1661024/2059040 swapFree=4140364/4192956
[pid=21034] ppid=21032 vsize=1535260 CPUtime=4.31
/proc/21034/stat : 21034 (java) S 21032 21034 20668 0 -1 4202496 44885 0 1 0 409 22 0 0 18 0 12 0 15422700 1572106240 42451 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 383815 42451 1417 10 0 381118 0
[pid=21034/tid=21036] ppid=21032 vsize=1535260 CPUtime=2.81
/proc/21034/task/21036/stat : 21036 (java) R 21032 21034 20668 0 -1 4202560 32027 0 1 0 266 15 0 0 18 0 12 0 15422702 1572106240 42451 1992294400 134512640 134550932 4289524128 18446744073709551615 4109498186 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=1535260 CPUtime=0.14
/proc/21034/task/21037/stat : 21037 (java) S 21032 21034 20668 0 -1 4202560 3250 0 0 0 13 1 0 0 18 0 12 0 15422703 1572106240 42451 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=1535260 CPUtime=0.14
/proc/21034/task/21038/stat : 21038 (java) S 21032 21034 20668 0 -1 4202560 3880 0 0 0 13 1 0 0 18 0 12 0 15422703 1572106240 42451 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21039] ppid=21032 vsize=1535260 CPUtime=0
/proc/21034/task/21039/stat : 21039 (java) S 21032 21034 20668 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 15422705 1572106240 42451 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 0 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21040] ppid=21032 vsize=1535260 CPUtime=0
/proc/21034/task/21040/stat : 21040 (java) S 21032 21034 20668 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 15422706 1572106240 42451 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21041] ppid=21032 vsize=1535260 CPUtime=0
/proc/21034/task/21041/stat : 21041 (java) S 21032 21034 20668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 15422706 1572106240 42451 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21042] ppid=21032 vsize=1535260 CPUtime=0
/proc/21034/task/21042/stat : 21042 (java) S 21032 21034 20668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 15422710 1572106240 42451 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21043] ppid=21032 vsize=1535260 CPUtime=0.49
/proc/21034/task/21043/stat : 21043 (java) S 21032 21034 20668 0 -1 4202560 3041 0 0 0 48 1 0 0 25 0 12 0 15422710 1572106240 42451 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21044] ppid=21032 vsize=1535260 CPUtime=0.66
/proc/21034/task/21044/stat : 21044 (java) S 21032 21034 20668 0 -1 4202560 1614 0 0 0 66 0 0 0 16 0 12 0 15422710 1572106240 42451 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21045] ppid=21032 vsize=1535260 CPUtime=0
/proc/21034/task/21045/stat : 21045 (java) S 21032 21034 20668 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 15422710 1572106240 42451 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21046] ppid=21032 vsize=1535260 CPUtime=0
/proc/21034/task/21046/stat : 21046 (java) S 21032 21034 20668 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 15422710 1572106240 42451 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 1535260

[startup+6.3016 s]
/proc/loadavg: 1.11 1.07 1.01 2/118 21046
/proc/meminfo: memFree=1621716/2059040 swapFree=4140364/4192956
[pid=21034] ppid=21032 vsize=1531360 CPUtime=7.88
/proc/21034/stat : 21034 (java) S 21032 21034 20668 0 -1 4202496 53152 0 1 0 761 27 0 0 18 0 12 0 15422700 1568112640 49384 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 382840 49384 1417 10 0 380143 0
[pid=21034/tid=21036] ppid=21032 vsize=1531360 CPUtime=5.56
/proc/21034/task/21036/stat : 21036 (java) R 21032 21034 20668 0 -1 4202560 32031 0 1 0 540 16 0 0 18 0 12 0 15422702 1568112640 49384 1992294400 134512640 134550932 4289524128 18446744073709551615 4109541172 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=1531360 CPUtime=0.56
/proc/21034/task/21037/stat : 21037 (java) S 21032 21034 20668 0 -1 4202560 7354 0 0 0 53 3 0 0 15 0 12 0 15422703 1568112640 49384 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=1531360 CPUtime=0.56
/proc/21034/task/21038/stat : 21038 (java) S 21032 21034 20668 0 -1 4202560 8036 0 0 0 52 4 0 0 16 0 12 0 15422703 1568112640 49384 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21039] ppid=21032 vsize=1531360 CPUtime=0
/proc/21034/task/21039/stat : 21039 (java) S 21032 21034 20668 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 12 0 15422705 1568112640 49384 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 0 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21040] ppid=21032 vsize=1531360 CPUtime=0
/proc/21034/task/21040/stat : 21040 (java) S 21032 21034 20668 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 15422706 1568112640 49384 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21041] ppid=21032 vsize=1531360 CPUtime=0
/proc/21034/task/21041/stat : 21041 (java) S 21032 21034 20668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 15422706 1568112640 49384 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21042] ppid=21032 vsize=1531360 CPUtime=0
/proc/21034/task/21042/stat : 21042 (java) S 21032 21034 20668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 15422710 1568112640 49384 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21043] ppid=21032 vsize=1531360 CPUtime=0.49
/proc/21034/task/21043/stat : 21043 (java) S 21032 21034 20668 0 -1 4202560 3041 0 0 0 48 1 0 0 18 0 12 0 15422710 1568112640 49384 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21044] ppid=21032 vsize=1531360 CPUtime=0.66
/proc/21034/task/21044/stat : 21044 (java) S 21032 21034 20668 0 -1 4202560 1614 0 0 0 66 0 0 0 16 0 12 0 15422710 1568112640 49384 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21045] ppid=21032 vsize=1531360 CPUtime=0
/proc/21034/task/21045/stat : 21045 (java) S 21032 21034 20668 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 15422710 1568112640 49384 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21046] ppid=21032 vsize=1531360 CPUtime=0
/proc/21034/task/21046/stat : 21046 (java) S 21032 21034 20668 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 15422710 1568112640 49384 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 1531360

[startup+12.7028 s]
/proc/loadavg: 1.25 1.10 1.02 4/122 21050
/proc/meminfo: memFree=1568240/2059040 swapFree=4140364/4192956
[pid=21034] ppid=21032 vsize=1533944 CPUtime=20.18
/proc/21034/stat : 21034 (java) S 21032 21034 20668 0 -1 4202496 66133 0 1 0 1984 34 0 0 18 0 16 0 15422700 1570758656 61627 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 383486 61627 1442 10 0 380789 0
[pid=21034/tid=21036] ppid=21032 vsize=1533944 CPUtime=5.89
/proc/21034/task/21036/stat : 21036 (java) S 21032 21034 20668 0 -1 4202560 32057 0 1 0 573 16 0 0 15 0 16 0 15422702 1570758656 61627 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=1533944 CPUtime=1.24
/proc/21034/task/21037/stat : 21037 (java) S 21032 21034 20668 0 -1 4202560 13807 0 0 0 117 7 0 0 15 0 16 0 15422703 1570758656 61627 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=1533944 CPUtime=1.23
/proc/21034/task/21038/stat : 21038 (java) S 21032 21034 20668 0 -1 4202560 14292 0 0 0 116 7 0 0 16 0 16 0 15422703 1570758656 61627 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21039] ppid=21032 vsize=1533944 CPUtime=0
/proc/21034/task/21039/stat : 21039 (java) S 21032 21034 20668 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 16 0 15422705 1570758656 61627 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 0 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21040] ppid=21032 vsize=1533944 CPUtime=0
/proc/21034/task/21040/stat : 21040 (java) S 21032 21034 20668 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 15422706 1570758656 61627 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21041] ppid=21032 vsize=1533944 CPUtime=0
/proc/21034/task/21041/stat : 21041 (java) S 21032 21034 20668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 15422706 1570758656 61627 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21042] ppid=21032 vsize=1533944 CPUtime=0
/proc/21034/task/21042/stat : 21042 (java) S 21032 21034 20668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 15422710 1570758656 61627 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21043] ppid=21032 vsize=1533944 CPUtime=1.67
/proc/21034/task/21043/stat : 21043 (java) S 21032 21034 20668 0 -1 4202560 3126 0 0 0 166 1 0 0 15 0 16 0 15422710 1570758656 61627 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21044] ppid=21032 vsize=1533944 CPUtime=1.17
/proc/21034/task/21044/stat : 21044 (java) S 21032 21034 20668 0 -1 4202560 1708 0 0 0 117 0 0 0 15 0 16 0 15422710 1570758656 61627 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21045] ppid=21032 vsize=1533944 CPUtime=0
/proc/21034/task/21045/stat : 21045 (java) S 21032 21034 20668 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 15422710 1570758656 61627 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21046] ppid=21032 vsize=1533944 CPUtime=0
/proc/21034/task/21046/stat : 21046 (java) S 21032 21034 20668 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 15422710 1570758656 61627 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21047] ppid=21032 vsize=1533944 CPUtime=5.02
/proc/21034/task/21047/stat : 21047 (java) R 21032 21034 20668 0 -1 4202560 24 0 0 0 502 0 0 0 20 0 16 0 15423383 1570758656 61627 1992294400 134512640 134550932 4289524128 18446744073709551615 4109986462 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21034/tid=21048] ppid=21032 vsize=1533944 CPUtime=3.89
/proc/21034/task/21048/stat : 21048 (java) R 21032 21034 20668 0 -1 4202560 34 0 0 0 389 0 0 0 19 0 16 0 15423383 1570758656 61627 1992294400 134512640 134550932 4289524128 18446744073709551615 4110173022 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21034/tid=21049] ppid=21032 vsize=1533944 CPUtime=0
/proc/21034/task/21049/stat : 21049 (java) S 21032 21034 20668 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 15423434 1570758656 61627 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21050] ppid=21032 vsize=1533944 CPUtime=0
/proc/21034/task/21050/stat : 21050 (java) S 21032 21034 20668 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 15423434 1570758656 61627 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.18
Current children cumulated vsize (KiB) 1533944

[startup+25.5021 s]
/proc/loadavg: 1.37 1.13 1.02 2/122 21050
/proc/meminfo: memFree=1535628/2059040 swapFree=4140364/4192956
[pid=21034] ppid=21032 vsize=1540088 CPUtime=44.58
/proc/21034/stat : 21034 (java) S 21032 21034 20668 0 -1 4202496 75016 0 1 0 4418 40 0 0 18 0 16 0 15422700 1577050112 69251 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 385022 69251 1447 10 0 382325 0
[pid=21034/tid=21036] ppid=21032 vsize=1540088 CPUtime=5.89
/proc/21034/task/21036/stat : 21036 (java) S 21032 21034 20668 0 -1 4202560 32058 0 1 0 573 16 0 0 15 0 16 0 15422702 1577050112 69251 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=1540088 CPUtime=1.5
/proc/21034/task/21037/stat : 21037 (java) S 21032 21034 20668 0 -1 4202560 17027 0 0 0 142 8 0 0 16 0 16 0 15422703 1577050112 69251 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=1540088 CPUtime=1.49
/proc/21034/task/21038/stat : 21038 (java) S 21032 21034 20668 0 -1 4202560 17124 0 0 0 139 10 0 0 15 0 16 0 15422703 1577050112 69251 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21039] ppid=21032 vsize=1540088 CPUtime=1.13

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

/proc/21034/task/21049/stat : 21049 (java) S 21032 21034 20668 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 15423434 1573904384 135775 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21050] ppid=21032 vsize=1537016 CPUtime=0
/proc/21034/task/21050/stat : 21050 (java) S 21032 21034 20668 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 15423434 1573904384 135775 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1488.22
Current children cumulated vsize (KiB) 1537016

[startup+822.302 s]
/proc/loadavg: 2.11 2.09 1.64 3/122 21075
/proc/meminfo: memFree=1223892/2059040 swapFree=4140364/4192956
[pid=21034] ppid=21032 vsize=1537016 CPUtime=1606.44
/proc/21034/stat : 21034 (java) S 21032 21034 20668 0 -1 4202496 159688 0 1 0 160522 122 0 0 18 0 16 0 15422700 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 384254 146761 1447 10 0 381557 0
[pid=21034/tid=21036] ppid=21032 vsize=1537016 CPUtime=5.89
/proc/21034/task/21036/stat : 21036 (java) S 21032 21034 20668 0 -1 4202560 32065 0 1 0 573 16 0 0 15 0 16 0 15422702 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=1537016 CPUtime=6.82
/proc/21034/task/21037/stat : 21037 (java) S 21032 21034 20668 0 -1 4202560 59349 0 0 0 651 31 0 0 16 0 16 0 15422703 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=1537016 CPUtime=6.82
/proc/21034/task/21038/stat : 21038 (java) S 21032 21034 20668 0 -1 4202560 58703 0 0 0 650 32 0 0 16 0 16 0 15422703 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21039] ppid=21032 vsize=1537016 CPUtime=16.22
/proc/21034/task/21039/stat : 21039 (java) S 21032 21034 20668 0 -1 4202560 947 0 0 0 1619 3 0 0 15 0 16 0 15422705 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 0 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21040] ppid=21032 vsize=1537016 CPUtime=0
/proc/21034/task/21040/stat : 21040 (java) S 21032 21034 20668 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 15422706 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21041] ppid=21032 vsize=1537016 CPUtime=0
/proc/21034/task/21041/stat : 21041 (java) S 21032 21034 20668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 15422706 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21042] ppid=21032 vsize=1537016 CPUtime=0
/proc/21034/task/21042/stat : 21042 (java) S 21032 21034 20668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 15422710 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21043] ppid=21032 vsize=1537016 CPUtime=1.81
/proc/21034/task/21043/stat : 21043 (java) S 21032 21034 20668 0 -1 4202560 3136 0 0 0 180 1 0 0 16 0 16 0 15422710 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21044] ppid=21032 vsize=1537016 CPUtime=1.91
/proc/21034/task/21044/stat : 21044 (java) S 21032 21034 20668 0 -1 4202560 4034 0 0 0 190 1 0 0 15 0 16 0 15422710 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21045] ppid=21032 vsize=1537016 CPUtime=0
/proc/21034/task/21045/stat : 21045 (java) S 21032 21034 20668 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 15422710 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21046] ppid=21032 vsize=1537016 CPUtime=0
/proc/21034/task/21046/stat : 21046 (java) S 21032 21034 20668 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 15422710 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21047] ppid=21032 vsize=1537016 CPUtime=785.63
/proc/21034/task/21047/stat : 21047 (java) R 21032 21034 20668 0 -1 4202560 218 0 0 0 78549 14 0 0 25 0 16 0 15423383 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4109957387 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21034/tid=21048] ppid=21032 vsize=1537016 CPUtime=781.24
/proc/21034/task/21048/stat : 21048 (java) R 21032 21034 20668 0 -1 4202560 117 0 0 0 78104 20 0 0 25 0 16 0 15423383 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4109930175 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21034/tid=21049] ppid=21032 vsize=1537016 CPUtime=0
/proc/21034/task/21049/stat : 21049 (java) S 21032 21034 20668 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 15423434 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21050] ppid=21032 vsize=1537016 CPUtime=0
/proc/21034/task/21050/stat : 21050 (java) S 21032 21034 20668 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 15423434 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1606.44
Current children cumulated vsize (KiB) 1537016

[startup+882.301 s]
/proc/loadavg: 2.14 2.10 1.67 3/122 21077
/proc/meminfo: memFree=1223768/2059040 swapFree=4140364/4192956
[pid=21034] ppid=21032 vsize=1537016 CPUtime=1724.41
/proc/21034/stat : 21034 (java) S 21032 21034 20668 0 -1 4202496 159720 0 1 0 172314 127 0 0 18 0 16 0 15422700 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 384254 146761 1447 10 0 381557 0
[pid=21034/tid=21036] ppid=21032 vsize=1537016 CPUtime=5.89
/proc/21034/task/21036/stat : 21036 (java) S 21032 21034 20668 0 -1 4202560 32066 0 1 0 573 16 0 0 15 0 16 0 15422702 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=1537016 CPUtime=7.43
/proc/21034/task/21037/stat : 21037 (java) S 21032 21034 20668 0 -1 4202560 59349 0 0 0 711 32 0 0 16 0 16 0 15422703 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=1537016 CPUtime=7.42
/proc/21034/task/21038/stat : 21038 (java) S 21032 21034 20668 0 -1 4202560 58703 0 0 0 709 33 0 0 16 0 16 0 15422703 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21039] ppid=21032 vsize=1537016 CPUtime=17.12
/proc/21034/task/21039/stat : 21039 (java) S 21032 21034 20668 0 -1 4202560 951 0 0 0 1709 3 0 0 15 0 16 0 15422705 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 0 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21040] ppid=21032 vsize=1537016 CPUtime=0
/proc/21034/task/21040/stat : 21040 (java) S 21032 21034 20668 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 15422706 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21041] ppid=21032 vsize=1537016 CPUtime=0
/proc/21034/task/21041/stat : 21041 (java) S 21032 21034 20668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 15422706 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21042] ppid=21032 vsize=1537016 CPUtime=0
/proc/21034/task/21042/stat : 21042 (java) S 21032 21034 20668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 15422710 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21043] ppid=21032 vsize=1537016 CPUtime=1.81
/proc/21034/task/21043/stat : 21043 (java) S 21032 21034 20668 0 -1 4202560 3136 0 0 0 180 1 0 0 16 0 16 0 15422710 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21044] ppid=21032 vsize=1537016 CPUtime=1.91
/proc/21034/task/21044/stat : 21044 (java) S 21032 21034 20668 0 -1 4202560 4034 0 0 0 190 1 0 0 15 0 16 0 15422710 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21045] ppid=21032 vsize=1537016 CPUtime=0
/proc/21034/task/21045/stat : 21045 (java) S 21032 21034 20668 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 15422710 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21046] ppid=21032 vsize=1537016 CPUtime=0
/proc/21034/task/21046/stat : 21046 (java) S 21032 21034 20668 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 15422710 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21047] ppid=21032 vsize=1537016 CPUtime=843.81
/proc/21034/task/21047/stat : 21047 (java) R 21032 21034 20668 0 -1 4202560 241 0 0 0 84365 16 0 0 25 0 16 0 15423383 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4109866040 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21034/tid=21048] ppid=21032 vsize=1537016 CPUtime=838.92
/proc/21034/task/21048/stat : 21048 (java) R 21032 21034 20668 0 -1 4202560 117 0 0 0 83872 20 0 0 25 0 16 0 15423383 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4110005125 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21034/tid=21049] ppid=21032 vsize=1537016 CPUtime=0
/proc/21034/task/21049/stat : 21049 (java) S 21032 21034 20668 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 15423434 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21050] ppid=21032 vsize=1537016 CPUtime=0
/proc/21034/task/21050/stat : 21050 (java) S 21032 21034 20668 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 15423434 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1724.41
Current children cumulated vsize (KiB) 1537016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.802 s]
/proc/loadavg: 2.13 2.10 1.69 3/122 21077
/proc/meminfo: memFree=1223768/2059040 swapFree=4140364/4192956
[pid=21034] ppid=21032 vsize=1537016 CPUtime=1800.07
/proc/21034/stat : 21034 (java) S 21032 21034 20668 0 -1 4202496 159734 0 1 0 179878 129 0 0 18 0 16 0 15422700 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 384254 146761 1447 10 0 381557 0
[pid=21034/tid=21036] ppid=21032 vsize=1537016 CPUtime=5.89
/proc/21034/task/21036/stat : 21036 (java) S 21032 21034 20668 0 -1 4202560 32066 0 1 0 573 16 0 0 15 0 16 0 15422702 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=1537016 CPUtime=7.72
/proc/21034/task/21037/stat : 21037 (java) S 21032 21034 20668 0 -1 4202560 59349 0 0 0 740 32 0 0 16 0 16 0 15422703 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=1537016 CPUtime=7.72
/proc/21034/task/21038/stat : 21038 (java) S 21032 21034 20668 0 -1 4202560 58703 0 0 0 739 33 0 0 16 0 16 0 15422703 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21039] ppid=21032 vsize=1537016 CPUtime=17.78
/proc/21034/task/21039/stat : 21039 (java) S 21032 21034 20668 0 -1 4202560 953 0 0 0 1775 3 0 0 15 0 16 0 15422705 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 0 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21040] ppid=21032 vsize=1537016 CPUtime=0
/proc/21034/task/21040/stat : 21040 (java) S 21032 21034 20668 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 15422706 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21041] ppid=21032 vsize=1537016 CPUtime=0
/proc/21034/task/21041/stat : 21041 (java) S 21032 21034 20668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 15422706 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21042] ppid=21032 vsize=1537016 CPUtime=0
/proc/21034/task/21042/stat : 21042 (java) S 21032 21034 20668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 15422710 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21043] ppid=21032 vsize=1537016 CPUtime=1.81
/proc/21034/task/21043/stat : 21043 (java) S 21032 21034 20668 0 -1 4202560 3136 0 0 0 180 1 0 0 16 0 16 0 15422710 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21044] ppid=21032 vsize=1537016 CPUtime=1.91
/proc/21034/task/21044/stat : 21044 (java) S 21032 21034 20668 0 -1 4202560 4034 0 0 0 190 1 0 0 15 0 16 0 15422710 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21045] ppid=21032 vsize=1537016 CPUtime=0
/proc/21034/task/21045/stat : 21045 (java) S 21032 21034 20668 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 15422710 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21046] ppid=21032 vsize=1537016 CPUtime=0
/proc/21034/task/21046/stat : 21046 (java) S 21032 21034 20668 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 15422710 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21047] ppid=21032 vsize=1537016 CPUtime=881.34
/proc/21034/task/21047/stat : 21047 (java) R 21032 21034 20668 0 -1 4202560 250 0 0 0 88117 17 0 0 25 0 16 0 15423383 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4109930175 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21034/tid=21048] ppid=21032 vsize=1537016 CPUtime=875.79
/proc/21034/task/21048/stat : 21048 (java) R 21032 21034 20668 0 -1 4202560 118 0 0 0 87559 20 0 0 25 0 16 0 15423383 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4109930175 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21034/tid=21049] ppid=21032 vsize=1537016 CPUtime=0
/proc/21034/task/21049/stat : 21049 (java) S 21032 21034 20668 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 15423434 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21050] ppid=21032 vsize=1537016 CPUtime=0
/proc/21034/task/21050/stat : 21050 (java) S 21032 21034 20668 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 15423434 1573904384 146761 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1537016

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

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

[startup+920.917 s]
/proc/loadavg: 2.13 2.10 1.69 3/122 21077
/proc/meminfo: memFree=1223768/2059040 swapFree=4140364/4192956
[pid=21034] ppid=21032 vsize=1537664 CPUtime=1800.28
/proc/21034/stat : 21034 (java) S 21032 21034 20668 0 -1 4202496 159754 0 1 0 179899 129 0 0 18 0 17 0 15422700 1574567936 146781 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 384416 146781 1448 10 0 381719 0
[pid=21034/tid=21036] ppid=21032 vsize=1537664 CPUtime=5.89
/proc/21034/task/21036/stat : 21036 (java) S 21032 21034 20668 0 -1 4202560 32066 0 1 0 573 16 0 0 15 0 17 0 15422702 1574567936 146781 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21037] ppid=21032 vsize=1537664 CPUtime=7.72
/proc/21034/task/21037/stat : 21037 (java) S 21032 21034 20668 0 -1 4202560 59349 0 0 0 740 32 0 0 16 0 17 0 15422703 1574567936 146781 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21038] ppid=21032 vsize=1537664 CPUtime=7.72
/proc/21034/task/21038/stat : 21038 (java) S 21032 21034 20668 0 -1 4202560 58703 0 0 0 739 33 0 0 16 0 17 0 15422703 1574567936 146781 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21039] ppid=21032 vsize=1537664 CPUtime=17.78
/proc/21034/task/21039/stat : 21039 (java) S 21032 21034 20668 0 -1 4202560 953 0 0 0 1775 3 0 0 15 0 17 0 15422705 1574567936 146781 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 0 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21040] ppid=21032 vsize=1537664 CPUtime=0
/proc/21034/task/21040/stat : 21040 (java) S 21032 21034 20668 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 15422706 1574567936 146781 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21041] ppid=21032 vsize=1537664 CPUtime=0
/proc/21034/task/21041/stat : 21041 (java) S 21032 21034 20668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 15422706 1574567936 146781 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21042] ppid=21032 vsize=1537664 CPUtime=0
/proc/21034/task/21042/stat : 21042 (java) S 21032 21034 20668 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 17 0 15422710 1574567936 146781 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21043] ppid=21032 vsize=1537664 CPUtime=1.81
/proc/21034/task/21043/stat : 21043 (java) S 21032 21034 20668 0 -1 4202560 3136 0 0 0 180 1 0 0 16 0 17 0 15422710 1574567936 146781 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21044] ppid=21032 vsize=1537664 CPUtime=1.95
/proc/21034/task/21044/stat : 21044 (java) S 21032 21034 20668 0 -1 4202560 4034 0 0 0 194 1 0 0 15 0 17 0 15422710 1574567936 146781 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21045] ppid=21032 vsize=1537664 CPUtime=0
/proc/21034/task/21045/stat : 21045 (java) S 21032 21034 20668 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 17 0 15422710 1574567936 146781 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
[pid=21034/tid=21046] ppid=21032 vsize=1537664 CPUtime=0
/proc/21034/task/21046/stat : 21046 (java) S 21032 21034 20668 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 17 0 15422710 1574567936 146781 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21047] ppid=21032 vsize=1537664 CPUtime=881.38
/proc/21034/task/21047/stat : 21047 (java) R 21032 21034 20668 0 -1 4202560 250 0 0 0 88121 17 0 0 25 0 17 0 15423383 1574567936 146781 1992294400 134512640 134550932 4289524128 18446744073709551615 4110005052 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21034/tid=21048] ppid=21032 vsize=1537664 CPUtime=875.9
/proc/21034/task/21048/stat : 21048 (java) R 21032 21034 20668 0 -1 4202560 118 0 0 0 87570 20 0 0 25 0 17 0 15423383 1574567936 146781 1992294400 134512640 134550932 4289524128 18446744073709551615 4109930175 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21034/tid=21049] ppid=21032 vsize=1537664 CPUtime=0
/proc/21034/task/21049/stat : 21049 (java) S 21032 21034 20668 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 17 0 15423434 1574567936 146781 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 1 0 0 0
[pid=21034/tid=21050] ppid=21032 vsize=1537664 CPUtime=0
/proc/21034/task/21050/stat : 21050 (java) S 21032 21034 20668 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 17 0 15423434 1574567936 146781 1992294400 134512640 134550932 4289524128 18446744073709551615 4294960144 0 4 0 16800975 18446604437800792128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 1537664

Child status: 143
Real time (s): 920.985
CPU time (s): 1800.36
CPU user time (s): 1799
CPU system time (s): 1.35379
CPU usage (%): 195.482
Max. virtual memory (cumulated for all children) (KiB): 1543804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.35379
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159755
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24111
involuntary context switches= 50924

runsolver used 3.78842 second user time and 11.9632 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-13 10:28:29
IDJOB=2662121
IDBENCH=2058
IDSOLVER=1166
FILE ID=node027/2662121-1276417708
PBS_JOBID= 11173290
Free space on /tmp= 62436 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g250.29.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662121-1276417708/watcher-2662121-1276417708 -o /tmp/evaluation-result-2662121-1276417708/solver-2662121-1276417708 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662121-1276417708.opb

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

MD5SUM BENCH= b0a7c1cc13cb603591c6d50e3dba1a47
RANDOM SEED=1546271871

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1808580 kB
Buffers:         35252 kB
Cached:         135176 kB
SwapCached:       6492 kB
Active:         101176 kB
Inactive:        82676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1808580 kB
SwapTotal:     4192956 kB
SwapFree:      4140364 kB
Dirty:           11956 kB
Writeback:           8 kB
AnonPages:       11056 kB
Mapped:          12940 kB
Slab:            44756 kB
PageTables:       4108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181204 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62436 MiB
End job on node027 at 2010-06-13 10:43:51