Trace number 2658804

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.18 1794.22

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-greenbeb.opb
MD5SUMebe0bf73b5f65c9fef014886519c9815
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables155020
Total number of constraints2675
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2675
Minimum length of a constraint11
Maximum length of a constraint7172
Number of terms in the objective function 14882
Biggest coefficient in the objective function 536870912000000
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 12491747892670016
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 24454743822989865
Number of bits of the biggest sum of numbers55
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.20	c Pseudo Boolean Optimization
0.23/0.20	c --- Begin Solver configuration ---
0.23/0.20	c Stops conflict analysis at the first Unique Implication Point
0.23/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.23/0.20	c Learn all clauses as in MiniSAT
0.23/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.20	c Expensive reason simplification
0.23/0.20	c Armin Biere (Picosat) restarts strategy
0.23/0.20	c Glucose learned constraints deletion strategy
0.23/0.20	c timeout=2147483s
0.23/0.20	c DB Simplification allowed=false
0.23/0.20	c --- End Solver configuration ---
0.23/0.20	c solving HOME/instance-2658804-1276543612.opb
0.23/0.20	c reading problem ... 
9.74/7.23	c ... done. Wall clock time 7.022s.
9.74/7.23	c #vars     155020
9.74/7.23	c #constraints  53809
9.74/7.23	c constraints type 
9.74/7.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4612
31.23/26.75	c cleaning 2486 clauses out of 4983 with flag 5000/5000
54.54/49.63	c cleaning 4247 clauses out of 8498 with flag 11002/11002
78.97/74.10	c cleaning 5620 clauses out of 11251 with flag 18002/18002
94.40/89.48	c cleaning 6813 clauses out of 13630 with flag 26001/26001
108.87/103.81	c cleaning 7902 clauses out of 15817 with flag 35001/35001
146.59/141.53	c cleaning 8947 clauses out of 17914 with flag 45000/45000
227.75/222.68	c cleaning 9485 clauses out of 18970 with flag 55003/55003
278.06/272.96	c cleaning 9735 clauses out of 19482 with flag 65000/65000
299.48/294.32	c cleaning 9870 clauses out of 19748 with flag 75001/75001
328.51/323.31	c cleaning 9938 clauses out of 19878 with flag 85001/85001
370.23/365.08	c cleaning 9970 clauses out of 19939 with flag 95000/95000
402.05/396.80	c cleaning 9981 clauses out of 19971 with flag 105002/105002
429.68/424.43	c cleaning 9993 clauses out of 19988 with flag 115000/115000
470.01/464.80	c cleaning 9993 clauses out of 19996 with flag 125001/125001
512.53/507.29	c cleaning 9995 clauses out of 20004 with flag 135002/135002
551.86/546.59	c cleaning 10000 clauses out of 20007 with flag 145000/145000
588.78/583.42	c cleaning 10002 clauses out of 20011 with flag 155004/155004
621.19/615.87	c cleaning 10001 clauses out of 20009 with flag 165004/165004
649.09/643.79	c cleaning 9993 clauses out of 20004 with flag 175000/175000
661.70/656.31	c cleaning 10001 clauses out of 20011 with flag 185000/185000
671.30/665.98	c cleaning 9990 clauses out of 20010 with flag 195000/195000
683.51/678.15	c cleaning 10002 clauses out of 20020 with flag 205000/205000
696.82/691.41	c cleaning 10000 clauses out of 20018 with flag 215000/215000
712.43/707.09	c cleaning 9998 clauses out of 20019 with flag 225001/225001
724.75/719.37	c cleaning 10000 clauses out of 20020 with flag 235000/235000
735.34/729.99	c cleaning 9996 clauses out of 20020 with flag 245000/245000
746.45/741.08	c cleaning 9999 clauses out of 20024 with flag 255000/255000
763.57/758.17	c cleaning 10008 clauses out of 20026 with flag 265001/265001
771.58/766.17	c cleaning 10000 clauses out of 20017 with flag 275000/275000
778.97/773.53	c cleaning 9998 clauses out of 20017 with flag 285000/285000
787.49/782.09	c cleaning 10002 clauses out of 20019 with flag 295000/295000
795.38/789.99	c cleaning 9997 clauses out of 20017 with flag 305000/305000
804.68/799.24	c cleaning 9999 clauses out of 20020 with flag 315000/315000
815.59/810.20	c cleaning 10006 clauses out of 20022 with flag 325001/325001
827.51/822.05	c cleaning 10001 clauses out of 20015 with flag 335000/335000
840.12/834.63	c cleaning 9997 clauses out of 20014 with flag 345000/345000
851.55/846.03	c cleaning 10001 clauses out of 20017 with flag 355000/355000
863.56/858.06	c cleaning 9993 clauses out of 20016 with flag 365000/365000
876.05/870.55	c cleaning 9999 clauses out of 20023 with flag 375000/375000
888.77/883.22	c cleaning 9996 clauses out of 20024 with flag 385000/385000
902.28/896.79	c cleaning 10009 clauses out of 20028 with flag 395000/395000
915.61/910.10	c cleaning 9999 clauses out of 20020 with flag 405001/405001
925.51/919.91	c cleaning 10001 clauses out of 20020 with flag 415000/415000
943.44/937.87	c cleaning 10000 clauses out of 20019 with flag 425000/425000
960.46/954.89	c cleaning 9996 clauses out of 20020 with flag 435001/435001
975.36/969.73	c cleaning 9998 clauses out of 20024 with flag 445001/445001
989.28/983.63	c cleaning 10004 clauses out of 20026 with flag 455001/455001
1002.29/996.68	c cleaning 9995 clauses out of 20022 with flag 465001/465001
1015.98/1010.40	c cleaning 10003 clauses out of 20026 with flag 475000/475000
1029.69/1024.01	c cleaning 9993 clauses out of 20023 with flag 485000/485000
1044.99/1039.40	c cleaning 10010 clauses out of 20032 with flag 495002/495002
1059.30/1053.61	c cleaning 9998 clauses out of 20022 with flag 505002/505002
1073.71/1068.10	c cleaning 9991 clauses out of 20022 with flag 515000/515000
1088.10/1082.43	c cleaning 10001 clauses out of 20031 with flag 525000/525000
1101.70/1096.10	c cleaning 10002 clauses out of 20030 with flag 535000/535000
1114.70/1109.05	c cleaning 10000 clauses out of 20029 with flag 545001/545001
1127.30/1121.63	c cleaning 10004 clauses out of 20031 with flag 555003/555003
1140.60/1134.93	c cleaning 9999 clauses out of 20026 with flag 565002/565002
1155.22/1149.55	c cleaning 10001 clauses out of 20025 with flag 575000/575000
1168.91/1163.29	c cleaning 10000 clauses out of 20025 with flag 585001/585001
1191.14/1185.42	c cleaning 10006 clauses out of 20025 with flag 595001/595001
1232.45/1226.70	c cleaning 10008 clauses out of 20018 with flag 605000/605000
1244.76/1239.03	c cleaning 9999 clauses out of 20010 with flag 615000/615000
1259.36/1253.62	c cleaning 9994 clauses out of 20012 with flag 625001/625001
1310.59/1304.80	c cleaning 10002 clauses out of 20017 with flag 635000/635000
1369.91/1364.17	c cleaning 10000 clauses out of 20015 with flag 645000/645000
1383.03/1377.23	c cleaning 10001 clauses out of 20015 with flag 655001/655001
1389.25/1383.41	c cleaning 9999 clauses out of 20013 with flag 665000/665000
1394.55/1388.77	c cleaning 9998 clauses out of 20014 with flag 675000/675000
1446.48/1440.64	c cleaning 9996 clauses out of 20018 with flag 685002/685002
1499.80/1493.94	c cleaning 10002 clauses out of 20021 with flag 695001/695001
1555.53/1549.65	c cleaning 10003 clauses out of 20022 with flag 705004/705004
1594.73/1588.83	c cleaning 10000 clauses out of 20015 with flag 715000/715000
1638.95/1633.06	c cleaning 9998 clauses out of 20021 with flag 725006/725006
1800.04/1794.12	c starts		: 170
1800.04/1794.12	c conflicts		: 729973
1800.04/1794.12	c decisions		: 824155
1800.04/1794.12	c propagations		: 28562602
1800.04/1794.12	c inspects		: 386674107
1800.04/1794.12	c learnt literals	: 19
1800.04/1794.12	c learnt binary clauses	: 53
1800.04/1794.12	c learnt ternary clauses	: 67
1800.04/1794.12	c learnt clauses	: 729954
1800.04/1794.12	c ignored clauses	: 0
1800.04/1794.12	c root simplifications	: 0
1800.04/1794.12	c removed literals (reason simplification)	: 40456235
1800.04/1794.12	c reason swapping (by a shorter reason)	: 0
1800.04/1794.12	c Calls to reduceDB	: 74
1800.04/1794.12	c number of reductions to clauses (during analyze)	: 0
1800.04/1794.12	c number of learned constraints concerned by reduction	: 0
1800.04/1794.12	c number of learning phase by resolution	: 0
1800.04/1794.12	c number of learning phase by cutting planes	: 0
1800.04/1794.12	c speed (assignments/second)	: 15984.507746126936
1800.04/1794.12	c non guided choices	5366
1800.04/1794.15	c learnt constraints type 
1800.04/1794.15	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14937
1800.04/1794.15	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 53
1800.04/1794.15	c constraints type 
1800.04/1794.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4612
1800.04/1794.15	s UNKNOWN
1800.04/1794.15	c Total wall clock time (in seconds): 1793.946

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30369
/proc/meminfo: memFree=1816360/2059040 swapFree=4140388/4192956
[pid=30369] ppid=30367 vsize=1832 CPUtime=0
/proc/30369/stat : 30369 (java6) R 30367 30369 29679 0 -1 4194304 254 0 0 0 0 0 0 0 19 0 1 0 29965206 1875968 156 1992294400 134512640 134550932 4294905040 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30369/statm: 61 21 15 10 0 22 0

