Trace number 2661599

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.19 918.917

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
MD5SUMff64c7b9cef588c95a335f732f2d905b
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2661599-1276682193.opb
0.25/0.21	c reading problem ... 
16.82/14.92	c ... done. Wall clock time 14.706s.
16.82/14.92	c #vars     6620
16.82/14.92	c #constraints  13043
16.82/14.92	c constraints type 
16.82/14.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6220
16.82/14.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
16.82/14.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
16.82/14.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
16.82/14.92	c constraints type 
16.82/14.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
16.82/14.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6220
16.82/14.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
16.82/14.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
31.45/22.38	c cleaning 2528 clauses out of 5056 with flag 5056/5056
49.75/31.66	c cleaning 4238 clauses out of 8476 with flag 11004/11004
77.17/45.53	c cleaning 5646 clauses out of 11292 with flag 18058/18058
103.45/58.81	c cleaning 6799 clauses out of 13599 with flag 26011/26011
136.81/75.70	c cleaning 7916 clauses out of 15831 with flag 35042/35042
178.28/96.71	c cleaning 8936 clauses out of 17876 with flag 45003/45003
220.91/118.38	c cleaning 9991 clauses out of 19982 with flag 56045/56045
270.68/143.56	c cleaning 10981 clauses out of 21965 with flag 68019/68019
309.08/163.07	c cleaning 11986 clauses out of 23973 with flag 81008/81008
369.75/193.76	c cleaning 12990 clauses out of 25982 with flag 95003/95003
417.69/218.03	c cleaning 13512 clauses out of 27023 with flag 109034/109034
478.40/248.71	c cleaning 13748 clauses out of 27498 with flag 123021/123021
536.15/278.00	c cleaning 13865 clauses out of 27729 with flag 137000/137000
600.15/310.45	c cleaning 13935 clauses out of 27871 with flag 151007/151007
671.27/346.47	c cleaning 13966 clauses out of 27933 with flag 165004/165004
740.60/381.54	c cleaning 13980 clauses out of 27964 with flag 179001/179001
808.28/415.88	c cleaning 13990 clauses out of 27984 with flag 193001/193001
874.42/449.31	c cleaning 13998 clauses out of 27997 with flag 207004/207004
939.55/482.34	c cleaning 13997 clauses out of 27995 with flag 221000/221000
1003.88/514.93	c cleaning 14005 clauses out of 28012 with flag 235014/235014
1071.48/549.25	c cleaning 14012 clauses out of 28025 with flag 249032/249032
1141.37/584.61	c cleaning 13992 clauses out of 27989 with flag 263008/263008
1204.29/616.55	c cleaning 14008 clauses out of 28018 with flag 277029/277029
1257.71/643.67	c cleaning 13996 clauses out of 27994 with flag 291013/291013
1318.34/674.41	c cleaning 14004 clauses out of 28007 with flag 305022/305022
1397.52/714.51	c cleaning 14004 clauses out of 28008 with flag 319027/319027
1466.57/749.56	c cleaning 13995 clauses out of 27992 with flag 333015/333015
1539.97/786.77	c cleaning 14005 clauses out of 28011 with flag 347029/347029
1618.43/826.53	c cleaning 13999 clauses out of 27997 with flag 361020/361020
1708.88/872.33	c cleaning 13994 clauses out of 27989 with flag 375011/375011
1728.53/882.48	c cleaning 0 clauses out of 5004 with flag 0/5004
1785.78/911.44	c cleaning 13992 clauses out of 27986 with flag 389002/389002
1800.01/918.82	c starts		: 136
1800.01/918.82	c conflicts		: 392291
1800.01/918.82	c decisions		: 507405
1800.01/918.82	c propagations		: 11362441
1800.01/918.82	c inspects		: 902166298
1800.01/918.82	c learnt literals	: 0
1800.01/918.82	c learnt binary clauses	: 0
1800.01/918.82	c learnt ternary clauses	: 29
1800.01/918.82	c learnt clauses	: 392290
1800.01/918.82	c ignored clauses	: 0
1800.01/918.82	c root simplifications	: 0
1800.01/918.82	c removed literals (reason simplification)	: 10770245
1800.01/918.82	c reason swapping (by a shorter reason)	: 0
1800.01/918.82	c Calls to reduceDB	: 31
1800.01/918.82	c number of reductions to clauses (during analyze)	: 0
1800.01/918.82	c number of learned constraints concerned by reduction	: 0
1800.01/918.82	c number of learning phase by resolution	: 0
1800.01/918.82	c number of learning phase by cutting planes	: 0
1800.01/918.82	c speed (assignments/second)	: 12570.476347468024
1800.01/918.82	c non guided choices	6381
1800.01/918.85	c learnt constraints type 
1800.01/918.85	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17290
1800.01/918.85	c constraints type 
1800.01/918.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6220
1800.01/918.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.01/918.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.01/918.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
1800.01/918.85	c constraints type 
1800.01/918.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1800.01/918.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6220
1800.01/918.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.01/918.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
1800.01/918.85	s UNKNOWN
1800.01/918.85	c Total wall clock time (in seconds): 918.632

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-2661599-1276682193/watcher-2661599-1276682193 -o /tmp/evaluation-result-2661599-1276682193/solver-2661599-1276682193 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661599-1276682193.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.01 1.03 1.00 3/106 16378
/proc/meminfo: memFree=1677884/2059040 swapFree=4192956/4192956
[pid=16378] ppid=16376 vsize=248 CPUtime=0
/proc/16378/stat : 16378 (java) R 16376 16378 15812 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 9511374 253952 28 1992294400 134512640 134550932 4293371456 18446744073709551615 10441300 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16378/statm: 62 28 21 10 0 23 0

