Trace number 2684911

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.54 916.744

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/
j120/normalized-j12047_10-unsat.opb
MD5SUM185b639ab7915adc40998376a286d172
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 benchmark231.617
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables30492
Total number of constraints105829
Number of constraints which are clauses105329
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 421
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
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@1f436f5
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 Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
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.PBMaxClauseCardConstrDataStructure@18385e3
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 phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No 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	
0.23/0.21	c solving HOME/instance-2684911-1278436354.opb
0.23/0.21	c reading problem ... 
4.60/3.25	c ... done. Wall clock time 3.036s.
4.60/3.25	c #vars     30492
4.60/3.25	c #constraints  91905
4.60/3.25	c constraints type 
4.60/3.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10815
4.60/3.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 74735
4.60/3.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 500
4.60/3.25	c constraints type 
4.60/3.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 74735
4.60/3.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10815
4.60/3.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 500
20.62/11.39	c cleaning 2499 clauses out of 4997 with flag 5002/5002
38.65/20.50	c cleaning 4245 clauses out of 8495 with flag 11001/11001
59.04/30.91	c cleaning 5624 clauses out of 11251 with flag 18002/18002
84.14/43.72	c cleaning 6802 clauses out of 13625 with flag 26000/26000
111.91/57.98	c cleaning 7907 clauses out of 15822 with flag 35000/35000
142.93/73.80	c cleaning 8958 clauses out of 17915 with flag 45000/45000
177.47/91.38	c cleaning 9963 clauses out of 19956 with flag 56000/56000
217.52/111.71	c cleaning 10986 clauses out of 21993 with flag 68000/68000
261.86/134.31	c cleaning 11989 clauses out of 24006 with flag 81000/81000
306.82/157.22	c cleaning 12990 clauses out of 26017 with flag 95000/95000
328.98/168.67	c cleaning 0 clauses out of 5001 with flag 0/5001
357.75/183.37	c cleaning 13997 clauses out of 28027 with flag 110000/110000
415.82/212.93	c cleaning 15002 clauses out of 30031 with flag 126001/126001
476.00/243.56	c cleaning 16006 clauses out of 32027 with flag 143000/143000
546.66/279.50	c cleaning 17002 clauses out of 34022 with flag 161001/161001
619.48/316.47	c cleaning 17992 clauses out of 36019 with flag 180000/180000
697.10/355.95	c cleaning 18991 clauses out of 38028 with flag 200001/200001
781.58/398.84	c cleaning 20014 clauses out of 40037 with flag 221001/221001
870.60/444.07	c cleaning 20999 clauses out of 42023 with flag 243001/243001
974.94/497.18	c cleaning 22005 clauses out of 44023 with flag 266000/266000
1080.11/550.72	c cleaning 23006 clauses out of 46018 with flag 290000/290000
1184.38/603.92	c cleaning 23987 clauses out of 48012 with flag 315000/315000
1302.60/663.96	c cleaning 25006 clauses out of 50026 with flag 341001/341001
1420.03/723.56	c cleaning 26004 clauses out of 52019 with flag 368001/368001
1543.78/786.49	c cleaning 27001 clauses out of 54015 with flag 396001/396001
1686.73/858.90	c cleaning 28004 clauses out of 56013 with flag 425000/425000
1800.11/916.52	c starts		: 149
1800.11/916.52	c conflicts		: 451800
1800.11/916.52	c decisions		: 569647
1800.11/916.52	c propagations		: 392924200
1800.11/916.52	c inspects		: 1676662781
1800.11/916.52	c learnt literals	: 12
1800.11/916.52	c learnt binary clauses	: 55
1800.11/916.52	c learnt ternary clauses	: 470
1800.11/916.52	c learnt clauses	: 451788
1800.11/916.52	c ignored clauses	: 0
1800.11/916.52	c root simplifications	: 0
1800.11/916.52	c removed literals (reason simplification)	: 14885249
1800.11/916.52	c reason swapping (by a shorter reason)	: 0
1800.11/916.52	c Calls to reduceDB	: 25
1800.11/916.52	c number of reductions to clauses (during analyze)	: 0
1800.11/916.52	c number of learned constraints concerned by reduction	: 0
1800.11/916.52	c number of learning phase by resolution	: 0
1800.11/916.52	c number of learning phase by cutting planes	: 0
1800.11/916.52	c speed (assignments/second)	: 430240.0368785504
1800.11/916.52	c non guided choices	109
1800.32/916.69	c learnt constraints type 
1800.32/916.69	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 54821
1800.32/916.69	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 55
1800.32/916.69	c constraints type 
1800.32/916.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10815
1800.32/916.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 74735
1800.32/916.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 500
1800.32/916.69	c constraints type 
1800.32/916.69	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 74735
1800.32/916.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10815
1800.32/916.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 500
1800.32/916.69	s UNKNOWN
1800.32/916.69	c Total wall clock time (in seconds): 916.477

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-2684911-1278436354/watcher-2684911-1278436354 -o /tmp/evaluation-result-2684911-1278436354/solver-2684911-1278436354 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2684911-1278436354.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.04 1.00 3/105 21459
/proc/meminfo: memFree=1807012/2059040 swapFree=4192956/4192956
[pid=21459] ppid=21457 vsize=248 CPUtime=0
/proc/21459/stat : 21459 (java) R 21457 21459 20780 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 11843898 253952 28 1992294400 134512640 134550932 4288842272 18446744073709551615 4993620 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21459/statm: 62 28 21 10 0 23 0

