Trace number 2684897

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.5 921.455

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12032_8-unsat.opb
MD5SUM3890946cb13ab5dacc1331cb240d6a09
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 benchmark687.116
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31460
Total number of constraints104814
Number of constraints which are clauses104298
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints516
Minimum length of a constraint1
Maximum length of a constraint95
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 534
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.20/0.23	c Pseudo Boolean Optimization
0.20/0.23	c ManyCore solver with 2 solvers running in parallel
0.20/0.23	c --- Begin Solver configuration ---
0.20/0.23	c Stops conflict analysis at the first Unique Implication Point
0.20/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.20/0.23	c Learn all clauses as in MiniSAT
0.20/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.20/0.23	c Expensive reason simplification
0.20/0.23	c Armin Biere (Picosat) restarts strategy
0.20/0.23	c Glucose learned constraints deletion strategy
0.20/0.23	c timeout=2147483s
0.20/0.23	c DB Simplification allowed=false
0.20/0.23	c --- End Solver configuration ---
0.20/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.20/0.23	c --- Begin Solver configuration ---
0.20/0.23	c Stops conflict analysis at the first Unique Implication Point
0.20/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.20/0.23	c Learn all clauses as in MiniSAT
0.20/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.20/0.23	c No reason simplification
0.20/0.23	c Armin Biere (Picosat) restarts strategy
0.20/0.23	c Glucose learned constraints deletion strategy
0.20/0.23	c timeout=2147483s
0.20/0.23	c DB Simplification allowed=false
0.20/0.23	c --- End Solver configuration ---
0.20/0.23	
0.20/0.23	c solving HOME/instance-2684897-1278436153.opb
0.20/0.23	c reading problem ... 
5.78/3.66	c ... done. Wall clock time 3.436s.
5.78/3.66	c #vars     31460
5.78/3.66	c #constraints  93758
5.78/3.66	c constraints type 
5.78/3.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12122
5.78/3.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 76775
5.78/3.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 516
5.78/3.67	c constraints type 
5.78/3.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 76775
5.78/3.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12122
5.78/3.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 516
20.29/10.94	c cleaning 2490 clauses out of 5000 with flag 5000/5000
32.13/17.06	c cleaning 4249 clauses out of 8509 with flag 11000/11000
46.19/24.21	c cleaning 5614 clauses out of 11261 with flag 18001/18001
64.96/33.85	c cleaning 6819 clauses out of 13648 with flag 26002/26002
82.85/43.01	c cleaning 7904 clauses out of 15831 with flag 35004/35004
104.17/53.94	c cleaning 8945 clauses out of 17924 with flag 45001/45001
126.63/65.43	c cleaning 9970 clauses out of 19978 with flag 56000/56000
152.45/78.62	c cleaning 10982 clauses out of 22008 with flag 68000/68000
178.14/91.81	c cleaning 12005 clauses out of 24026 with flag 81000/81000
205.29/105.73	c cleaning 13002 clauses out of 26021 with flag 95000/95000
239.37/123.18	c cleaning 0 clauses out of 5001 with flag 0/5001
242.28/124.86	c cleaning 13997 clauses out of 28020 with flag 110001/110001
281.75/145.03	c cleaning 15001 clauses out of 30022 with flag 126000/126000
321.12/165.12	c cleaning 16004 clauses out of 32022 with flag 143001/143001
367.00/188.58	c cleaning 16979 clauses out of 34018 with flag 161001/161001
406.93/208.95	c cleaning 18015 clauses out of 36038 with flag 180000/180000
446.87/229.49	c cleaning 18980 clauses out of 38024 with flag 200001/200001
496.66/254.87	c cleaning 20004 clauses out of 40045 with flag 221002/221002
552.74/283.47	c cleaning 20981 clauses out of 42039 with flag 243000/243000
611.77/313.52	c cleaning 22004 clauses out of 44058 with flag 266000/266000
669.18/342.97	c cleaning 23012 clauses out of 46055 with flag 290001/290001
725.37/371.69	c cleaning 24012 clauses out of 48044 with flag 315002/315002
798.76/409.10	c cleaning 25003 clauses out of 50030 with flag 341000/341000
802.13/411.15	c cleaning 0 clauses out of 11002 with flag 0/11002
877.08/449.43	c cleaning 25982 clauses out of 52029 with flag 368002/368002
965.66/494.51	c cleaning 27014 clauses out of 54045 with flag 396000/396000
1048.06/536.56	c cleaning 28000 clauses out of 56031 with flag 425000/425000
1137.54/582.20	c cleaning 29002 clauses out of 58031 with flag 455000/455000
1228.25/629.49	c cleaning 30008 clauses out of 60029 with flag 486000/486000
1330.57/681.53	c cleaning 30987 clauses out of 62022 with flag 518001/518001
1421.35/727.88	c cleaning 31986 clauses out of 64034 with flag 551000/551000
1517.03/776.69	c cleaning 32995 clauses out of 66049 with flag 585001/585001
1608.42/823.42	c cleaning 34024 clauses out of 68055 with flag 620002/620002
1702.87/871.61	c cleaning 35003 clauses out of 70029 with flag 656000/656000
1800.06/921.22	c starts		: 169
1800.06/921.22	c conflicts		: 691509
1800.06/921.22	c decisions		: 897115
1800.06/921.22	c propagations		: 459249173
1800.06/921.22	c inspects		: 1543011638
1800.06/921.22	c learnt literals	: 1
1800.06/921.22	c learnt binary clauses	: 12
1800.06/921.22	c learnt ternary clauses	: 503
1800.06/921.22	c learnt clauses	: 691508
1800.06/921.22	c ignored clauses	: 0
1800.06/921.22	c root simplifications	: 0
1800.06/921.22	c removed literals (reason simplification)	: 8627532
1800.06/921.22	c reason swapping (by a shorter reason)	: 0
1800.06/921.22	c Calls to reduceDB	: 32
1800.06/921.22	c number of reductions to clauses (during analyze)	: 0
1800.06/921.22	c number of learned constraints concerned by reduction	: 0
1800.06/921.22	c number of learning phase by resolution	: 0
1800.06/921.22	c number of learning phase by cutting planes	: 0
1800.06/921.22	c speed (assignments/second)	: 500516.3543864544
1800.06/921.22	c non guided choices	1487
1800.30/921.38	c learnt constraints type 
1800.30/921.38	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 70609
1800.30/921.38	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12
1800.30/921.38	c constraints type 
1800.30/921.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12122
1800.30/921.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 76775
1800.30/921.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 516
1800.30/921.38	c constraints type 
1800.30/921.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 76775
1800.30/921.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12122
1800.30/921.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 516
1800.30/921.38	s UNKNOWN
1800.30/921.38	c Total wall clock time (in seconds): 921.15

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-2684897-1278436153/watcher-2684897-1278436153 -o /tmp/evaluation-result-2684897-1278436153/solver-2684897-1278436153 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2684897-1278436153.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.00 0.91 2/106 22482
/proc/meminfo: memFree=1480744/2059040 swapFree=4192956/4192956
[pid=22482] ppid=22480 vsize=248 CPUtime=0
/proc/22482/stat : 22482 (java6) S 22480 22482 22163 0 -1 4194304 108 0 0 0 0 0 0 0 18 0 1 0 11826797 253952 28 1992294400 134512640 134550932 4292208736 18446744073709551615 7393876 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/22482/statm: 62 28 21 10 0 23 0

