Trace number 2684811

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 Resolution 2.2.0 2010-05-26? (TO) 1800.23 1795.41

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j1208_10-unsat.opb
MD5SUMcde880e36ac940ebc706231d93099786
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.4323
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22022
Total number of constraints69222
Number of constraints which are clauses68862
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints360
Minimum length of a constraint1
Maximum length of a constraint68
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 379
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.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.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2684811-1278434475.opb
0.23/0.21	c reading problem ... 
2.98/2.04	c ... done. Wall clock time 1.833s.
2.98/2.04	c #vars     22022
2.98/2.04	c #constraints  59788
2.98/2.04	c constraints type 
2.98/2.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7948
2.98/2.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48418
2.98/2.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 360
9.97/7.14	c cleaning 2493 clauses out of 5000 with flag 5000/5000
14.74/11.55	c cleaning 4248 clauses out of 8507 with flag 11000/11000
19.85/16.65	c cleaning 5619 clauses out of 11260 with flag 18001/18001
25.91/22.60	c cleaning 6811 clauses out of 13640 with flag 26000/26000
32.82/29.59	c cleaning 7899 clauses out of 15830 with flag 35001/35001
40.77/37.46	c cleaning 8951 clauses out of 17929 with flag 45000/45000
50.09/46.77	c cleaning 9982 clauses out of 19978 with flag 56000/56000
60.11/56.70	c cleaning 10992 clauses out of 21997 with flag 68001/68001
70.73/67.30	c cleaning 11996 clauses out of 24008 with flag 81004/81004
83.03/79.68	c cleaning 12996 clauses out of 26010 with flag 95002/95002
97.65/94.25	c cleaning 13993 clauses out of 28012 with flag 110000/110000
112.15/108.80	c cleaning 14995 clauses out of 30019 with flag 126000/126000
127.96/124.51	c cleaning 16003 clauses out of 32024 with flag 143000/143000
144.88/141.42	c cleaning 16995 clauses out of 34021 with flag 161000/161000
163.41/159.96	c cleaning 17998 clauses out of 36026 with flag 180000/180000
182.83/179.34	c cleaning 18990 clauses out of 38028 with flag 200000/200000
203.65/200.20	c cleaning 20008 clauses out of 40038 with flag 221000/221000
225.47/221.99	c cleaning 21006 clauses out of 42030 with flag 243000/243000
249.89/246.32	c cleaning 22006 clauses out of 44024 with flag 266000/266000
273.30/269.76	c cleaning 22993 clauses out of 46018 with flag 290000/290000
299.12/295.56	c cleaning 24013 clauses out of 48026 with flag 315001/315001
328.64/325.00	c cleaning 24992 clauses out of 50012 with flag 341000/341000
359.68/356.06	c cleaning 25987 clauses out of 52022 with flag 368002/368002
394.02/390.37	c cleaning 27014 clauses out of 54034 with flag 396001/396001
424.96/421.25	c cleaning 27978 clauses out of 56019 with flag 425000/425000
456.58/452.82	c cleaning 29000 clauses out of 58041 with flag 455000/455000
495.89/492.10	c cleaning 30014 clauses out of 60041 with flag 486000/486000
527.82/524.02	c cleaning 31001 clauses out of 62027 with flag 518000/518000
566.54/562.76	c cleaning 32003 clauses out of 64026 with flag 551000/551000
609.17/605.37	c cleaning 33002 clauses out of 66023 with flag 585000/585000
648.70/644.85	c cleaning 33991 clauses out of 68021 with flag 620000/620000
691.55/687.64	c cleaning 35009 clauses out of 70029 with flag 656000/656000
739.18/735.28	c cleaning 36003 clauses out of 72022 with flag 693002/693002
786.82/782.85	c cleaning 36986 clauses out of 74017 with flag 731000/731000
838.16/834.11	c cleaning 37995 clauses out of 76031 with flag 770000/770000
895.22/891.18	c cleaning 39011 clauses out of 78036 with flag 810000/810000
952.97/948.83	c cleaning 39998 clauses out of 80025 with flag 851000/851000
1012.40/1008.23	c cleaning 41002 clauses out of 82027 with flag 893000/893000
1066.04/1061.84	c cleaning 42001 clauses out of 84027 with flag 936002/936002
1125.69/1121.46	c cleaning 42992 clauses out of 86024 with flag 980000/980000
1185.84/1181.54	c cleaning 43998 clauses out of 88032 with flag 1025000/1025000
1258.68/1254.30	c cleaning 44992 clauses out of 90035 with flag 1071001/1071001
1323.82/1319.48	c cleaning 46009 clauses out of 92043 with flag 1118001/1118001
1396.17/1391.74	c cleaning 47001 clauses out of 94033 with flag 1166000/1166000
1470.92/1466.43	c cleaning 48004 clauses out of 96032 with flag 1215000/1215000
1547.25/1542.75	c cleaning 48999 clauses out of 98029 with flag 1265001/1265001
1618.80/1614.24	c cleaning 50009 clauses out of 100030 with flag 1316001/1316001
1687.97/1683.38	c cleaning 50992 clauses out of 102020 with flag 1368000/1368000
1757.13/1752.46	c cleaning 51999 clauses out of 104031 with flag 1421003/1421003
1800.07/1795.32	c starts		: 206
1800.07/1795.32	c conflicts		: 1452682
1800.07/1795.32	c decisions		: 1759422
1800.07/1795.32	c propagations		: 735476343
1800.07/1795.32	c inspects		: 4104719883
1800.07/1795.32	c learnt literals	: 2
1800.07/1795.32	c learnt binary clauses	: 26
1800.07/1795.32	c learnt ternary clauses	: 597
1800.07/1795.32	c learnt clauses	: 1452680
1800.07/1795.32	c ignored clauses	: 0
1800.07/1795.32	c root simplifications	: 0
1800.07/1795.32	c removed literals (reason simplification)	: 30351136
1800.07/1795.32	c reason swapping (by a shorter reason)	: 0
1800.07/1795.32	c Calls to reduceDB	: 49
1800.07/1795.32	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.32	c number of learned constraints concerned by reduction	: 0
1800.07/1795.32	c number of learning phase by resolution	: 0
1800.07/1795.32	c number of learning phase by cutting planes	: 0
1800.07/1795.32	c speed (assignments/second)	: 410130.2616720804
1800.07/1795.32	c non guided choices	19
1800.07/1795.37	c learnt constraints type 
1800.07/1795.37	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 83714
1800.07/1795.37	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 26
1800.07/1795.37	c constraints type 
1800.07/1795.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7948
1800.07/1795.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48418
1800.07/1795.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 360
1800.07/1795.37	s UNKNOWN
1800.07/1795.37	c Total wall clock time (in seconds): 1795.163

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-2684811-1278434475/watcher-2684811-1278434475 -o /tmp/evaluation-result-2684811-1278434475/solver-2684811-1278434475 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2684811-1278434475.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 0.97 0.84 3/106 23349
/proc/meminfo: memFree=1438900/2059040 swapFree=4192956/4192956
[pid=23349] ppid=23347 vsize=1832 CPUtime=0
/proc/23349/stat : 23349 (java6) S 23347 23349 22805 0 -1 4194304 241 0 0 0 0 0 0 0 19 0 1 0 11658800 1875968 144 1992294400 134512640 134550932 4292614032 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/23349/statm: 458 144 107 10 0 63 0