[startup+0.06924 s]
/proc/loadavg: 1.00 1.04 1.00 3/105 21459
/proc/meminfo: memFree=1807012/2059040 swapFree=4192956/4192956
[pid=21459] ppid=21457 vsize=1521796 CPUtime=0.05
/proc/21459/stat : 21459 (java) S 21457 21459 20780 0 -1 4202496 3704 0 1 0 3 2 0 0 18 0 7 0 11843898 1558319104 3144 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/21459/statm: 380449 3144 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.101237 s]
/proc/loadavg: 1.00 1.04 1.00 3/105 21459
/proc/meminfo: memFree=1807012/2059040 swapFree=4192956/4192956
[pid=21459] ppid=21457 vsize=1524180 CPUtime=0.09
/proc/21459/stat : 21459 (java) S 21457 21459 20780 0 -1 4202496 3967 0 1 0 6 3 0 0 18 0 12 0 11843898 1560760320 3405 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21459/statm: 381045 3407 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.301261 s]
/proc/loadavg: 1.00 1.04 1.00 3/105 21459
/proc/meminfo: memFree=1807012/2059040 swapFree=4192956/4192956
[pid=21459] ppid=21457 vsize=1525780 CPUtime=0.36
/proc/21459/stat : 21459 (java) S 21457 21459 20780 0 -1 4202496 5713 0 1 0 32 4 0 0 18 0 12 0 11843898 1562398720 5149 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21459/statm: 381445 5149 1361 10 0 378748 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525780

[startup+0.701305 s]
/proc/loadavg: 1.00 1.04 1.00 3/105 21459
/proc/meminfo: memFree=1807012/2059040 swapFree=4192956/4192956
[pid=21459] ppid=21457 vsize=1527996 CPUtime=1.03
/proc/21459/stat : 21459 (java) S 21457 21459 20780 0 -1 4202496 7909 0 1 0 98 5 0 0 18 0 12 0 11843898 1564667904 7245 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21459/statm: 381999 7245 1403 10 0 379302 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1527996

[startup+1.50239 s]
/proc/loadavg: 1.00 1.04 1.00 4/117 21471
/proc/meminfo: memFree=1762896/2059040 swapFree=4192956/4192956
[pid=21459] ppid=21457 vsize=1536876 CPUtime=2.38
/proc/21459/stat : 21459 (java) S 21457 21459 20780 0 -1 4202496 22457 0 1 0 225 13 0 0 18 0 12 0 11843898 1573761024 19914 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21459/statm: 384219 19917 1414 10 0 381522 0
[pid=21459/tid=21461] ppid=21457 vsize=1536876 CPUtime=1.07
/proc/21459/task/21461/stat : 21461 (java) R 21457 21459 20780 0 -1 4202560 16074 0 1 0 99 8 0 0 18 0 12 0 11843900 1573761024 19918 1992294400 134512640 134550932 4288842272 18446744073709551615 4109553561 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21459/tid=21462] ppid=21457 vsize=1536876 CPUtime=0
/proc/21459/task/21462/stat : 21462 (java) S 21457 21459 20780 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 11843901 1573761024 19920 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
[pid=21459/tid=21463] ppid=21457 vsize=1536876 CPUtime=0
/proc/21459/task/21463/stat : 21463 (java) S 21457 21459 20780 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 11843901 1573761024 19921 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
[pid=21459/tid=21464] ppid=21457 vsize=1536876 CPUtime=0
/proc/21459/task/21464/stat : 21464 (java) S 21457 21459 20780 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 11843903 1573761024 19923 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 0 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
[pid=21459/tid=21465] ppid=21457 vsize=1536876 CPUtime=0
/proc/21459/task/21465/stat : 21465 (java) S 21457 21459 20780 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 12 0 11843903 1573761024 19923 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21466] ppid=21457 vsize=1536876 CPUtime=0
/proc/21459/task/21466/stat : 21466 (java) S 21457 21459 20780 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 11843903 1573761024 19924 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21467] ppid=21457 vsize=1536876 CPUtime=0
/proc/21459/task/21467/stat : 21467 (java) S 21457 21459 20780 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 11843908 1573761024 19926 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21468] ppid=21457 vsize=1536876 CPUtime=0.53
/proc/21459/task/21468/stat : 21468 (java) S 21457 21459 20780 0 -1 4202560 1075 0 0 0 52 1 0 0 15 0 12 0 11843908 1573761024 19927 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
[pid=21459/tid=21469] ppid=21457 vsize=1536876 CPUtime=0.74
/proc/21459/task/21469/stat : 21469 (java) S 21457 21459 20780 0 -1 4202560 4245 0 0 0 72 2 0 0 16 0 12 0 11843908 1573761024 19928 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21470] ppid=21457 vsize=1536876 CPUtime=0
/proc/21459/task/21470/stat : 21470 (java) S 21457 21459 20780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11843908 1573761024 19930 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21471] ppid=21457 vsize=1536876 CPUtime=0
/proc/21459/task/21471/stat : 21471 (java) S 21457 21459 20780 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11843908 1573761024 19931 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 1536876

