Trace number 2662657

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 920.102

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21bt.opb
MD5SUMcc11de80c07cf0d445d50327479f6689
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints942
Number of constraints which are clauses645
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints295
Minimum length of a constraint1
Maximum length of a constraint144
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 189
Number of bits of the biggest sum of numbers8
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	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.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1786e64
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@2808b3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2662657-1276695548.opb
0.24/0.21	c reading problem ... 
0.73/0.57	c ... done. Wall clock time 0.361s.
0.73/0.57	c #vars     428
0.73/0.57	c #constraints  942
0.73/0.57	c constraints type 
0.73/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 420
0.73/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.73/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 224
0.73/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 295
0.73/0.57	c constraints type 
0.73/0.57	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 224
0.73/0.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 420
0.73/0.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.73/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 295
9.26/4.90	c cleaning 2500 clauses out of 5000 with flag 5000/5000
14.97/7.76	c cleaning 4251 clauses out of 8502 with flag 11002/11002
23.43/12.10	c cleaning 5625 clauses out of 11249 with flag 18000/18000
37.81/19.35	c cleaning 6811 clauses out of 13624 with flag 26000/26000
55.54/28.32	c cleaning 7907 clauses out of 15818 with flag 35005/35005
77.43/39.46	c cleaning 8955 clauses out of 17909 with flag 45003/45003
104.10/52.97	c cleaning 9473 clauses out of 18951 with flag 55000/55000
132.53/67.31	c cleaning 9738 clauses out of 19480 with flag 65002/65002
156.55/79.54	c cleaning 9867 clauses out of 19740 with flag 75000/75000
182.19/92.60	c cleaning 9934 clauses out of 19874 with flag 85001/85001
206.03/104.67	c cleaning 9966 clauses out of 19945 with flag 95006/95006
231.25/117.48	c cleaning 9981 clauses out of 19978 with flag 105005/105005
256.42/130.28	c cleaning 9986 clauses out of 19992 with flag 115000/115000
284.60/144.58	c cleaning 9992 clauses out of 20008 with flag 125002/125002
310.99/157.99	c cleaning 9998 clauses out of 20016 with flag 135002/135002
338.16/171.71	c cleaning 10003 clauses out of 20018 with flag 145002/145002
363.91/184.86	c cleaning 10000 clauses out of 20017 with flag 155004/155004
390.08/198.13	c cleaning 9996 clauses out of 20013 with flag 165000/165000
417.24/211.92	c cleaning 9997 clauses out of 20017 with flag 175000/175000
445.20/226.18	c cleaning 10006 clauses out of 20026 with flag 185006/185006
469.75/238.67	c cleaning 9997 clauses out of 20014 with flag 195000/195000
494.90/251.40	c cleaning 10003 clauses out of 20021 with flag 205004/205004
521.87/265.14	c cleaning 10000 clauses out of 20015 with flag 215001/215001
547.43/278.14	c cleaning 10002 clauses out of 20019 with flag 225005/225005
570.54/289.94	c cleaning 10005 clauses out of 20017 with flag 235005/235005
594.72/302.23	c cleaning 9998 clauses out of 20011 with flag 245004/245004
618.30/314.21	c cleaning 9999 clauses out of 20010 with flag 255001/255001
644.44/327.57	c cleaning 10003 clauses out of 20013 with flag 265003/265003
668.93/340.09	c cleaning 9999 clauses out of 20008 with flag 275001/275001
693.67/352.60	c cleaning 9997 clauses out of 20008 with flag 285000/285000
718.23/365.16	c cleaning 10000 clauses out of 20011 with flag 295000/295000
743.56/378.01	c cleaning 9998 clauses out of 20013 with flag 305002/305002
767.01/390.05	c cleaning 9998 clauses out of 20013 with flag 315000/315000
790.74/402.16	c cleaning 10004 clauses out of 20015 with flag 325000/325000
815.07/414.57	c cleaning 10005 clauses out of 20013 with flag 335002/335002
838.02/426.24	c cleaning 10002 clauses out of 20009 with flag 345003/345003
864.44/439.76	c cleaning 9997 clauses out of 20005 with flag 355001/355001
887.98/451.76	c cleaning 10003 clauses out of 20014 with flag 365007/365007
910.72/463.34	c cleaning 9999 clauses out of 20006 with flag 375002/375002
932.65/474.59	c cleaning 9997 clauses out of 20006 with flag 385001/385001
958.67/487.89	c cleaning 9996 clauses out of 20008 with flag 395000/395000
963.17/490.21	c cleaning 0 clauses out of 5001 with flag 0/5001
983.50/500.63	c cleaning 10002 clauses out of 20014 with flag 405002/405002
1006.21/512.27	c cleaning 10004 clauses out of 20013 with flag 415003/415003
1028.66/523.70	c cleaning 10003 clauses out of 20014 with flag 425008/425008
1050.17/534.74	c cleaning 9996 clauses out of 20006 with flag 435003/435003
1069.91/544.83	c cleaning 9999 clauses out of 20007 with flag 445000/445000
1092.03/556.16	c cleaning 10002 clauses out of 20010 with flag 455002/455002
1112.11/566.43	c cleaning 10000 clauses out of 20006 with flag 465000/465000
1132.41/576.80	c cleaning 9997 clauses out of 20008 with flag 475002/475002
1153.34/587.57	c cleaning 9999 clauses out of 20012 with flag 485003/485003
1172.29/597.25	c cleaning 10001 clauses out of 20013 with flag 495003/495003
1189.74/606.28	c cleaning 9995 clauses out of 20009 with flag 505000/505000
1206.51/614.86	c cleaning 10000 clauses out of 20014 with flag 515000/515000
1224.83/624.26	c cleaning 10005 clauses out of 20019 with flag 525005/525005
1245.36/634.75	c cleaning 10000 clauses out of 20009 with flag 535000/535000
1265.16/644.91	c cleaning 10000 clauses out of 20014 with flag 545005/545005
1285.67/655.40	c cleaning 10001 clauses out of 20012 with flag 555003/555003
1306.96/666.34	c cleaning 10000 clauses out of 20010 with flag 565002/565002
1326.47/676.37	c cleaning 10000 clauses out of 20010 with flag 575002/575002
1346.10/686.41	c cleaning 10001 clauses out of 20009 with flag 585001/585001
1367.97/697.62	c cleaning 9999 clauses out of 20007 with flag 595000/595000
1390.04/708.97	c cleaning 10002 clauses out of 20012 with flag 605004/605004
1413.50/720.99	c cleaning 9994 clauses out of 20006 with flag 615000/615000
1434.89/731.96	c cleaning 10001 clauses out of 20013 with flag 625001/625001
1457.77/743.67	c cleaning 9995 clauses out of 20012 with flag 635001/635001
1479.43/754.70	c cleaning 10000 clauses out of 20017 with flag 645001/645001
1500.12/765.34	c cleaning 10008 clauses out of 20023 with flag 655007/655007
1520.32/775.73	c cleaning 9995 clauses out of 20010 with flag 665002/665002
1538.82/785.28	c cleaning 10003 clauses out of 20017 with flag 675004/675004
1558.30/795.29	c cleaning 10001 clauses out of 20010 with flag 685000/685000
1576.78/804.76	c cleaning 10001 clauses out of 20009 with flag 695000/695000
1595.38/814.36	c cleaning 9997 clauses out of 20009 with flag 705001/705001
1614.85/824.39	c cleaning 9998 clauses out of 20012 with flag 715001/715001
1636.90/835.67	c cleaning 9998 clauses out of 20015 with flag 725002/725002
1656.18/845.58	c cleaning 10001 clauses out of 20015 with flag 735000/735000
1673.80/854.69	c cleaning 9998 clauses out of 20016 with flag 745002/745002
1691.87/863.95	c cleaning 10004 clauses out of 20018 with flag 755002/755002
1708.96/872.70	c cleaning 10004 clauses out of 20019 with flag 765007/765007
1726.83/881.91	c cleaning 10000 clauses out of 20008 with flag 775000/775000
1743.41/890.52	c cleaning 10004 clauses out of 20011 with flag 785003/785003
1759.70/898.98	c cleaning 9995 clauses out of 20006 with flag 795002/795002
1777.38/908.10	c cleaning 10000 clauses out of 20010 with flag 805001/805001
1794.85/917.04	c cleaning 9995 clauses out of 20009 with flag 815000/815000
1800.14/919.92	c starts		: 171
1800.14/919.92	c conflicts		: 819473
1800.14/919.92	c decisions		: 1077578
1800.14/919.92	c propagations		: 32030892
1800.14/919.92	c inspects		: 2149236490
1800.14/919.92	c learnt literals	: 0
1800.14/919.92	c learnt binary clauses	: 2
1800.14/919.92	c learnt ternary clauses	: 16
1800.14/919.92	c learnt clauses	: 819473
1800.14/919.92	c ignored clauses	: 0
1800.14/919.92	c root simplifications	: 0
1800.14/919.92	c removed literals (reason simplification)	: 36663669
1800.14/919.92	c reason swapping (by a shorter reason)	: 0
1800.14/919.92	c Calls to reduceDB	: 83
1800.14/919.92	c number of reductions to clauses (during analyze)	: 0
1800.14/919.92	c number of learned constraints concerned by reduction	: 0
1800.14/919.92	c number of learning phase by resolution	: 0
1800.14/919.92	c number of learning phase by cutting planes	: 0
1800.14/919.92	c speed (assignments/second)	: 34840.99148634847
1800.14/919.92	c non guided choices	25
1800.35/920.06	c learnt constraints type 
1800.35/920.06	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14709
1800.35/920.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.35/920.06	c constraints type 
1800.35/920.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 420
1800.35/920.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1800.35/920.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 224
1800.35/920.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 295
1800.35/920.06	c constraints type 
1800.35/920.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 224
1800.35/920.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 420
1800.35/920.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.35/920.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 295
1800.35/920.06	s UNKNOWN
1800.35/920.06	c Total wall clock time (in seconds): 919.856

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

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