[startup+0.0808729 s]
/proc/loadavg: 1.00 0.97 0.84 3/106 23349
/proc/meminfo: memFree=1438900/2059040 swapFree=4192956/4192956
[pid=23349] ppid=23347 vsize=1521796 CPUtime=0.06
/proc/23349/stat : 23349 (java) S 23347 23349 22805 0 -1 4202496 3777 0 1 0 4 2 0 0 18 0 7 0 11658800 1558319104 3218 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/23349/statm: 380449 3218 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101874 s]
/proc/loadavg: 1.00 0.97 0.84 3/106 23349
/proc/meminfo: memFree=1438900/2059040 swapFree=4192956/4192956
[pid=23349] ppid=23347 vsize=1524184 CPUtime=0.08
/proc/23349/stat : 23349 (java) S 23347 23349 22805 0 -1 4202496 3957 0 1 0 6 2 0 0 18 0 12 0 11658800 1560764416 3396 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23349/statm: 381046 3396 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301887 s]
/proc/loadavg: 1.00 0.97 0.84 3/106 23349
/proc/meminfo: memFree=1438900/2059040 swapFree=4192956/4192956
[pid=23349] ppid=23347 vsize=1525640 CPUtime=0.36
/proc/23349/stat : 23349 (java) S 23347 23349 22805 0 -1 4202496 5463 0 1 0 32 4 0 0 18 0 12 0 11658800 1562255360 4898 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23349/statm: 381410 4898 1361 10 0 378712 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525640

[startup+0.701918 s]
/proc/loadavg: 1.00 0.97 0.84 3/106 23349
/proc/meminfo: memFree=1438900/2059040 swapFree=4192956/4192956
[pid=23349] ppid=23347 vsize=1528404 CPUtime=1.1
/proc/23349/stat : 23349 (java) S 23347 23349 22805 0 -1 4202496 7618 0 1 0 105 5 0 0 18 0 12 0 11658800 1565085696 6977 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23349/statm: 382101 6977 1403 10 0 379403 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1528404

