Trace number 2685401

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.35 916.373

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j60/
normalized-j6013_2-unsat.opb
MD5SUMc3eb9faf1d58b30f1971366448425ca3
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark61.8236
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12322
Total number of constraints38967
Number of constraints which are clauses38567
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints400
Minimum length of a constraint1
Maximum length of a constraint60
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 394
Number of bits of the biggest sum of numbers9
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.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2685401-1278440832.opb
0.23/0.22	c reading problem ... 
3.46/2.11	c ... done. Wall clock time 1.894s.
3.46/2.11	c #vars     12322
3.46/2.11	c #constraints  35537
3.46/2.11	c constraints type 
3.46/2.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4898
3.46/2.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28970
3.46/2.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 400
3.46/2.12	c constraints type 
3.46/2.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 28970
3.46/2.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4898
3.46/2.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 400
15.14/8.07	c cleaning 2495 clauses out of 5002 with flag 5002/5002
23.75/12.47	c cleaning 4247 clauses out of 8505 with flag 11000/11000
33.94/17.68	c cleaning 5612 clauses out of 11258 with flag 18000/18000
47.43/24.51	c cleaning 6806 clauses out of 13646 with flag 26000/26000
63.09/32.53	c cleaning 7920 clauses out of 15842 with flag 35002/35002
78.58/40.41	c cleaning 8953 clauses out of 17921 with flag 45002/45002
95.43/49.01	c cleaning 9976 clauses out of 19967 with flag 56001/56001
115.03/59.02	c cleaning 10984 clauses out of 21990 with flag 68000/68000
140.30/71.90	c cleaning 11976 clauses out of 24007 with flag 81001/81001
165.02/84.51	c cleaning 12994 clauses out of 26032 with flag 95002/95002
190.93/97.80	c cleaning 14001 clauses out of 28036 with flag 110000/110000
218.99/112.04	c cleaning 15010 clauses out of 30035 with flag 126000/126000
250.73/128.23	c cleaning 15992 clauses out of 32025 with flag 143000/143000
288.08/147.30	c cleaning 16986 clauses out of 34033 with flag 161000/161000
326.41/166.78	c cleaning 18013 clauses out of 36047 with flag 180000/180000
369.87/188.83	c cleaning 19009 clauses out of 38034 with flag 200000/200000
378.75/193.54	c cleaning 0 clauses out of 5001 with flag 0/5001
414.83/211.96	c cleaning 20000 clauses out of 40029 with flag 221004/221004
466.00/237.93	c cleaning 20996 clauses out of 42025 with flag 243000/243000
520.51/265.63	c cleaning 22009 clauses out of 44029 with flag 266000/266000
575.49/293.62	c cleaning 22988 clauses out of 46020 with flag 290000/290000
630.93/321.81	c cleaning 23994 clauses out of 48034 with flag 315002/315002
697.27/355.57	c cleaning 24997 clauses out of 50040 with flag 341002/341002
762.60/388.74	c cleaning 26002 clauses out of 52042 with flag 368001/368001
836.48/426.34	c cleaning 27013 clauses out of 54039 with flag 396000/396000
906.53/461.91	c cleaning 27999 clauses out of 56027 with flag 425001/425001
985.66/502.15	c cleaning 29009 clauses out of 58030 with flag 455003/455003
1073.87/546.96	c cleaning 30004 clauses out of 60021 with flag 486003/486003
1163.09/592.33	c cleaning 30995 clauses out of 62016 with flag 518002/518002
1268.15/645.62	c cleaning 31999 clauses out of 64020 with flag 551001/551001
1378.48/701.63	c cleaning 32961 clauses out of 66020 with flag 585000/585000
1471.55/748.96	c cleaning 34021 clauses out of 68059 with flag 620000/620000
1571.93/800.05	c cleaning 34514 clauses out of 69039 with flag 655001/655001
1675.88/852.85	c cleaning 0 clauses out of 11000 with flag 0/11000
1690.79/860.78	c cleaning 34736 clauses out of 69524 with flag 690000/690000
1800.07/916.22	c starts		: 170
1800.07/916.22	c conflicts		: 721287
1800.07/916.22	c decisions		: 907210
1800.07/916.22	c propagations		: 429238300
1800.07/916.23	c inspects		: 1835687567
1800.07/916.23	c learnt literals	: 1
1800.07/916.23	c learnt binary clauses	: 32
1800.07/916.23	c learnt ternary clauses	: 528
1800.07/916.23	c learnt clauses	: 721286
1800.07/916.23	c ignored clauses	: 0
1800.07/916.23	c root simplifications	: 0
1800.07/916.23	c removed literals (reason simplification)	: 13435858
1800.07/916.23	c reason swapping (by a shorter reason)	: 0
1800.07/916.23	c Calls to reduceDB	: 33
1800.07/916.23	c number of reductions to clauses (during analyze)	: 0
1800.07/916.23	c number of learned constraints concerned by reduction	: 0
1800.07/916.23	c number of learning phase by resolution	: 0
1800.07/916.23	c number of learning phase by cutting planes	: 0
1800.07/916.23	c speed (assignments/second)	: 469570.14973050257
1800.07/916.23	c non guided choices	156
1800.07/916.28	c learnt constraints type 
1800.07/916.28	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 66047
1800.07/916.28	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 32
1800.07/916.28	c constraints type 
1800.07/916.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4898
1800.07/916.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28970
1800.07/916.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 400
1800.07/916.28	c constraints type 
1800.07/916.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 28970
1800.07/916.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4898
1800.07/916.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 400
1800.07/916.28	s UNKNOWN
1800.07/916.28	c Total wall clock time (in seconds): 916.063

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-2685401-1278440832/watcher-2685401-1278440832 -o /tmp/evaluation-result-2685401-1278440832/solver-2685401-1278440832 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2685401-1278440832.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.00 1.01 0.99 3/106 20545
/proc/meminfo: memFree=1458304/2059040 swapFree=4192956/4192956
[pid=20545] ppid=20543 vsize=444 CPUtime=0
/proc/20545/stat : 20545 (java6) R 20543 20545 20026 0 -1 4194304 129 0 0 0 0 0 0 0 19 0 1 0 12290701 454656 48 1992294400 134512640 134550932 4287406672 18446744073709551615 2089556 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20545/statm: 436 50 40 10 0 25 0