[startup+0.0368551 s]
/proc/loadavg: 1.00 1.00 0.91 2/106 22482
/proc/meminfo: memFree=1480744/2059040 swapFree=4192956/4192956
[pid=22482] ppid=22480 vsize=1518368 CPUtime=0.01
/proc/22482/stat : 22482 (java) S 22480 22482 22163 0 -1 4202496 2669 0 1 0 0 1 0 0 15 0 4 0 11826797 1554808832 2114 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/22482/statm: 379592 2116 439 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.100851 s]
/proc/loadavg: 1.00 1.00 0.91 2/106 22482
/proc/meminfo: memFree=1480744/2059040 swapFree=4192956/4192956
[pid=22482] ppid=22480 vsize=1521796 CPUtime=0.08
/proc/22482/stat : 22482 (java) S 22480 22482 22163 0 -1 4202496 3866 0 1 0 6 2 0 0 15 0 7 0 11826797 1558319104 3308 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/22482/statm: 380449 3308 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1521796

[startup+0.300841 s]
/proc/loadavg: 1.00 1.00 0.91 2/106 22482
/proc/meminfo: memFree=1480744/2059040 swapFree=4192956/4192956
[pid=22482] ppid=22480 vsize=1525780 CPUtime=0.34
/proc/22482/stat : 22482 (java) S 22480 22482 22163 0 -1 4202496 5704 0 1 0 31 3 0 0 15 0 12 0 11826797 1562398720 5141 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22482/statm: 381445 5141 1358 10 0 378748 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1525780

[startup+0.70082 s]
/proc/loadavg: 1.00 1.00 0.91 2/106 22482
/proc/meminfo: memFree=1480744/2059040 swapFree=4192956/4192956
[pid=22482] ppid=22480 vsize=1527828 CPUtime=1.07
/proc/22482/stat : 22482 (java) S 22480 22482 22163 0 -1 4202496 7846 0 1 0 103 4 0 0 15 0 12 0 11826797 1564495872 7115 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22482/statm: 381957 7115 1403 10 0 379260 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1527828