[startup+0.0530631 s]
/proc/loadavg: 1.01 1.03 1.00 3/106 16378
/proc/meminfo: memFree=1677884/2059040 swapFree=4192956/4192956
[pid=16378] ppid=16376 vsize=1521664 CPUtime=0.04
/proc/16378/stat : 16378 (java) S 16376 16378 15812 0 -1 4202496 3550 0 1 0 2 2 0 0 18 0 7 0 9511374 1558183936 2992 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16378/statm: 380416 2992 1011 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.101066 s]
/proc/loadavg: 1.01 1.03 1.00 3/106 16378
/proc/meminfo: memFree=1677884/2059040 swapFree=4192956/4192956
[pid=16378] ppid=16376 vsize=1524180 CPUtime=0.08
/proc/16378/stat : 16378 (java) S 16376 16378 15812 0 -1 4202496 3963 0 1 0 6 2 0 0 18 0 12 0 9511374 1560760320 3403 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16378/statm: 381045 3403 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300513 s]
/proc/loadavg: 1.01 1.03 1.00 3/106 16378
/proc/meminfo: memFree=1677884/2059040 swapFree=4192956/4192956
[pid=16378] ppid=16376 vsize=1526216 CPUtime=0.36
/proc/16378/stat : 16378 (java) S 16376 16378 15812 0 -1 4202496 5385 0 1 0 33 3 0 0 18 0 12 0 9511374 1562845184 4823 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16378/statm: 381554 4823 1356 10 0 378857 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526216

[startup+0.700509 s]
/proc/loadavg: 1.01 1.03 1.00 3/106 16378
/proc/meminfo: memFree=1677884/2059040 swapFree=4192956/4192956
[pid=16378] ppid=16376 vsize=1527484 CPUtime=1.12
/proc/16378/stat : 16378 (java) S 16376 16378 15812 0 -1 4202496 6852 0 1 0 108 4 0 0 18 0 12 0 9511374 1564143616 6290 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16378/statm: 381871 6290 1402 10 0 379174 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1527484

[startup+1.5015 s]
/proc/loadavg: 1.01 1.03 1.00 2/118 16390
/proc/meminfo: memFree=1653732/2059040 swapFree=4192956/4192956
[pid=16378] ppid=16376 vsize=1528368 CPUtime=2.25
/proc/16378/stat : 16378 (java) S 16376 16378 15812 0 -1 4202496 8840 0 1 0 220 5 0 0 18 0 12 0 9511374 1565048832 7964 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16378/statm: 382092 7965 1409 10 0 379395 0
[pid=16378/tid=16380] ppid=16376 vsize=1528368 CPUtime=1.48
/proc/16378/task/16380/stat : 16380 (java) R 16376 16378 15812 0 -1 4202560 6296 0 1 0 144 4 0 0 18 0 12 0 9511376 1565048832 7965 1992294400 134512640 134550932 4293371456 18446744073709551615 4109253492 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16378/tid=16381] ppid=16376 vsize=1528368 CPUtime=0
/proc/16378/task/16381/stat : 16381 (java) S 16376 16378 15812 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 9511377 1565048832 7965 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16382] ppid=16376 vsize=1528368 CPUtime=0
/proc/16378/task/16382/stat : 16382 (java) S 16376 16378 15812 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 9511377 1565048832 7965 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16383] ppid=16376 vsize=1528368 CPUtime=0
/proc/16378/task/16383/stat : 16383 (java) S 16376 16378 15812 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 9511379 1565048832 7965 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 0 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16384] ppid=16376 vsize=1528368 CPUtime=0
/proc/16378/task/16384/stat : 16384 (java) S 16376 16378 15812 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 9511379 1565048832 7965 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16385] ppid=16376 vsize=1528368 CPUtime=0
/proc/16378/task/16385/stat : 16385 (java) S 16376 16378 15812 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 9511379 1565048832 7965 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16386] ppid=16376 vsize=1528368 CPUtime=0
/proc/16378/task/16386/stat : 16386 (java) S 16376 16378 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9511384 1565048832 7965 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16387] ppid=16376 vsize=1528368 CPUtime=0.46
/proc/16378/task/16387/stat : 16387 (java) S 16376 16378 15812 0 -1 4202560 790 0 0 0 46 0 0 0 22 0 12 0 9511384 1565048832 7965 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16388] ppid=16376 vsize=1528368 CPUtime=0.29
/proc/16378/task/16388/stat : 16388 (java) S 16376 16378 15812 0 -1 4202560 691 0 0 0 29 0 0 0 23 0 12 0 9511384 1565048832 7965 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16389] ppid=16376 vsize=1528368 CPUtime=0
/proc/16378/task/16389/stat : 16389 (java) S 16376 16378 15812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9511384 1565048832 7965 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16390] ppid=16376 vsize=1528368 CPUtime=0
/proc/16378/task/16390/stat : 16390 (java) S 16376 16378 15812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9511384 1565048832 7965 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 1528368