[startup+0 s]
/proc/loadavg: 0.30 0.07 0.19 3/106 17455
/proc/meminfo: memFree=1836016/2059040 swapFree=4140084/4192956
[pid=17455] ppid=17453 vsize=392 CPUtime=0
/proc/17455/stat : 17455 (java) S 17453 17455 17388 0 -1 4194304 293 0 0 0 0 0 0 0 19 0 1 0 10847537 401408 40 1992294400 134512640 134550932 4294584576 18446744073709551615 9863764 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/17455/statm: 107 41 32 10 0 25 0

[startup+0.0331251 s]
/proc/loadavg: 0.30 0.07 0.19 3/106 17455
/proc/meminfo: memFree=1836016/2059040 swapFree=4140084/4192956
[pid=17455] ppid=17453 vsize=1520328 CPUtime=0.02
/proc/17455/stat : 17455 (java) S 17453 17455 17388 0 -1 4202496 3288 0 1 0 1 1 0 0 18 0 4 0 10847537 1556815872 2732 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/17455/statm: 380082 2732 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.10113 s]
/proc/loadavg: 0.30 0.07 0.19 3/106 17455
/proc/meminfo: memFree=1836016/2059040 swapFree=4140084/4192956
[pid=17455] ppid=17453 vsize=1524180 CPUtime=0.08
/proc/17455/stat : 17455 (java) S 17453 17455 17388 0 -1 4202496 3996 0 1 0 6 2 0 0 18 0 12 0 10847537 1560760320 3436 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17455/statm: 381045 3436 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.302152 s]
/proc/loadavg: 0.30 0.07 0.19 3/106 17455
/proc/meminfo: memFree=1836016/2059040 swapFree=4140084/4192956
[pid=17455] ppid=17453 vsize=1526076 CPUtime=0.36
/proc/17455/stat : 17455 (java) S 17453 17455 17388 0 -1 4202496 5380 0 1 0 32 4 0 0 18 0 12 0 10847537 1562701824 4818 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17455/statm: 381519 4818 1361 10 0 378822 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526076