[startup+0.0341441 s]
/proc/loadavg: 1.00 1.01 0.99 3/106 20545
/proc/meminfo: memFree=1458304/2059040 swapFree=4192956/4192956
[pid=20545] ppid=20543 vsize=1518368 CPUtime=0.01
/proc/20545/stat : 20545 (java) S 20543 20545 20026 0 -1 4202496 2792 0 1 0 0 1 0 0 15 0 4 0 12290701 1554808832 2235 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/20545/statm: 380044 2503 751 10 0 377354 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.102832 s]
/proc/loadavg: 1.00 1.01 0.99 3/106 20545
/proc/meminfo: memFree=1458304/2059040 swapFree=4192956/4192956
[pid=20545] ppid=20543 vsize=1524180 CPUtime=0.08
/proc/20545/stat : 20545 (java) S 20543 20545 20026 0 -1 4202496 3966 0 1 0 6 2 0 0 15 0 12 0 12290701 1560760320 3405 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20545/statm: 381045 3405 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301831 s]
/proc/loadavg: 1.00 1.01 0.99 3/106 20545
/proc/meminfo: memFree=1458304/2059040 swapFree=4192956/4192956
[pid=20545] ppid=20543 vsize=1526416 CPUtime=0.35
/proc/20545/stat : 20545 (java) S 20543 20545 20026 0 -1 4202496 5518 0 1 0 32 3 0 0 15 0 12 0 12290701 1563049984 4955 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20545/statm: 381604 4955 1361 10 0 378907 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526416

[startup+0.701828 s]
/proc/loadavg: 1.00 1.01 0.99 3/106 20545
/proc/meminfo: memFree=1458304/2059040 swapFree=4192956/4192956
[pid=20545] ppid=20543 vsize=1528204 CPUtime=1.1
/proc/20545/stat : 20545 (java) S 20543 20545 20026 0 -1 4202496 7660 0 1 0 105 5 0 0 15 0 12 0 12290701 1564880896 7018 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20545/statm: 382051 7018 1403 10 0 379354 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1528204

[startup+1.50082 s]
/proc/loadavg: 1.00 1.01 0.99 4/118 20557
/proc/meminfo: memFree=1419768/2059040 swapFree=4192956/4192956
[pid=20545] ppid=20543 vsize=1535216 CPUtime=2.54
/proc/20545/stat : 20545 (java) S 20543 20545 20026 0 -1 4202496 18412 0 1 0 245 9 0 0 15 0 12 0 12290701 1572061184 16980 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20545/statm: 383804 16980 1414 10 0 381107 0
[pid=20545/tid=20547] ppid=20543 vsize=1535216 CPUtime=1.29
/proc/20545/task/20547/stat : 20547 (java) R 20543 20545 20026 0 -1 4202560 13596 0 1 0 123 6 0 0 25 0 12 0 12290703 1572061184 16980 1992294400 134512640 134550932 4289783600 18446744073709551615 4109291406 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20545/tid=20548] ppid=20543 vsize=1535216 CPUtime=0
/proc/20545/task/20548/stat : 20548 (java) S 20543 20545 20026 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 12290704 1572061184 16980 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20549] ppid=20543 vsize=1535216 CPUtime=0
/proc/20545/task/20549/stat : 20549 (java) S 20543 20545 20026 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 12290704 1572061184 16980 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20550] ppid=20543 vsize=1535216 CPUtime=0
/proc/20545/task/20550/stat : 20550 (java) S 20543 20545 20026 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 12290706 1572061184 16980 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 0 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20551] ppid=20543 vsize=1535216 CPUtime=0
/proc/20545/task/20551/stat : 20551 (java) S 20543 20545 20026 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 12290706 1572061184 16980 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20552] ppid=20543 vsize=1535216 CPUtime=0
/proc/20545/task/20552/stat : 20552 (java) S 20543 20545 20026 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 12290706 1572061184 16980 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20553] ppid=20543 vsize=1535216 CPUtime=0
/proc/20545/task/20553/stat : 20553 (java) S 20543 20545 20026 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 12290710 1572061184 16980 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20554] ppid=20543 vsize=1535216 CPUtime=0.23
/proc/20545/task/20554/stat : 20554 (java) S 20543 20545 20026 0 -1 4202560 149 0 0 0 23 0 0 0 22 0 12 0 12290710 1572061184 16980 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20555] ppid=20543 vsize=1535216 CPUtime=0.99
/proc/20545/task/20555/stat : 20555 (java) S 20543 20545 20026 0 -1 4202560 3605 0 0 0 98 1 0 0 16 0 12 0 12290710 1572061184 16980 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20556] ppid=20543 vsize=1535216 CPUtime=0
/proc/20545/task/20556/stat : 20556 (java) S 20543 20545 20026 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 12290710 1572061184 16980 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20557] ppid=20543 vsize=1535216 CPUtime=0
/proc/20545/task/20557/stat : 20557 (java) S 20543 20545 20026 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 12290711 1572061184 16980 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 1535216