[startup+3.10149 s]
/proc/loadavg: 1.01 1.03 1.00 4/118 16390
/proc/meminfo: memFree=1641332/2059040 swapFree=4192956/4192956
[pid=16378] ppid=16376 vsize=1541316 CPUtime=4.74
/proc/16378/stat : 16378 (java) S 16376 16378 15812 0 -1 4202496 17030 0 1 0 465 9 0 0 18 0 12 0 9511374 1578307584 12169 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16378/statm: 385329 12169 1410 10 0 382632 0
[pid=16378/tid=16380] ppid=16376 vsize=1541316 CPUtime=3.07
/proc/16378/task/16380/stat : 16380 (java) R 16376 16378 15812 0 -1 4202560 7369 0 1 0 303 4 0 0 21 0 12 0 9511376 1578307584 12169 1992294400 134512640 134550932 4293371456 18446744073709551615 4109533889 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16378/tid=16381] ppid=16376 vsize=1541316 CPUtime=0
/proc/16378/task/16381/stat : 16381 (java) S 16376 16378 15812 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 9511377 1578307584 12169 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16382] ppid=16376 vsize=1541316 CPUtime=0
/proc/16378/task/16382/stat : 16382 (java) S 16376 16378 15812 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 9511377 1578307584 12169 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16383] ppid=16376 vsize=1541316 CPUtime=0
/proc/16378/task/16383/stat : 16383 (java) S 16376 16378 15812 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 9511379 1578307584 12169 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 0 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16384] ppid=16376 vsize=1541316 CPUtime=0
/proc/16378/task/16384/stat : 16384 (java) S 16376 16378 15812 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 9511379 1578307584 12169 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16385] ppid=16376 vsize=1541316 CPUtime=0
/proc/16378/task/16385/stat : 16385 (java) S 16376 16378 15812 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 9511379 1578307584 12169 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16386] ppid=16376 vsize=1541316 CPUtime=0
/proc/16378/task/16386/stat : 16386 (java) S 16376 16378 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9511384 1578307584 12169 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16387] ppid=16376 vsize=1541316 CPUtime=1.32
/proc/16378/task/16387/stat : 16387 (java) S 16376 16378 15812 0 -1 4202560 7767 0 0 0 129 3 0 0 17 0 12 0 9511384 1578307584 12169 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16388] ppid=16376 vsize=1541316 CPUtime=0.32
/proc/16378/task/16388/stat : 16388 (java) S 16376 16378 15812 0 -1 4202560 830 0 0 0 32 0 0 0 15 0 12 0 9511384 1578307584 12169 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16389] ppid=16376 vsize=1541316 CPUtime=0
/proc/16378/task/16389/stat : 16389 (java) S 16376 16378 15812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9511384 1578307584 12169 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16390] ppid=16376 vsize=1541316 CPUtime=0
/proc/16378/task/16390/stat : 16390 (java) S 16376 16378 15812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9511384 1578307584 12169 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 1541316

[startup+6.30045 s]
/proc/loadavg: 1.01 1.03 1.00 2/118 16390
/proc/meminfo: memFree=1628932/2059040 swapFree=4192956/4192956
[pid=16378] ppid=16376 vsize=1540776 CPUtime=8.07
/proc/16378/stat : 16378 (java) S 16376 16378 15812 0 -1 4202496 18692 0 1 0 797 10 0 0 18 0 12 0 9511374 1577754624 13732 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16378/statm: 385194 13732 1417 10 0 382497 0
[pid=16378/tid=16380] ppid=16376 vsize=1540776 CPUtime=6.27
/proc/16378/task/16380/stat : 16380 (java) R 16376 16378 15812 0 -1 4202560 9004 0 1 0 621 6 0 0 25 0 12 0 9511376 1577754624 13732 1992294400 134512640 134550932 4293371456 18446744073709551615 4109533889 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16378/tid=16381] ppid=16376 vsize=1540776 CPUtime=0
/proc/16378/task/16381/stat : 16381 (java) S 16376 16378 15812 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 9511377 1577754624 13732 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16382] ppid=16376 vsize=1540776 CPUtime=0
/proc/16378/task/16382/stat : 16382 (java) S 16376 16378 15812 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 9511377 1577754624 13732 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16383] ppid=16376 vsize=1540776 CPUtime=0
/proc/16378/task/16383/stat : 16383 (java) S 16376 16378 15812 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9511379 1577754624 13732 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 0 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16384] ppid=16376 vsize=1540776 CPUtime=0
/proc/16378/task/16384/stat : 16384 (java) S 16376 16378 15812 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 9511379 1577754624 13732 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16385] ppid=16376 vsize=1540776 CPUtime=0
/proc/16378/task/16385/stat : 16385 (java) S 16376 16378 15812 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 9511379 1577754624 13732 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16386] ppid=16376 vsize=1540776 CPUtime=0
/proc/16378/task/16386/stat : 16386 (java) S 16376 16378 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9511384 1577754624 13732 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16387] ppid=16376 vsize=1540776 CPUtime=1.42
/proc/16378/task/16387/stat : 16387 (java) S 16376 16378 15812 0 -1 4202560 7783 0 0 0 139 3 0 0 15 0 12 0 9511384 1577754624 13732 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16388] ppid=16376 vsize=1540776 CPUtime=0.35
/proc/16378/task/16388/stat : 16388 (java) S 16376 16378 15812 0 -1 4202560 840 0 0 0 35 0 0 0 15 0 12 0 9511384 1577754624 13732 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16389] ppid=16376 vsize=1540776 CPUtime=0
/proc/16378/task/16389/stat : 16389 (java) S 16376 16378 15812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9511384 1577754624 13732 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16390] ppid=16376 vsize=1540776 CPUtime=0
/proc/16378/task/16390/stat : 16390 (java) S 16376 16378 15812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9511384 1577754624 13732 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.07
Current children cumulated vsize (KiB) 1540776