[startup+0.0153779 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30369
/proc/meminfo: memFree=1816360/2059040 swapFree=4140388/4192956
[pid=30369] ppid=30367 vsize=13436 CPUtime=0
/proc/30369/stat : 30369 (java) S 30367 30369 29679 0 -1 4202496 1070 0 0 0 0 0 0 0 18 0 2 0 29965206 13758464 553 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 3372 560 250 10 0 1202 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13436

[startup+0.100376 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30369
/proc/meminfo: memFree=1816360/2059040 swapFree=4140388/4192956
[pid=30369] ppid=30367 vsize=1524184 CPUtime=0.08
/proc/30369/stat : 30369 (java) S 30367 30369 29679 0 -1 4202496 3959 0 1 0 6 2 0 0 18 0 12 0 29965206 1560764416 3399 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 381046 3400 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300371 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30369
/proc/meminfo: memFree=1816360/2059040 swapFree=4140388/4192956
[pid=30369] ppid=30367 vsize=1526512 CPUtime=0.39
/proc/30369/stat : 30369 (java) S 30367 30369 29679 0 -1 4202496 6197 0 1 0 34 5 0 0 18 0 12 0 29965206 1563148288 5635 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 381628 5635 1365 10 0 378930 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526512

[startup+0.700363 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30369
/proc/meminfo: memFree=1816360/2059040 swapFree=4140388/4192956
[pid=30369] ppid=30367 vsize=1527752 CPUtime=1.17
/proc/30369/stat : 30369 (java) S 30367 30369 29679 0 -1 4202496 9560 0 1 0 111 6 0 0 18 0 12 0 29965206 1564418048 8901 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 381938 8901 1402 10 0 379240 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1527752

[startup+1.50135 s]
/proc/loadavg: 1.00 1.00 1.00 4/118 30381
/proc/meminfo: memFree=1768092/2059040 swapFree=4140388/4192956
[pid=30369] ppid=30367 vsize=1540380 CPUtime=2.76
/proc/30369/stat : 30369 (java) S 30367 30369 29679 0 -1 4202496 26270 0 1 0 262 14 0 0 18 0 12 0 29965206 1577349120 24835 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 385095 24836 1406 10 0 382397 0
[pid=30369/tid=30371] ppid=30367 vsize=1540380 CPUtime=1.47
/proc/30369/task/30371/stat : 30371 (java) R 30367 30369 29679 0 -1 4202560 20450 0 1 0 136 11 0 0 18 0 12 0 29965208 1577349120 24837 1992294400 134512640 134550932 4287646144 18446744073709551615 4109633817 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30369/tid=30372] ppid=30367 vsize=1540380 CPUtime=0
/proc/30369/task/30372/stat : 30372 (java) S 30367 30369 29679 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 29965209 1577349120 24838 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30373] ppid=30367 vsize=1540380 CPUtime=0
/proc/30369/task/30373/stat : 30373 (java) S 30367 30369 29679 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 29965209 1577349120 24839 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30374] ppid=30367 vsize=1540380 CPUtime=0
/proc/30369/task/30374/stat : 30374 (java) S 30367 30369 29679 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 29965211 1577349120 24840 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 0 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30375] ppid=30367 vsize=1540380 CPUtime=0
/proc/30369/task/30375/stat : 30375 (java) S 30367 30369 29679 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 29965212 1577349120 24845 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30376] ppid=30367 vsize=1540380 CPUtime=0
/proc/30369/task/30376/stat : 30376 (java) S 30367 30369 29679 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 29965212 1577349120 24845 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30377] ppid=30367 vsize=1540380 CPUtime=0
/proc/30369/task/30377/stat : 30377 (java) S 30367 30369 29679 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29965216 1577349120 24846 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30378] ppid=30367 vsize=1540380 CPUtime=0.71
/proc/30369/task/30378/stat : 30378 (java) R 30367 30369 29679 0 -1 4202560 2458 0 0 0 70 1 0 0 25 0 12 0 29965216 1577349120 24848 1992294400 134512640 134550932 4287646144 18446744073709551615 104163917 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30369/tid=30379] ppid=30367 vsize=1540380 CPUtime=0.55
/proc/30369/task/30379/stat : 30379 (java) R 30367 30369 29679 0 -1 4202560 2304 0 0 0 54 1 0 0 25 0 12 0 29965216 1577349120 24848 1992294400 134512640 134550932 4287646144 18446744073709551615 106106408 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30369/tid=30380] ppid=30367 vsize=1540380 CPUtime=0
/proc/30369/task/30380/stat : 30380 (java) S 30367 30369 29679 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 29965216 1577349120 24850 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30381] ppid=30367 vsize=1540380 CPUtime=0
/proc/30369/task/30381/stat : 30381 (java) S 30367 30369 29679 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 29965216 1577349120 24853 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 1540380