[startup+1.51697 s]
/proc/loadavg: 1.00 0.97 0.84 4/118 23361
/proc/meminfo: memFree=1399620/2059040 swapFree=4192956/4192956
[pid=23349] ppid=23347 vsize=1528404 CPUtime=2.33
/proc/23349/stat : 23349 (java) S 23347 23349 22805 0 -1 4202496 22512 0 1 0 220 13 0 0 18 0 12 0 11658800 1565085696 21478 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23349/statm: 382101 21479 1414 10 0 379403 0
[pid=23349/tid=23351] ppid=23347 vsize=1528404 CPUtime=1.47
/proc/23349/task/23351/stat : 23351 (java) R 23347 23349 22805 0 -1 4202560 19795 0 1 0 136 11 0 0 25 0 12 0 11658802 1565085696 21480 1992294400 134512640 134550932 4289875840 18446744073709551615 4109182153 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23349/tid=23352] ppid=23347 vsize=1528404 CPUtime=0
/proc/23349/task/23352/stat : 23352 (java) S 23347 23349 22805 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 11658803 1565085696 21481 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23353] ppid=23347 vsize=1528404 CPUtime=0
/proc/23349/task/23353/stat : 23353 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 11658803 1565085696 21482 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23354] ppid=23347 vsize=1528404 CPUtime=0
/proc/23349/task/23354/stat : 23354 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 11658805 1565085696 21484 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23355] ppid=23347 vsize=1528404 CPUtime=0
/proc/23349/task/23355/stat : 23355 (java) S 23347 23349 22805 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 11658806 1565085696 21485 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23356] ppid=23347 vsize=1528404 CPUtime=0
/proc/23349/task/23356/stat : 23356 (java) S 23347 23349 22805 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 11658806 1565085696 21486 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23357] ppid=23347 vsize=1528404 CPUtime=0
/proc/23349/task/23357/stat : 23357 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11658810 1565085696 21487 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23358] ppid=23347 vsize=1528404 CPUtime=0.24
/proc/23349/task/23358/stat : 23358 (java) R 23347 23349 22805 0 -1 4202560 607 0 0 0 24 0 0 0 21 0 12 0 11658810 1565085696 21488 1992294400 134512640 134550932 4289875840 18446744073709551615 106813344 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23349/tid=23359] ppid=23347 vsize=1528404 CPUtime=0.58
/proc/23349/task/23359/stat : 23359 (java) R 23347 23349 22805 0 -1 4202560 1049 0 0 0 58 0 0 0 15 0 12 0 11658810 1565085696 21489 1992294400 134512640 134550932 4289875840 18446744073709551615 102339719 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23349/tid=23360] ppid=23347 vsize=1528404 CPUtime=0
/proc/23349/task/23360/stat : 23360 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11658810 1565085696 21490 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23361] ppid=23347 vsize=1528404 CPUtime=0
/proc/23349/task/23361/stat : 23361 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11658810 1565085696 21491 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 1528404

[startup+3.10109 s]
/proc/loadavg: 1.16 1.00 0.85 4/118 23361
/proc/meminfo: memFree=1307736/2059040 swapFree=4192956/4192956
[pid=23349] ppid=23347 vsize=1545424 CPUtime=5.17
/proc/23349/stat : 23349 (java) S 23347 23349 22805 0 -1 4202496 41797 0 1 0 496 21 0 0 18 0 13 0 11658800 1582514176 36828 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23349/statm: 386356 36828 1421 10 0 383658 0
[pid=23349/tid=23351] ppid=23347 vsize=1545424 CPUtime=3.05
/proc/23349/task/23351/stat : 23351 (java) R 23347 23349 22805 0 -1 4202560 31105 0 1 0 289 16 0 0 25 0 13 0 11658802 1582514176 36828 1992294400 134512640 134550932 4289875840 18446744073709551615 4108819363 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23349/tid=23352] ppid=23347 vsize=1545424 CPUtime=0
/proc/23349/task/23352/stat : 23352 (java) S 23347 23349 22805 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 11658803 1582514176 36828 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23353] ppid=23347 vsize=1545424 CPUtime=0
/proc/23349/task/23353/stat : 23353 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 11658803 1582514176 36828 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23354] ppid=23347 vsize=1545424 CPUtime=0
/proc/23349/task/23354/stat : 23354 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 11658805 1582514176 36828 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23355] ppid=23347 vsize=1545424 CPUtime=0
/proc/23349/task/23355/stat : 23355 (java) S 23347 23349 22805 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 11658806 1582514176 36828 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23356] ppid=23347 vsize=1545424 CPUtime=0
/proc/23349/task/23356/stat : 23356 (java) S 23347 23349 22805 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 11658806 1582514176 36828 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23357] ppid=23347 vsize=1545424 CPUtime=0
/proc/23349/task/23357/stat : 23357 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11658810 1582514176 36828 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23358] ppid=23347 vsize=1545424 CPUtime=0.27
/proc/23349/task/23358/stat : 23358 (java) R 23347 23349 22805 0 -1 4202560 608 0 0 0 27 0 0 0 18 0 13 0 11658810 1582514176 36828 1992294400 134512640 134550932 4289875840 18446744073709551615 103980678 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23349/tid=23359] ppid=23347 vsize=1545424 CPUtime=1.82
/proc/23349/task/23359/stat : 23359 (java) R 23347 23349 22805 0 -1 4202560 9015 0 0 0 179 3 0 0 17 0 13 0 11658810 1582514176 36828 1992294400 134512640 134550932 4289875840 18446744073709551615 104138693 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23349/tid=23360] ppid=23347 vsize=1545424 CPUtime=0
/proc/23349/task/23360/stat : 23360 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11658810 1582514176 36828 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23361] ppid=23347 vsize=1545424 CPUtime=0
/proc/23349/task/23361/stat : 23361 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11658810 1582514176 36828 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.17
Current children cumulated vsize (KiB) 1545424