[startup+12.7014 s]
/proc/loadavg: 1.01 1.03 1.00 2/118 16390
/proc/meminfo: memFree=1620376/2059040 swapFree=4192956/4192956
[pid=16378] ppid=16376 vsize=1535824 CPUtime=14.62
/proc/16378/stat : 16378 (java) S 16376 16378 15812 0 -1 4202496 21888 0 1 0 1450 12 0 0 18 0 12 0 9511374 1572683776 15726 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16378/statm: 383956 15726 1417 10 0 381259 0
[pid=16378/tid=16380] ppid=16376 vsize=1535824 CPUtime=12.67
/proc/16378/task/16380/stat : 16380 (java) R 16376 16378 15812 0 -1 4202560 12182 0 1 0 1259 8 0 0 25 0 12 0 9511376 1572683776 15726 1992294400 134512640 134550932 4293371456 18446744073709551615 4109534211 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16378/tid=16381] ppid=16376 vsize=1535824 CPUtime=0
/proc/16378/task/16381/stat : 16381 (java) S 16376 16378 15812 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 9511377 1572683776 15726 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16382] ppid=16376 vsize=1535824 CPUtime=0
/proc/16378/task/16382/stat : 16382 (java) S 16376 16378 15812 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 9511377 1572683776 15726 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16383] ppid=16376 vsize=1535824 CPUtime=0
/proc/16378/task/16383/stat : 16383 (java) S 16376 16378 15812 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9511379 1572683776 15726 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 0 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16384] ppid=16376 vsize=1535824 CPUtime=0
/proc/16378/task/16384/stat : 16384 (java) S 16376 16378 15812 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 9511379 1572683776 15726 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16385] ppid=16376 vsize=1535824 CPUtime=0
/proc/16378/task/16385/stat : 16385 (java) S 16376 16378 15812 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 9511379 1572683776 15726 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16386] ppid=16376 vsize=1535824 CPUtime=0
/proc/16378/task/16386/stat : 16386 (java) S 16376 16378 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9511384 1572683776 15726 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16387] ppid=16376 vsize=1535824 CPUtime=1.48
/proc/16378/task/16387/stat : 16387 (java) S 16376 16378 15812 0 -1 4202560 7785 0 0 0 145 3 0 0 15 0 12 0 9511384 1572683776 15726 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16388] ppid=16376 vsize=1535824 CPUtime=0.45
/proc/16378/task/16388/stat : 16388 (java) S 16376 16378 15812 0 -1 4202560 856 0 0 0 45 0 0 0 15 0 12 0 9511384 1572683776 15726 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16389] ppid=16376 vsize=1535824 CPUtime=0
/proc/16378/task/16389/stat : 16389 (java) S 16376 16378 15812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9511384 1572683776 15726 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16390] ppid=16376 vsize=1535824 CPUtime=0
/proc/16378/task/16390/stat : 16390 (java) S 16376 16378 15812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9511384 1572683776 15726 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.62
Current children cumulated vsize (KiB) 1535824