[startup+3.10131 s]
/proc/loadavg: 1.16 1.03 1.01 3/118 30381
/proc/meminfo: memFree=1668768/2059040 swapFree=4140388/4192956
[pid=30369] ppid=30367 vsize=1540040 CPUtime=4.93
/proc/30369/stat : 30369 (java) S 30367 30369 29679 0 -1 4202496 47906 0 1 0 469 24 0 0 18 0 12 0 29965206 1577000960 44276 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 385010 44276 1417 10 0 382312 0
[pid=30369/tid=30371] ppid=30367 vsize=1540040 CPUtime=2.92
/proc/30369/task/30371/stat : 30371 (java) R 30367 30369 29679 0 -1 4202560 32011 0 1 0 276 16 0 0 17 0 12 0 29965208 1577000960 44276 1992294400 134512640 134550932 4287646144 18446744073709551615 4109574762 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30369/tid=30372] ppid=30367 vsize=1540040 CPUtime=0.13
/proc/30369/task/30372/stat : 30372 (java) S 30367 30369 29679 0 -1 4202560 3878 0 0 0 11 2 0 0 18 0 12 0 29965209 1577000960 44276 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30373] ppid=30367 vsize=1540040 CPUtime=0.13
/proc/30369/task/30373/stat : 30373 (java) S 30367 30369 29679 0 -1 4202560 4319 0 0 0 12 1 0 0 18 0 12 0 29965209 1577000960 44276 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30374] ppid=30367 vsize=1540040 CPUtime=0
/proc/30369/task/30374/stat : 30374 (java) S 30367 30369 29679 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 29965211 1577000960 44276 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 0 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30375] ppid=30367 vsize=1540040 CPUtime=0
/proc/30369/task/30375/stat : 30375 (java) S 30367 30369 29679 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 29965212 1577000960 44276 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30376] ppid=30367 vsize=1540040 CPUtime=0
/proc/30369/task/30376/stat : 30376 (java) S 30367 30369 29679 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 12 0 29965212 1577000960 44276 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30377] ppid=30367 vsize=1540040 CPUtime=0
/proc/30369/task/30377/stat : 30377 (java) S 30367 30369 29679 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29965216 1577000960 44276 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30378] ppid=30367 vsize=1540040 CPUtime=1.03
/proc/30369/task/30378/stat : 30378 (java) S 30367 30369 29679 0 -1 4202560 4199 0 0 0 101 2 0 0 25 0 12 0 29965216 1577000960 44276 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30379] ppid=30367 vsize=1540040 CPUtime=0.67
/proc/30369/task/30379/stat : 30379 (java) S 30367 30369 29679 0 -1 4202560 2433 0 0 0 66 1 0 0 25 0 12 0 29965216 1577000960 44276 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30380] ppid=30367 vsize=1540040 CPUtime=0
/proc/30369/task/30380/stat : 30380 (java) S 30367 30369 29679 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 29965216 1577000960 44276 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30381] ppid=30367 vsize=1540040 CPUtime=0
/proc/30369/task/30381/stat : 30381 (java) S 30367 30369 29679 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 29965216 1577000960 44276 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 1540040