[startup+3.10155 s]
/proc/loadavg: 1.00 1.04 1.00 3/117 21471
/proc/meminfo: memFree=1659232/2059040 swapFree=4192956/4192956
[pid=21459] ppid=21457 vsize=1541412 CPUtime=4.41
/proc/21459/stat : 21459 (java) S 21457 21459 20780 0 -1 4202496 42307 0 1 0 418 23 0 0 18 0 12 0 11843898 1578405888 39444 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21459/statm: 385353 39444 1426 10 0 382656 0
[pid=21459/tid=21461] ppid=21457 vsize=1541412 CPUtime=2.32
/proc/21459/task/21461/stat : 21461 (java) R 21457 21459 20780 0 -1 4202560 32032 0 1 0 216 16 0 0 19 0 12 0 11843900 1578405888 39444 1992294400 134512640 134550932 4288842272 18446744073709551615 4109661433 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21459/tid=21462] ppid=21457 vsize=1541412 CPUtime=0.05
/proc/21459/task/21462/stat : 21462 (java) S 21457 21459 20780 0 -1 4202560 1402 0 0 0 4 1 0 0 18 0 12 0 11843901 1578405888 39444 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
[pid=21459/tid=21463] ppid=21457 vsize=1541412 CPUtime=0.06
/proc/21459/task/21463/stat : 21463 (java) S 21457 21459 20780 0 -1 4202560 1381 0 0 0 6 0 0 0 18 0 12 0 11843901 1578405888 39444 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21464] ppid=21457 vsize=1541412 CPUtime=0
/proc/21459/task/21464/stat : 21464 (java) S 21457 21459 20780 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 12 0 11843903 1578405888 39444 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 0 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
[pid=21459/tid=21465] ppid=21457 vsize=1541412 CPUtime=0
/proc/21459/task/21465/stat : 21465 (java) S 21457 21459 20780 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 11843903 1578405888 39444 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21466] ppid=21457 vsize=1541412 CPUtime=0
/proc/21459/task/21466/stat : 21466 (java) S 21457 21459 20780 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 11843903 1578405888 39444 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21467] ppid=21457 vsize=1541412 CPUtime=0
/proc/21459/task/21467/stat : 21467 (java) S 21457 21459 20780 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 11843908 1578405888 39444 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21468] ppid=21457 vsize=1541412 CPUtime=0.82
/proc/21459/task/21468/stat : 21468 (java) S 21457 21459 20780 0 -1 4202560 1510 0 0 0 81 1 0 0 15 0 12 0 11843908 1578405888 39444 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
[pid=21459/tid=21469] ppid=21457 vsize=1541412 CPUtime=1.09
/proc/21459/task/21469/stat : 21469 (java) R 21457 21459 20780 0 -1 4202560 4909 0 0 0 107 2 0 0 16 0 12 0 11843908 1578405888 39444 1992294400 134512640 134550932 4288842272 18446744073709551615 106251671 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21459/tid=21470] ppid=21457 vsize=1541412 CPUtime=0
/proc/21459/task/21470/stat : 21470 (java) S 21457 21459 20780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11843908 1578405888 39444 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21471] ppid=21457 vsize=1541412 CPUtime=0
/proc/21459/task/21471/stat : 21471 (java) S 21457 21459 20780 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11843908 1578405888 39444 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 1541412