[startup+25.5013 s]
/proc/loadavg: 1.45 1.12 1.03 3/122 16394
/proc/meminfo: memFree=1466088/2059040 swapFree=4192956/4192956
[pid=16378] ppid=16376 vsize=1538144 CPUtime=37.66
/proc/16378/stat : 16378 (java) S 16376 16378 15812 0 -1 4202496 62727 0 1 0 3736 30 0 0 18 0 16 0 9511374 1575059456 54032 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16378/statm: 384536 54032 1444 10 0 381839 0
[pid=16378/tid=16380] ppid=16376 vsize=1538144 CPUtime=14.89
/proc/16378/task/16380/stat : 16380 (java) S 16376 16378 15812 0 -1 4202560 13676 0 1 0 1480 9 0 0 18 0 16 0 9511376 1575059456 54032 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16381] ppid=16376 vsize=1538144 CPUtime=0.37
/proc/16378/task/16381/stat : 16381 (java) S 16376 16378 15812 0 -1 4202560 7293 0 0 0 33 4 0 0 16 0 16 0 9511377 1575059456 54032 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16382] ppid=16376 vsize=1538144 CPUtime=0.36
/proc/16378/task/16382/stat : 16382 (java) S 16376 16378 15812 0 -1 4202560 8160 0 0 0 33 3 0 0 15 0 16 0 9511377 1575059456 54032 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16383] ppid=16376 vsize=1538144 CPUtime=0.12
/proc/16378/task/16383/stat : 16383 (java) S 16376 16378 15812 0 -1 4202560 3507 0 0 0 11 1 0 0 15 0 16 0 9511379 1575059456 54032 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 0 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16384] ppid=16376 vsize=1538144 CPUtime=0
/proc/16378/task/16384/stat : 16384 (java) S 16376 16378 15812 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9511379 1575059456 54032 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16385] ppid=16376 vsize=1538144 CPUtime=0
/proc/16378/task/16385/stat : 16385 (java) S 16376 16378 15812 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9511379 1575059456 54032 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16386] ppid=16376 vsize=1538144 CPUtime=0
/proc/16378/task/16386/stat : 16386 (java) S 16376 16378 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9511384 1575059456 54032 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16387] ppid=16376 vsize=1538144 CPUtime=2.17

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

/proc/16378/task/16393/stat : 16393 (java) S 16376 16378 15812 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 9512875 1578205184 83443 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16394] ppid=16376 vsize=1541216 CPUtime=0
/proc/16378/task/16394/stat : 16394 (java) S 16376 16378 15812 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9512875 1578205184 83443 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1373.34
Current children cumulated vsize (KiB) 1541216

[startup+762.31 s]
/proc/loadavg: 2.07 2.05 1.66 3/122 16423
/proc/meminfo: memFree=1343452/2059040 swapFree=4192956/4192956
[pid=16378] ppid=16376 vsize=1541216 CPUtime=1491.64
/proc/16378/stat : 16378 (java) S 16376 16378 15812 0 -1 4202496 100392 0 1 0 149042 122 0 0 18 0 16 0 9511374 1578205184 84255 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16378/statm: 385304 84255 1450 10 0 382607 0
[pid=16378/tid=16380] ppid=16376 vsize=1541216 CPUtime=14.89
/proc/16378/task/16380/stat : 16380 (java) S 16376 16378 15812 0 -1 4202560 13681 0 1 0 1480 9 0 0 15 0 16 0 9511376 1578205184 84255 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16381] ppid=16376 vsize=1541216 CPUtime=9.94
/proc/16378/task/16381/stat : 16381 (java) S 16376 16378 15812 0 -1 4202560 24506 0 0 0 971 23 0 0 15 0 16 0 9511377 1578205184 84255 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16382] ppid=16376 vsize=1541216 CPUtime=9.96
/proc/16378/task/16382/stat : 16382 (java) S 16376 16378 15812 0 -1 4202560 24674 0 0 0 964 32 0 0 16 0 16 0 9511377 1578205184 84255 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16383] ppid=16376 vsize=1541216 CPUtime=6.86
/proc/16378/task/16383/stat : 16383 (java) S 16376 16378 15812 0 -1 4202560 4503 0 0 0 678 8 0 0 15 0 16 0 9511379 1578205184 84255 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 0 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16384] ppid=16376 vsize=1541216 CPUtime=0
/proc/16378/task/16384/stat : 16384 (java) S 16376 16378 15812 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9511379 1578205184 84255 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16385] ppid=16376 vsize=1541216 CPUtime=0
/proc/16378/task/16385/stat : 16385 (java) S 16376 16378 15812 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9511379 1578205184 84255 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16386] ppid=16376 vsize=1541216 CPUtime=0
/proc/16378/task/16386/stat : 16386 (java) S 16376 16378 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9511384 1578205184 84255 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16387] ppid=16376 vsize=1541216 CPUtime=2.76
/proc/16378/task/16387/stat : 16387 (java) S 16376 16378 15812 0 -1 4202560 7882 0 0 0 273 3 0 0 16 0 16 0 9511384 1578205184 84255 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16388] ppid=16376 vsize=1541216 CPUtime=2.59
/proc/16378/task/16388/stat : 16388 (java) S 16376 16378 15812 0 -1 4202560 4829 0 0 0 257 2 0 0 15 0 16 0 9511384 1578205184 84255 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16389] ppid=16376 vsize=1541216 CPUtime=0
/proc/16378/task/16389/stat : 16389 (java) S 16376 16378 15812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 9511384 1578205184 84255 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16390] ppid=16376 vsize=1541216 CPUtime=0
/proc/16378/task/16390/stat : 16390 (java) S 16376 16378 15812 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 16 0 9511384 1578205184 84255 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16391] ppid=16376 vsize=1541216 CPUtime=723.13
/proc/16378/task/16391/stat : 16391 (java) R 16376 16378 15812 0 -1 4202560 17228 0 0 0 72289 24 0 0 25 0 16 0 9512867 1578205184 84255 1992294400 134512640 134550932 4293371456 18446744073709551615 4109695658 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16378/tid=16392] ppid=16376 vsize=1541216 CPUtime=721.41
/proc/16378/task/16392/stat : 16392 (java) R 16376 16378 15812 0 -1 4202560 1976 0 0 0 72125 16 0 0 25 0 16 0 9512867 1578205184 84255 1992294400 134512640 134550932 4293371456 18446744073709551615 4109989186 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16378/tid=16393] ppid=16376 vsize=1541216 CPUtime=0
/proc/16378/task/16393/stat : 16393 (java) S 16376 16378 15812 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 9512875 1578205184 84255 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16394] ppid=16376 vsize=1541216 CPUtime=0
/proc/16378/task/16394/stat : 16394 (java) S 16376 16378 15812 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9512875 1578205184 84255 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1491.64
Current children cumulated vsize (KiB) 1541216