[startup+1.50178 s]
/proc/loadavg: 1.24 1.05 0.93 4/118 22494
/proc/meminfo: memFree=1441836/2059040 swapFree=4192956/4192956
[pid=22482] ppid=22480 vsize=1534996 CPUtime=2.66
/proc/22482/stat : 22482 (java) S 22480 22482 22163 0 -1 4202496 19087 0 1 0 257 9 0 0 15 0 12 0 11826797 1571835904 17416 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22482/statm: 383749 17416 1414 10 0 381052 0
[pid=22482/tid=22484] ppid=22480 vsize=1534996 CPUtime=1.44
/proc/22482/task/22484/stat : 22484 (java) R 22480 22482 22163 0 -1 4202560 14039 0 1 0 137 7 0 0 18 0 12 0 11826800 1571835904 17416 1992294400 134512640 134550932 4293690176 18446744073709551615 4109486158 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22482/tid=22485] ppid=22480 vsize=1534996 CPUtime=0
/proc/22482/task/22485/stat : 22485 (java) S 22480 22482 22163 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 11826801 1571835904 17416 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22486] ppid=22480 vsize=1534996 CPUtime=0
/proc/22482/task/22486/stat : 22486 (java) S 22480 22482 22163 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 11826801 1571835904 17416 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22487] ppid=22480 vsize=1534996 CPUtime=0
/proc/22482/task/22487/stat : 22487 (java) S 22480 22482 22163 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 11826803 1571835904 17416 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 0 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22488] ppid=22480 vsize=1534996 CPUtime=0
/proc/22482/task/22488/stat : 22488 (java) S 22480 22482 22163 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 11826803 1571835904 17416 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22489] ppid=22480 vsize=1534996 CPUtime=0
/proc/22482/task/22489/stat : 22489 (java) S 22480 22482 22163 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 11826803 1571835904 17416 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22490] ppid=22480 vsize=1534996 CPUtime=0
/proc/22482/task/22490/stat : 22490 (java) S 22480 22482 22163 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 11826808 1571835904 17416 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22491] ppid=22480 vsize=1534996 CPUtime=0.06
/proc/22482/task/22491/stat : 22491 (java) R 22480 22482 22163 0 -1 4202560 101 0 0 0 6 0 0 0 22 0 12 0 11826808 1571835904 17416 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22482/tid=22492] ppid=22480 vsize=1534996 CPUtime=1.13
/proc/22482/task/22492/stat : 22492 (java) R 22480 22482 22163 0 -1 4202560 3884 0 0 0 112 1 0 0 17 0 12 0 11826808 1571835904 17416 1992294400 134512640 134550932 4293690176 18446744073709551615 103153587 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22482/tid=22493] ppid=22480 vsize=1534996 CPUtime=0
/proc/22482/task/22493/stat : 22493 (java) S 22480 22482 22163 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 11826808 1571835904 17416 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22494] ppid=22480 vsize=1534996 CPUtime=0
/proc/22482/task/22494/stat : 22494 (java) S 22480 22482 22163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11826808 1571835904 17416 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 1534996

[startup+3.1017 s]
/proc/loadavg: 1.24 1.05 0.93 2/118 22494
/proc/meminfo: memFree=1381572/2059040 swapFree=4192956/4192956
[pid=22482] ppid=22480 vsize=1536352 CPUtime=4.83
/proc/22482/stat : 22482 (java) S 22480 22482 22163 0 -1 4202496 40777 0 1 0 464 19 0 0 15 0 12 0 11826797 1573224448 38584 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22482/statm: 384088 38584 1423 10 0 381391 0
[pid=22482/tid=22484] ppid=22480 vsize=1536352 CPUtime=2.81
/proc/22482/task/22484/stat : 22484 (java) R 22480 22482 22163 0 -1 4202560 32018 0 1 0 266 15 0 0 21 0 12 0 11826800 1573224448 38584 1992294400 134512640 134550932 4293690176 18446744073709551615 4109842937 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22482/tid=22485] ppid=22480 vsize=1536352 CPUtime=0.06
/proc/22482/task/22485/stat : 22485 (java) S 22480 22482 22163 0 -1 4202560 1447 0 0 0 6 0 0 0 16 0 12 0 11826801 1573224448 38584 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22486] ppid=22480 vsize=1536352 CPUtime=0.06
/proc/22482/task/22486/stat : 22486 (java) S 22480 22482 22163 0 -1 4202560 1464 0 0 0 6 0 0 0 18 0 12 0 11826801 1573224448 38584 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22487] ppid=22480 vsize=1536352 CPUtime=0
/proc/22482/task/22487/stat : 22487 (java) S 22480 22482 22163 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 12 0 11826803 1573224448 38584 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 0 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22488] ppid=22480 vsize=1536352 CPUtime=0
/proc/22482/task/22488/stat : 22488 (java) S 22480 22482 22163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 11826803 1573224448 38584 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22489] ppid=22480 vsize=1536352 CPUtime=0
/proc/22482/task/22489/stat : 22489 (java) S 22480 22482 22163 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 11826803 1573224448 38584 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22490] ppid=22480 vsize=1536352 CPUtime=0
/proc/22482/task/22490/stat : 22490 (java) S 22480 22482 22163 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 11826808 1573224448 38584 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22491] ppid=22480 vsize=1536352 CPUtime=0.26
/proc/22482/task/22491/stat : 22491 (java) S 22480 22482 22163 0 -1 4202560 281 0 0 0 26 0 0 0 15 0 12 0 11826808 1573224448 38584 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22492] ppid=22480 vsize=1536352 CPUtime=1.59
/proc/22482/task/22492/stat : 22492 (java) S 22480 22482 22163 0 -1 4202560 4499 0 0 0 158 1 0 0 15 0 12 0 11826808 1573224448 38584 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22493] ppid=22480 vsize=1536352 CPUtime=0
/proc/22482/task/22493/stat : 22493 (java) S 22480 22482 22163 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 11826808 1573224448 38584 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22494] ppid=22480 vsize=1536352 CPUtime=0
/proc/22482/task/22494/stat : 22494 (java) S 22480 22482 22163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11826808 1573224448 38584 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 1536352