[startup+6.3023 s]
/proc/loadavg: 1.16 1.00 0.85 2/119 23362
/proc/meminfo: memFree=1285532/2059040 swapFree=4192956/4192956
[pid=23349] ppid=23347 vsize=1543376 CPUtime=9.09
/proc/23349/stat : 23349 (java) S 23347 23349 22805 0 -1 4202496 46090 0 1 0 886 23 0 0 18 0 13 0 11658800 1580417024 39465 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23349/statm: 385844 39465 1435 10 0 383146 0
[pid=23349/tid=23351] ppid=23347 vsize=1543376 CPUtime=6.2
/proc/23349/task/23351/stat : 23351 (java) R 23347 23349 22805 0 -1 4202560 32038 0 1 0 603 17 0 0 25 0 13 0 11658802 1580417024 39465 1992294400 134512640 134550932 4289875840 18446744073709551615 4109565619 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23349/tid=23352] ppid=23347 vsize=1543376 CPUtime=0.04
/proc/23349/task/23352/stat : 23352 (java) S 23347 23349 22805 0 -1 4202560 1138 0 0 0 4 0 0 0 18 0 13 0 11658803 1580417024 39465 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23353] ppid=23347 vsize=1543376 CPUtime=0.03
/proc/23349/task/23353/stat : 23353 (java) S 23347 23349 22805 0 -1 4202560 1024 0 0 0 3 0 0 0 18 0 13 0 11658803 1580417024 39465 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23354] ppid=23347 vsize=1543376 CPUtime=0
/proc/23349/task/23354/stat : 23354 (java) S 23347 23349 22805 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 11658805 1580417024 39465 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23355] ppid=23347 vsize=1543376 CPUtime=0
/proc/23349/task/23355/stat : 23355 (java) S 23347 23349 22805 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11658806 1580417024 39465 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23356] ppid=23347 vsize=1543376 CPUtime=0
/proc/23349/task/23356/stat : 23356 (java) S 23347 23349 22805 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11658806 1580417024 39465 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23357] ppid=23347 vsize=1543376 CPUtime=0
/proc/23349/task/23357/stat : 23357 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11658810 1580417024 39465 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23358] ppid=23347 vsize=1543376 CPUtime=0.33
/proc/23349/task/23358/stat : 23358 (java) S 23347 23349 22805 0 -1 4202560 611 0 0 0 33 0 0 0 15 0 13 0 11658810 1580417024 39465 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23359] ppid=23347 vsize=1543376 CPUtime=2.43
/proc/23349/task/23359/stat : 23359 (java) S 23347 23349 22805 0 -1 4202560 10207 0 0 0 240 3 0 0 15 0 13 0 11658810 1580417024 39465 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23360] ppid=23347 vsize=1543376 CPUtime=0
/proc/23349/task/23360/stat : 23360 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11658810 1580417024 39465 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23361] ppid=23347 vsize=1543376 CPUtime=0
/proc/23349/task/23361/stat : 23361 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11658810 1580417024 39465 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23362] ppid=23347 vsize=1543376 CPUtime=0
/proc/23349/task/23362/stat : 23362 (java) S 23347 23349 22805 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11659024 1580417024 39465 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.09
Current children cumulated vsize (KiB) 1543376