[startup+822.302 s]
/proc/loadavg: 2.08 2.05 1.68 3/122 16425
/proc/meminfo: memFree=1341096/2059040 swapFree=4192956/4192956
[pid=16378] ppid=16376 vsize=1541216 CPUtime=1610.11
/proc/16378/stat : 16378 (java) S 16376 16378 15812 0 -1 4202496 101100 0 1 0 160883 128 0 0 18 0 16 0 9511374 1578205184 84881 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16378/statm: 385304 84881 1450 10 0 382607 0
[pid=16378/tid=16380] ppid=16376 vsize=1541216 CPUtime=14.89
/proc/16378/task/16380/stat : 16380 (java) S 16376 16378 15812 0 -1 4202560 13681 0 1 0 1480 9 0 0 15 0 16 0 9511376 1578205184 84881 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16381] ppid=16376 vsize=1541216 CPUtime=10.83
/proc/16378/task/16381/stat : 16381 (java) S 16376 16378 15812 0 -1 4202560 24889 0 0 0 1058 25 0 0 16 0 16 0 9511377 1578205184 84881 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16382] ppid=16376 vsize=1541216 CPUtime=10.84
/proc/16378/task/16382/stat : 16382 (java) S 16376 16378 15812 0 -1 4202560 24937 0 0 0 1051 33 0 0 15 0 16 0 9511377 1578205184 84881 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16383] ppid=16376 vsize=1541216 CPUtime=7.3
/proc/16378/task/16383/stat : 16383 (java) S 16376 16378 15812 0 -1 4202560 4507 0 0 0 722 8 0 0 15 0 16 0 9511379 1578205184 84881 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 0 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16384] ppid=16376 vsize=1541216 CPUtime=0
/proc/16378/task/16384/stat : 16384 (java) S 16376 16378 15812 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9511379 1578205184 84881 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16385] ppid=16376 vsize=1541216 CPUtime=0
/proc/16378/task/16385/stat : 16385 (java) S 16376 16378 15812 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9511379 1578205184 84881 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16386] ppid=16376 vsize=1541216 CPUtime=0
/proc/16378/task/16386/stat : 16386 (java) S 16376 16378 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9511384 1578205184 84881 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16387] ppid=16376 vsize=1541216 CPUtime=2.76
/proc/16378/task/16387/stat : 16387 (java) S 16376 16378 15812 0 -1 4202560 7882 0 0 0 273 3 0 0 16 0 16 0 9511384 1578205184 84881 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16388] ppid=16376 vsize=1541216 CPUtime=2.59
/proc/16378/task/16388/stat : 16388 (java) S 16376 16378 15812 0 -1 4202560 4829 0 0 0 257 2 0 0 15 0 16 0 9511384 1578205184 84881 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16389] ppid=16376 vsize=1541216 CPUtime=0
/proc/16378/task/16389/stat : 16389 (java) S 16376 16378 15812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 9511384 1578205184 84881 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16390] ppid=16376 vsize=1541216 CPUtime=0
/proc/16378/task/16390/stat : 16390 (java) S 16376 16378 15812 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 9511384 1578205184 84881 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16391] ppid=16376 vsize=1541216 CPUtime=780.78
/proc/16378/task/16391/stat : 16391 (java) R 16376 16378 15812 0 -1 4202560 17251 0 0 0 78054 24 0 0 25 0 16 0 9512867 1578205184 84881 1992294400 134512640 134550932 4293371456 18446744073709551615 4109600558 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16378/tid=16392] ppid=16376 vsize=1541216 CPUtime=780.03
/proc/16378/task/16392/stat : 16392 (java) R 16376 16378 15812 0 -1 4202560 2007 0 0 0 77985 18 0 0 25 0 16 0 9512867 1578205184 84881 1992294400 134512640 134550932 4293371456 18446744073709551615 4109695880 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16378/tid=16393] ppid=16376 vsize=1541216 CPUtime=0
/proc/16378/task/16393/stat : 16393 (java) S 16376 16378 15812 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 9512875 1578205184 84881 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16394] ppid=16376 vsize=1541216 CPUtime=0
/proc/16378/task/16394/stat : 16394 (java) S 16376 16378 15812 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9512875 1578205184 84881 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1610.11
Current children cumulated vsize (KiB) 1541216