[startup+0.701198 s]
/proc/loadavg: 0.30 0.07 0.19 3/106 17455
/proc/meminfo: memFree=1836016/2059040 swapFree=4140084/4192956
[pid=17455] ppid=17453 vsize=1532640 CPUtime=1.13
/proc/17455/stat : 17455 (java) S 17453 17455 17388 0 -1 4202496 7742 0 1 0 108 5 0 0 18 0 16 0 10847537 1569423360 6935 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17455/statm: 383160 6954 1403 10 0 380463 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1532640

[startup+1.50228 s]
/proc/loadavg: 0.30 0.07 0.19 7/122 17471
/proc/meminfo: memFree=1805880/2059040 swapFree=4140084/4192956
[pid=17455] ppid=17453 vsize=1538656 CPUtime=2.72
/proc/17455/stat : 17455 (java) S 17453 17455 17388 0 -1 4202496 11592 0 1 0 266 6 0 0 18 0 16 0 10847537 1575583744 9527 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17455/statm: 384664 9527 1410 10 0 381967 0
[pid=17455/tid=17457] ppid=17453 vsize=1538656 CPUtime=0.54
/proc/17455/task/17457/stat : 17457 (java) S 17453 17455 17388 0 -1 4202560 4540 0 1 0 51 3 0 0 19 0 16 0 10847538 1575583744 9527 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17458] ppid=17453 vsize=1538656 CPUtime=0
/proc/17455/task/17458/stat : 17458 (java) S 17453 17455 17388 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 10847540 1575583744 9527 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17459] ppid=17453 vsize=1538656 CPUtime=0
/proc/17455/task/17459/stat : 17459 (java) S 17453 17455 17388 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 10847540 1575583744 9527 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17460] ppid=17453 vsize=1538656 CPUtime=0
/proc/17455/task/17460/stat : 17460 (java) S 17453 17455 17388 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 10847541 1575583744 9527 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 0 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17461] ppid=17453 vsize=1538656 CPUtime=0
/proc/17455/task/17461/stat : 17461 (java) S 17453 17455 17388 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 10847542 1575583744 9527 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17462] ppid=17453 vsize=1538656 CPUtime=0
/proc/17455/task/17462/stat : 17462 (java) S 17453 17455 17388 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 10847542 1575583744 9527 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17463] ppid=17453 vsize=1538656 CPUtime=0
/proc/17455/task/17463/stat : 17463 (java) S 17453 17455 17388 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10847546 1575583744 9527 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17464] ppid=17453 vsize=1538656 CPUtime=1.13
/proc/17455/task/17464/stat : 17464 (java) R 17453 17455 17388 0 -1 4202560 4015 0 0 0 112 1 0 0 16 0 16 0 10847546 1575583744 9527 1992294400 134512640 134550932 4294584576 18446744073709551615 106251974 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17455/tid=17465] ppid=17453 vsize=1538656 CPUtime=0.1
/proc/17455/task/17465/stat : 17465 (java) R 17453 17455 17388 0 -1 4202560 837 0 0 0 10 0 0 0 25 0 16 0 10847546 1575583744 9527 1992294400 134512640 134550932 4294584576 18446744073709551615 106251794 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17455/tid=17466] ppid=17453 vsize=1538656 CPUtime=0
/proc/17455/task/17466/stat : 17466 (java) S 17453 17455 17388 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10847546 1575583744 9527 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17467] ppid=17453 vsize=1538656 CPUtime=0
/proc/17455/task/17467/stat : 17467 (java) R 17453 17455 17388 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 10847546 1575583744 9527 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17455/tid=17468] ppid=17453 vsize=1538656 CPUtime=0.51
/proc/17455/task/17468/stat : 17468 (java) R 17453 17455 17388 0 -1 4202560 522 0 0 0 51 0 0 0 22 0 16 0 10847595 1575583744 9527 1992294400 134512640 134550932 4294584576 18446744073709551615 10358934 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17455/tid=17469] ppid=17453 vsize=1538656 CPUtime=0.39
/proc/17455/task/17469/stat : 17469 (java) R 17453 17455 17388 0 -1 4202560 605 0 0 0 39 0 0 0 23 0 16 0 10847595 1575583744 9527 1992294400 134512640 134550932 4294584576 18446744073709551615 4108642097 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17455/tid=17470] ppid=17453 vsize=1538656 CPUtime=0
/proc/17455/task/17470/stat : 17470 (java) S 17453 17455 17388 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 10847596 1575583744 9527 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17471] ppid=17453 vsize=1538656 CPUtime=0
/proc/17455/task/17471/stat : 17471 (java) S 17453 17455 17388 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 10847596 1575583744 9527 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1538656