[startup+6.30124 s]
/proc/loadavg: 1.16 1.03 1.01 2/118 30381
/proc/meminfo: memFree=1583828/2059040 swapFree=4140388/4192956
[pid=30369] ppid=30367 vsize=1535060 CPUtime=8.67
/proc/30369/stat : 30369 (java) S 30367 30369 29679 0 -1 4202496 71658 0 1 0 829 38 0 0 18 0 12 0 29965206 1571901440 64066 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 383765 64066 1417 10 0 381067 0
[pid=30369/tid=30371] ppid=30367 vsize=1535060 CPUtime=5.54
/proc/30369/task/30371/stat : 30371 (java) R 30367 30369 29679 0 -1 4202560 32015 0 1 0 537 17 0 0 16 0 12 0 29965208 1571901440 64066 1992294400 134512640 134550932 4287646144 18446744073709551615 4109583525 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30369/tid=30372] ppid=30367 vsize=1535060 CPUtime=0.69
/proc/30369/task/30372/stat : 30372 (java) S 30367 30369 29679 0 -1 4202560 14412 0 0 0 62 7 0 0 18 0 12 0 29965209 1571901440 64066 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30373] ppid=30367 vsize=1535060 CPUtime=0.69
/proc/30369/task/30373/stat : 30373 (java) S 30367 30369 29679 0 -1 4202560 17533 0 0 0 61 8 0 0 18 0 12 0 29965209 1571901440 64066 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30374] ppid=30367 vsize=1535060 CPUtime=0
/proc/30369/task/30374/stat : 30374 (java) S 30367 30369 29679 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 29965211 1571901440 64066 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 0 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30375] ppid=30367 vsize=1535060 CPUtime=0
/proc/30369/task/30375/stat : 30375 (java) S 30367 30369 29679 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 29965212 1571901440 64066 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30376] ppid=30367 vsize=1535060 CPUtime=0
/proc/30369/task/30376/stat : 30376 (java) S 30367 30369 29679 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 12 0 29965212 1571901440 64066 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30377] ppid=30367 vsize=1535060 CPUtime=0
/proc/30369/task/30377/stat : 30377 (java) S 30367 30369 29679 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29965216 1571901440 64066 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30378] ppid=30367 vsize=1535060 CPUtime=1.03
/proc/30369/task/30378/stat : 30378 (java) S 30367 30369 29679 0 -1 4202560 4199 0 0 0 101 2 0 0 18 0 12 0 29965216 1571901440 64066 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30379] ppid=30367 vsize=1535060 CPUtime=0.67
/proc/30369/task/30379/stat : 30379 (java) S 30367 30369 29679 0 -1 4202560 2433 0 0 0 66 1 0 0 25 0 12 0 29965216 1571901440 64066 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30380] ppid=30367 vsize=1535060 CPUtime=0
/proc/30369/task/30380/stat : 30380 (java) S 30367 30369 29679 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 29965216 1571901440 64066 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30381] ppid=30367 vsize=1535060 CPUtime=0
/proc/30369/task/30381/stat : 30381 (java) S 30367 30369 29679 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 29965216 1571901440 64066 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.67
Current children cumulated vsize (KiB) 1535060