[startup+6.30188 s]
/proc/loadavg: 1.16 1.07 1.01 4/121 21475
/proc/meminfo: memFree=1626156/2059040 swapFree=4192956/4192956
[pid=21459] ppid=21457 vsize=1543004 CPUtime=10.75
/proc/21459/stat : 21459 (java) S 21457 21459 20780 0 -1 4202496 54588 0 1 0 1046 29 0 0 18 0 16 0 11843898 1580036096 48267 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21459/statm: 385751 48267 1441 10 0 383054 0
[pid=21459/tid=21461] ppid=21457 vsize=1543004 CPUtime=2.45
/proc/21459/task/21461/stat : 21461 (java) S 21457 21459 20780 0 -1 4202560 32059 0 1 0 229 16 0 0 18 0 16 0 11843900 1580036096 48267 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21462] ppid=21457 vsize=1543004 CPUtime=0.32
/proc/21459/task/21462/stat : 21462 (java) R 21457 21459 20780 0 -1 4202560 5480 0 0 0 29 3 0 0 16 0 16 0 11843901 1580036096 48267 1992294400 134512640 134550932 4288842272 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21459/tid=21463] ppid=21457 vsize=1543004 CPUtime=0.32
/proc/21459/task/21463/stat : 21463 (java) R 21457 21459 20780 0 -1 4202560 5514 0 0 0 31 1 0 0 16 0 16 0 11843901 1580036096 48267 1992294400 134512640 134550932 4288842272 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21459/tid=21464] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21464/stat : 21464 (java) S 21457 21459 20780 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 11843903 1580036096 48267 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 0 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
[pid=21459/tid=21465] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21465/stat : 21465 (java) S 21457 21459 20780 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 11843903 1580036096 48267 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21466] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21466/stat : 21466 (java) S 21457 21459 20780 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11843903 1580036096 48267 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21467] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21467/stat : 21467 (java) S 21457 21459 20780 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 11843908 1580036096 48267 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21468] ppid=21457 vsize=1543004 CPUtime=2.25
/proc/21459/task/21468/stat : 21468 (java) S 21457 21459 20780 0 -1 4202560 2551 0 0 0 224 1 0 0 16 0 16 0 11843908 1580036096 48267 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
[pid=21459/tid=21469] ppid=21457 vsize=1543004 CPUtime=2.17
/proc/21459/task/21469/stat : 21469 (java) S 21457 21459 20780 0 -1 4202560 7852 0 0 0 214 3 0 0 15 0 16 0 11843908 1580036096 48267 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21470] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21470/stat : 21470 (java) S 21457 21459 20780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 11843908 1580036096 48267 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21471] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21471/stat : 21471 (java) S 21457 21459 20780 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 11843908 1580036096 48267 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21472] ppid=21457 vsize=1543004 CPUtime=1.94
/proc/21459/task/21472/stat : 21472 (java) S 21457 21459 20780 0 -1 4202560 18 0 0 0 194 0 0 0 19 0 16 0 11844224 1580036096 48267 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21473] ppid=21457 vsize=1543004 CPUtime=1.21
/proc/21459/task/21473/stat : 21473 (java) R 21457 21459 20780 0 -1 4202560 29 0 0 0 121 0 0 0 22 0 16 0 11844224 1580036096 48267 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 5
[pid=21459/tid=21474] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21474/stat : 21474 (java) S 21457 21459 20780 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 11844246 1580036096 48267 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21475] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21475/stat : 21475 (java) S 21457 21459 20780 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 11844257 1580036096 48267 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.75
Current children cumulated vsize (KiB) 1543004

[startup+12.7015 s]
/proc/loadavg: 1.23 1.08 1.01 4/121 21475
/proc/meminfo: memFree=1592180/2059040 swapFree=4192956/4192956
[pid=21459] ppid=21457 vsize=1543004 CPUtime=23.19
/proc/21459/stat : 21459 (java) S 21457 21459 20780 0 -1 4202496 62300 0 1 0 2286 33 0 0 18 0 16 0 11843898 1580036096 54940 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21459/statm: 385751 54940 1450 10 0 383054 0
[pid=21459/tid=21461] ppid=21457 vsize=1543004 CPUtime=2.45
/proc/21459/task/21461/stat : 21461 (java) S 21457 21459 20780 0 -1 4202560 32059 0 1 0 229 16 0 0 15 0 16 0 11843900 1580036096 54940 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
[pid=21459/tid=21462] ppid=21457 vsize=1543004 CPUtime=0.73
/proc/21459/task/21462/stat : 21462 (java) S 21457 21459 20780 0 -1 4202560 8993 0 0 0 68 5 0 0 16 0 16 0 11843901 1580036096 54940 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
[pid=21459/tid=21463] ppid=21457 vsize=1543004 CPUtime=0.72
/proc/21459/task/21463/stat : 21463 (java) S 21457 21459 20780 0 -1 4202560 9546 0 0 0 68 4 0 0 16 0 16 0 11843901 1580036096 54940 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21464] ppid=21457 vsize=1543004 CPUtime=0.2
/proc/21459/task/21464/stat : 21464 (java) S 21457 21459 20780 0 -1 4202560 134 0 0 0 20 0 0 0 15 0 16 0 11843903 1580036096 54940 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 0 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21465] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21465/stat : 21465 (java) S 21457 21459 20780 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 11843903 1580036096 54940 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21466] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21466/stat : 21466 (java) S 21457 21459 20780 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11843903 1580036096 54940 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21467] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21467/stat : 21467 (java) S 21457 21459 20780 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 11843908 1580036096 54940 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21468] ppid=21457 vsize=1543004 CPUtime=2.6
/proc/21459/task/21468/stat : 21468 (java) S 21457 21459 20780 0 -1 4202560 2571 0 0 0 259 1 0 0 15 0 16 0 11843908 1580036096 54940 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
[pid=21459/tid=21469] ppid=21457 vsize=1543004 CPUtime=2.38
/proc/21459/task/21469/stat : 21469 (java) S 21457 21459 20780 0 -1 4202560 7859 0 0 0 235 3 0 0 15 0 16 0 11843908 1580036096 54940 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21470] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21470/stat : 21470 (java) S 21457 21459 20780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 11843908 1580036096 54940 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21471] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21471/stat : 21471 (java) S 21457 21459 20780 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 11843908 1580036096 54940 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
[pid=21459/tid=21472] ppid=21457 vsize=1543004 CPUtime=7.5
/proc/21459/task/21472/stat : 21472 (java) R 21457 21459 20780 0 -1 4202560 26 0 0 0 750 0 0 0 25 0 16 0 11844224 1580036096 54940 1992294400 134512640 134550932 4288842272 18446744073709551615 4109730308 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21459/tid=21473] ppid=21457 vsize=1543004 CPUtime=6.52
/proc/21459/task/21473/stat : 21473 (java) R 21457 21459 20780 0 -1 4202560 38 0 0 0 652 0 0 0 22 0 16 0 11844224 1580036096 54940 1992294400 134512640 134550932 4288842272 18446744073709551615 4109911859 0 4 0 16800975 0 0 0 -1 1 0 0 5
[pid=21459/tid=21474] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21474/stat : 21474 (java) S 21457 21459 20780 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 11844246 1580036096 54940 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21475] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21475/stat : 21475 (java) S 21457 21459 20780 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 11844257 1580036096 54940 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.19
Current children cumulated vsize (KiB) 1543004