[startup+3.10246 s]
/proc/loadavg: 0.30 0.07 0.19 5/122 17471
/proc/meminfo: memFree=1796208/2059040 swapFree=4140084/4192956
[pid=17455] ppid=17453 vsize=1538796 CPUtime=5.9
/proc/17455/stat : 17455 (java) S 17453 17455 17388 0 -1 4202496 23958 0 3 0 579 11 0 0 18 0 16 0 10847537 1575727104 21534 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17455/statm: 384699 21534 1426 10 0 382002 0
[pid=17455/tid=17457] ppid=17453 vsize=1538796 CPUtime=0.54
/proc/17455/task/17457/stat : 17457 (java) S 17453 17455 17388 0 -1 4202560 4540 0 1 0 51 3 0 0 18 0 16 0 10847538 1575727104 21534 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17458] ppid=17453 vsize=1538796 CPUtime=0
/proc/17455/task/17458/stat : 17458 (java) S 17453 17455 17388 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 10847540 1575727104 21534 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17459] ppid=17453 vsize=1538796 CPUtime=0
/proc/17455/task/17459/stat : 17459 (java) S 17453 17455 17388 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 10847540 1575727104 21534 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17460] ppid=17453 vsize=1538796 CPUtime=0
/proc/17455/task/17460/stat : 17460 (java) S 17453 17455 17388 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 10847541 1575727104 21534 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 0 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17461] ppid=17453 vsize=1538796 CPUtime=0
/proc/17455/task/17461/stat : 17461 (java) S 17453 17455 17388 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 10847542 1575727104 21534 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17462] ppid=17453 vsize=1538796 CPUtime=0
/proc/17455/task/17462/stat : 17462 (java) S 17453 17455 17388 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 10847542 1575727104 21534 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17463] ppid=17453 vsize=1538796 CPUtime=0
/proc/17455/task/17463/stat : 17463 (java) S 17453 17455 17388 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10847546 1575727104 21534 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17464] ppid=17453 vsize=1538796 CPUtime=2.63
/proc/17455/task/17464/stat : 17464 (java) R 17453 17455 17388 0 -1 4202560 4521 0 2 0 262 1 0 0 18 0 16 0 10847546 1575727104 21534 1992294400 134512640 134550932 4294584576 18446744073709551615 103828442 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17455/tid=17465] ppid=17453 vsize=1538796 CPUtime=0.2
/proc/17455/task/17465/stat : 17465 (java) R 17453 17455 17388 0 -1 4202560 923 0 0 0 20 0 0 0 25 0 16 0 10847546 1575727104 21534 1992294400 134512640 134550932 4294584576 18446744073709551615 105875546 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17455/tid=17466] ppid=17453 vsize=1538796 CPUtime=0
/proc/17455/task/17466/stat : 17466 (java) S 17453 17455 17388 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10847546 1575727104 21534 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17467] ppid=17453 vsize=1538796 CPUtime=0
/proc/17455/task/17467/stat : 17467 (java) S 17453 17455 17388 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 10847546 1575727104 21534 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 1 0 0 0
[pid=17455/tid=17468] ppid=17453 vsize=1538796 CPUtime=1.3
/proc/17455/task/17468/stat : 17468 (java) R 17453 17455 17388 0 -1 4202560 6272 0 0 0 128 2 0 0 25 0 16 0 10847595 1575727104 21534 1992294400 134512640 134550932 4294584576 18446744073709551615 4109334951 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17455/tid=17469] ppid=17453 vsize=1538796 CPUtime=1.17
/proc/17455/task/17469/stat : 17469 (java) R 17453 17455 17388 0 -1 4202560 6629 0 0 0 115 2 0 0 25 0 16 0 10847595 1575727104 21534 1992294400 134512640 134550932 4294584576 18446744073709551615 4108658641 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17455/tid=17470] ppid=17453 vsize=1538796 CPUtime=0
/proc/17455/task/17470/stat : 17470 (java) S 17453 17455 17388 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 10847596 1575727104 21534 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17471] ppid=17453 vsize=1538796 CPUtime=0
/proc/17455/task/17471/stat : 17471 (java) S 17453 17455 17388 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 10847596 1575727104 21534 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 1538796

[startup+6.30281 s]
/proc/loadavg: 0.52 0.11 0.21 4/122 17471
/proc/meminfo: memFree=1671960/2059040 swapFree=4140084/4192956
[pid=17455] ppid=17453 vsize=1551024 CPUtime=12.19
/proc/17455/stat : 17455 (java) S 17453 17455 17388 0 -1 4202496 49080 0 3 0 1196 23 0 0 18 0 16 0 10847537 1588248576 42324 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17455/statm: 387756 42324 1448 10 0 385059 0
[pid=17455/tid=17457] ppid=17453 vsize=1551024 CPUtime=0.54
/proc/17455/task/17457/stat : 17457 (java) S 17453 17455 17388 0 -1 4202560 4540 0 1 0 51 3 0 0 18 0 16 0 10847538 1588248576 42324 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17458] ppid=17453 vsize=1551024 CPUtime=0.03
/proc/17455/task/17458/stat : 17458 (java) S 17453 17455 17388 0 -1 4202560 1121 0 0 0 3 0 0 0 16 0 16 0 10847540 1588248576 42324 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 1 0 0 0
[pid=17455/tid=17459] ppid=17453 vsize=1551024 CPUtime=0.04
/proc/17455/task/17459/stat : 17459 (java) S 17453 17455 17388 0 -1 4202560 977 0 0 0 4 0 0 0 16 0 16 0 10847540 1588248576 42324 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17460] ppid=17453 vsize=1551024 CPUtime=0.03
/proc/17455/task/17460/stat : 17460 (java) S 17453 17455 17388 0 -1 4202560 1091 0 0 0 3 0 0 0 15 0 16 0 10847541 1588248576 42324 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 0 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17461] ppid=17453 vsize=1551024 CPUtime=0
/proc/17455/task/17461/stat : 17461 (java) S 17453 17455 17388 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10847542 1588248576 42324 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17462] ppid=17453 vsize=1551024 CPUtime=0
/proc/17455/task/17462/stat : 17462 (java) S 17453 17455 17388 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 10847542 1588248576 42324 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17463] ppid=17453 vsize=1551024 CPUtime=0
/proc/17455/task/17463/stat : 17463 (java) S 17453 17455 17388 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10847546 1588248576 42324 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17464] ppid=17453 vsize=1551024 CPUtime=3.66
/proc/17455/task/17464/stat : 17464 (java) S 17453 17455 17388 0 -1 4202560 9026 0 2 0 362 4 0 0 15 0 16 0 10847546 1588248576 42324 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 1 0 0 0
[pid=17455/tid=17465] ppid=17453 vsize=1551024 CPUtime=1.03
/proc/17455/task/17465/stat : 17465 (java) S 17453 17455 17388 0 -1 4202560 3668 0 0 0 102 1 0 0 15 0 16 0 10847546 1588248576 42324 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17466] ppid=17453 vsize=1551024 CPUtime=0
/proc/17455/task/17466/stat : 17466 (java) S 17453 17455 17388 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10847546 1588248576 42324 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17467] ppid=17453 vsize=1551024 CPUtime=0
/proc/17455/task/17467/stat : 17467 (java) S 17453 17455 17388 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 10847546 1588248576 42324 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17468] ppid=17453 vsize=1551024 CPUtime=3.73
/proc/17455/task/17468/stat : 17468 (java) R 17453 17455 17388 0 -1 4202560 14294 0 0 0 368 5 0 0 17 0 16 0 10847595 1588248576 42324 1992294400 134512640 134550932 4294584576 18446744073709551615 4109274831 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17455/tid=17469] ppid=17453 vsize=1551024 CPUtime=3.06
/proc/17455/task/17469/stat : 17469 (java) R 17453 17455 17388 0 -1 4202560 13292 0 0 0 300 6 0 0 18 0 16 0 10847595 1588248576 42324 1992294400 134512640 134550932 4294584576 18446744073709551615 4109574931 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17455/tid=17470] ppid=17453 vsize=1551024 CPUtime=0
/proc/17455/task/17470/stat : 17470 (java) S 17453 17455 17388 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 10847596 1588248576 42324 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17471] ppid=17453 vsize=1551024 CPUtime=0
/proc/17455/task/17471/stat : 17471 (java) S 17453 17455 17388 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 10847596 1588248576 42324 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 1551024