[startup+12.7001 s]
/proc/loadavg: 1.13 1.03 1.01 2/119 30384
/proc/meminfo: memFree=1536204/2059040 swapFree=4140388/4192956
[pid=30369] ppid=30367 vsize=1535384 CPUtime=16.91
/proc/30369/stat : 30369 (java) S 30367 30369 29679 0 -1 4202496 80993 0 1 0 1648 43 0 0 18 0 13 0 29965206 1572233216 72457 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 383846 72457 1440 10 0 381148 0
[pid=30369/tid=30371] ppid=30367 vsize=1535384 CPUtime=11.58
/proc/30369/task/30371/stat : 30371 (java) R 30367 30369 29679 0 -1 4202560 32063 0 1 0 1141 17 0 0 25 0 13 0 29965208 1572233216 72457 1992294400 134512640 134550932 4287646144 18446744073709551615 4110050720 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30369/tid=30372] ppid=30367 vsize=1535384 CPUtime=1.04
/proc/30369/task/30372/stat : 30372 (java) S 30367 30369 29679 0 -1 4202560 17846 0 0 0 96 8 0 0 18 0 13 0 29965209 1572233216 72457 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30373] ppid=30367 vsize=1535384 CPUtime=1.04
/proc/30369/task/30373/stat : 30373 (java) S 30367 30369 29679 0 -1 4202560 23191 0 0 0 93 11 0 0 18 0 13 0 29965209 1572233216 72457 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30374] ppid=30367 vsize=1535384 CPUtime=0
/proc/30369/task/30374/stat : 30374 (java) S 30367 30369 29679 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 29965211 1572233216 72457 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 0 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30375] ppid=30367 vsize=1535384 CPUtime=0
/proc/30369/task/30375/stat : 30375 (java) S 30367 30369 29679 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29965212 1572233216 72457 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30376] ppid=30367 vsize=1535384 CPUtime=0
/proc/30369/task/30376/stat : 30376 (java) S 30367 30369 29679 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 29965212 1572233216 72457 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30377] ppid=30367 vsize=1535384 CPUtime=0
/proc/30369/task/30377/stat : 30377 (java) S 30367 30369 29679 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29965216 1572233216 72457 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30378] ppid=30367 vsize=1535384 CPUtime=1.89
/proc/30369/task/30378/stat : 30378 (java) S 30367 30369 29679 0 -1 4202560 4268 0 0 0 187 2 0 0 15 0 13 0 29965216 1572233216 72457 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30379] ppid=30367 vsize=1535384 CPUtime=1.29
/proc/30369/task/30379/stat : 30379 (java) S 30367 30369 29679 0 -1 4202560 2555 0 0 0 128 1 0 0 15 0 13 0 29965216 1572233216 72457 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30380] ppid=30367 vsize=1535384 CPUtime=0
/proc/30369/task/30380/stat : 30380 (java) S 30367 30369 29679 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29965216 1572233216 72457 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30381] ppid=30367 vsize=1535384 CPUtime=0
/proc/30369/task/30381/stat : 30381 (java) S 30367 30369 29679 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 29965216 1572233216 72457 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30384] ppid=30367 vsize=1535384 CPUtime=0
/proc/30369/task/30384/stat : 30384 (java) S 30367 30369 29679 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 29966042 1572233216 72457 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.91
Current children cumulated vsize (KiB) 1535384