[startup+25.5028 s]
/proc/loadavg: 1.40 1.13 1.03 3/121 21475
/proc/meminfo: memFree=1579532/2059040 swapFree=4192956/4192956
[pid=21459] ppid=21457 vsize=1543004 CPUtime=48.33
/proc/21459/stat : 21459 (java) S 21457 21459 20780 0 -1 4202496 65645 0 1 0 4798 35 0 0 18 0 16 0 11843898 1580036096 58038 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/21459/task/21474/stat : 21474 (java) S 21457 21459 20780 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 11844246 1580036096 94720 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21475] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21475/stat : 21475 (java) S 21457 21459 20780 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 11844257 1580036096 94720 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1496.01
Current children cumulated vsize (KiB) 1543004

[startup+822.303 s]
/proc/loadavg: 2.04 2.11 1.68 3/121 21500
/proc/meminfo: memFree=1395188/2059040 swapFree=4192956/4192956
[pid=21459] ppid=21457 vsize=1543004 CPUtime=1614.16
/proc/21459/stat : 21459 (java) S 21457 21459 20780 0 -1 4202496 116908 0 1 0 161326 90 0 0 18 0 16 0 11843898 1580036096 94720 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21459/statm: 385751 94720 1450 10 0 383054 0
[pid=21459/tid=21461] ppid=21457 vsize=1543004 CPUtime=2.45
/proc/21459/task/21461/stat : 21461 (java) S 21457 21459 20780 0 -1 4202560 32085 0 1 0 229 16 0 0 15 0 16 0 11843900 1580036096 94720 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
[pid=21459/tid=21462] ppid=21457 vsize=1543004 CPUtime=14.59
/proc/21459/task/21462/stat : 21462 (java) S 21457 21459 20780 0 -1 4202560 28992 0 0 0 1439 20 0 0 16 0 16 0 11843901 1580036096 94720 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21463] ppid=21457 vsize=1543004 CPUtime=14.58
/proc/21459/task/21463/stat : 21463 (java) S 21457 21459 20780 0 -1 4202560 29774 0 0 0 1442 16 0 0 16 0 16 0 11843901 1580036096 94720 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
[pid=21459/tid=21464] ppid=21457 vsize=1543004 CPUtime=13.69
/proc/21459/task/21464/stat : 21464 (java) S 21457 21459 20780 0 -1 4202560 13832 0 0 0 1357 12 0 0 15 0 16 0 11843903 1580036096 94720 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 0 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21465] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21465/stat : 21465 (java) S 21457 21459 20780 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 11843903 1580036096 94720 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21466] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21466/stat : 21466 (java) S 21457 21459 20780 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11843903 1580036096 94720 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21467] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21467/stat : 21467 (java) S 21457 21459 20780 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 11843908 1580036096 94720 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21468] ppid=21457 vsize=1543004 CPUtime=2.92
/proc/21459/task/21468/stat : 21468 (java) S 21457 21459 20780 0 -1 4202560 2592 0 0 0 291 1 0 0 15 0 16 0 11843908 1580036096 94720 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21469] ppid=21457 vsize=1543004 CPUtime=2.72
/proc/21459/task/21469/stat : 21469 (java) S 21457 21459 20780 0 -1 4202560 7859 0 0 0 269 3 0 0 16 0 16 0 11843908 1580036096 94720 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21470] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21470/stat : 21470 (java) S 21457 21459 20780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 11843908 1580036096 94720 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21471] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21471/stat : 21471 (java) S 21457 21459 20780 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 11843908 1580036096 94720 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21472] ppid=21457 vsize=1543004 CPUtime=778.85
/proc/21459/task/21472/stat : 21472 (java) R 21457 21459 20780 0 -1 4202560 326 0 0 0 77873 12 0 0 25 0 16 0 11844224 1580036096 94720 1992294400 134512640 134550932 4288842272 18446744073709551615 4110051742 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21459/tid=21473] ppid=21457 vsize=1543004 CPUtime=784.24
/proc/21459/task/21473/stat : 21473 (java) R 21457 21459 20780 0 -1 4202560 326 0 0 0 78421 3 0 0 25 0 16 0 11844224 1580036096 94720 1992294400 134512640 134550932 4288842272 18446744073709551615 4109958805 0 4 0 16800975 0 0 0 -1 0 0 0 5
[pid=21459/tid=21474] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21474/stat : 21474 (java) S 21457 21459 20780 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 11844246 1580036096 94720 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21475] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21475/stat : 21475 (java) S 21457 21459 20780 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 11844257 1580036096 94720 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1614.16
Current children cumulated vsize (KiB) 1543004