[startup+3.10181 s]
/proc/loadavg: 1.00 1.01 0.99 3/118 20557
/proc/meminfo: memFree=1347476/2059040 swapFree=4192956/4192956
[pid=20545] ppid=20543 vsize=1539680 CPUtime=5.44
/proc/20545/stat : 20545 (java) S 20543 20545 20026 0 -1 4202496 34303 0 1 0 528 16 0 0 15 0 16 0 12290701 1576632320 32668 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20545/statm: 384920 32668 1425 10 0 382223 0
[pid=20545/tid=20547] ppid=20543 vsize=1539680 CPUtime=1.91
/proc/20545/task/20547/stat : 20547 (java) S 20543 20545 20026 0 -1 4202560 25681 0 1 0 179 12 0 0 25 0 16 0 12290703 1576632320 32668 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20548] ppid=20543 vsize=1539680 CPUtime=0
/proc/20545/task/20548/stat : 20548 (java) S 20543 20545 20026 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 16 0 12290704 1576632320 32668 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20549] ppid=20543 vsize=1539680 CPUtime=0
/proc/20545/task/20549/stat : 20549 (java) S 20543 20545 20026 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 16 0 12290704 1576632320 32668 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20550] ppid=20543 vsize=1539680 CPUtime=0
/proc/20545/task/20550/stat : 20550 (java) S 20543 20545 20026 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 16 0 12290706 1576632320 32668 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 0 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20551] ppid=20543 vsize=1539680 CPUtime=0
/proc/20545/task/20551/stat : 20551 (java) S 20543 20545 20026 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 12290706 1576632320 32668 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20552] ppid=20543 vsize=1539680 CPUtime=0
/proc/20545/task/20552/stat : 20552 (java) S 20543 20545 20026 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 12290706 1576632320 32668 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20553] ppid=20543 vsize=1539680 CPUtime=0
/proc/20545/task/20553/stat : 20553 (java) S 20543 20545 20026 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 12290710 1576632320 32668 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20554] ppid=20543 vsize=1539680 CPUtime=0.37
/proc/20545/task/20554/stat : 20554 (java) R 20543 20545 20026 0 -1 4202560 932 0 0 0 37 0 0 0 18 0 16 0 12290710 1576632320 32668 1992294400 134512640 134550932 4289783600 18446744073709551615 103371455 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20545/tid=20555] ppid=20543 vsize=1539680 CPUtime=2.16
/proc/20545/task/20555/stat : 20555 (java) R 20543 20545 20026 0 -1 4202560 3790 0 0 0 215 1 0 0 16 0 16 0 12290710 1576632320 32668 1992294400 134512640 134550932 4289783600 18446744073709551615 103333697 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20545/tid=20556] ppid=20543 vsize=1539680 CPUtime=0
/proc/20545/task/20556/stat : 20556 (java) S 20543 20545 20026 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 12290710 1576632320 32668 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20557] ppid=20543 vsize=1539680 CPUtime=0
/proc/20545/task/20557/stat : 20557 (java) S 20543 20545 20026 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 12290711 1576632320 32668 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 1539680