[startup+12.7017 s]
/proc/loadavg: 1.13 1.00 0.85 2/119 23362
/proc/meminfo: memFree=1266188/2059040 swapFree=4192956/4192956
[pid=23349] ppid=23347 vsize=1542952 CPUtime=15.95
/proc/23349/stat : 23349 (java) S 23347 23349 22805 0 -1 4202496 50990 0 1 0 1570 25 0 0 18 0 13 0 11658800 1579982848 44176 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23349/statm: 385738 44176 1444 10 0 383040 0
[pid=23349/tid=23351] ppid=23347 vsize=1542952 CPUtime=12.33
/proc/23349/task/23351/stat : 23351 (java) R 23347 23349 22805 0 -1 4202560 32044 0 1 0 1216 17 0 0 25 0 13 0 11658802 1579982848 44176 1992294400 134512640 134550932 4289875840 18446744073709551615 4109565619 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23349/tid=23352] ppid=23347 vsize=1542952 CPUtime=0.08
/proc/23349/task/23352/stat : 23352 (java) S 23347 23349 22805 0 -1 4202560 2406 0 0 0 8 0 0 0 18 0 13 0 11658803 1579982848 44176 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23353] ppid=23347 vsize=1542952 CPUtime=0.06
/proc/23349/task/23353/stat : 23353 (java) S 23347 23349 22805 0 -1 4202560 2031 0 0 0 6 0 0 0 18 0 13 0 11658803 1579982848 44176 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23354] ppid=23347 vsize=1542952 CPUtime=0.15
/proc/23349/task/23354/stat : 23354 (java) S 23347 23349 22805 0 -1 4202560 2520 0 0 0 14 1 0 0 15 0 13 0 11658805 1579982848 44176 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23355] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23355/stat : 23355 (java) S 23347 23349 22805 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11658806 1579982848 44176 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23356] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23356/stat : 23356 (java) S 23347 23349 22805 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11658806 1579982848 44176 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23357] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23357/stat : 23357 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11658810 1579982848 44176 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23358] ppid=23347 vsize=1542952 CPUtime=0.46
/proc/23349/task/23358/stat : 23358 (java) S 23347 23349 22805 0 -1 4202560 623 0 0 0 46 0 0 0 16 0 13 0 11658810 1579982848 44176 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23359] ppid=23347 vsize=1542952 CPUtime=2.8
/proc/23349/task/23359/stat : 23359 (java) S 23347 23349 22805 0 -1 4202560 10299 0 0 0 277 3 0 0 16 0 13 0 11658810 1579982848 44176 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23360] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23360/stat : 23360 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11658810 1579982848 44176 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23361] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23361/stat : 23361 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11658810 1579982848 44176 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23362] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23362/stat : 23362 (java) S 23347 23349 22805 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11659024 1579982848 44176 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.95
Current children cumulated vsize (KiB) 1542952

[startup+25.5016 s]
/proc/loadavg: 1.11 1.00 0.85 2/119 23362
/proc/meminfo: memFree=1265692/2059040 swapFree=4192956/4192956
[pid=23349] ppid=23347 vsize=1542952 CPUtime=28.82
/proc/23349/stat : 23349 (java) S 23347 23349 22805 0 -1 4202496 51119 0 1 0 2857 25 0 0 18 0 13 0 11658800 1579982848 44300 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23349/statm: 385738 44300 1444 10 0 383040 0
[pid=23349/tid=23351] ppid=23347 vsize=1542952 CPUtime=24.94
/proc/23349/task/23351/stat : 23351 (java) R 23347 23349 22805 0 -1 4202560 32048 0 1 0 2477 17 0 0 25 0 13 0 11658802 1579982848 44300 1992294400 134512640 134550932 4289875840 18446744073709551615 4109696790 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23349/tid=23352] ppid=23347 vsize=1542952 CPUtime=0.11
/proc/23349/task/23352/stat : 23352 (java) S 23347 23349 22805 0 -1 4202560 2408 0 0 0 10 1 0 0 15 0 13 0 11658803 1579982848 44300 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23353] ppid=23347 vsize=1542952 CPUtime=0.08
/proc/23349/task/23353/stat : 23353 (java) S 23347 23349 22805 0 -1 4202560 2032 0 0 0 8 0 0 0 16 0 13 0 11658803 1579982848 44300 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23354] ppid=23347 vsize=1542952 CPUtime=0.3
/proc/23349/task/23354/stat : 23354 (java) S 23347 23349 22805 0 -1 4202560 2641 0 0 0 29 1 0 0 15 0 13 0 11658805 1579982848 44300 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23355] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23355/stat : 23355 (java) S 23347 23349 22805 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11658806 1579982848 44300 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23356] ppid=23347 vsize=1542952 CPUtime=0

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