[startup+882.302 s]
/proc/loadavg: 2.06 2.05 1.70 3/122 16425
/proc/meminfo: memFree=1330680/2059040 swapFree=4192956/4192956
[pid=16378] ppid=16376 vsize=1541216 CPUtime=1728.34
/proc/16378/stat : 16378 (java) S 16376 16378 15812 0 -1 4202496 103849 0 1 0 172700 134 0 0 18 0 16 0 9511374 1578205184 87452 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16378/statm: 385304 87452 1450 10 0 382607 0
[pid=16378/tid=16380] ppid=16376 vsize=1541216 CPUtime=14.89
/proc/16378/task/16380/stat : 16380 (java) S 16376 16378 15812 0 -1 4202560 13681 0 1 0 1480 9 0 0 15 0 16 0 9511376 1578205184 87452 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16381] ppid=16376 vsize=1541216 CPUtime=11.75
/proc/16378/task/16381/stat : 16381 (java) S 16376 16378 15812 0 -1 4202560 26007 0 0 0 1149 26 0 0 16 0 16 0 9511377 1578205184 87452 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16382] ppid=16376 vsize=1541216 CPUtime=11.76
/proc/16378/task/16382/stat : 16382 (java) S 16376 16378 15812 0 -1 4202560 26504 0 0 0 1140 36 0 0 15 0 16 0 9511377 1578205184 87452 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16383] ppid=16376 vsize=1541216 CPUtime=8
/proc/16378/task/16383/stat : 16383 (java) S 16376 16378 15812 0 -1 4202560 4511 0 0 0 791 9 0 0 16 0 16 0 9511379 1578205184 87452 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 0 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16384] ppid=16376 vsize=1541216 CPUtime=0
/proc/16378/task/16384/stat : 16384 (java) S 16376 16378 15812 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9511379 1578205184 87452 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16385] ppid=16376 vsize=1541216 CPUtime=0
/proc/16378/task/16385/stat : 16385 (java) S 16376 16378 15812 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9511379 1578205184 87452 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16386] ppid=16376 vsize=1541216 CPUtime=0
/proc/16378/task/16386/stat : 16386 (java) S 16376 16378 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9511384 1578205184 87452 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16387] ppid=16376 vsize=1541216 CPUtime=2.76
/proc/16378/task/16387/stat : 16387 (java) S 16376 16378 15812 0 -1 4202560 7882 0 0 0 273 3 0 0 16 0 16 0 9511384 1578205184 87452 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16388] ppid=16376 vsize=1541216 CPUtime=2.64
/proc/16378/task/16388/stat : 16388 (java) R 16376 16378 15812 0 -1 4202560 4830 0 0 0 262 2 0 0 15 0 16 0 9511384 1578205184 87452 1992294400 134512640 134550932 4293371456 18446744073709551615 105856805 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16378/tid=16389] ppid=16376 vsize=1541216 CPUtime=0
/proc/16378/task/16389/stat : 16389 (java) S 16376 16378 15812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 9511384 1578205184 87452 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16390] ppid=16376 vsize=1541216 CPUtime=0
/proc/16378/task/16390/stat : 16390 (java) S 16376 16378 15812 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 9511384 1578205184 87452 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16391] ppid=16376 vsize=1541216 CPUtime=839.1
/proc/16378/task/16391/stat : 16391 (java) R 16376 16378 15812 0 -1 4202560 17277 0 0 0 83883 27 0 0 25 0 16 0 9512867 1578205184 87452 1992294400 134512640 134550932 4293371456 18446744073709551615 4110450523 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16378/tid=16392] ppid=16376 vsize=1541216 CPUtime=837.37
/proc/16378/task/16392/stat : 16392 (java) R 16376 16378 15812 0 -1 4202560 2036 0 0 0 83719 18 0 0 25 0 16 0 9512867 1578205184 87452 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16378/tid=16393] ppid=16376 vsize=1541216 CPUtime=0
/proc/16378/task/16393/stat : 16393 (java) S 16376 16378 15812 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 9512875 1578205184 87452 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16394] ppid=16376 vsize=1541216 CPUtime=0
/proc/16378/task/16394/stat : 16394 (java) S 16376 16378 15812 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9512875 1578205184 87452 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1728.34
Current children cumulated vsize (KiB) 1541216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+918.803 s]
/proc/loadavg: 2.03 2.05 1.71 3/122 16427
/proc/meminfo: memFree=1325224/2059040 swapFree=4192956/4192956
[pid=16378] ppid=16376 vsize=1546336 CPUtime=1800.01
/proc/16378/stat : 16378 (java) S 16376 16378 15812 0 -1 4202496 106281 0 1 0 179864 137 0 0 18 0 16 0 9511374 1583448064 88662 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16378/statm: 386584 88662 1450 10 0 383887 0
[pid=16378/tid=16380] ppid=16376 vsize=1546336 CPUtime=14.89
/proc/16378/task/16380/stat : 16380 (java) S 16376 16378 15812 0 -1 4202560 13683 0 1 0 1480 9 0 0 15 0 16 0 9511376 1583448064 88662 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16381] ppid=16376 vsize=1546336 CPUtime=12.28
/proc/16378/task/16381/stat : 16381 (java) S 16376 16378 15812 0 -1 4202560 26007 0 0 0 1201 27 0 0 16 0 16 0 9511377 1583448064 88662 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16382] ppid=16376 vsize=1546336 CPUtime=12.29
/proc/16378/task/16382/stat : 16382 (java) S 16376 16378 15812 0 -1 4202560 26504 0 0 0 1193 36 0 0 15 0 16 0 9511377 1583448064 88662 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16383] ppid=16376 vsize=1546336 CPUtime=8.86
/proc/16378/task/16383/stat : 16383 (java) S 16376 16378 15812 0 -1 4202560 4513 0 0 0 877 9 0 0 15 0 16 0 9511379 1583448064 88662 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 0 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16384] ppid=16376 vsize=1546336 CPUtime=0
/proc/16378/task/16384/stat : 16384 (java) S 16376 16378 15812 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9511379 1583448064 88662 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16385] ppid=16376 vsize=1546336 CPUtime=0
/proc/16378/task/16385/stat : 16385 (java) S 16376 16378 15812 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9511379 1583448064 88662 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16386] ppid=16376 vsize=1546336 CPUtime=0
/proc/16378/task/16386/stat : 16386 (java) S 16376 16378 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9511384 1583448064 88662 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16387] ppid=16376 vsize=1546336 CPUtime=2.79
/proc/16378/task/16387/stat : 16387 (java) S 16376 16378 15812 0 -1 4202560 7883 0 0 0 276 3 0 0 15 0 16 0 9511384 1583448064 88662 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16388] ppid=16376 vsize=1546336 CPUtime=2.98
/proc/16378/task/16388/stat : 16388 (java) S 16376 16378 15812 0 -1 4202560 7224 0 0 0 296 2 0 0 15 0 16 0 9511384 1583448064 88662 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16389] ppid=16376 vsize=1546336 CPUtime=0
/proc/16378/task/16389/stat : 16389 (java) S 16376 16378 15812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 9511384 1583448064 88662 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 0 0 0 0
[pid=16378/tid=16390] ppid=16376 vsize=1546336 CPUtime=0
/proc/16378/task/16390/stat : 16390 (java) S 16376 16378 15812 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 9511384 1583448064 88662 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16391] ppid=16376 vsize=1546336 CPUtime=873.67
/proc/16378/task/16391/stat : 16391 (java) R 16376 16378 15812 0 -1 4202560 17290 0 0 0 87340 27 0 0 25 0 16 0 9512867 1583448064 88662 1992294400 134512640 134550932 4293371456 18446744073709551615 4109924907 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16378/tid=16392] ppid=16376 vsize=1546336 CPUtime=872.16
/proc/16378/task/16392/stat : 16392 (java) R 16376 16378 15812 0 -1 4202560 2054 0 0 0 87197 19 0 0 25 0 16 0 9512867 1583448064 88662 1992294400 134512640 134550932 4293371456 18446744073709551615 4109989808 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16378/tid=16393] ppid=16376 vsize=1546336 CPUtime=0
/proc/16378/task/16393/stat : 16393 (java) S 16376 16378 15812 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 9512875 1583448064 88662 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
[pid=16378/tid=16394] ppid=16376 vsize=1546336 CPUtime=0
/proc/16378/task/16394/stat : 16394 (java) S 16376 16378 15812 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9512875 1583448064 88662 1992294400 134512640 134550932 4293371456 18446744073709551615 4294960144 0 4 0 16800975 18446604437830936704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1546336

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

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