[startup+12.7018 s]
/proc/loadavg: 0.80 0.18 0.23 3/122 17471
/proc/meminfo: memFree=1639472/2059040 swapFree=4140084/4192956
[pid=17455] ppid=17453 vsize=1547568 CPUtime=24.73
/proc/17455/stat : 17455 (java) S 17453 17455 17388 0 -1 4202496 59032 0 3 0 2446 27 0 0 18 0 16 0 10847537 1584709632 50978 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17455/statm: 386892 50978 1448 10 0 384195 0
[pid=17455/tid=17457] ppid=17453 vsize=1547568 CPUtime=0.54
/proc/17455/task/17457/stat : 17457 (java) S 17453 17455 17388 0 -1 4202560 4540 0 1 0 51 3 0 0 18 0 16 0 10847538 1584709632 50978 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17458] ppid=17453 vsize=1547568 CPUtime=0.16
/proc/17455/task/17458/stat : 17458 (java) S 17453 17455 17388 0 -1 4202560 4161 0 0 0 14 2 0 0 15 0 16 0 10847540 1584709632 50978 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 1 0 0 0
[pid=17455/tid=17459] ppid=17453 vsize=1547568 CPUtime=0.16
/proc/17455/task/17459/stat : 17459 (java) S 17453 17455 17388 0 -1 4202560 4391 0 0 0 15 1 0 0 16 0 16 0 10847540 1584709632 50978 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 1 0 0 0
[pid=17455/tid=17460] ppid=17453 vsize=1547568 CPUtime=0.17
/proc/17455/task/17460/stat : 17460 (java) S 17453 17455 17388 0 -1 4202560 2935 0 0 0 17 0 0 0 16 0 16 0 10847541 1584709632 50978 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 0 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17461] ppid=17453 vsize=1547568 CPUtime=0
/proc/17455/task/17461/stat : 17461 (java) S 17453 17455 17388 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10847542 1584709632 50978 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17462] ppid=17453 vsize=1547568 CPUtime=0
/proc/17455/task/17462/stat : 17462 (java) S 17453 17455 17388 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 10847542 1584709632 50978 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17463] ppid=17453 vsize=1547568 CPUtime=0
/proc/17455/task/17463/stat : 17463 (java) S 17453 17455 17388 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10847546 1584709632 50978 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17464] ppid=17453 vsize=1547568 CPUtime=3.79
/proc/17455/task/17464/stat : 17464 (java) S 17453 17455 17388 0 -1 4202560 9048 0 2 0 375 4 0 0 15 0 16 0 10847546 1584709632 50978 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17465] ppid=17453 vsize=1547568 CPUtime=1.05
/proc/17455/task/17465/stat : 17465 (java) S 17453 17455 17388 0 -1 4202560 3670 0 0 0 104 1 0 0 15 0 16 0 10847546 1584709632 50978 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17466] ppid=17453 vsize=1547568 CPUtime=0
/proc/17455/task/17466/stat : 17466 (java) S 17453 17455 17388 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10847546 1584709632 50978 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17467] ppid=17453 vsize=1547568 CPUtime=0
/proc/17455/task/17467/stat : 17467 (java) S 17453 17455 17388 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 10847546 1584709632 50978 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 1 0 0 0

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

/proc/17455/task/17470/stat : 17470 (java) S 17453 17455 17388 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 10847596 1585758208 73162 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17471] ppid=17453 vsize=1548592 CPUtime=0
/proc/17455/task/17471/stat : 17471 (java) S 17453 17455 17388 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 10847596 1585758208 73162 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1494.18
Current children cumulated vsize (KiB) 1548592

