Trace number 2662415

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.32 909.823

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=80-sizeP=41-sizeQ=80-898154415-max.opb
MD5SUM6a9fe13a82af2a971b95647e608ff18d
Bench CategoryOPT-BIGINT (optimisation, big 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables3401
Total number of constraints9841
Number of constraints which are clauses9840
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint3280
Number of terms in the objective function 41
Biggest coefficient in the objective function 1099511627776
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 2199023255551
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 664613997892457936451903530140172288
Number of bits of the biggest number in a constraint 120
Biggest sum of numbers in a constraint 2658455991569719978762429512260881840
Number of bits of the biggest sum of numbers121
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.22	
0.25/0.22	c solving HOME/instance-2662415-1276628113.opb
0.25/0.22	c reading problem ... 
2.50/1.43	c ... done. Wall clock time 1.213s.
2.50/1.43	c #vars     3401
2.50/1.43	c #constraints  10662
2.50/1.43	c constraints type 
2.50/1.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3280
2.50/1.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6560
2.50/1.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.50/1.43	c constraints type 
2.50/1.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6560
2.50/1.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3280
2.50/1.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
70.66/35.86	c cleaning 2496 clauses out of 5001 with flag 5001/5001
137.76/69.76	c cleaning 4251 clauses out of 8504 with flag 11000/11000
218.88/110.78	c cleaning 5627 clauses out of 11253 with flag 18000/18000
315.17/159.46	c cleaning 6812 clauses out of 13627 with flag 26001/26001
428.70/216.87	c cleaning 7867 clauses out of 15815 with flag 35001/35001
586.82/296.57	c cleaning 8969 clauses out of 17948 with flag 45001/45001
718.00/362.84	c cleaning 9490 clauses out of 18979 with flag 55001/55001
818.02/413.48	c cleaning 9734 clauses out of 19488 with flag 65000/65000
930.43/470.39	c cleaning 9878 clauses out of 19755 with flag 75001/75001
1069.09/540.43	c cleaning 9931 clauses out of 19878 with flag 85002/85002
1216.13/614.74	c cleaning 9962 clauses out of 19946 with flag 95001/95001
1347.35/681.02	c cleaning 9992 clauses out of 19991 with flag 105008/105008
1489.92/752.97	c cleaning 9992 clauses out of 19992 with flag 115001/115001
1631.75/824.59	c cleaning 9995 clauses out of 20001 with flag 125002/125002
1736.56/877.55	c cleaning 9998 clauses out of 20005 with flag 135001/135001
1800.15/909.72	c starts		: 104
1800.15/909.72	c conflicts		: 140935
1800.15/909.72	c decisions		: 241655
1800.15/909.72	c propagations		: 14161796
1800.15/909.72	c inspects		: 180228741
1800.15/909.72	c learnt literals	: 0
1800.15/909.72	c learnt binary clauses	: 1
1800.15/909.72	c learnt ternary clauses	: 21
1800.15/909.72	c learnt clauses	: 140934
1800.15/909.72	c ignored clauses	: 0
1800.15/909.72	c root simplifications	: 0
1800.15/909.72	c removed literals (reason simplification)	: 92996078
1800.15/909.72	c reason swapping (by a shorter reason)	: 0
1800.15/909.72	c Calls to reduceDB	: 15
1800.15/909.72	c number of reductions to clauses (during analyze)	: 0
1800.15/909.72	c number of learned constraints concerned by reduction	: 0
1800.15/909.72	c number of learning phase by resolution	: 0
1800.15/909.72	c number of learning phase by cutting planes	: 0
1800.15/909.72	c speed (assignments/second)	: 15594.92260239202
1800.15/909.72	c non guided choices	31
1800.15/909.76	c learnt constraints type 
1800.15/909.76	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15944
1800.15/909.76	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.15/909.76	c constraints type 
1800.15/909.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3280
1800.15/909.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6560
1800.15/909.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.15/909.76	c constraints type 
1800.15/909.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6560
1800.15/909.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3280
1800.15/909.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.15/909.76	s UNKNOWN
1800.15/909.76	c Total wall clock time (in seconds): 909.547

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 3971
/proc/meminfo: memFree=1841728/2059040 swapFree=4140108/4192956
[pid=3971] ppid=3969 vsize=1836 CPUtime=0
/proc/3971/stat : 3971 (java6) R 3969 3971 3162 0 -1 4194304 252 0 0 0 0 0 0 0 19 0 1 0 36467068 1880064 155 1992294400 134512640 134550932 4293038048 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3971/statm: 458 154 116 10 0 63 0

[startup+0.0198369 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 3971
/proc/meminfo: memFree=1841728/2059040 swapFree=4140108/4192956
[pid=3971] ppid=3969 vsize=13684 CPUtime=0
/proc/3971/stat : 3971 (java) S 3969 3971 3162 0 -1 4202496 1185 0 0 0 0 0 0 0 18 0 2 0 36467068 14012416 631 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/3971/statm: 3421 631 307 10 0 1206 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13684

[startup+0.100609 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 3971
/proc/meminfo: memFree=1841728/2059040 swapFree=4140108/4192956
[pid=3971] ppid=3969 vsize=1524180 CPUtime=0.08
/proc/3971/stat : 3971 (java) S 3969 3971 3162 0 -1 4202496 3954 0 1 0 6 2 0 0 18 0 12 0 36467068 1560760320 3392 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3971/statm: 381045 3392 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300527 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 3971
/proc/meminfo: memFree=1841728/2059040 swapFree=4140108/4192956
[pid=3971] ppid=3969 vsize=1526092 CPUtime=0.36
/proc/3971/stat : 3971 (java) S 3969 3971 3162 0 -1 4202496 5392 0 1 0 33 3 0 0 18 0 12 0 36467068 1562718208 4828 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3971/statm: 381523 4828 1361 10 0 378826 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526092

[startup+0.700517 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 3971
/proc/meminfo: memFree=1841728/2059040 swapFree=4140108/4192956
[pid=3971] ppid=3969 vsize=1528860 CPUtime=1.12
/proc/3971/stat : 3971 (java) S 3969 3971 3162 0 -1 4202496 7460 0 1 0 108 4 0 0 18 0 12 0 36467068 1565552640 6867 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3971/statm: 382215 6868 1400 10 0 379518 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1528860

[startup+1.5015 s]
/proc/loadavg: 0.92 0.98 0.99 5/119 3983
/proc/meminfo: memFree=1801456/2059040 swapFree=4140108/4192956
[pid=3971] ppid=3969 vsize=1544416 CPUtime=2.7
/proc/3971/stat : 3971 (java) S 3969 3971 3162 0 -1 4202496 17175 0 1 0 261 9 0 0 18 0 13 0 36467068 1581481984 14594 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3971/statm: 386104 14594 1417 10 0 383407 0
[pid=3971/tid=3973] ppid=3969 vsize=1544416 CPUtime=1.24
/proc/3971/task/3973/stat : 3973 (java) S 3969 3971 3162 0 -1 4202560 9403 0 1 0 119 5 0 0 18 0 13 0 36467070 1581481984 14594 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3974] ppid=3969 vsize=1544416 CPUtime=0
/proc/3971/task/3974/stat : 3974 (java) S 3969 3971 3162 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 36467071 1581481984 14594 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3975] ppid=3969 vsize=1544416 CPUtime=0
/proc/3971/task/3975/stat : 3975 (java) S 3969 3971 3162 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 36467071 1581481984 14594 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3976] ppid=3969 vsize=1544416 CPUtime=0
/proc/3971/task/3976/stat : 3976 (java) S 3969 3971 3162 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 36467073 1581481984 14594 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 0 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
[pid=3971/tid=3977] ppid=3969 vsize=1544416 CPUtime=0
/proc/3971/task/3977/stat : 3977 (java) S 3969 3971 3162 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 36467073 1581481984 14594 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3978] ppid=3969 vsize=1544416 CPUtime=0
/proc/3971/task/3978/stat : 3978 (java) S 3969 3971 3162 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 36467073 1581481984 14594 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3979] ppid=3969 vsize=1544416 CPUtime=0
/proc/3971/task/3979/stat : 3979 (java) S 3969 3971 3162 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 36467078 1581481984 14594 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3980] ppid=3969 vsize=1544416 CPUtime=0.87
/proc/3971/task/3980/stat : 3980 (java) R 3969 3971 3162 0 -1 4202560 2671 0 0 0 86 1 0 0 25 0 13 0 36467078 1581481984 14594 1992294400 134512640 134550932 4292582768 18446744073709551615 103371568 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3971/tid=3981] ppid=3969 vsize=1544416 CPUtime=0.56
/proc/3971/task/3981/stat : 3981 (java) R 3969 3971 3162 0 -1 4202560 4034 0 0 0 55 1 0 0 18 0 13 0 36467078 1581481984 14594 1992294400 134512640 134550932 4292582768 18446744073709551615 105876065 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3971/tid=3982] ppid=3969 vsize=1544416 CPUtime=0
/proc/3971/task/3982/stat : 3982 (java) S 3969 3971 3162 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 36467078 1581481984 14594 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3983] ppid=3969 vsize=1544416 CPUtime=0
/proc/3971/task/3983/stat : 3983 (java) S 3969 3971 3162 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 36467078 1581481984 14594 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 1544416