[pid=23349] ppid=23347 vsize=1542952 CPUtime=1666.95
/proc/23349/stat : 23349 (java) S 23347 23349 22805 0 -1 4202496 68311 0 1 0 166633 62 0 0 18 0 13 0 11658800 1579982848 59886 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23349/statm: 385738 59886 1444 10 0 383040 0
[pid=23349/tid=23351] ppid=23347 vsize=1542952 CPUtime=1654.67
/proc/23349/task/23351/stat : 23351 (java) R 23347 23349 22805 0 -1 4202560 34880 0 1 0 165431 36 0 0 25 0 13 0 11658802 1579982848 59886 1992294400 134512640 134550932 4289875840 18446744073709551615 4109604823 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23349/tid=23352] ppid=23347 vsize=1542952 CPUtime=2.25
/proc/23349/task/23352/stat : 23352 (java) S 23347 23349 22805 0 -1 4202560 8998 0 0 0 216 9 0 0 15 0 13 0 11658803 1579982848 59886 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23353] ppid=23347 vsize=1542952 CPUtime=2.24
/proc/23349/task/23353/stat : 23353 (java) S 23347 23349 22805 0 -1 4202560 9082 0 0 0 216 8 0 0 16 0 13 0 11658803 1579982848 59886 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23354] ppid=23347 vsize=1542952 CPUtime=4.32
/proc/23349/task/23354/stat : 23354 (java) S 23347 23349 22805 0 -1 4202560 3263 0 0 0 430 2 0 0 15 0 13 0 11658805 1579982848 59886 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23355] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23355/stat : 23355 (java) S 23347 23349 22805 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11658806 1579982848 59886 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23356] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23356/stat : 23356 (java) S 23347 23349 22805 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11658806 1579982848 59886 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23357] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23357/stat : 23357 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11658810 1579982848 59886 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23358] ppid=23347 vsize=1542952 CPUtime=0.53
/proc/23349/task/23358/stat : 23358 (java) S 23347 23349 22805 0 -1 4202560 624 0 0 0 53 0 0 0 15 0 13 0 11658810 1579982848 59886 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23359] ppid=23347 vsize=1542952 CPUtime=2.87
/proc/23349/task/23359/stat : 23359 (java) S 23347 23349 22805 0 -1 4202560 10301 0 0 0 284 3 0 0 15 0 13 0 11658810 1579982848 59886 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23360] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23360/stat : 23360 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11658810 1579982848 59886 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23361] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23361/stat : 23361 (java) S 23347 23349 22805 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 11658810 1579982848 59886 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23362] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23362/stat : 23362 (java) S 23347 23349 22805 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11659024 1579982848 59886 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.95
Current children cumulated vsize (KiB) 1542952

[startup+1722.3 s]
/proc/loadavg: 1.03 1.01 0.91 2/119 23417
/proc/meminfo: memFree=1201708/2059040 swapFree=4192956/4192956
[pid=23349] ppid=23347 vsize=1542952 CPUtime=1727
/proc/23349/stat : 23349 (java) S 23347 23349 22805 0 -1 4202496 68394 0 1 0 172636 64 0 0 18 0 13 0 11658800 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23349/statm: 385738 59957 1444 10 0 383040 0
[pid=23349/tid=23351] ppid=23347 vsize=1542952 CPUtime=1714.43
/proc/23349/task/23351/stat : 23351 (java) R 23347 23349 22805 0 -1 4202560 34886 0 1 0 171405 38 0 0 25 0 13 0 11658802 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4109672301 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23349/tid=23352] ppid=23347 vsize=1542952 CPUtime=2.33
/proc/23349/task/23352/stat : 23352 (java) S 23347 23349 22805 0 -1 4202560 9025 0 0 0 224 9 0 0 15 0 13 0 11658803 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23353] ppid=23347 vsize=1542952 CPUtime=2.32
/proc/23349/task/23353/stat : 23353 (java) S 23347 23349 22805 0 -1 4202560 9126 0 0 0 224 8 0 0 16 0 13 0 11658803 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23354] ppid=23347 vsize=1542952 CPUtime=4.45
/proc/23349/task/23354/stat : 23354 (java) S 23347 23349 22805 0 -1 4202560 3265 0 0 0 443 2 0 0 15 0 13 0 11658805 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23355] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23355/stat : 23355 (java) S 23347 23349 22805 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11658806 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23356] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23356/stat : 23356 (java) S 23347 23349 22805 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11658806 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23357] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23357/stat : 23357 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11658810 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23358] ppid=23347 vsize=1542952 CPUtime=0.53
/proc/23349/task/23358/stat : 23358 (java) S 23347 23349 22805 0 -1 4202560 624 0 0 0 53 0 0 0 15 0 13 0 11658810 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23359] ppid=23347 vsize=1542952 CPUtime=2.87
/proc/23349/task/23359/stat : 23359 (java) S 23347 23349 22805 0 -1 4202560 10301 0 0 0 284 3 0 0 15 0 13 0 11658810 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23360] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23360/stat : 23360 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11658810 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23361] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23361/stat : 23361 (java) S 23347 23349 22805 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 11658810 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23362] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23362/stat : 23362 (java) S 23347 23349 22805 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11659024 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1727
Current children cumulated vsize (KiB) 1542952