[startup+822.301 s]
/proc/loadavg: 2.04 1.93 1.27 3/122 17493
/proc/meminfo: memFree=1541884/2059040 swapFree=4140084/4192956
[pid=17455] ppid=17453 vsize=1548592 CPUtime=1610.89
/proc/17455/stat : 17455 (java) S 17453 17455 17388 0 -1 4202496 85357 0 3 0 161001 88 0 0 18 0 16 0 10847537 1585758208 74266 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17455/statm: 387148 74266 1448 10 0 384451 0
[pid=17455/tid=17457] ppid=17453 vsize=1548592 CPUtime=0.54
/proc/17455/task/17457/stat : 17457 (java) S 17453 17455 17388 0 -1 4202560 4547 0 1 0 51 3 0 0 15 0 16 0 10847538 1585758208 74266 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 1 0 0 0
[pid=17455/tid=17458] ppid=17453 vsize=1548592 CPUtime=7.52
/proc/17455/task/17458/stat : 17458 (java) S 17453 17455 17388 0 -1 4202560 16112 0 0 0 737 15 0 0 15 0 16 0 10847540 1585758208 74266 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17459] ppid=17453 vsize=1548592 CPUtime=7.49
/proc/17455/task/17459/stat : 17459 (java) S 17453 17455 17388 0 -1 4202560 16168 0 0 0 724 25 0 0 16 0 16 0 10847540 1585758208 74266 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 1 0 0 0
[pid=17455/tid=17460] ppid=17453 vsize=1548592 CPUtime=18.87
/proc/17455/task/17460/stat : 17460 (java) S 17453 17455 17388 0 -1 4202560 3581 0 0 0 1881 6 0 0 15 0 16 0 10847541 1585758208 74266 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 0 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17461] ppid=17453 vsize=1548592 CPUtime=0
/proc/17455/task/17461/stat : 17461 (java) S 17453 17455 17388 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10847542 1585758208 74266 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17462] ppid=17453 vsize=1548592 CPUtime=0
/proc/17455/task/17462/stat : 17462 (java) S 17453 17455 17388 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 10847542 1585758208 74266 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17463] ppid=17453 vsize=1548592 CPUtime=0
/proc/17455/task/17463/stat : 17463 (java) S 17453 17455 17388 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10847546 1585758208 74266 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17464] ppid=17453 vsize=1548592 CPUtime=4.59
/proc/17455/task/17464/stat : 17464 (java) S 17453 17455 17388 0 -1 4202560 10335 0 2 0 454 5 0 0 15 0 16 0 10847546 1585758208 74266 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17465] ppid=17453 vsize=1548592 CPUtime=1.06
/proc/17455/task/17465/stat : 17465 (java) S 17453 17455 17388 0 -1 4202560 3671 0 0 0 105 1 0 0 15 0 16 0 10847546 1585758208 74266 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17466] ppid=17453 vsize=1548592 CPUtime=0
/proc/17455/task/17466/stat : 17466 (java) S 17453 17455 17388 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10847546 1585758208 74266 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17467] ppid=17453 vsize=1548592 CPUtime=0
/proc/17455/task/17467/stat : 17467 (java) S 17453 17455 17388 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 10847546 1585758208 74266 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 1 0 0 0
[pid=17455/tid=17468] ppid=17453 vsize=1548592 CPUtime=785.68
/proc/17455/task/17468/stat : 17468 (java) R 17453 17455 17388 0 -1 4202560 15068 0 0 0 78551 17 0 0 25 0 16 0 10847595 1585758208 74266 1992294400 134512640 134550932 4294584576 18446744073709551615 4109182793 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17455/tid=17469] ppid=17453 vsize=1548592 CPUtime=785.05
/proc/17455/task/17469/stat : 17469 (java) R 17453 17455 17388 0 -1 4202560 14756 0 0 0 78493 12 0 0 25 0 16 0 10847595 1585758208 74266 1992294400 134512640 134550932 4294584576 18446744073709551615 4109148783 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17455/tid=17470] ppid=17453 vsize=1548592 CPUtime=0
/proc/17455/task/17470/stat : 17470 (java) S 17453 17455 17388 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 10847596 1585758208 74266 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17471] ppid=17453 vsize=1548592 CPUtime=0
/proc/17455/task/17471/stat : 17471 (java) S 17453 17455 17388 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 10847596 1585758208 74266 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1610.89
Current children cumulated vsize (KiB) 1548592