[startup+3.10145 s]
/proc/loadavg: 0.92 0.98 0.99 5/123 3987
/proc/meminfo: memFree=1780592/2059040 swapFree=4140108/4192956
[pid=3971] ppid=3969 vsize=1548208 CPUtime=5.88
/proc/3971/stat : 3971 (java) S 3969 3971 3162 0 -1 4202496 24132 0 1 0 577 11 0 0 18 0 16 0 36467068 1585364992 19207 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3971/statm: 387052 19207 1427 10 0 384355 0
[pid=3971/tid=3973] ppid=3969 vsize=1548208 CPUtime=1.24
/proc/3971/task/3973/stat : 3973 (java) S 3969 3971 3162 0 -1 4202560 9404 0 1 0 119 5 0 0 15 0 16 0 36467070 1585364992 19207 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3974] ppid=3969 vsize=1548208 CPUtime=0
/proc/3971/task/3974/stat : 3974 (java) S 3969 3971 3162 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 36467071 1585364992 19207 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3975] ppid=3969 vsize=1548208 CPUtime=0
/proc/3971/task/3975/stat : 3975 (java) S 3969 3971 3162 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 36467071 1585364992 19207 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3976] ppid=3969 vsize=1548208 CPUtime=0
/proc/3971/task/3976/stat : 3976 (java) S 3969 3971 3162 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 36467073 1585364992 19207 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 0 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
[pid=3971/tid=3977] ppid=3969 vsize=1548208 CPUtime=0
/proc/3971/task/3977/stat : 3977 (java) S 3969 3971 3162 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 36467073 1585364992 19207 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3978] ppid=3969 vsize=1548208 CPUtime=0
/proc/3971/task/3978/stat : 3978 (java) S 3969 3971 3162 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 36467073 1585364992 19207 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3979] ppid=3969 vsize=1548208 CPUtime=0
/proc/3971/task/3979/stat : 3979 (java) S 3969 3971 3162 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36467078 1585364992 19207 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3980] ppid=3969 vsize=1548208 CPUtime=1.56
/proc/3971/task/3980/stat : 3980 (java) S 3969 3971 3162 0 -1 4202560 5818 0 0 0 154 2 0 0 24 0 16 0 36467078 1585364992 19207 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
[pid=3971/tid=3981] ppid=3969 vsize=1548208 CPUtime=1.75
/proc/3971/task/3981/stat : 3981 (java) R 3969 3971 3162 0 -1 4202560 4162 0 0 0 174 1 0 0 16 0 16 0 36467078 1585364992 19207 1992294400 134512640 134550932 4292582768 18446744073709551615 102092480 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3971/tid=3982] ppid=3969 vsize=1548208 CPUtime=0
/proc/3971/task/3982/stat : 3982 (java) S 3969 3971 3162 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36467078 1585364992 19207 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3983] ppid=3969 vsize=1548208 CPUtime=0
/proc/3971/task/3983/stat : 3983 (java) S 3969 3971 3162 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 36467078 1585364992 19207 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
[pid=3971/tid=3984] ppid=3969 vsize=1548208 CPUtime=0.89
/proc/3971/task/3984/stat : 3984 (java) R 3969 3971 3162 0 -1 4202560 698 0 0 0 89 0 0 0 21 0 16 0 36467212 1585364992 19207 1992294400 134512640 134550932 4292582768 18446744073709551615 4109045181 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3971/tid=3985] ppid=3969 vsize=1548208 CPUtime=0.39
/proc/3971/task/3985/stat : 3985 (java) R 3969 3971 3162 0 -1 4202560 2974 0 0 0 38 1 0 0 19 0 16 0 36467228 1585364992 19207 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3971/tid=3986] ppid=3969 vsize=1548208 CPUtime=0
/proc/3971/task/3986/stat : 3986 (java) S 3969 3971 3162 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 36467230 1585364992 19207 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3987] ppid=3969 vsize=1548208 CPUtime=0
/proc/3971/task/3987/stat : 3987 (java) S 3969 3971 3162 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 36467243 1585364992 19207 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 1548208