[startup+25.5018 s]
/proc/loadavg: 1.11 1.03 1.01 2/119 30384
/proc/meminfo: memFree=1516364/2059040 swapFree=4140388/4192956
[pid=30369] ppid=30367 vsize=1535384 CPUtime=30.02
/proc/30369/stat : 30369 (java) S 30367 30369 29679 0 -1 4202496 85367 0 1 0 2956 46 0 0 18 0 13 0 29965206 1572233216 76175 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 383846 76175 1440 10 0 381148 0
[pid=30369/tid=30371] ppid=30367 vsize=1535384 CPUtime=24.23
/proc/30369/task/30371/stat : 30371 (java) R 30367 30369 29679 0 -1 4202560 32075 0 1 0 2405 18 0 0 25 0 13 0 29965208 1572233216 76175 1992294400 134512640 134550932 4287646144 18446744073709551615 4110052415 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30369/tid=30372] ppid=30367 vsize=1535384 CPUtime=1.18
/proc/30369/task/30372/stat : 30372 (java) S 30367 30369 29679 0 -1 4202560 19777 0 0 0 109 9 0 0 18 0 13 0 29965209 1572233216 76175 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30373] ppid=30367 vsize=1535384 CPUtime=1.19
/proc/30369/task/30373/stat : 30373 (java) S 30367 30369 29679 0 -1 4202560 25615 0 0 0 106 13 0 0 18 0 13 0 29965209 1572233216 76175 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30374] ppid=30367 vsize=1535384 CPUtime=0
/proc/30369/task/30374/stat : 30374 (java) S 30367 30369 29679 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 29965211 1572233216 76175 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 0 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30375] ppid=30367 vsize=1535384 CPUtime=0
/proc/30369/task/30375/stat : 30375 (java) S 30367 30369 29679 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29965212 1572233216 76175 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30376] ppid=30367 vsize=1535384 CPUtime=0
/proc/30369/task/30376/stat : 30376 (java) S 30367 30369 29679 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 29965212 1572233216 76175 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30377] ppid=30367 vsize=1535384 CPUtime=0

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