[startup+6.30179 s]
/proc/loadavg: 1.08 1.03 1.00 5/122 20561
/proc/meminfo: memFree=1288916/2059040 swapFree=4192956/4192956
[pid=20545] ppid=20543 vsize=1545280 CPUtime=11.77
/proc/20545/stat : 20545 (java) S 20543 20545 20026 0 -1 4202496 50797 0 1 0 1154 23 0 0 15 0 16 0 12290701 1582366720 44448 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20545/statm: 386320 44448 1441 10 0 383623 0
[pid=20545/tid=20547] ppid=20543 vsize=1545280 CPUtime=1.91
/proc/20545/task/20547/stat : 20547 (java) S 20543 20545 20026 0 -1 4202560 25681 0 1 0 179 12 0 0 18 0 16 0 12290703 1582366720 44448 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20548] ppid=20543 vsize=1545280 CPUtime=0.26
/proc/20545/task/20548/stat : 20548 (java) S 20543 20545 20026 0 -1 4202560 5672 0 0 0 24 2 0 0 16 0 16 0 12290704 1582366720 44448 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20549] ppid=20543 vsize=1545280 CPUtime=0.11
/proc/20545/task/20549/stat : 20549 (java) S 20543 20545 20026 0 -1 4202560 933 0 0 0 11 0 0 0 15 0 16 0 12290704 1582366720 44448 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20550] ppid=20543 vsize=1545280 CPUtime=0
/proc/20545/task/20550/stat : 20550 (java) S 20543 20545 20026 0 -1 4202560 15 0 0 0 0 0 0 0 16 0 16 0 12290706 1582366720 44448 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 0 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20551] ppid=20543 vsize=1545280 CPUtime=0
/proc/20545/task/20551/stat : 20551 (java) S 20543 20545 20026 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 12290706 1582366720 44448 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20552] ppid=20543 vsize=1545280 CPUtime=0
/proc/20545/task/20552/stat : 20552 (java) S 20543 20545 20026 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 12290706 1582366720 44448 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20553] ppid=20543 vsize=1545280 CPUtime=0
/proc/20545/task/20553/stat : 20553 (java) S 20543 20545 20026 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 12290710 1582366720 44448 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20554] ppid=20543 vsize=1545280 CPUtime=1.13
/proc/20545/task/20554/stat : 20554 (java) S 20543 20545 20026 0 -1 4202560 4544 0 0 0 112 1 0 0 15 0 16 0 12290710 1582366720 44448 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20555] ppid=20543 vsize=1545280 CPUtime=3.59
/proc/20545/task/20555/stat : 20555 (java) S 20543 20545 20026 0 -1 4202560 6456 0 0 0 357 2 0 0 16 0 16 0 12290710 1582366720 44448 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20556] ppid=20543 vsize=1545280 CPUtime=0
/proc/20545/task/20556/stat : 20556 (java) S 20543 20545 20026 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 12290710 1582366720 44448 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20557] ppid=20543 vsize=1545280 CPUtime=0
/proc/20545/task/20557/stat : 20557 (java) S 20543 20545 20026 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 12290711 1582366720 44448 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20558] ppid=20543 vsize=1545280 CPUtime=2.32
/proc/20545/task/20558/stat : 20558 (java) R 20543 20545 20026 0 -1 4202560 1543 0 0 0 232 0 0 0 25 0 16 0 12290913 1582366720 44448 1992294400 134512640 134550932 4289783600 18446744073709551615 4109466877 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20545/tid=20559] ppid=20543 vsize=1545280 CPUtime=2.38
/proc/20545/task/20559/stat : 20559 (java) R 20543 20545 20026 0 -1 4202560 4882 0 0 0 236 2 0 0 25 0 16 0 12290913 1582366720 44448 1992294400 134512640 134550932 4289783600 18446744073709551615 4109479706 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20545/tid=20560] ppid=20543 vsize=1545280 CPUtime=0
/proc/20545/task/20560/stat : 20560 (java) S 20543 20545 20026 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12290921 1582366720 44448 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20561] ppid=20543 vsize=1545280 CPUtime=0
/proc/20545/task/20561/stat : 20561 (java) S 20543 20545 20026 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12290927 1582366720 44448 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.77
Current children cumulated vsize (KiB) 1545280