[startup+6.30136 s]
/proc/loadavg: 1.09 1.02 1.01 4/123 3987
/proc/meminfo: memFree=1687964/2059040 swapFree=4140108/4192956
[pid=3971] ppid=3969 vsize=1541292 CPUtime=12.22
/proc/3971/stat : 3971 (java) S 3969 3971 3162 0 -1 4202496 47387 0 1 0 1200 22 0 0 18 0 16 0 36467068 1578283008 39944 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3971/statm: 385323 39944 1437 10 0 382626 0
[pid=3971/tid=3973] ppid=3969 vsize=1541292 CPUtime=1.24
/proc/3971/task/3973/stat : 3973 (java) S 3969 3971 3162 0 -1 4202560 9404 0 1 0 119 5 0 0 15 0 16 0 36467070 1578283008 39944 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3974] ppid=3969 vsize=1541292 CPUtime=0.07
/proc/3971/task/3974/stat : 3974 (java) S 3969 3971 3162 0 -1 4202560 1519 0 0 0 7 0 0 0 16 0 16 0 36467071 1578283008 39944 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3975] ppid=3969 vsize=1541292 CPUtime=0.07
/proc/3971/task/3975/stat : 3975 (java) S 3969 3971 3162 0 -1 4202560 1619 0 0 0 6 1 0 0 16 0 16 0 36467071 1578283008 39944 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
[pid=3971/tid=3976] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3976/stat : 3976 (java) S 3969 3971 3162 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 16 0 36467073 1578283008 39944 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 0 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
[pid=3971/tid=3977] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3977/stat : 3977 (java) S 3969 3971 3162 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 36467073 1578283008 39944 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3978] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3978/stat : 3978 (java) S 3969 3971 3162 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 36467073 1578283008 39944 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3979] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3979/stat : 3979 (java) S 3969 3971 3162 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36467078 1578283008 39944 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3980] ppid=3969 vsize=1541292 CPUtime=1.59
/proc/3971/task/3980/stat : 3980 (java) S 3969 3971 3162 0 -1 4202560 5821 0 0 0 157 2 0 0 18 0 16 0 36467078 1578283008 39944 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
[pid=3971/tid=3981] ppid=3969 vsize=1541292 CPUtime=2.67
/proc/3971/task/3981/stat : 3981 (java) S 3969 3971 3162 0 -1 4202560 5218 0 0 0 265 2 0 0 15 0 16 0 36467078 1578283008 39944 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3982] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3982/stat : 3982 (java) S 3969 3971 3162 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36467078 1578283008 39944 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3983] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3983/stat : 3983 (java) S 3969 3971 3162 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 36467078 1578283008 39944 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
[pid=3971/tid=3984] ppid=3969 vsize=1541292 CPUtime=3.91
/proc/3971/task/3984/stat : 3984 (java) R 3969 3971 3162 0 -1 4202560 1302 0 0 0 391 0 0 0 25 0 16 0 36467212 1578283008 39944 1992294400 134512640 134550932 4292582768 18446744073709551615 4109045181 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3971/tid=3985] ppid=3969 vsize=1541292 CPUtime=2.58
/proc/3971/task/3985/stat : 3985 (java) R 3969 3971 3162 0 -1 4202560 21408 0 0 0 250 8 0 0 25 0 16 0 36467228 1578283008 39944 1992294400 134512640 134550932 4292582768 18446744073709551615 4109596478 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3971/tid=3986] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3986/stat : 3986 (java) S 3969 3971 3162 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 36467230 1578283008 39944 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3987] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3987/stat : 3987 (java) S 3969 3971 3162 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 36467243 1578283008 39944 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 1541292