Child status: 143
Real time (s): 918.917
CPU time (s): 1800.19
CPU user time (s): 1798.78
CPU system time (s): 1.41379
CPU usage (%): 195.904
Max. virtual memory (cumulated for all children) (KiB): 1549052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.78
system time used= 1.41378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106302
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= 29966
involuntary context switches= 53287

runsolver used 3.9564 second user time and 11.2733 second system time

The end

Launcher Data

Begin job on node047 at 2010-06-16 11:56:34
IDJOB=2661599
IDBENCH=48359
IDSOLVER=1166
FILE ID=node047/2661599-1276682193
PBS_JOBID= 11172544
Free space on /tmp= 62540 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661599-1276682193/watcher-2661599-1276682193 -o /tmp/evaluation-result-2661599-1276682193/solver-2661599-1276682193 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661599-1276682193.opb

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

MD5SUM BENCH= ff64c7b9cef588c95a335f732f2d905b
RANDOM SEED=726813147

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1678280 kB
Buffers:        104236 kB
Cached:         149552 kB
SwapCached:          0 kB
Active:         127904 kB
Inactive:       185180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1678280 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             392 kB
Writeback:           0 kB
AnonPages:       59308 kB
Mapped:          15456 kB
Slab:            45736 kB
PageTables:       4064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180308 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= 62540 MiB
End job on node047 at 2010-06-16 12:11:54