[startup+1782.3 s]
/proc/loadavg: 1.14 1.05 0.93 2/119 23419
/proc/meminfo: memFree=1201460/2059040 swapFree=4192956/4192956
[pid=23349] ppid=23347 vsize=1542952 CPUtime=1787.06
/proc/23349/stat : 23349 (java) S 23347 23349 22805 0 -1 4202496 68406 0 1 0 178638 68 0 0 18 0 13 0 11658800 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23349/statm: 385738 59957 1444 10 0 383040 0
[pid=23349/tid=23351] ppid=23347 vsize=1542952 CPUtime=1774.2
/proc/23349/task/23351/stat : 23351 (java) R 23347 23349 22805 0 -1 4202560 34892 0 1 0 177380 40 0 0 25 0 13 0 11658802 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4109696867 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23349/tid=23352] ppid=23347 vsize=1542952 CPUtime=2.42
/proc/23349/task/23352/stat : 23352 (java) S 23347 23349 22805 0 -1 4202560 9025 0 0 0 232 10 0 0 16 0 13 0 11658803 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23353] ppid=23347 vsize=1542952 CPUtime=2.4
/proc/23349/task/23353/stat : 23353 (java) S 23347 23349 22805 0 -1 4202560 9126 0 0 0 232 8 0 0 16 0 13 0 11658803 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23354] ppid=23347 vsize=1542952 CPUtime=4.56
/proc/23349/task/23354/stat : 23354 (java) S 23347 23349 22805 0 -1 4202560 3269 0 0 0 454 2 0 0 15 0 13 0 11658805 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23355] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23355/stat : 23355 (java) S 23347 23349 22805 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11658806 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23356] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23356/stat : 23356 (java) S 23347 23349 22805 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11658806 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23357] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23357/stat : 23357 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11658810 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23358] ppid=23347 vsize=1542952 CPUtime=0.53
/proc/23349/task/23358/stat : 23358 (java) S 23347 23349 22805 0 -1 4202560 624 0 0 0 53 0 0 0 15 0 13 0 11658810 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23359] ppid=23347 vsize=1542952 CPUtime=2.87
/proc/23349/task/23359/stat : 23359 (java) S 23347 23349 22805 0 -1 4202560 10301 0 0 0 284 3 0 0 15 0 13 0 11658810 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23360] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23360/stat : 23360 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11658810 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23361] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23361/stat : 23361 (java) S 23347 23349 22805 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 11658810 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23362] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23362/stat : 23362 (java) S 23347 23349 22805 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11659024 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1787.06
Current children cumulated vsize (KiB) 1542952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.3 s]
/proc/loadavg: 1.12 1.05 0.93 2/119 23419
/proc/meminfo: memFree=1201460/2059040 swapFree=4192956/4192956
[pid=23349] ppid=23347 vsize=1542952 CPUtime=1800.07
/proc/23349/stat : 23349 (java) S 23347 23349 22805 0 -1 4202496 68409 0 1 0 179939 68 0 0 18 0 13 0 11658800 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23349/statm: 385738 59957 1444 10 0 383040 0
[pid=23349/tid=23351] ppid=23347 vsize=1542952 CPUtime=1787.19
/proc/23349/task/23351/stat : 23351 (java) R 23347 23349 22805 0 -1 4202560 34893 0 1 0 178678 41 0 0 25 0 13 0 11658802 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4109573093 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23349/tid=23352] ppid=23347 vsize=1542952 CPUtime=2.43
/proc/23349/task/23352/stat : 23352 (java) S 23347 23349 22805 0 -1 4202560 9025 0 0 0 233 10 0 0 15 0 13 0 11658803 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23353] ppid=23347 vsize=1542952 CPUtime=2.42
/proc/23349/task/23353/stat : 23353 (java) S 23347 23349 22805 0 -1 4202560 9126 0 0 0 234 8 0 0 16 0 13 0 11658803 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23354] ppid=23347 vsize=1542952 CPUtime=4.56
/proc/23349/task/23354/stat : 23354 (java) S 23347 23349 22805 0 -1 4202560 3269 0 0 0 454 2 0 0 15 0 13 0 11658805 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23355] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23355/stat : 23355 (java) S 23347 23349 22805 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11658806 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23356] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23356/stat : 23356 (java) S 23347 23349 22805 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11658806 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23357] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23357/stat : 23357 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11658810 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23358] ppid=23347 vsize=1542952 CPUtime=0.53
/proc/23349/task/23358/stat : 23358 (java) S 23347 23349 22805 0 -1 4202560 624 0 0 0 53 0 0 0 15 0 13 0 11658810 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23359] ppid=23347 vsize=1542952 CPUtime=2.87
/proc/23349/task/23359/stat : 23359 (java) S 23347 23349 22805 0 -1 4202560 10301 0 0 0 284 3 0 0 15 0 13 0 11658810 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23360] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23360/stat : 23360 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11658810 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23361] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23361/stat : 23361 (java) S 23347 23349 22805 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 11658810 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23362] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23362/stat : 23362 (java) S 23347 23349 22805 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11659024 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1542952

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

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