[startup+12.7012 s]
/proc/loadavg: 1.24 1.05 1.02 3/123 3989
/proc/meminfo: memFree=1648160/2059040 swapFree=4140108/4192956
[pid=3971] ppid=3969 vsize=1541292 CPUtime=24.89
/proc/3971/stat : 3971 (java) S 3969 3971 3162 0 -1 4202496 57488 0 1 0 2462 27 0 0 18 0 16 0 36467068 1578283008 49462 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3971/statm: 385323 49462 1437 10 0 382626 0
[pid=3971/tid=3973] ppid=3969 vsize=1541292 CPUtime=1.24
/proc/3971/task/3973/stat : 3973 (java) S 3969 3971 3162 0 -1 4202560 9404 0 1 0 119 5 0 0 15 0 16 0 36467070 1578283008 49462 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3974] ppid=3969 vsize=1541292 CPUtime=0.17
/proc/3971/task/3974/stat : 3974 (java) S 3969 3971 3162 0 -1 4202560 4875 0 0 0 15 2 0 0 16 0 16 0 36467071 1578283008 49462 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
[pid=3971/tid=3975] ppid=3969 vsize=1541292 CPUtime=0.16
/proc/3971/task/3975/stat : 3975 (java) S 3969 3971 3162 0 -1 4202560 5117 0 0 0 14 2 0 0 16 0 16 0 36467071 1578283008 49462 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3976] ppid=3969 vsize=1541292 CPUtime=0.01
/proc/3971/task/3976/stat : 3976 (java) S 3969 3971 3162 0 -1 4202560 24 0 0 0 1 0 0 0 15 0 16 0 36467073 1578283008 49462 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 0 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3977] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3977/stat : 3977 (java) S 3969 3971 3162 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 36467073 1578283008 49462 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3978] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3978/stat : 3978 (java) S 3969 3971 3162 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 36467073 1578283008 49462 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3979] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3979/stat : 3979 (java) S 3969 3971 3162 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36467078 1578283008 49462 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3980] ppid=3969 vsize=1541292 CPUtime=1.59
/proc/3971/task/3980/stat : 3980 (java) S 3969 3971 3162 0 -1 4202560 5821 0 0 0 157 2 0 0 18 0 16 0 36467078 1578283008 49462 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
[pid=3971/tid=3981] ppid=3969 vsize=1541292 CPUtime=3.01
/proc/3971/task/3981/stat : 3981 (java) S 3969 3971 3162 0 -1 4202560 5219 0 0 0 299 2 0 0 15 0 16 0 36467078 1578283008 49462 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3982] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3982/stat : 3982 (java) S 3969 3971 3162 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36467078 1578283008 49462 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3983] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3983/stat : 3983 (java) S 3969 3971 3162 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 36467078 1578283008 49462 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3984] ppid=3969 vsize=1541292 CPUtime=10.09
/proc/3971/task/3984/stat : 3984 (java) R 3969 3971 3162 0 -1 4202560 1302 0 0 0 1009 0 0 0 25 0 16 0 36467212 1578283008 49462 1992294400 134512640 134550932 4292582768 18446744073709551615 4109371052 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3971/tid=3985] ppid=3969 vsize=1541292 CPUtime=8.53
/proc/3971/task/3985/stat : 3985 (java) R 3969 3971 3162 0 -1 4202560 24651 0 0 0 843 10 0 0 25 0 16 0 36467228 1578283008 49462 1992294400 134512640 134550932 4292582768 18446744073709551615 4109169466 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3971/tid=3986] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3986/stat : 3986 (java) S 3969 3971 3162 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 36467230 1578283008 49462 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3987] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3987/stat : 3987 (java) S 3969 3971 3162 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 36467243 1578283008 49462 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0

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