[pid=30369/tid=30375] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30375/stat : 30375 (java) S 30367 30369 29679 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29965212 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30376] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30376/stat : 30376 (java) S 30367 30369 29679 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 29965212 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30377] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30377/stat : 30377 (java) S 30367 30369 29679 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30378] ppid=30367 vsize=1535352 CPUtime=2.42
/proc/30369/task/30378/stat : 30378 (java) S 30367 30369 29679 0 -1 4202560 5597 0 0 0 240 2 0 0 15 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30379] ppid=30367 vsize=1535352 CPUtime=1.42
/proc/30369/task/30379/stat : 30379 (java) S 30367 30369 29679 0 -1 4202560 2559 0 0 0 141 1 0 0 15 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30380] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30380/stat : 30380 (java) S 30367 30369 29679 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30381] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30381/stat : 30381 (java) S 30367 30369 29679 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30384] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30384/stat : 30384 (java) S 30367 30369 29679 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 29966042 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1608.24
Current children cumulated vsize (KiB) 1535352

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30428
/proc/meminfo: memFree=1495160/2059040 swapFree=4140388/4192956
[pid=30369] ppid=30367 vsize=1535352 CPUtime=1668.25
/proc/30369/stat : 30369 (java) S 30367 30369 29679 0 -1 4202496 273178 0 1 0 166679 146 0 0 18 0 13 0 29965206 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 383838 80771 1445 10 0 381140 0
[pid=30369/tid=30371] ppid=30367 vsize=1535352 CPUtime=1619.04
/proc/30369/task/30371/stat : 30371 (java) R 30367 30369 29679 0 -1 4202560 32325 0 1 0 161867 37 0 0 25 0 13 0 29965208 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4110277452 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30369/tid=30372] ppid=30367 vsize=1535352 CPUtime=2.83
/proc/30369/task/30372/stat : 30372 (java) S 30367 30369 29679 0 -1 4202560 22439 0 0 0 269 14 0 0 16 0 13 0 29965209 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30373] ppid=30367 vsize=1535352 CPUtime=2.84
/proc/30369/task/30373/stat : 30373 (java) S 30367 30369 29679 0 -1 4202560 28246 0 0 0 267 17 0 0 15 0 13 0 29965209 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30374] ppid=30367 vsize=1535352 CPUtime=39.62
/proc/30369/task/30374/stat : 30374 (java) S 30367 30369 29679 0 -1 4202560 180856 0 0 0 3892 70 0 0 15 0 13 0 29965211 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 0 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30375] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30375/stat : 30375 (java) S 30367 30369 29679 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29965212 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30376] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30376/stat : 30376 (java) S 30367 30369 29679 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 29965212 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30377] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30377/stat : 30377 (java) S 30367 30369 29679 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30378] ppid=30367 vsize=1535352 CPUtime=2.42
/proc/30369/task/30378/stat : 30378 (java) S 30367 30369 29679 0 -1 4202560 5597 0 0 0 240 2 0 0 15 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30379] ppid=30367 vsize=1535352 CPUtime=1.42
/proc/30369/task/30379/stat : 30379 (java) S 30367 30369 29679 0 -1 4202560 2559 0 0 0 141 1 0 0 15 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30380] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30380/stat : 30380 (java) S 30367 30369 29679 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30381] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30381/stat : 30381 (java) S 30367 30369 29679 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30384] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30384/stat : 30384 (java) S 30367 30369 29679 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 29966042 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1668.25
Current children cumulated vsize (KiB) 1535352

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30428
/proc/meminfo: memFree=1495284/2059040 swapFree=4140388/4192956
[pid=30369] ppid=30367 vsize=1535352 CPUtime=1728.23
/proc/30369/stat : 30369 (java) S 30367 30369 29679 0 -1 4202496 273185 0 1 0 172677 146 0 0 18 0 13 0 29965206 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 383838 80771 1445 10 0 381140 0
[pid=30369/tid=30371] ppid=30367 vsize=1535352 CPUtime=1679.02
/proc/30369/task/30371/stat : 30371 (java) R 30367 30369 29679 0 -1 4202560 32326 0 1 0 167865 37 0 0 25 0 13 0 29965208 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4110117412 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30369/tid=30372] ppid=30367 vsize=1535352 CPUtime=2.84
/proc/30369/task/30372/stat : 30372 (java) S 30367 30369 29679 0 -1 4202560 22439 0 0 0 270 14 0 0 15 0 13 0 29965209 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30373] ppid=30367 vsize=1535352 CPUtime=2.85
/proc/30369/task/30373/stat : 30373 (java) S 30367 30369 29679 0 -1 4202560 28246 0 0 0 267 18 0 0 16 0 13 0 29965209 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30374] ppid=30367 vsize=1535352 CPUtime=39.62
/proc/30369/task/30374/stat : 30374 (java) S 30367 30369 29679 0 -1 4202560 180858 0 0 0 3892 70 0 0 15 0 13 0 29965211 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 0 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30375] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30375/stat : 30375 (java) S 30367 30369 29679 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29965212 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30376] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30376/stat : 30376 (java) S 30367 30369 29679 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 29965212 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30377] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30377/stat : 30377 (java) S 30367 30369 29679 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30378] ppid=30367 vsize=1535352 CPUtime=2.42
/proc/30369/task/30378/stat : 30378 (java) S 30367 30369 29679 0 -1 4202560 5597 0 0 0 240 2 0 0 15 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30379] ppid=30367 vsize=1535352 CPUtime=1.42
/proc/30369/task/30379/stat : 30379 (java) S 30367 30369 29679 0 -1 4202560 2559 0 0 0 141 1 0 0 15 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30380] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30380/stat : 30380 (java) S 30367 30369 29679 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30381] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30381/stat : 30381 (java) S 30367 30369 29679 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30384] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30384/stat : 30384 (java) S 30367 30369 29679 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 29966042 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1728.23
Current children cumulated vsize (KiB) 1535352

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30430
/proc/meminfo: memFree=1495036/2059040 swapFree=4140388/4192956
[pid=30369] ppid=30367 vsize=1535352 CPUtime=1788.23
/proc/30369/stat : 30369 (java) S 30367 30369 29679 0 -1 4202496 273193 0 1 0 178677 146 0 0 18 0 13 0 29965206 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 383838 80771 1445 10 0 381140 0
[pid=30369/tid=30371] ppid=30367 vsize=1535352 CPUtime=1738.99
/proc/30369/task/30371/stat : 30371 (java) R 30367 30369 29679 0 -1 4202560 32328 0 1 0 173862 37 0 0 25 0 13 0 29965208 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4110104527 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30369/tid=30372] ppid=30367 vsize=1535352 CPUtime=2.85
/proc/30369/task/30372/stat : 30372 (java) S 30367 30369 29679 0 -1 4202560 22439 0 0 0 271 14 0 0 16 0 13 0 29965209 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30373] ppid=30367 vsize=1535352 CPUtime=2.86
/proc/30369/task/30373/stat : 30373 (java) S 30367 30369 29679 0 -1 4202560 28246 0 0 0 268 18 0 0 16 0 13 0 29965209 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30374] ppid=30367 vsize=1535352 CPUtime=39.62
/proc/30369/task/30374/stat : 30374 (java) S 30367 30369 29679 0 -1 4202560 180862 0 0 0 3892 70 0 0 15 0 13 0 29965211 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 0 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30375] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30375/stat : 30375 (java) S 30367 30369 29679 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29965212 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30376] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30376/stat : 30376 (java) S 30367 30369 29679 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 29965212 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30377] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30377/stat : 30377 (java) S 30367 30369 29679 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30378] ppid=30367 vsize=1535352 CPUtime=2.42
/proc/30369/task/30378/stat : 30378 (java) S 30367 30369 29679 0 -1 4202560 5597 0 0 0 240 2 0 0 15 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30379] ppid=30367 vsize=1535352 CPUtime=1.42
/proc/30369/task/30379/stat : 30379 (java) S 30367 30369 29679 0 -1 4202560 2559 0 0 0 141 1 0 0 15 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30380] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30380/stat : 30380 (java) S 30367 30369 29679 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30381] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30381/stat : 30381 (java) S 30367 30369 29679 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30384] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30384/stat : 30384 (java) S 30367 30369 29679 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 29966042 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1788.23
Current children cumulated vsize (KiB) 1535352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30430
/proc/meminfo: memFree=1495036/2059040 swapFree=4140388/4192956
[pid=30369] ppid=30367 vsize=1535352 CPUtime=1800.04
/proc/30369/stat : 30369 (java) S 30367 30369 29679 0 -1 4202496 273195 0 1 0 179858 146 0 0 18 0 13 0 29965206 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 383838 80771 1445 10 0 381140 0
[pid=30369/tid=30371] ppid=30367 vsize=1535352 CPUtime=1750.8
/proc/30369/task/30371/stat : 30371 (java) R 30367 30369 29679 0 -1 4202560 32328 0 1 0 175043 37 0 0 25 0 13 0 29965208 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4110277414 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30369/tid=30372] ppid=30367 vsize=1535352 CPUtime=2.85
/proc/30369/task/30372/stat : 30372 (java) S 30367 30369 29679 0 -1 4202560 22439 0 0 0 271 14 0 0 16 0 13 0 29965209 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30373] ppid=30367 vsize=1535352 CPUtime=2.86
/proc/30369/task/30373/stat : 30373 (java) S 30367 30369 29679 0 -1 4202560 28246 0 0 0 268 18 0 0 16 0 13 0 29965209 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30374] ppid=30367 vsize=1535352 CPUtime=39.62
/proc/30369/task/30374/stat : 30374 (java) S 30367 30369 29679 0 -1 4202560 180862 0 0 0 3892 70 0 0 15 0 13 0 29965211 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 0 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30375] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30375/stat : 30375 (java) S 30367 30369 29679 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29965212 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30376] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30376/stat : 30376 (java) S 30367 30369 29679 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 29965212 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30377] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30377/stat : 30377 (java) S 30367 30369 29679 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30378] ppid=30367 vsize=1535352 CPUtime=2.42
/proc/30369/task/30378/stat : 30378 (java) S 30367 30369 29679 0 -1 4202560 5597 0 0 0 240 2 0 0 15 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30379] ppid=30367 vsize=1535352 CPUtime=1.42
/proc/30369/task/30379/stat : 30379 (java) S 30367 30369 29679 0 -1 4202560 2559 0 0 0 141 1 0 0 15 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 1 0 0 0
[pid=30369/tid=30380] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30380/stat : 30380 (java) S 30367 30369 29679 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
[pid=30369/tid=30381] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30381/stat : 30381 (java) R 30367 30369 29679 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 29965216 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30369/tid=30384] ppid=30367 vsize=1535352 CPUtime=0
/proc/30369/task/30384/stat : 30384 (java) S 30367 30369 29679 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 29966042 1572200448 80771 1992294400 134512640 134550932 4287646144 18446744073709551615 4294960144 0 4 0 16800975 18446604437815134272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1535352

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

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