[startup+882.31 s]
/proc/loadavg: 2.10 2.11 1.70 3/121 21502
/proc/meminfo: memFree=1388368/2059040 swapFree=4192956/4192956
[pid=21459] ppid=21457 vsize=1543004 CPUtime=1732.31
/proc/21459/stat : 21459 (java) S 21457 21459 20780 0 -1 4202496 119584 0 1 0 173137 94 0 0 18 0 16 0 11843898 1580036096 96684 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21459/statm: 385751 96684 1450 10 0 383054 0
[pid=21459/tid=21461] ppid=21457 vsize=1543004 CPUtime=2.45
/proc/21459/task/21461/stat : 21461 (java) S 21457 21459 20780 0 -1 4202560 32087 0 1 0 229 16 0 0 15 0 16 0 11843900 1580036096 96684 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
[pid=21459/tid=21462] ppid=21457 vsize=1543004 CPUtime=15.64
/proc/21459/task/21462/stat : 21462 (java) S 21457 21459 20780 0 -1 4202560 29880 0 0 0 1543 21 0 0 16 0 16 0 11843901 1580036096 96684 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
[pid=21459/tid=21463] ppid=21457 vsize=1543004 CPUtime=15.63
/proc/21459/task/21463/stat : 21463 (java) S 21457 21459 20780 0 -1 4202560 30672 0 0 0 1546 17 0 0 16 0 16 0 11843901 1580036096 96684 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21464] ppid=21457 vsize=1543004 CPUtime=14.53
/proc/21459/task/21464/stat : 21464 (java) S 21457 21459 20780 0 -1 4202560 14685 0 0 0 1440 13 0 0 15 0 16 0 11843903 1580036096 96684 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 0 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21465] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21465/stat : 21465 (java) S 21457 21459 20780 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 11843903 1580036096 96684 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21466] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21466/stat : 21466 (java) S 21457 21459 20780 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11843903 1580036096 96684 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21467] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21467/stat : 21467 (java) S 21457 21459 20780 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 11843908 1580036096 96684 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21468] ppid=21457 vsize=1543004 CPUtime=2.92
/proc/21459/task/21468/stat : 21468 (java) S 21457 21459 20780 0 -1 4202560 2592 0 0 0 291 1 0 0 15 0 16 0 11843908 1580036096 96684 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21469] ppid=21457 vsize=1543004 CPUtime=2.72
/proc/21459/task/21469/stat : 21469 (java) S 21457 21459 20780 0 -1 4202560 7859 0 0 0 269 3 0 0 16 0 16 0 11843908 1580036096 96684 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21470] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21470/stat : 21470 (java) S 21457 21459 20780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 11843908 1580036096 96684 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21471] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21471/stat : 21471 (java) S 21457 21459 20780 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 11843908 1580036096 96684 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21472] ppid=21457 vsize=1543004 CPUtime=835.99
/proc/21459/task/21472/stat : 21472 (java) R 21457 21459 20780 0 -1 4202560 343 0 0 0 83586 13 0 0 25 0 16 0 11844224 1580036096 96684 1992294400 134512640 134550932 4288842272 18446744073709551615 4110050293 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21459/tid=21473] ppid=21457 vsize=1543004 CPUtime=842.32
/proc/21459/task/21473/stat : 21473 (java) R 21457 21459 20780 0 -1 4202560 340 0 0 0 84229 3 0 0 25 0 16 0 11844224 1580036096 96684 1992294400 134512640 134550932 4288842272 18446744073709551615 4110046248 0 4 0 16800975 0 0 0 -1 0 0 0 5
[pid=21459/tid=21474] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21474/stat : 21474 (java) S 21457 21459 20780 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 11844246 1580036096 96684 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21475] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21475/stat : 21475 (java) S 21457 21459 20780 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 11844257 1580036096 96684 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1732.31
Current children cumulated vsize (KiB) 1543004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.502 s]
/proc/loadavg: 2.05 2.09 1.71 3/121 21502
/proc/meminfo: memFree=1382292/2059040 swapFree=4192956/4192956
[pid=21459] ppid=21457 vsize=1543004 CPUtime=1800.11
/proc/21459/stat : 21459 (java) S 21457 21459 20780 0 -1 4202496 121184 0 1 0 179915 96 0 0 18 0 16 0 11843898 1580036096 98218 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21459/statm: 385751 98218 1450 10 0 383054 0
[pid=21459/tid=21461] ppid=21457 vsize=1543004 CPUtime=2.45
/proc/21459/task/21461/stat : 21461 (java) S 21457 21459 20780 0 -1 4202560 32087 0 1 0 229 16 0 0 15 0 16 0 11843900 1580036096 98218 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
[pid=21459/tid=21462] ppid=21457 vsize=1543004 CPUtime=16.21
/proc/21459/task/21462/stat : 21462 (java) S 21457 21459 20780 0 -1 4202560 30661 0 0 0 1599 22 0 0 16 0 16 0 11843901 1580036096 98218 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
[pid=21459/tid=21463] ppid=21457 vsize=1543004 CPUtime=16.21
/proc/21459/task/21463/stat : 21463 (java) S 21457 21459 20780 0 -1 4202560 31469 0 0 0 1603 18 0 0 16 0 16 0 11843901 1580036096 98218 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21464] ppid=21457 vsize=1543004 CPUtime=14.54
/proc/21459/task/21464/stat : 21464 (java) S 21457 21459 20780 0 -1 4202560 14687 0 0 0 1440 14 0 0 15 0 16 0 11843903 1580036096 98218 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 0 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
[pid=21459/tid=21465] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21465/stat : 21465 (java) S 21457 21459 20780 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 11843903 1580036096 98218 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21466] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21466/stat : 21466 (java) S 21457 21459 20780 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11843903 1580036096 98218 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21467] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21467/stat : 21467 (java) S 21457 21459 20780 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 11843908 1580036096 98218 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21468] ppid=21457 vsize=1543004 CPUtime=2.92
/proc/21459/task/21468/stat : 21468 (java) S 21457 21459 20780 0 -1 4202560 2592 0 0 0 291 1 0 0 15 0 16 0 11843908 1580036096 98218 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21469] ppid=21457 vsize=1543004 CPUtime=2.72
/proc/21459/task/21469/stat : 21469 (java) S 21457 21459 20780 0 -1 4202560 7859 0 0 0 269 3 0 0 16 0 16 0 11843908 1580036096 98218 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21470] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21470/stat : 21470 (java) S 21457 21459 20780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 11843908 1580036096 98218 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21471] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21471/stat : 21471 (java) S 21457 21459 20780 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 11843908 1580036096 98218 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21472] ppid=21457 vsize=1543004 CPUtime=869.03
/proc/21459/task/21472/stat : 21472 (java) R 21457 21459 20780 0 -1 4202560 352 0 0 0 86890 13 0 0 25 0 16 0 11844224 1580036096 98218 1992294400 134512640 134550932 4288842272 18446744073709551615 4109857983 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21459/tid=21473] ppid=21457 vsize=1543004 CPUtime=875.92
/proc/21459/task/21473/stat : 21473 (java) R 21457 21459 20780 0 -1 4202560 349 0 0 0 87588 4 0 0 25 0 16 0 11844224 1580036096 98218 1992294400 134512640 134550932 4288842272 18446744073709551615 4109665744 0 4 0 16800975 0 0 0 -1 0 0 0 5
[pid=21459/tid=21474] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21474/stat : 21474 (java) S 21457 21459 20780 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 11844246 1580036096 98218 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21475] ppid=21457 vsize=1543004 CPUtime=0
/proc/21459/task/21475/stat : 21475 (java) S 21457 21459 20780 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 11844257 1580036096 98218 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1543004

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

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