/proc/3971/statm: 385323 105859 1450 10 0 382626 0
[pid=3971/tid=3973] ppid=3969 vsize=1541292 CPUtime=1.24
/proc/3971/task/3973/stat : 3973 (java) S 3969 3971 3162 0 -1 4202560 9408 0 1 0 119 5 0 0 15 0 16 0 36467070 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3974] ppid=3969 vsize=1541292 CPUtime=5.58
/proc/3971/task/3974/stat : 3974 (java) S 3969 3971 3162 0 -1 4202560 36603 0 0 0 538 20 0 0 16 0 16 0 36467071 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3975] ppid=3969 vsize=1541292 CPUtime=5.57
/proc/3971/task/3975/stat : 3975 (java) S 3969 3971 3162 0 -1 4202560 37825 0 0 0 534 23 0 0 15 0 16 0 36467071 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
[pid=3971/tid=3976] ppid=3969 vsize=1541292 CPUtime=3.96
/proc/3971/task/3976/stat : 3976 (java) S 3969 3971 3162 0 -1 4202560 70 0 0 0 388 8 0 0 15 0 16 0 36467073 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 0 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3977] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3977/stat : 3977 (java) S 3969 3971 3162 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 36467073 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3978] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3978/stat : 3978 (java) S 3969 3971 3162 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 36467073 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3979] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3979/stat : 3979 (java) S 3969 3971 3162 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36467078 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3980] ppid=3969 vsize=1541292 CPUtime=2.01
/proc/3971/task/3980/stat : 3980 (java) S 3969 3971 3162 0 -1 4202560 5829 0 0 0 199 2 0 0 15 0 16 0 36467078 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
[pid=3971/tid=3981] ppid=3969 vsize=1541292 CPUtime=3.14
/proc/3971/task/3981/stat : 3981 (java) S 3969 3971 3162 0 -1 4202560 5227 0 0 0 312 2 0 0 15 0 16 0 36467078 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3982] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3982/stat : 3982 (java) S 3969 3971 3162 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36467078 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3983] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3983/stat : 3983 (java) S 3969 3971 3162 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 16 0 36467078 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
[pid=3971/tid=3984] ppid=3969 vsize=1541292 CPUtime=743.31
/proc/3971/task/3984/stat : 3984 (java) R 3969 3971 3162 0 -1 4202560 1631 0 0 0 74310 21 0 0 25 0 16 0 36467212 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4109373747 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3971/tid=3985] ppid=3969 vsize=1541292 CPUtime=743.33
/proc/3971/task/3985/stat : 3985 (java) R 3969 3971 3162 0 -1 4202560 25125 0 0 0 74306 27 0 0 25 0 16 0 36467228 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4109782456 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3971/tid=3986] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3986/stat : 3986 (java) S 3969 3971 3162 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 36467230 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3987] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3987/stat : 3987 (java) S 3969 3971 3162 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 36467243 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1508.24
Current children cumulated vsize (KiB) 1541292