[startup+1795.3 s]
/proc/loadavg: 1.12 1.05 0.93 2/119 23419
/proc/meminfo: memFree=1201460/2059040 swapFree=4192956/4192956
[pid=23349] ppid=23347 vsize=1542952 CPUtime=1800.07
/proc/23349/stat : 23349 (java) S 23347 23349 22805 0 -1 4202496 68409 0 1 0 179939 68 0 0 18 0 13 0 11658800 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23349/statm: 385738 59957 1444 10 0 383040 0
[pid=23349/tid=23351] ppid=23347 vsize=1542952 CPUtime=1787.19
/proc/23349/task/23351/stat : 23351 (java) R 23347 23349 22805 0 -1 4202560 34893 0 1 0 178678 41 0 0 25 0 13 0 11658802 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4109573093 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23349/tid=23352] ppid=23347 vsize=1542952 CPUtime=2.43
/proc/23349/task/23352/stat : 23352 (java) S 23347 23349 22805 0 -1 4202560 9025 0 0 0 233 10 0 0 15 0 13 0 11658803 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23353] ppid=23347 vsize=1542952 CPUtime=2.42
/proc/23349/task/23353/stat : 23353 (java) S 23347 23349 22805 0 -1 4202560 9126 0 0 0 234 8 0 0 16 0 13 0 11658803 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23354] ppid=23347 vsize=1542952 CPUtime=4.56
/proc/23349/task/23354/stat : 23354 (java) S 23347 23349 22805 0 -1 4202560 3269 0 0 0 454 2 0 0 15 0 13 0 11658805 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 0 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23355] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23355/stat : 23355 (java) S 23347 23349 22805 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11658806 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23356] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23356/stat : 23356 (java) S 23347 23349 22805 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11658806 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23357] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23357/stat : 23357 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11658810 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23358] ppid=23347 vsize=1542952 CPUtime=0.53
/proc/23349/task/23358/stat : 23358 (java) S 23347 23349 22805 0 -1 4202560 624 0 0 0 53 0 0 0 15 0 13 0 11658810 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23359] ppid=23347 vsize=1542952 CPUtime=2.87
/proc/23349/task/23359/stat : 23359 (java) S 23347 23349 22805 0 -1 4202560 10301 0 0 0 284 3 0 0 15 0 13 0 11658810 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23360] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23360/stat : 23360 (java) S 23347 23349 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11658810 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 0 0 0 0
[pid=23349/tid=23361] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23361/stat : 23361 (java) S 23347 23349 22805 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 11658810 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
[pid=23349/tid=23362] ppid=23347 vsize=1542952 CPUtime=0
/proc/23349/task/23362/stat : 23362 (java) S 23347 23349 22805 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11659024 1579982848 59957 1992294400 134512640 134550932 4289875840 18446744073709551615 4294960144 0 4 0 16800975 18446604437836273536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1542952

Child status: 143
Real time (s): 1795.41
CPU time (s): 1800.23
CPU user time (s): 1799.52
CPU system time (s): 0.711891
CPU usage (%): 100.269
Max. virtual memory (cumulated for all children) (KiB): 1545424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 0.711891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68434
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= 38808
involuntary context switches= 28154

runsolver used 3.69244 second user time and 9.47656 second system time

The end

Launcher Data

Begin job on node034 at 2010-07-06 18:41:16
IDJOB=2684811
IDBENCH=73597
IDSOLVER=1164
FILE ID=node034/2684811-1278434475
PBS_JOBID= 11233445
Free space on /tmp= 62396 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j1208_10-unsat.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2684811-1278434475/watcher-2684811-1278434475 -o /tmp/evaluation-result-2684811-1278434475/solver-2684811-1278434475 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2684811-1278434475.opb

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

MD5SUM BENCH= cde880e36ac940ebc706231d93099786
RANDOM SEED=1069906423

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
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:       1439296 kB
Buffers:         98412 kB
Cached:         383740 kB
SwapCached:          0 kB
Active:         179288 kB
Inactive:       362436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1439296 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2280 kB
Writeback:           0 kB
AnonPages:       59568 kB
Mapped:          14512 kB
Slab:            56012 kB
PageTables:       4244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182828 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= 62396 MiB
End job on node034 at 2010-07-06 19:11:13