[startup+1794.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30430
/proc/meminfo: memFree=1495036/2059040 swapFree=4140388/4192956
[pid=30369] ppid=30367 vsize=0 CPUtime=1800.17
/proc/30369/stat : 30369 (java) Z 30367 30369 29679 0 -1 4203548 273221 0 1 0 179868 149 0 0 17 0 2 0 29965206 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 0 0 0 0 0 0 0
[pid=30369/tid=30376] ppid=30367 vsize=0 CPUtime=0.03
/proc/30369/task/30376/stat : 30376 (java) R 30367 30369 29679 0 -1 4203588 6 0 0 0 0 3 0 0 18 0 2 0 29965212 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.22
CPU time (s): 1800.18
CPU user time (s): 1798.68
CPU system time (s): 1.49777
CPU usage (%): 100.332
Max. virtual memory (cumulated for all children) (KiB): 1550168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.68
system time used= 1.49777
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273221
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= 39490
involuntary context switches= 17996

runsolver used 3.76343 second user time and 9.41357 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-14 21:26:53
IDJOB=2658804
IDBENCH=2383
IDSOLVER=1164
FILE ID=node004/2658804-1276543612
PBS_JOBID= 11173462
Free space on /tmp= 62536 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-greenbeb.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658804-1276543612/watcher-2658804-1276543612 -o /tmp/evaluation-result-2658804-1276543612/solver-2658804-1276543612 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658804-1276543612.opb

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

MD5SUM BENCH= ebe0bf73b5f65c9fef014886519c9815
RANDOM SEED=1388041403

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.210
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1816756 kB
Buffers:         35388 kB
Cached:         125464 kB
SwapCached:       6520 kB
Active:          82044 kB
Inactive:        92188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1816756 kB
SwapTotal:     4192956 kB
SwapFree:      4140388 kB
Dirty:           14620 kB
Writeback:           0 kB
AnonPages:       11472 kB
Mapped:          13112 kB
Slab:            45980 kB
PageTables:       3968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182640 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= 62536 MiB
End job on node004 at 2010-06-14 21:56:50