[startup+822.301 s]
/proc/loadavg: 2.12 2.07 1.65 3/123 4018
/proc/meminfo: memFree=1420992/2059040 swapFree=4140108/4192956
[pid=3971] ppid=3969 vsize=1541292 CPUtime=1627.37
/proc/3971/stat : 3971 (java) S 3969 3971 3162 0 -1 4202496 122877 0 1 0 162620 117 0 0 18 0 16 0 36467068 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3971/statm: 385323 105859 1450 10 0 382626 0
[pid=3971/tid=3973] ppid=3969 vsize=1541292 CPUtime=1.24
/proc/3971/task/3973/stat : 3973 (java) S 3969 3971 3162 0 -1 4202560 9408 0 1 0 119 5 0 0 15 0 16 0 36467070 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3974] ppid=3969 vsize=1541292 CPUtime=5.93
/proc/3971/task/3974/stat : 3974 (java) S 3969 3971 3162 0 -1 4202560 36603 0 0 0 572 21 0 0 15 0 16 0 36467071 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3975] ppid=3969 vsize=1541292 CPUtime=5.91
/proc/3971/task/3975/stat : 3975 (java) S 3969 3971 3162 0 -1 4202560 37825 0 0 0 568 23 0 0 16 0 16 0 36467071 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
[pid=3971/tid=3976] ppid=3969 vsize=1541292 CPUtime=3.98
/proc/3971/task/3976/stat : 3976 (java) S 3969 3971 3162 0 -1 4202560 74 0 0 0 390 8 0 0 15 0 16 0 36467073 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 0 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3977] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3977/stat : 3977 (java) S 3969 3971 3162 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 36467073 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3978] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3978/stat : 3978 (java) S 3969 3971 3162 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 36467073 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3979] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3979/stat : 3979 (java) S 3969 3971 3162 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36467078 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3980] ppid=3969 vsize=1541292 CPUtime=2.01
/proc/3971/task/3980/stat : 3980 (java) S 3969 3971 3162 0 -1 4202560 5829 0 0 0 199 2 0 0 15 0 16 0 36467078 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
[pid=3971/tid=3981] ppid=3969 vsize=1541292 CPUtime=3.14
/proc/3971/task/3981/stat : 3981 (java) S 3969 3971 3162 0 -1 4202560 5227 0 0 0 312 2 0 0 15 0 16 0 36467078 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3982] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3982/stat : 3982 (java) S 3969 3971 3162 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36467078 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3983] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3983/stat : 3983 (java) S 3969 3971 3162 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 36467078 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
[pid=3971/tid=3984] ppid=3969 vsize=1541292 CPUtime=802.45
/proc/3971/task/3984/stat : 3984 (java) R 3969 3971 3162 0 -1 4202560 1641 0 0 0 80223 22 0 0 25 0 16 0 36467212 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4108893121 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3971/tid=3985] ppid=3969 vsize=1541292 CPUtime=802.62
/proc/3971/task/3985/stat : 3985 (java) R 3969 3971 3162 0 -1 4202560 25148 0 0 0 80233 29 0 0 25 0 16 0 36467228 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4109821728 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3971/tid=3986] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3986/stat : 3986 (java) S 3969 3971 3162 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 36467230 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3987] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3987/stat : 3987 (java) S 3969 3971 3162 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 36467243 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1627.37
Current children cumulated vsize (KiB) 1541292