[startup+916.702 s]
/proc/loadavg: 2.05 2.09 1.71 3/121 21502
/proc/meminfo: memFree=1382292/2059040 swapFree=4192956/4192956
[pid=21459] ppid=21457 vsize=1543652 CPUtime=1800.49
/proc/21459/stat : 21459 (java) S 21457 21459 20780 0 -1 4202496 121273 0 1 0 179953 96 0 0 18 0 17 0 11843898 1580699648 98305 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21459/statm: 385913 98305 1451 10 0 383216 0
[pid=21459/tid=21461] ppid=21457 vsize=1543652 CPUtime=2.45
/proc/21459/task/21461/stat : 21461 (java) S 21457 21459 20780 0 -1 4202560 32087 0 1 0 229 16 0 0 15 0 17 0 11843900 1580699648 98305 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
[pid=21459/tid=21462] ppid=21457 vsize=1543652 CPUtime=16.25
/proc/21459/task/21462/stat : 21462 (java) S 21457 21459 20780 0 -1 4202560 30703 0 0 0 1603 22 0 0 16 0 17 0 11843901 1580699648 98305 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
[pid=21459/tid=21463] ppid=21457 vsize=1543652 CPUtime=16.24
/proc/21459/task/21463/stat : 21463 (java) S 21457 21459 20780 0 -1 4202560 31495 0 0 0 1606 18 0 0 15 0 17 0 11843901 1580699648 98305 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21464] ppid=21457 vsize=1543652 CPUtime=14.54
/proc/21459/task/21464/stat : 21464 (java) S 21457 21459 20780 0 -1 4202560 14687 0 0 0 1440 14 0 0 15 0 17 0 11843903 1580699648 98305 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 0 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
[pid=21459/tid=21465] ppid=21457 vsize=1543652 CPUtime=0
/proc/21459/task/21465/stat : 21465 (java) S 21457 21459 20780 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 17 0 11843903 1580699648 98305 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21466] ppid=21457 vsize=1543652 CPUtime=0
/proc/21459/task/21466/stat : 21466 (java) S 21457 21459 20780 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 11843903 1580699648 98305 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21467] ppid=21457 vsize=1543652 CPUtime=0
/proc/21459/task/21467/stat : 21467 (java) S 21457 21459 20780 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 11843908 1580699648 98305 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21468] ppid=21457 vsize=1543652 CPUtime=2.95
/proc/21459/task/21468/stat : 21468 (java) S 21457 21459 20780 0 -1 4202560 2592 0 0 0 294 1 0 0 15 0 17 0 11843908 1580699648 98305 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21469] ppid=21457 vsize=1543652 CPUtime=2.72
/proc/21459/task/21469/stat : 21469 (java) S 21457 21459 20780 0 -1 4202560 7859 0 0 0 269 3 0 0 16 0 17 0 11843908 1580699648 98305 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21470] ppid=21457 vsize=1543652 CPUtime=0
/proc/21459/task/21470/stat : 21470 (java) S 21457 21459 20780 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 17 0 11843908 1580699648 98305 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21471] ppid=21457 vsize=1543652 CPUtime=0
/proc/21459/task/21471/stat : 21471 (java) S 21457 21459 20780 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 17 0 11843908 1580699648 98305 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21472] ppid=21457 vsize=1543652 CPUtime=869.18
/proc/21459/task/21472/stat : 21472 (java) R 21457 21459 20780 0 -1 4202560 352 0 0 0 86905 13 0 0 25 0 17 0 11844224 1580699648 98305 1992294400 134512640 134550932 4288842272 18446744073709551615 4109890831 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21459/tid=21473] ppid=21457 vsize=1543652 CPUtime=876.02
/proc/21459/task/21473/stat : 21473 (java) R 21457 21459 20780 0 -1 4202560 349 0 0 0 87598 4 0 0 25 0 17 0 11844224 1580699648 98305 1992294400 134512640 134550932 4288842272 18446744073709551615 4109911859 0 4 0 16800975 0 0 0 -1 0 0 0 5
[pid=21459/tid=21474] ppid=21457 vsize=1543652 CPUtime=0
/proc/21459/task/21474/stat : 21474 (java) S 21457 21459 20780 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 17 0 11844246 1580699648 98305 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 0 0 0 0
[pid=21459/tid=21475] ppid=21457 vsize=1543652 CPUtime=0
/proc/21459/task/21475/stat : 21475 (java) S 21457 21459 20780 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 17 0 11844257 1580699648 98305 1992294400 134512640 134550932 4288842272 18446744073709551615 4294960144 0 4 0 16800975 18446604436913605632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 1543652

Child status: 143
Real time (s): 916.744
CPU time (s): 1800.54
CPU user time (s): 1799.53
CPU system time (s): 1.00285
CPU usage (%): 196.406
Max. virtual memory (cumulated for all children) (KiB): 1545572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 1.00285
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121273
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= 27701
involuntary context switches= 50500

runsolver used 3.99739 second user time and 10.9313 second system time

The end

Launcher Data

Begin job on node084 at 2010-07-06 19:12:34
IDJOB=2684911
IDBENCH=73956
IDSOLVER=1166
FILE ID=node084/2684911-1278436354
PBS_JOBID= 11233441
Free space on /tmp= 62492 MiB

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

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

MD5SUM BENCH= 185b639ab7915adc40998376a286d172
RANDOM SEED=1785889120

node084.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.215
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.215
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	: 5999.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1807408 kB
Buffers:         16968 kB
Cached:          98892 kB
SwapCached:          0 kB
Active:          61304 kB
Inactive:       115040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1807408 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3384 kB
Writeback:           4 kB
AnonPages:       60512 kB
Mapped:          14664 kB
Slab:            53400 kB
PageTables:       4180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179740 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= 62492 MiB
End job on node084 at 2010-07-06 19:27:53