[startup+12.7017 s]
/proc/loadavg: 1.15 1.05 1.00 3/122 20562
/proc/meminfo: memFree=1258412/2059040 swapFree=4192956/4192956
[pid=20545] ppid=20543 vsize=1544256 CPUtime=24.22
/proc/20545/stat : 20545 (java) S 20543 20545 20026 0 -1 4202496 58645 0 1 0 2394 28 0 0 15 0 16 0 12290701 1581318144 51591 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20545/statm: 386064 51591 1450 10 0 383367 0
[pid=20545/tid=20547] ppid=20543 vsize=1544256 CPUtime=1.91
/proc/20545/task/20547/stat : 20547 (java) S 20543 20545 20026 0 -1 4202560 25682 0 1 0 179 12 0 0 15 0 16 0 12290703 1581318144 51591 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20548] ppid=20543 vsize=1544256 CPUtime=0.52
/proc/20545/task/20548/stat : 20548 (java) S 20543 20545 20026 0 -1 4202560 9181 0 0 0 49 3 0 0 16 0 16 0 12290704 1581318144 51591 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20549] ppid=20543 vsize=1544256 CPUtime=0.37
/proc/20545/task/20549/stat : 20549 (java) S 20543 20545 20026 0 -1 4202560 4423 0 0 0 35 2 0 0 16 0 16 0 12290704 1581318144 51591 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20550] ppid=20543 vsize=1544256 CPUtime=0.24
/proc/20545/task/20550/stat : 20550 (java) S 20543 20545 20026 0 -1 4202560 825 0 0 0 24 0 0 0 16 0 16 0 12290706 1581318144 51591 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 0 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20551] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20551/stat : 20551 (java) S 20543 20545 20026 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 12290706 1581318144 51591 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20552] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20552/stat : 20552 (java) S 20543 20545 20026 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 12290706 1581318144 51591 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20553] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20553/stat : 20553 (java) S 20543 20545 20026 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 12290710 1581318144 51591 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20554] ppid=20543 vsize=1544256 CPUtime=1.39
/proc/20545/task/20554/stat : 20554 (java) S 20543 20545 20026 0 -1 4202560 4569 0 0 0 138 1 0 0 15 0 16 0 12290710 1581318144 51591 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20555] ppid=20543 vsize=1544256 CPUtime=3.66
/proc/20545/task/20555/stat : 20555 (java) S 20543 20545 20026 0 -1 4202560 6456 0 0 0 364 2 0 0 15 0 16 0 12290710 1581318144 51591 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20556] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20556/stat : 20556 (java) S 20543 20545 20026 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 12290710 1581318144 51591 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20557] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20557/stat : 20557 (java) S 20543 20545 20026 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 12290711 1581318144 51591 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20558] ppid=20543 vsize=1544256 CPUtime=7.95
/proc/20545/task/20558/stat : 20558 (java) R 20543 20545 20026 0 -1 4202560 1551 0 0 0 794 1 0 0 24 0 16 0 12290913 1581318144 51591 1992294400 134512640 134550932 4289783600 18446744073709551615 4108818178 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20545/tid=20559] ppid=20543 vsize=1544256 CPUtime=8.09
/proc/20545/task/20559/stat : 20559 (java) R 20543 20545 20026 0 -1 4202560 4887 0 0 0 807 2 0 0 25 0 16 0 12290913 1581318144 51591 1992294400 134512640 134550932 4289783600 18446744073709551615 4109543311 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20545/tid=20560] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20560/stat : 20560 (java) S 20543 20545 20026 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12290921 1581318144 51591 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20561] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20561/stat : 20561 (java) S 20543 20545 20026 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12290927 1581318144 51591 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.22
Current children cumulated vsize (KiB) 1544256

[startup+25.5017 s]
/proc/loadavg: 1.41 1.11 1.02 3/122 20563
/proc/meminfo: memFree=1239192/2059040 swapFree=4192956/4192956
[pid=20545] ppid=20543 vsize=1544256 CPUtime=49.21
/proc/20545/stat : 20545 (java) S 20543 20545 20026 0 -1 4202496 63526 0 1 0 4890 31 0 0 15 0 16 0 12290701 1581318144 55858 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/20545/task/20560/stat : 20560 (java) S 20543 20545 20026 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12290921 1581318144 93888 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20561] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20561/stat : 20561 (java) S 20543 20545 20026 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12290927 1581318144 93888 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1497.25
Current children cumulated vsize (KiB) 1544256

[startup+822.302 s]
/proc/loadavg: 2.12 2.08 1.65 3/122 20583
/proc/meminfo: memFree=1085804/2059040 swapFree=4192956/4192956
[pid=20545] ppid=20543 vsize=1544256 CPUtime=1615.44
/proc/20545/stat : 20545 (java) S 20543 20545 20026 0 -1 4202496 104208 0 1 0 161431 113 0 0 15 0 16 0 12290701 1581318144 93888 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20545/statm: 386064 93888 1450 10 0 383367 0
[pid=20545/tid=20547] ppid=20543 vsize=1544256 CPUtime=1.91
/proc/20545/task/20547/stat : 20547 (java) S 20543 20545 20026 0 -1 4202560 25688 0 1 0 179 12 0 0 15 0 16 0 12290703 1581318144 93888 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20548] ppid=20543 vsize=1544256 CPUtime=14.62
/proc/20545/task/20548/stat : 20548 (java) S 20543 20545 20026 0 -1 4202560 30028 0 0 0 1441 21 0 0 16 0 16 0 12290704 1581318144 93888 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20549] ppid=20543 vsize=1544256 CPUtime=14.49
/proc/20545/task/20549/stat : 20549 (java) S 20543 20545 20026 0 -1 4202560 25644 0 0 0 1420 29 0 0 15 0 16 0 12290704 1581318144 93888 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20550] ppid=20543 vsize=1544256 CPUtime=13.79
/proc/20545/task/20550/stat : 20550 (java) S 20543 20545 20026 0 -1 4202560 2828 0 0 0 1372 7 0 0 15 0 16 0 12290706 1581318144 93888 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 0 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20551] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20551/stat : 20551 (java) S 20543 20545 20026 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 12290706 1581318144 93888 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20552] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20552/stat : 20552 (java) S 20543 20545 20026 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 12290706 1581318144 93888 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20553] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20553/stat : 20553 (java) S 20543 20545 20026 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 12290710 1581318144 93888 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20554] ppid=20543 vsize=1544256 CPUtime=1.69
/proc/20545/task/20554/stat : 20554 (java) S 20543 20545 20026 0 -1 4202560 4949 0 0 0 167 2 0 0 15 0 16 0 12290710 1581318144 93888 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20555] ppid=20543 vsize=1544256 CPUtime=3.77
/proc/20545/task/20555/stat : 20555 (java) S 20543 20545 20026 0 -1 4202560 6456 0 0 0 375 2 0 0 15 0 16 0 12290710 1581318144 93888 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20556] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20556/stat : 20556 (java) S 20543 20545 20026 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 12290710 1581318144 93888 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20557] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20557/stat : 20557 (java) S 20543 20545 20026 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 12290711 1581318144 93888 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20558] ppid=20543 vsize=1544256 CPUtime=787.74
/proc/20545/task/20558/stat : 20558 (java) R 20543 20545 20026 0 -1 4202560 2011 0 0 0 78746 28 0 0 25 0 16 0 12290913 1581318144 93888 1992294400 134512640 134550932 4289783600 18446744073709551615 4109493523 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20545/tid=20559] ppid=20543 vsize=1544256 CPUtime=777.33
/proc/20545/task/20559/stat : 20559 (java) R 20543 20545 20026 0 -1 4202560 5485 0 0 0 77726 7 0 0 25 0 16 0 12290913 1581318144 93888 1992294400 134512640 134550932 4289783600 18446744073709551615 4109493511 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20545/tid=20560] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20560/stat : 20560 (java) S 20543 20545 20026 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12290921 1581318144 93888 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20561] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20561/stat : 20561 (java) S 20543 20545 20026 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12290927 1581318144 93888 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1615.44
Current children cumulated vsize (KiB) 1544256