[startup+882.302 s]
/proc/loadavg: 2.05 1.95 1.32 2/122 17493
/proc/meminfo: memFree=1538412/2059040 swapFree=4140084/4192956
[pid=17455] ppid=17453 vsize=1548592 CPUtime=1727.26
/proc/17455/stat : 17455 (java) S 17453 17455 17388 0 -1 4202496 86265 0 3 0 172634 92 0 0 18 0 16 0 10847537 1585758208 75080 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17455/statm: 387148 75080 1448 10 0 384451 0
[pid=17455/tid=17457] ppid=17453 vsize=1548592 CPUtime=0.54
/proc/17455/task/17457/stat : 17457 (java) S 17453 17455 17388 0 -1 4202560 4547 0 1 0 51 3 0 0 15 0 16 0 10847538 1585758208 75080 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 1 0 0 0
[pid=17455/tid=17458] ppid=17453 vsize=1548592 CPUtime=8.25
/proc/17455/task/17458/stat : 17458 (java) S 17453 17455 17388 0 -1 4202560 16521 0 0 0 808 17 0 0 15 0 16 0 10847540 1585758208 75080 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17459] ppid=17453 vsize=1548592 CPUtime=8.22
/proc/17455/task/17459/stat : 17459 (java) S 17453 17455 17388 0 -1 4202560 16625 0 0 0 795 27 0 0 16 0 16 0 10847540 1585758208 75080 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17460] ppid=17453 vsize=1548592 CPUtime=21.44
/proc/17455/task/17460/stat : 17460 (java) R 17453 17455 17388 0 -1 4202560 3585 0 0 0 2138 6 0 0 16 0 16 0 10847541 1585758208 75080 1992294400 134512640 134550932 4294584576 18446744073709551615 105886127 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=17455/tid=17461] ppid=17453 vsize=1548592 CPUtime=0
/proc/17455/task/17461/stat : 17461 (java) S 17453 17455 17388 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10847542 1585758208 75080 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17462] ppid=17453 vsize=1548592 CPUtime=0
/proc/17455/task/17462/stat : 17462 (java) S 17453 17455 17388 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 10847542 1585758208 75080 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17463] ppid=17453 vsize=1548592 CPUtime=0
/proc/17455/task/17463/stat : 17463 (java) S 17453 17455 17388 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10847546 1585758208 75080 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17464] ppid=17453 vsize=1548592 CPUtime=4.59
/proc/17455/task/17464/stat : 17464 (java) S 17453 17455 17388 0 -1 4202560 10335 0 2 0 454 5 0 0 15 0 16 0 10847546 1585758208 75080 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17465] ppid=17453 vsize=1548592 CPUtime=1.06
/proc/17455/task/17465/stat : 17465 (java) S 17453 17455 17388 0 -1 4202560 3671 0 0 0 105 1 0 0 15 0 16 0 10847546 1585758208 75080 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17466] ppid=17453 vsize=1548592 CPUtime=0
/proc/17455/task/17466/stat : 17466 (java) S 17453 17455 17388 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10847546 1585758208 75080 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17467] ppid=17453 vsize=1548592 CPUtime=0
/proc/17455/task/17467/stat : 17467 (java) S 17453 17455 17388 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 10847546 1585758208 75080 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17468] ppid=17453 vsize=1548592 CPUtime=842.36
/proc/17455/task/17468/stat : 17468 (java) S 17453 17455 17388 0 -1 4202560 15086 0 0 0 84218 18 0 0 25 0 16 0 10847595 1585758208 75080 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17469] ppid=17453 vsize=1548592 CPUtime=840.74
/proc/17455/task/17469/stat : 17469 (java) S 17453 17455 17388 0 -1 4202560 14772 0 0 0 84062 12 0 0 25 0 16 0 10847595 1585758208 75080 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 1 0 0 0
[pid=17455/tid=17470] ppid=17453 vsize=1548592 CPUtime=0
/proc/17455/task/17470/stat : 17470 (java) S 17453 17455 17388 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 10847596 1585758208 75080 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17471] ppid=17453 vsize=1548592 CPUtime=0
/proc/17455/task/17471/stat : 17471 (java) S 17453 17455 17388 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 10847596 1585758208 75080 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1727.26
Current children cumulated vsize (KiB) 1548592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+919.902 s]
/proc/loadavg: 2.07 1.97 1.35 3/122 17495
/proc/meminfo: memFree=1535932/2059040 swapFree=4140084/4192956
[pid=17455] ppid=17453 vsize=1548592 CPUtime=1800.14
/proc/17455/stat : 17455 (java) S 17453 17455 17388 0 -1 4202496 86944 0 3 0 179919 95 0 0 18 0 16 0 10847537 1585758208 75698 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17455/statm: 387148 75698 1448 10 0 384451 0
[pid=17455/tid=17457] ppid=17453 vsize=1548592 CPUtime=0.54
/proc/17455/task/17457/stat : 17457 (java) S 17453 17455 17388 0 -1 4202560 4550 0 1 0 51 3 0 0 15 0 16 0 10847538 1585758208 75698 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 1 0 0 0
[pid=17455/tid=17458] ppid=17453 vsize=1548592 CPUtime=8.73
/proc/17455/task/17458/stat : 17458 (java) S 17453 17455 17388 0 -1 4202560 17048 0 0 0 856 17 0 0 15 0 16 0 10847540 1585758208 75698 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 1 0 0 0
[pid=17455/tid=17459] ppid=17453 vsize=1548592 CPUtime=8.7
/proc/17455/task/17459/stat : 17459 (java) S 17453 17455 17388 0 -1 4202560 16751 0 0 0 841 29 0 0 16 0 16 0 10847540 1585758208 75698 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17460] ppid=17453 vsize=1548592 CPUtime=23.11
/proc/17455/task/17460/stat : 17460 (java) S 17453 17455 17388 0 -1 4202560 3587 0 0 0 2305 6 0 0 15 0 16 0 10847541 1585758208 75698 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 0 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17461] ppid=17453 vsize=1548592 CPUtime=0
/proc/17455/task/17461/stat : 17461 (java) S 17453 17455 17388 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10847542 1585758208 75698 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17462] ppid=17453 vsize=1548592 CPUtime=0
/proc/17455/task/17462/stat : 17462 (java) S 17453 17455 17388 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 10847542 1585758208 75698 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17463] ppid=17453 vsize=1548592 CPUtime=0
/proc/17455/task/17463/stat : 17463 (java) S 17453 17455 17388 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10847546 1585758208 75698 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17464] ppid=17453 vsize=1548592 CPUtime=4.59
/proc/17455/task/17464/stat : 17464 (java) S 17453 17455 17388 0 -1 4202560 10335 0 2 0 454 5 0 0 15 0 16 0 10847546 1585758208 75698 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17465] ppid=17453 vsize=1548592 CPUtime=1.06
/proc/17455/task/17465/stat : 17465 (java) S 17453 17455 17388 0 -1 4202560 3671 0 0 0 105 1 0 0 15 0 16 0 10847546 1585758208 75698 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17466] ppid=17453 vsize=1548592 CPUtime=0
/proc/17455/task/17466/stat : 17466 (java) S 17453 17455 17388 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10847546 1585758208 75698 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17467] ppid=17453 vsize=1548592 CPUtime=0
/proc/17455/task/17467/stat : 17467 (java) R 17453 17455 17388 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 10847546 1585758208 75698 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17455/tid=17468] ppid=17453 vsize=1548592 CPUtime=877.37
/proc/17455/task/17468/stat : 17468 (java) R 17453 17455 17388 0 -1 4202560 15097 0 0 0 87719 18 0 0 25 0 16 0 10847595 1585758208 75698 1992294400 134512640 134550932 4294584576 18446744073709551615 4109182699 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17455/tid=17469] ppid=17453 vsize=1548592 CPUtime=875.97
/proc/17455/task/17469/stat : 17469 (java) R 17453 17455 17388 0 -1 4202560 14780 0 0 0 87585 12 0 0 25 0 16 0 10847595 1585758208 75698 1992294400 134512640 134550932 4294584576 18446744073709551615 4109143033 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17455/tid=17470] ppid=17453 vsize=1548592 CPUtime=0
/proc/17455/task/17470/stat : 17470 (java) S 17453 17455 17388 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 10847596 1585758208 75698 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17471] ppid=17453 vsize=1548592 CPUtime=0
/proc/17455/task/17471/stat : 17471 (java) S 17453 17455 17388 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 10847596 1585758208 75698 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 1548592

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

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