[startup+6.32153 s]
/proc/loadavg: 1.24 1.05 0.93 6/122 22498
/proc/meminfo: memFree=1297096/2059040 swapFree=4192956/4192956
[pid=22482] ppid=22480 vsize=1544816 CPUtime=11.17
/proc/22482/stat : 22482 (java) S 22480 22482 22163 0 -1 4202496 52670 0 1 0 1092 25 0 0 15 0 16 0 11826797 1581891584 47218 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22482/statm: 386204 47220 1436 10 0 383507 0
[pid=22482/tid=22484] ppid=22480 vsize=1544816 CPUtime=3.37
/proc/22482/task/22484/stat : 22484 (java) S 22480 22482 22163 0 -1 4202560 32040 0 1 0 321 16 0 0 18 0 16 0 11826800 1581891584 47221 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22485] ppid=22480 vsize=1544816 CPUtime=0.32
/proc/22482/task/22485/stat : 22485 (java) R 22480 22482 22163 0 -1 4202560 6727 0 0 0 29 3 0 0 15 0 16 0 11826801 1581891584 47223 1992294400 134512640 134550932 4293690176 18446744073709551615 106196839 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22482/tid=22486] ppid=22480 vsize=1544816 CPUtime=0.15
/proc/22482/task/22486/stat : 22486 (java) R 22480 22482 22163 0 -1 4202560 3111 0 0 0 14 1 0 0 18 0 16 0 11826801 1581891584 47224 1992294400 134512640 134550932 4293690176 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22482/tid=22487] ppid=22480 vsize=1544816 CPUtime=0
/proc/22482/task/22487/stat : 22487 (java) S 22480 22482 22163 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 11826803 1581891584 47225 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 0 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22488] ppid=22480 vsize=1544816 CPUtime=0
/proc/22482/task/22488/stat : 22488 (java) S 22480 22482 22163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 11826803 1581891584 47226 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22489] ppid=22480 vsize=1544816 CPUtime=0
/proc/22482/task/22489/stat : 22489 (java) S 22480 22482 22163 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11826803 1581891584 47228 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22490] ppid=22480 vsize=1544816 CPUtime=0
/proc/22482/task/22490/stat : 22490 (java) S 22480 22482 22163 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 11826808 1581891584 47229 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22491] ppid=22480 vsize=1544816 CPUtime=1.71
/proc/22482/task/22491/stat : 22491 (java) S 22480 22482 22163 0 -1 4202560 1616 0 0 0 170 1 0 0 15 0 16 0 11826808 1581891584 47230 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22492] ppid=22480 vsize=1544816 CPUtime=3.1
/proc/22482/task/22492/stat : 22492 (java) S 22480 22482 22163 0 -1 4202560 8057 0 0 0 307 3 0 0 15 0 16 0 11826808 1581891584 47231 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22493] ppid=22480 vsize=1544816 CPUtime=0
/proc/22482/task/22493/stat : 22493 (java) S 22480 22482 22163 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 11826808 1581891584 47233 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22494] ppid=22480 vsize=1544816 CPUtime=0
/proc/22482/task/22494/stat : 22494 (java) R 22480 22482 22163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 11826808 1581891584 47234 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22482/tid=22495] ppid=22480 vsize=1544816 CPUtime=1.22
/proc/22482/task/22495/stat : 22495 (java) S 22480 22482 22163 0 -1 4202560 17 0 0 0 122 0 0 0 25 0 16 0 11827165 1581891584 47235 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22496] ppid=22480 vsize=1544816 CPUtime=1.24
/proc/22482/task/22496/stat : 22496 (java) R 22480 22482 22163 0 -1 4202560 28 0 0 0 124 0 0 0 25 0 16 0 11827165 1581891584 47237 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22482/tid=22497] ppid=22480 vsize=1544816 CPUtime=0
/proc/22482/task/22497/stat : 22497 (java) S 22480 22482 22163 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 11827189 1581891584 47239 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22498] ppid=22480 vsize=1544816 CPUtime=0
/proc/22482/task/22498/stat : 22498 (java) S 22480 22482 22163 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 11827191 1581891584 47240 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.17
Current children cumulated vsize (KiB) 1544816