[startup+882.303 s]
/proc/loadavg: 2.08 2.08 1.67 3/122 20585
/proc/meminfo: memFree=1077124/2059040 swapFree=4192956/4192956
[pid=20545] ppid=20543 vsize=1544256 CPUtime=1732.85
/proc/20545/stat : 20545 (java) S 20543 20545 20026 0 -1 4202496 106504 0 1 0 173167 118 0 0 15 0 16 0 12290701 1581318144 96048 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20545/statm: 386064 96048 1450 10 0 383367 0
[pid=20545/tid=20547] ppid=20543 vsize=1544256 CPUtime=1.91
/proc/20545/task/20547/stat : 20547 (java) S 20543 20545 20026 0 -1 4202560 25688 0 1 0 179 12 0 0 15 0 16 0 12290703 1581318144 96048 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20548] ppid=20543 vsize=1544256 CPUtime=15.86
/proc/20545/task/20548/stat : 20548 (java) S 20543 20545 20026 0 -1 4202560 31064 0 0 0 1563 23 0 0 16 0 16 0 12290704 1581318144 96048 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20549] ppid=20543 vsize=1544256 CPUtime=15.71
/proc/20545/task/20549/stat : 20549 (java) S 20543 20545 20026 0 -1 4202560 26448 0 0 0 1542 29 0 0 16 0 16 0 12290704 1581318144 96048 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20550] ppid=20543 vsize=1544256 CPUtime=15.32
/proc/20545/task/20550/stat : 20550 (java) S 20543 20545 20026 0 -1 4202560 3240 0 0 0 1524 8 0 0 15 0 16 0 12290706 1581318144 96048 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 0 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20551] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20551/stat : 20551 (java) S 20543 20545 20026 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 12290706 1581318144 96048 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20552] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20552/stat : 20552 (java) S 20543 20545 20026 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 12290706 1581318144 96048 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20553] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20553/stat : 20553 (java) S 20543 20545 20026 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 12290710 1581318144 96048 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20554] ppid=20543 vsize=1544256 CPUtime=1.69
/proc/20545/task/20554/stat : 20554 (java) S 20543 20545 20026 0 -1 4202560 4949 0 0 0 167 2 0 0 15 0 16 0 12290710 1581318144 96048 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20555] ppid=20543 vsize=1544256 CPUtime=3.83
/proc/20545/task/20555/stat : 20555 (java) S 20543 20545 20026 0 -1 4202560 6456 0 0 0 381 2 0 0 15 0 16 0 12290710 1581318144 96048 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20556] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20556/stat : 20556 (java) S 20543 20545 20026 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 12290710 1581318144 96048 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20557] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20557/stat : 20557 (java) S 20543 20545 20026 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 12290711 1581318144 96048 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20558] ppid=20543 vsize=1544256 CPUtime=844.17
/proc/20545/task/20558/stat : 20558 (java) R 20543 20545 20026 0 -1 4202560 2026 0 0 0 84388 29 0 0 25 0 16 0 12290913 1581318144 96048 1992294400 134512640 134550932 4289783600 18446744073709551615 4109470387 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20545/tid=20559] ppid=20543 vsize=1544256 CPUtime=834.24
/proc/20545/task/20559/stat : 20559 (java) R 20543 20545 20026 0 -1 4202560 5510 0 0 0 83416 8 0 0 25 0 16 0 12290913 1581318144 96048 1992294400 134512640 134550932 4289783600 18446744073709551615 4109493240 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20545/tid=20560] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20560/stat : 20560 (java) S 20543 20545 20026 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12290921 1581318144 96048 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20561] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20561/stat : 20561 (java) S 20543 20545 20026 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12290927 1581318144 96048 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1732.85
Current children cumulated vsize (KiB) 1544256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.203 s]
/proc/loadavg: 2.09 2.08 1.69 4/122 20587
/proc/meminfo: memFree=1067576/2059040 swapFree=4192956/4192956
[pid=20545] ppid=20543 vsize=1544256 CPUtime=1800.07
/proc/20545/stat : 20545 (java) S 20543 20545 20026 0 -1 4202496 109019 0 1 0 179886 121 0 0 15 0 16 0 12290701 1581318144 98426 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20545/statm: 386064 98426 1450 10 0 383367 0
[pid=20545/tid=20547] ppid=20543 vsize=1544256 CPUtime=1.91
/proc/20545/task/20547/stat : 20547 (java) S 20543 20545 20026 0 -1 4202560 25688 0 1 0 179 12 0 0 15 0 16 0 12290703 1581318144 98426 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20548] ppid=20543 vsize=1544256 CPUtime=16.62
/proc/20545/task/20548/stat : 20548 (java) S 20543 20545 20026 0 -1 4202560 32281 0 0 0 1638 24 0 0 16 0 16 0 12290704 1581318144 98426 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20549] ppid=20543 vsize=1544256 CPUtime=16.49
/proc/20545/task/20549/stat : 20549 (java) S 20543 20545 20026 0 -1 4202560 27717 0 0 0 1619 30 0 0 15 0 16 0 12290704 1581318144 98426 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20550] ppid=20543 vsize=1544256 CPUtime=15.33
/proc/20545/task/20550/stat : 20550 (java) S 20543 20545 20026 0 -1 4202560 3242 0 0 0 1525 8 0 0 15 0 16 0 12290706 1581318144 98426 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 0 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20551] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20551/stat : 20551 (java) S 20543 20545 20026 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 12290706 1581318144 98426 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20552] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20552/stat : 20552 (java) S 20543 20545 20026 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 12290706 1581318144 98426 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20553] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20553/stat : 20553 (java) S 20543 20545 20026 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 12290710 1581318144 98426 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20554] ppid=20543 vsize=1544256 CPUtime=1.69
/proc/20545/task/20554/stat : 20554 (java) S 20543 20545 20026 0 -1 4202560 4949 0 0 0 167 2 0 0 15 0 16 0 12290710 1581318144 98426 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20555] ppid=20543 vsize=1544256 CPUtime=3.83
/proc/20545/task/20555/stat : 20555 (java) S 20543 20545 20026 0 -1 4202560 6456 0 0 0 381 2 0 0 15 0 16 0 12290710 1581318144 98426 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20556] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20556/stat : 20556 (java) S 20543 20545 20026 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 12290710 1581318144 98426 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20557] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20557/stat : 20557 (java) S 20543 20545 20026 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 12290711 1581318144 98426 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20558] ppid=20543 vsize=1544256 CPUtime=876.74
/proc/20545/task/20558/stat : 20558 (java) R 20543 20545 20026 0 -1 4202560 2037 0 0 0 87644 30 0 0 25 0 16 0 12290913 1581318144 98426 1992294400 134512640 134550932 4289783600 18446744073709551615 4109494224 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20545/tid=20559] ppid=20543 vsize=1544256 CPUtime=867.36
/proc/20545/task/20559/stat : 20559 (java) R 20543 20545 20026 0 -1 4202560 5524 0 0 0 86728 8 0 0 25 0 16 0 12290913 1581318144 98426 1992294400 134512640 134550932 4289783600 18446744073709551615 4109489678 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20545/tid=20560] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20560/stat : 20560 (java) S 20543 20545 20026 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12290921 1581318144 98426 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20561] ppid=20543 vsize=1544256 CPUtime=0
/proc/20545/task/20561/stat : 20561 (java) S 20543 20545 20026 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12290927 1581318144 98426 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1544256

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

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