[startup+920.017 s]
/proc/loadavg: 2.07 1.97 1.35 3/122 17495
/proc/meminfo: memFree=1535932/2059040 swapFree=4140084/4192956
[pid=17455] ppid=17453 vsize=1549240 CPUtime=1800.35
/proc/17455/stat : 17455 (java) S 17453 17455 17388 0 -1 4202496 86961 0 3 0 179940 95 0 0 18 0 18 0 10847537 1586421760 75715 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17455/statm: 387310 75715 1448 10 0 384613 0
[pid=17455/tid=17457] ppid=17453 vsize=1549240 CPUtime=0.54
/proc/17455/task/17457/stat : 17457 (java) S 17453 17455 17388 0 -1 4202560 4550 0 1 0 51 3 0 0 15 0 18 0 10847538 1586421760 75715 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 1 0 0 0
[pid=17455/tid=17458] ppid=17453 vsize=1549240 CPUtime=8.73
/proc/17455/task/17458/stat : 17458 (java) S 17453 17455 17388 0 -1 4202560 17048 0 0 0 856 17 0 0 15 0 18 0 10847540 1586421760 75715 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 1 0 0 0
[pid=17455/tid=17459] ppid=17453 vsize=1549240 CPUtime=8.7
/proc/17455/task/17459/stat : 17459 (java) S 17453 17455 17388 0 -1 4202560 16751 0 0 0 841 29 0 0 16 0 18 0 10847540 1586421760 75715 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17460] ppid=17453 vsize=1549240 CPUtime=23.11
/proc/17455/task/17460/stat : 17460 (java) S 17453 17455 17388 0 -1 4202560 3587 0 0 0 2305 6 0 0 15 0 18 0 10847541 1586421760 75715 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 0 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17461] ppid=17453 vsize=1549240 CPUtime=0
/proc/17455/task/17461/stat : 17461 (java) S 17453 17455 17388 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 10847542 1586421760 75715 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17462] ppid=17453 vsize=1549240 CPUtime=0
/proc/17455/task/17462/stat : 17462 (java) S 17453 17455 17388 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 10847542 1586421760 75715 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17463] ppid=17453 vsize=1549240 CPUtime=0
/proc/17455/task/17463/stat : 17463 (java) S 17453 17455 17388 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 10847546 1586421760 75715 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17464] ppid=17453 vsize=1549240 CPUtime=4.59
/proc/17455/task/17464/stat : 17464 (java) S 17453 17455 17388 0 -1 4202560 10335 0 2 0 454 5 0 0 15 0 18 0 10847546 1586421760 75715 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17465] ppid=17453 vsize=1549240 CPUtime=1.06
/proc/17455/task/17465/stat : 17465 (java) S 17453 17455 17388 0 -1 4202560 3671 0 0 0 105 1 0 0 15 0 18 0 10847546 1586421760 75715 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17466] ppid=17453 vsize=1549240 CPUtime=0
/proc/17455/task/17466/stat : 17466 (java) S 17453 17455 17388 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 10847546 1586421760 75715 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17467] ppid=17453 vsize=1549240 CPUtime=0
/proc/17455/task/17467/stat : 17467 (java) R 17453 17455 17388 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 10847546 1586421760 75715 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17455/tid=17468] ppid=17453 vsize=1549240 CPUtime=877.47
/proc/17455/task/17468/stat : 17468 (java) R 17453 17455 17388 0 -1 4202560 15097 0 0 0 87729 18 0 0 25 0 18 0 10847595 1586421760 75715 1992294400 134512640 134550932 4294584576 18446744073709551615 4109182740 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17455/tid=17469] ppid=17453 vsize=1549240 CPUtime=876.06
/proc/17455/task/17469/stat : 17469 (java) R 17453 17455 17388 0 -1 4202560 14780 0 0 0 87594 12 0 0 25 0 18 0 10847595 1586421760 75715 1992294400 134512640 134550932 4294584576 18446744073709551615 4109148783 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17455/tid=17470] ppid=17453 vsize=1549240 CPUtime=0
/proc/17455/task/17470/stat : 17470 (java) S 17453 17455 17388 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 18 0 10847596 1586421760 75715 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
[pid=17455/tid=17471] ppid=17453 vsize=1549240 CPUtime=0
/proc/17455/task/17471/stat : 17471 (java) S 17453 17455 17388 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 18 0 10847596 1586421760 75715 1992294400 134512640 134550932 4294584576 18446744073709551615 4294960144 0 4 0 16800975 18446604437871892288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 1549240

Child status: 143
Real time (s): 920.102
CPU time (s): 1800.5
CPU user time (s): 1799.51
CPU system time (s): 0.992849
CPU usage (%): 195.685
Max. virtual memory (cumulated for all children) (KiB): 1552564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.992849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86967
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25295
involuntary context switches= 51500

runsolver used 3.42148 second user time and 12.2251 second system time

The end

Launcher Data

Begin job on node038 at 2010-06-16 15:39:08
IDJOB=2662657
IDBENCH=1161
IDSOLVER=1166
FILE ID=node038/2662657-1276695548
PBS_JOBID= 11174060
Free space on /tmp= 62476 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army12.21bt.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662657-1276695548/watcher-2662657-1276695548 -o /tmp/evaluation-result-2662657-1276695548/solver-2662657-1276695548 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662657-1276695548.opb

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

MD5SUM BENCH= cc11de80c07cf0d445d50327479f6689
RANDOM SEED=1609524604

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1836412 kB
Buffers:         10700 kB
Cached:         121472 kB
SwapCached:       6020 kB
Active:          56728 kB
Inactive:        88060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1836412 kB
SwapTotal:     4192956 kB
SwapFree:      4140084 kB
Dirty:             740 kB
Writeback:           0 kB
AnonPages:       10724 kB
Mapped:          12944 kB
Slab:            55772 kB
PageTables:       4064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179812 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= 62476 MiB
End job on node038 at 2010-06-16 15:54:30