[startup+12.7012 s]
/proc/loadavg: 1.58 1.13 0.96 3/122 22498
/proc/meminfo: memFree=1263988/2059040 swapFree=4192956/4192956
[pid=22482] ppid=22480 vsize=1544816 CPUtime=23.61
/proc/22482/stat : 22482 (java) S 22480 22482 22163 0 -1 4202496 61610 0 1 0 2332 29 0 0 15 0 16 0 11826797 1581891584 55475 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22482/statm: 386204 55475 1450 10 0 383507 0
[pid=22482/tid=22484] ppid=22480 vsize=1544816 CPUtime=3.37
/proc/22482/task/22484/stat : 22484 (java) S 22480 22482 22163 0 -1 4202560 32040 0 1 0 321 16 0 0 15 0 16 0 11826800 1581891584 55475 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22485] ppid=22480 vsize=1544816 CPUtime=0.74
/proc/22482/task/22485/stat : 22485 (java) S 22480 22482 22163 0 -1 4202560 10994 0 0 0 70 4 0 0 15 0 16 0 11826801 1581891584 55475 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22486] ppid=22480 vsize=1544816 CPUtime=0.58
/proc/22482/task/22486/stat : 22486 (java) S 22480 22482 22163 0 -1 4202560 7548 0 0 0 56 2 0 0 16 0 16 0 11826801 1581891584 55475 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22487] ppid=22480 vsize=1544816 CPUtime=0.19
/proc/22482/task/22487/stat : 22487 (java) S 22480 22482 22163 0 -1 4202560 191 0 0 0 19 0 0 0 15 0 16 0 11826803 1581891584 55475 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 0 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22488] ppid=22480 vsize=1544816 CPUtime=0
/proc/22482/task/22488/stat : 22488 (java) S 22480 22482 22163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 11826803 1581891584 55475 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22489] ppid=22480 vsize=1544816 CPUtime=0
/proc/22482/task/22489/stat : 22489 (java) S 22480 22482 22163 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11826803 1581891584 55475 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22490] ppid=22480 vsize=1544816 CPUtime=0
/proc/22482/task/22490/stat : 22490 (java) S 22480 22482 22163 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 11826808 1581891584 55475 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22491] ppid=22480 vsize=1544816 CPUtime=2.29
/proc/22482/task/22491/stat : 22491 (java) S 22480 22482 22163 0 -1 4202560 1649 0 0 0 228 1 0 0 15 0 16 0 11826808 1581891584 55475 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22492] ppid=22480 vsize=1544816 CPUtime=3.14
/proc/22482/task/22492/stat : 22492 (java) S 22480 22482 22163 0 -1 4202560 8057 0 0 0 311 3 0 0 15 0 16 0 11826808 1581891584 55475 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22493] ppid=22480 vsize=1544816 CPUtime=0
/proc/22482/task/22493/stat : 22493 (java) S 22480 22482 22163 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 11826808 1581891584 55475 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22494] ppid=22480 vsize=1544816 CPUtime=0
/proc/22482/task/22494/stat : 22494 (java) S 22480 22482 22163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 11826808 1581891584 55475 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22495] ppid=22480 vsize=1544816 CPUtime=6.66
/proc/22482/task/22495/stat : 22495 (java) R 22480 22482 22163 0 -1 4202560 25 0 0 0 666 0 0 0 25 0 16 0 11827165 1581891584 55475 1992294400 134512640 134550932 4293690176 18446744073709551615 4110483505 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22482/tid=22496] ppid=22480 vsize=1544816 CPUtime=6.57
/proc/22482/task/22496/stat : 22496 (java) R 22480 22482 22163 0 -1 4202560 37 0 0 0 657 0 0 0 21 0 16 0 11827165 1581891584 55475 1992294400 134512640 134550932 4293690176 18446744073709551615 4110709644 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22482/tid=22497] ppid=22480 vsize=1544816 CPUtime=0
/proc/22482/task/22497/stat : 22497 (java) S 22480 22482 22163 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 11827189 1581891584 55475 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22498] ppid=22480 vsize=1544816 CPUtime=0
/proc/22482/task/22498/stat : 22498 (java) S 22480 22482 22163 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 11827191 1581891584 55475 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.61
Current children cumulated vsize (KiB) 1544816

[startup+25.5015 s]
/proc/loadavg: 1.64 1.16 0.97 3/122 22499
/proc/meminfo: memFree=1247992/2059040 swapFree=4192956/4192956
[pid=22482] ppid=22480 vsize=1544816 CPUtime=48.51
/proc/22482/stat : 22482 (java) S 22480 22482 22163 0 -1 4202496 65693 0 1 0 4819 32 0 0 15 0 16 0 11826797 1581891584 59288 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/22482/task/22497/stat : 22497 (java) S 22480 22482 22163 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 11827189 1581768704 110113 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22498] ppid=22480 vsize=1544696 CPUtime=0
/proc/22482/task/22498/stat : 22498 (java) S 22480 22482 22163 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 11827191 1581768704 110113 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1488.7
Current children cumulated vsize (KiB) 1544696

[startup+822.302 s]
/proc/loadavg: 2.06 2.08 1.63 3/122 22523
/proc/meminfo: memFree=1036696/2059040 swapFree=4192956/4192956
[pid=22482] ppid=22480 vsize=1544696 CPUtime=1606.25
/proc/22482/stat : 22482 (java) S 22480 22482 22163 0 -1 4202496 147635 0 1 0 160485 140 0 0 15 0 16 0 11826797 1581768704 111654 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22482/statm: 386174 111654 1450 10 0 383477 0
[pid=22482/tid=22484] ppid=22480 vsize=1544696 CPUtime=3.38
/proc/22482/task/22484/stat : 22484 (java) S 22480 22482 22163 0 -1 4202560 32052 0 1 0 322 16 0 0 15 0 16 0 11826800 1581768704 111654 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22485] ppid=22480 vsize=1544696 CPUtime=17.28
/proc/22482/task/22485/stat : 22485 (java) S 22480 22482 22163 0 -1 4202560 40731 0 0 0 1703 25 0 0 15 0 16 0 11826801 1581768704 111654 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22486] ppid=22480 vsize=1544696 CPUtime=17.08
/proc/22482/task/22486/stat : 22486 (java) S 22480 22482 22163 0 -1 4202560 35905 0 0 0 1677 31 0 0 16 0 16 0 11826801 1581768704 111654 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22487] ppid=22480 vsize=1544696 CPUtime=21.02
/proc/22482/task/22487/stat : 22487 (java) S 22480 22482 22163 0 -1 4202560 27340 0 0 0 2071 31 0 0 15 0 16 0 11826803 1581768704 111654 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 0 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22488] ppid=22480 vsize=1544696 CPUtime=0
/proc/22482/task/22488/stat : 22488 (java) S 22480 22482 22163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 11826803 1581768704 111654 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22489] ppid=22480 vsize=1544696 CPUtime=0
/proc/22482/task/22489/stat : 22489 (java) S 22480 22482 22163 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11826803 1581768704 111654 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22490] ppid=22480 vsize=1544696 CPUtime=0
/proc/22482/task/22490/stat : 22490 (java) S 22480 22482 22163 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 11826808 1581768704 111654 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22491] ppid=22480 vsize=1544696 CPUtime=3.09
/proc/22482/task/22491/stat : 22491 (java) S 22480 22482 22163 0 -1 4202560 1649 0 0 0 308 1 0 0 15 0 16 0 11826808 1581768704 111654 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22492] ppid=22480 vsize=1544696 CPUtime=3.2
/proc/22482/task/22492/stat : 22492 (java) S 22480 22482 22163 0 -1 4202560 8057 0 0 0 317 3 0 0 16 0 16 0 11826808 1581768704 111654 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22493] ppid=22480 vsize=1544696 CPUtime=0
/proc/22482/task/22493/stat : 22493 (java) S 22480 22482 22163 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 11826808 1581768704 111654 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22494] ppid=22480 vsize=1544696 CPUtime=0
/proc/22482/task/22494/stat : 22494 (java) S 22480 22482 22163 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 11826808 1581768704 111654 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22495] ppid=22480 vsize=1544696 CPUtime=772.9
/proc/22482/task/22495/stat : 22495 (java) R 22480 22482 22163 0 -1 4202560 383 0 0 0 77272 18 0 0 25 0 16 0 11827165 1581768704 111654 1992294400 134512640 134550932 4293690176 18446744073709551615 4110768364 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22482/tid=22496] ppid=22480 vsize=1544696 CPUtime=768.23
/proc/22482/task/22496/stat : 22496 (java) R 22480 22482 22163 0 -1 4202560 401 0 0 0 76812 11 0 0 25 0 16 0 11827165 1581768704 111654 1992294400 134512640 134550932 4293690176 18446744073709551615 4110480258 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22482/tid=22497] ppid=22480 vsize=1544696 CPUtime=0
/proc/22482/task/22497/stat : 22497 (java) S 22480 22482 22163 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 11827189 1581768704 111654 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22498] ppid=22480 vsize=1544696 CPUtime=0
/proc/22482/task/22498/stat : 22498 (java) S 22480 22482 22163 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 11827191 1581768704 111654 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1606.25
Current children cumulated vsize (KiB) 1544696