[startup+882.302 s]
/proc/loadavg: 2.04 2.05 1.66 3/123 4020
/proc/meminfo: memFree=1420868/2059040 swapFree=4140108/4192956
[pid=3971] ppid=3969 vsize=1541292 CPUtime=1745.73
/proc/3971/stat : 3971 (java) S 3969 3971 3162 0 -1 4202496 122926 0 1 0 174453 120 0 0 18 0 16 0 36467068 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3971/statm: 385323 105859 1450 10 0 382626 0
[pid=3971/tid=3973] ppid=3969 vsize=1541292 CPUtime=1.24
/proc/3971/task/3973/stat : 3973 (java) S 3969 3971 3162 0 -1 4202560 9408 0 1 0 119 5 0 0 15 0 16 0 36467070 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3974] ppid=3969 vsize=1541292 CPUtime=6.36
/proc/3971/task/3974/stat : 3974 (java) S 3969 3971 3162 0 -1 4202560 36603 0 0 0 615 21 0 0 16 0 16 0 36467071 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3975] ppid=3969 vsize=1541292 CPUtime=6.35
/proc/3971/task/3975/stat : 3975 (java) S 3969 3971 3162 0 -1 4202560 37825 0 0 0 612 23 0 0 16 0 16 0 36467071 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
[pid=3971/tid=3976] ppid=3969 vsize=1541292 CPUtime=4.69
/proc/3971/task/3976/stat : 3976 (java) S 3969 3971 3162 0 -1 4202560 77 0 0 0 461 8 0 0 15 0 16 0 36467073 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 0 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
[pid=3971/tid=3977] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3977/stat : 3977 (java) S 3969 3971 3162 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 36467073 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3978] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3978/stat : 3978 (java) S 3969 3971 3162 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 36467073 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3979] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3979/stat : 3979 (java) S 3969 3971 3162 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36467078 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3980] ppid=3969 vsize=1541292 CPUtime=2.05
/proc/3971/task/3980/stat : 3980 (java) S 3969 3971 3162 0 -1 4202560 5830 0 0 0 203 2 0 0 15 0 16 0 36467078 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
[pid=3971/tid=3981] ppid=3969 vsize=1541292 CPUtime=3.14
/proc/3971/task/3981/stat : 3981 (java) S 3969 3971 3162 0 -1 4202560 5227 0 0 0 312 2 0 0 15 0 16 0 36467078 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3982] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3982/stat : 3982 (java) S 3969 3971 3162 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36467078 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3983] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3983/stat : 3983 (java) S 3969 3971 3162 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 36467078 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3984] ppid=3969 vsize=1541292 CPUtime=860.63
/proc/3971/task/3984/stat : 3984 (java) R 3969 3971 3162 0 -1 4202560 1665 0 0 0 86040 23 0 0 25 0 16 0 36467212 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4108893206 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3971/tid=3985] ppid=3969 vsize=1541292 CPUtime=861.17
/proc/3971/task/3985/stat : 3985 (java) R 3969 3971 3162 0 -1 4202560 25165 0 0 0 86087 30 0 0 25 0 16 0 36467228 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4109045181 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3971/tid=3986] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3986/stat : 3986 (java) S 3969 3971 3162 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 36467230 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3987] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3987/stat : 3987 (java) S 3969 3971 3162 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 36467243 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1745.73
Current children cumulated vsize (KiB) 1541292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+909.709 s]
/proc/loadavg: 2.02 2.05 1.67 3/123 4020
/proc/meminfo: memFree=1420868/2059040 swapFree=4140108/4192956
[pid=3971] ppid=3969 vsize=1541292 CPUtime=1800.15
/proc/3971/stat : 3971 (java) S 3969 3971 3162 0 -1 4202496 122949 0 1 0 179892 123 0 0 18 0 16 0 36467068 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3971/statm: 385323 105859 1450 10 0 382626 0
[pid=3971/tid=3973] ppid=3969 vsize=1541292 CPUtime=1.24
/proc/3971/task/3973/stat : 3973 (java) S 3969 3971 3162 0 -1 4202560 9408 0 1 0 119 5 0 0 15 0 16 0 36467070 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3974] ppid=3969 vsize=1541292 CPUtime=6.55
/proc/3971/task/3974/stat : 3974 (java) S 3969 3971 3162 0 -1 4202560 36603 0 0 0 633 22 0 0 16 0 16 0 36467071 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3975] ppid=3969 vsize=1541292 CPUtime=6.54
/proc/3971/task/3975/stat : 3975 (java) S 3969 3971 3162 0 -1 4202560 37825 0 0 0 630 24 0 0 16 0 16 0 36467071 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
[pid=3971/tid=3976] ppid=3969 vsize=1541292 CPUtime=4.71
/proc/3971/task/3976/stat : 3976 (java) S 3969 3971 3162 0 -1 4202560 77 0 0 0 463 8 0 0 15 0 16 0 36467073 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 0 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
[pid=3971/tid=3977] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3977/stat : 3977 (java) S 3969 3971 3162 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 36467073 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3978] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3978/stat : 3978 (java) S 3969 3971 3162 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 36467073 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3979] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3979/stat : 3979 (java) S 3969 3971 3162 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36467078 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3980] ppid=3969 vsize=1541292 CPUtime=2.05
/proc/3971/task/3980/stat : 3980 (java) S 3969 3971 3162 0 -1 4202560 5830 0 0 0 203 2 0 0 15 0 16 0 36467078 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
[pid=3971/tid=3981] ppid=3969 vsize=1541292 CPUtime=3.14
/proc/3971/task/3981/stat : 3981 (java) S 3969 3971 3162 0 -1 4202560 5227 0 0 0 312 2 0 0 15 0 16 0 36467078 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3982] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3982/stat : 3982 (java) S 3969 3971 3162 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36467078 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3983] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3983/stat : 3983 (java) R 3969 3971 3162 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 36467078 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3971/tid=3984] ppid=3969 vsize=1541292 CPUtime=887.83
/proc/3971/task/3984/stat : 3984 (java) R 3969 3971 3162 0 -1 4202560 1677 0 0 0 88760 23 0 0 25 0 16 0 36467212 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4109176352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3971/tid=3985] ppid=3969 vsize=1541292 CPUtime=888
/proc/3971/task/3985/stat : 3985 (java) R 3969 3971 3162 0 -1 4202560 25176 0 0 0 88768 32 0 0 25 0 16 0 36467228 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4108927539 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3971/tid=3986] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3986/stat : 3986 (java) S 3969 3971 3162 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 36467230 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 0 0 0 0
[pid=3971/tid=3987] ppid=3969 vsize=1541292 CPUtime=0
/proc/3971/task/3987/stat : 3987 (java) S 3969 3971 3162 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 36467243 1578283008 105859 1992294400 134512640 134550932 4292582768 18446744073709551615 4294960144 0 4 0 16800975 18446604437845344704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 1541292

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

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