[startup+916.325 s]
/proc/loadavg: 2.09 2.08 1.69 4/122 20587
/proc/meminfo: memFree=1067576/2059040 swapFree=4192956/4192956
[pid=20545] ppid=20543 vsize=1544904 CPUtime=1800.28
/proc/20545/stat : 20545 (java) S 20543 20545 20026 0 -1 4202496 109040 0 1 0 179907 121 0 0 15 0 17 0 12290701 1581981696 98447 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20545/statm: 386226 98447 1451 10 0 383529 0
[pid=20545/tid=20547] ppid=20543 vsize=1544904 CPUtime=1.91
/proc/20545/task/20547/stat : 20547 (java) S 20543 20545 20026 0 -1 4202560 25688 0 1 0 179 12 0 0 15 0 17 0 12290703 1581981696 98447 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20548] ppid=20543 vsize=1544904 CPUtime=16.62
/proc/20545/task/20548/stat : 20548 (java) S 20543 20545 20026 0 -1 4202560 32281 0 0 0 1638 24 0 0 16 0 17 0 12290704 1581981696 98447 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20549] ppid=20543 vsize=1544904 CPUtime=16.49
/proc/20545/task/20549/stat : 20549 (java) S 20543 20545 20026 0 -1 4202560 27717 0 0 0 1619 30 0 0 15 0 17 0 12290704 1581981696 98447 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20550] ppid=20543 vsize=1544904 CPUtime=15.33
/proc/20545/task/20550/stat : 20550 (java) S 20543 20545 20026 0 -1 4202560 3242 0 0 0 1525 8 0 0 15 0 17 0 12290706 1581981696 98447 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 0 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20551] ppid=20543 vsize=1544904 CPUtime=0
/proc/20545/task/20551/stat : 20551 (java) S 20543 20545 20026 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 12290706 1581981696 98447 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20552] ppid=20543 vsize=1544904 CPUtime=0
/proc/20545/task/20552/stat : 20552 (java) S 20543 20545 20026 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 17 0 12290706 1581981696 98447 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20553] ppid=20543 vsize=1544904 CPUtime=0
/proc/20545/task/20553/stat : 20553 (java) S 20543 20545 20026 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 17 0 12290710 1581981696 98447 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20554] ppid=20543 vsize=1544904 CPUtime=1.72
/proc/20545/task/20554/stat : 20554 (java) S 20543 20545 20026 0 -1 4202560 4949 0 0 0 170 2 0 0 15 0 17 0 12290710 1581981696 98447 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20555] ppid=20543 vsize=1544904 CPUtime=3.83
/proc/20545/task/20555/stat : 20555 (java) S 20543 20545 20026 0 -1 4202560 6456 0 0 0 381 2 0 0 15 0 17 0 12290710 1581981696 98447 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20556] ppid=20543 vsize=1544904 CPUtime=0
/proc/20545/task/20556/stat : 20556 (java) S 20543 20545 20026 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 17 0 12290710 1581981696 98447 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 0 0 0 0
[pid=20545/tid=20557] ppid=20543 vsize=1544904 CPUtime=0
/proc/20545/task/20557/stat : 20557 (java) S 20543 20545 20026 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 17 0 12290711 1581981696 98447 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20558] ppid=20543 vsize=1544904 CPUtime=876.79
/proc/20545/task/20558/stat : 20558 (java) R 20543 20545 20026 0 -1 4202560 2037 0 0 0 87649 30 0 0 25 0 17 0 12290913 1581981696 98447 1992294400 134512640 134550932 4289783600 18446744073709551615 4109517656 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20545/tid=20559] ppid=20543 vsize=1544904 CPUtime=867.47
/proc/20545/task/20559/stat : 20559 (java) R 20543 20545 20026 0 -1 4202560 5524 0 0 0 86739 8 0 0 25 0 17 0 12290913 1581981696 98447 1992294400 134512640 134550932 4289783600 18446744073709551615 4109551848 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20545/tid=20560] ppid=20543 vsize=1544904 CPUtime=0
/proc/20545/task/20560/stat : 20560 (java) S 20543 20545 20026 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 12290921 1581981696 98447 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
[pid=20545/tid=20561] ppid=20543 vsize=1544904 CPUtime=0
/proc/20545/task/20561/stat : 20561 (java) S 20543 20545 20026 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 12290927 1581981696 98447 1992294400 134512640 134550932 4289783600 18446744073709551615 4294960144 0 4 0 16800975 18446604437825121344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 1544904

Child status: 143
Real time (s): 916.373
CPU time (s): 1800.35
CPU user time (s): 1799.1
CPU system time (s): 1.25281
CPU usage (%): 196.465
Max. virtual memory (cumulated for all children) (KiB): 1547164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.25281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109041
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= 27893
involuntary context switches= 52441

runsolver used 4.5713 second user time and 11.1193 second system time

The end

Launcher Data

Begin job on node042 at 2010-07-06 20:27:13
IDJOB=2685401
IDBENCH=75736
IDSOLVER=1166
FILE ID=node042/2685401-1278440832
PBS_JOBID= 11233476
Free space on /tmp= 62460 MiB

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

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

MD5SUM BENCH= c3eb9faf1d58b30f1971366448425ca3
RANDOM SEED=1745688931

node042.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.213
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.42
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.213
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1458452 kB
Buffers:        108360 kB
Cached:         360100 kB
SwapCached:          0 kB
Active:         186752 kB
Inactive:       341688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1458452 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1528 kB
Writeback:           0 kB
AnonPages:       59868 kB
Mapped:          14392 kB
Slab:            49944 kB
PageTables:       4256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180672 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= 62460 MiB
End job on node042 at 2010-07-06 20:42:31