[startup+882.301 s]
/proc/loadavg: 2.02 2.06 1.65 3/122 22525
/proc/meminfo: memFree=1033596/2059040 swapFree=4192956/4192956
[pid=22482] ppid=22480 vsize=1544696 CPUtime=1722.96
/proc/22482/stat : 22482 (java) S 22480 22482 22163 0 -1 4202496 149903 0 1 0 172151 145 0 0 15 0 16 0 11826797 1581768704 112564 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22482/statm: 386174 112564 1450 10 0 383477 0
[pid=22482/tid=22484] ppid=22480 vsize=1544696 CPUtime=3.38
/proc/22482/task/22484/stat : 22484 (java) S 22480 22482 22163 0 -1 4202560 32055 0 1 0 322 16 0 0 15 0 16 0 11826800 1581768704 112564 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22485] ppid=22480 vsize=1544696 CPUtime=18.6
/proc/22482/task/22485/stat : 22485 (java) S 22480 22482 22163 0 -1 4202560 41237 0 0 0 1834 26 0 0 15 0 16 0 11826801 1581768704 112564 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22486] ppid=22480 vsize=1544696 CPUtime=18.41
/proc/22482/task/22486/stat : 22486 (java) S 22480 22482 22163 0 -1 4202560 36333 0 0 0 1807 34 0 0 16 0 16 0 11826801 1581768704 112564 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22487] ppid=22480 vsize=1544696 CPUtime=23.26
/proc/22482/task/22487/stat : 22487 (java) S 22480 22482 22163 0 -1 4202560 28628 0 0 0 2294 32 0 0 15 0 16 0 11826803 1581768704 112564 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 0 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22488] ppid=22480 vsize=1544696 CPUtime=0
/proc/22482/task/22488/stat : 22488 (java) S 22480 22482 22163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 11826803 1581768704 112564 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22489] ppid=22480 vsize=1544696 CPUtime=0
/proc/22482/task/22489/stat : 22489 (java) S 22480 22482 22163 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11826803 1581768704 112564 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22490] ppid=22480 vsize=1544696 CPUtime=0
/proc/22482/task/22490/stat : 22490 (java) S 22480 22482 22163 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 11826808 1581768704 112564 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22491] ppid=22480 vsize=1544696 CPUtime=3.09
/proc/22482/task/22491/stat : 22491 (java) S 22480 22482 22163 0 -1 4202560 1649 0 0 0 308 1 0 0 15 0 16 0 11826808 1581768704 112564 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22492] ppid=22480 vsize=1544696 CPUtime=3.2
/proc/22482/task/22492/stat : 22492 (java) S 22480 22482 22163 0 -1 4202560 8057 0 0 0 317 3 0 0 16 0 16 0 11826808 1581768704 112564 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22493] ppid=22480 vsize=1544696 CPUtime=0
/proc/22482/task/22493/stat : 22493 (java) S 22480 22482 22163 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 11826808 1581768704 112564 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22494] ppid=22480 vsize=1544696 CPUtime=0
/proc/22482/task/22494/stat : 22494 (java) S 22480 22482 22163 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 11826808 1581768704 112564 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22495] ppid=22480 vsize=1544696 CPUtime=828.33
/proc/22482/task/22495/stat : 22495 (java) R 22480 22482 22163 0 -1 4202560 406 0 0 0 82815 18 0 0 25 0 16 0 11827165 1581768704 112564 1992294400 134512640 134550932 4293690176 18446744073709551615 4110642351 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22482/tid=22496] ppid=22480 vsize=1544696 CPUtime=824.64
/proc/22482/task/22496/stat : 22496 (java) R 22480 22482 22163 0 -1 4202560 417 0 0 0 82452 12 0 0 25 0 16 0 11827165 1581768704 112564 1992294400 134512640 134550932 4293690176 18446744073709551615 4110480258 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22482/tid=22497] ppid=22480 vsize=1544696 CPUtime=0
/proc/22482/task/22497/stat : 22497 (java) S 22480 22482 22163 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 11827189 1581768704 112564 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22498] ppid=22480 vsize=1544696 CPUtime=0
/proc/22482/task/22498/stat : 22498 (java) S 22480 22482 22163 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 11827191 1581768704 112564 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1722.96
Current children cumulated vsize (KiB) 1544696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.203 s]
/proc/loadavg: 2.05 2.06 1.67 3/122 22526
/proc/meminfo: memFree=1019584/2059040 swapFree=4192956/4192956
[pid=22482] ppid=22480 vsize=1544696 CPUtime=1800.06
/proc/22482/stat : 22482 (java) S 22480 22482 22163 0 -1 4202496 153540 0 1 0 179856 150 0 0 15 0 16 0 11826797 1581768704 116080 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22482/statm: 386174 116080 1450 10 0 383477 0
[pid=22482/tid=22484] ppid=22480 vsize=1544696 CPUtime=3.38
/proc/22482/task/22484/stat : 22484 (java) S 22480 22482 22163 0 -1 4202560 32055 0 1 0 322 16 0 0 15 0 16 0 11826800 1581768704 116080 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22485] ppid=22480 vsize=1544696 CPUtime=19.51
/proc/22482/task/22485/stat : 22485 (java) S 22480 22482 22163 0 -1 4202560 42966 0 0 0 1925 26 0 0 15 0 16 0 11826801 1581768704 116080 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22486] ppid=22480 vsize=1544696 CPUtime=19.34
/proc/22482/task/22486/stat : 22486 (java) S 22480 22482 22163 0 -1 4202560 38210 0 0 0 1897 37 0 0 16 0 16 0 11826801 1581768704 116080 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22487] ppid=22480 vsize=1544696 CPUtime=23.27
/proc/22482/task/22487/stat : 22487 (java) S 22480 22482 22163 0 -1 4202560 28630 0 0 0 2295 32 0 0 15 0 16 0 11826803 1581768704 116080 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 0 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22488] ppid=22480 vsize=1544696 CPUtime=0
/proc/22482/task/22488/stat : 22488 (java) S 22480 22482 22163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 11826803 1581768704 116080 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22489] ppid=22480 vsize=1544696 CPUtime=0
/proc/22482/task/22489/stat : 22489 (java) S 22480 22482 22163 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11826803 1581768704 116080 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22490] ppid=22480 vsize=1544696 CPUtime=0
/proc/22482/task/22490/stat : 22490 (java) S 22480 22482 22163 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 11826808 1581768704 116080 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22491] ppid=22480 vsize=1544696 CPUtime=3.09
/proc/22482/task/22491/stat : 22491 (java) S 22480 22482 22163 0 -1 4202560 1649 0 0 0 308 1 0 0 15 0 16 0 11826808 1581768704 116080 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22492] ppid=22480 vsize=1544696 CPUtime=3.2
/proc/22482/task/22492/stat : 22492 (java) S 22480 22482 22163 0 -1 4202560 8057 0 0 0 317 3 0 0 16 0 16 0 11826808 1581768704 116080 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22493] ppid=22480 vsize=1544696 CPUtime=0
/proc/22482/task/22493/stat : 22493 (java) S 22480 22482 22163 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 11826808 1581768704 116080 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22494] ppid=22480 vsize=1544696 CPUtime=0
/proc/22482/task/22494/stat : 22494 (java) S 22480 22482 22163 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 11826808 1581768704 116080 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22495] ppid=22480 vsize=1544696 CPUtime=865.62
/proc/22482/task/22495/stat : 22495 (java) R 22480 22482 22163 0 -1 4202560 418 0 0 0 86544 18 0 0 25 0 16 0 11827165 1581768704 116080 1992294400 134512640 134550932 4293690176 18446744073709551615 4110452281 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22482/tid=22496] ppid=22480 vsize=1544696 CPUtime=862.59
/proc/22482/task/22496/stat : 22496 (java) R 22480 22482 22163 0 -1 4202560 432 0 0 0 86246 13 0 0 25 0 16 0 11827165 1581768704 116080 1992294400 134512640 134550932 4293690176 18446744073709551615 4110639855 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22482/tid=22497] ppid=22480 vsize=1544696 CPUtime=0
/proc/22482/task/22497/stat : 22497 (java) S 22480 22482 22163 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 11827189 1581768704 116080 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22498] ppid=22480 vsize=1544696 CPUtime=0
/proc/22482/task/22498/stat : 22498 (java) S 22480 22482 22163 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 11827191 1581768704 116080 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1544696

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

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