[startup+909.816 s]
/proc/loadavg: 2.02 2.05 1.67 3/123 4020
/proc/meminfo: memFree=1420868/2059040 swapFree=4140108/4192956
[pid=3971] ppid=3969 vsize=0 CPUtime=1800.3
/proc/3971/stat : 3971 (java) Z 3969 3971 3162 0 -1 4203548 122970 0 1 0 179904 126 0 0 17 0 2 0 36467068 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3971/statm: 0 0 0 0 0 0 0
[pid=3971/tid=3984] ppid=3969 vsize=0 CPUtime=887.91
/proc/3971/task/3984/stat : 3984 (java) R 3969 3971 3162 0 -1 4203588 1677 0 0 0 88764 27 0 0 25 0 2 0 36467212 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 909.823
CPU time (s): 1800.32
CPU user time (s): 1799.04
CPU system time (s): 1.27481
CPU usage (%): 197.876
Max. virtual memory (cumulated for all children) (KiB): 1550472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
system time used= 1.27481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122970
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= 29062
involuntary context switches= 53613

runsolver used 4.13037 second user time and 9.38357 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-15 20:55:13
IDJOB=2662415
IDBENCH=3034
IDSOLVER=1166
FILE ID=node025/2662415-1276628113
PBS_JOBID= 11172301
Free space on /tmp= 62580 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=80-sizeP=41-sizeQ=80-898154415-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662415-1276628113/watcher-2662415-1276628113 -o /tmp/evaluation-result-2662415-1276628113/solver-2662415-1276628113 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662415-1276628113.opb

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

MD5SUM BENCH= 6a9fe13a82af2a971b95647e608ff18d
RANDOM SEED=537631364

node025.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.242
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.48
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.242
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1842000 kB
Buffers:         29044 kB
Cached:          99332 kB
SwapCached:       7108 kB
Active:          62796 kB
Inactive:        79880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1842000 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:             668 kB
Writeback:           0 kB
AnonPages:       11920 kB
Mapped:          13076 kB
Slab:            52104 kB
PageTables:       4096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181940 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= 62580 MiB
End job on node025 at 2010-06-15 21:10:25