[startup+921.402 s]
/proc/loadavg: 2.05 2.06 1.67 3/122 22526
/proc/meminfo: memFree=1019584/2059040 swapFree=4192956/4192956
[pid=22482] ppid=22480 vsize=1545344 CPUtime=1800.43
/proc/22482/stat : 22482 (java) S 22480 22482 22163 0 -1 4202496 153698 0 1 0 179893 150 0 0 15 0 17 0 11826797 1582432256 116229 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22482/statm: 386336 116229 1451 10 0 383639 0
[pid=22482/tid=22484] ppid=22480 vsize=1545344 CPUtime=3.38
/proc/22482/task/22484/stat : 22484 (java) S 22480 22482 22163 0 -1 4202560 32055 0 1 0 322 16 0 0 15 0 17 0 11826800 1582432256 116229 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22485] ppid=22480 vsize=1545344 CPUtime=19.54
/proc/22482/task/22485/stat : 22485 (java) S 22480 22482 22163 0 -1 4202560 43039 0 0 0 1928 26 0 0 16 0 17 0 11826801 1582432256 116229 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22486] ppid=22480 vsize=1545344 CPUtime=19.37
/proc/22482/task/22486/stat : 22486 (java) S 22480 22482 22163 0 -1 4202560 38274 0 0 0 1900 37 0 0 16 0 17 0 11826801 1582432256 116229 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22487] ppid=22480 vsize=1545344 CPUtime=23.27
/proc/22482/task/22487/stat : 22487 (java) S 22480 22482 22163 0 -1 4202560 28630 0 0 0 2295 32 0 0 15 0 17 0 11826803 1582432256 116229 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 0 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22488] ppid=22480 vsize=1545344 CPUtime=0
/proc/22482/task/22488/stat : 22488 (java) S 22480 22482 22163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 11826803 1582432256 116229 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22489] ppid=22480 vsize=1545344 CPUtime=0
/proc/22482/task/22489/stat : 22489 (java) S 22480 22482 22163 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 11826803 1582432256 116229 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22490] ppid=22480 vsize=1545344 CPUtime=0
/proc/22482/task/22490/stat : 22490 (java) S 22480 22482 22163 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 17 0 11826808 1582432256 116229 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22491] ppid=22480 vsize=1545344 CPUtime=3.09
/proc/22482/task/22491/stat : 22491 (java) S 22480 22482 22163 0 -1 4202560 1649 0 0 0 308 1 0 0 15 0 17 0 11826808 1582432256 116229 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22492] ppid=22480 vsize=1545344 CPUtime=3.23
/proc/22482/task/22492/stat : 22492 (java) S 22480 22482 22163 0 -1 4202560 8057 0 0 0 320 3 0 0 15 0 17 0 11826808 1582432256 116229 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22493] ppid=22480 vsize=1545344 CPUtime=0
/proc/22482/task/22493/stat : 22493 (java) S 22480 22482 22163 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 17 0 11826808 1582432256 116229 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 0 0 0 0
[pid=22482/tid=22494] ppid=22480 vsize=1545344 CPUtime=0
/proc/22482/task/22494/stat : 22494 (java) S 22480 22482 22163 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 17 0 11826808 1582432256 116229 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22495] ppid=22480 vsize=1545344 CPUtime=865.77
/proc/22482/task/22495/stat : 22495 (java) R 22480 22482 22163 0 -1 4202560 418 0 0 0 86559 18 0 0 25 0 17 0 11827165 1582432256 116229 1992294400 134512640 134550932 4293690176 18446744073709551615 4110664620 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22482/tid=22496] ppid=22480 vsize=1545344 CPUtime=862.69
/proc/22482/task/22496/stat : 22496 (java) R 22480 22482 22163 0 -1 4202560 432 0 0 0 86256 13 0 0 25 0 17 0 11827165 1582432256 116229 1992294400 134512640 134550932 4293690176 18446744073709551615 4110480490 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22482/tid=22497] ppid=22480 vsize=1545344 CPUtime=0
/proc/22482/task/22497/stat : 22497 (java) S 22480 22482 22163 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 17 0 11827189 1582432256 116229 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
[pid=22482/tid=22498] ppid=22480 vsize=1545344 CPUtime=0
/proc/22482/task/22498/stat : 22498 (java) S 22480 22482 22163 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 17 0 11827191 1582432256 116229 1992294400 134512640 134550932 4293690176 18446744073709551615 4294960144 0 4 0 16800975 18446604437817292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 1545344

Child status: 143
Real time (s): 921.455
CPU time (s): 1800.5
CPU user time (s): 1798.95
CPU system time (s): 1.55476
CPU usage (%): 195.398
Max. virtual memory (cumulated for all children) (KiB): 1548312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.95
system time used= 1.55476
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153698
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= 29055
involuntary context switches= 52855

runsolver used 3.88241 second user time and 11.5712 second system time

The end

Launcher Data

Begin job on node030 at 2010-07-06 19:09:13
IDJOB=2684897
IDBENCH=73905
IDSOLVER=1166
FILE ID=node030/2684897-1278436153
PBS_JOBID= 11233448
Free space on /tmp= 62504 MiB

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

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

MD5SUM BENCH= 3890946cb13ab5dacc1331cb240d6a09
RANDOM SEED=1076596128

node030.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.217
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.43
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.217
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:       1481140 kB
Buffers:         99792 kB
Cached:         345352 kB
SwapCached:          0 kB
Active:         174388 kB
Inactive:       330836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1481140 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3492 kB
Writeback:           0 kB
AnonPages:       60128 kB
Mapped:          14512 kB
Slab:            50596 kB
PageTables:       4168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179120 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= 62504 MiB
End job on node030 at 2010-07-06 19:24:37