Trace number 2684785

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.55 924.156

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12016_4-sat.opb
MD5SUM142eb7aa6e3fc22a3161df6b33ced1a2
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48642
Total number of constraints155800
Number of constraints which are clauses155000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints800
Minimum length of a constraint1
Maximum length of a constraint120
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 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 684
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.15/0.40	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.15/0.40	c This is free software under the dual EPL/GNU LGPL licenses.
0.15/0.40	c See www.sat4j.org for details.
0.15/0.42	c version 2.2.0.v20100531
0.15/0.42	c java.runtime.name	Java(TM) SE Runtime Environment
0.15/0.42	c java.vm.name		Java HotSpot(TM) Server VM
0.15/0.42	c java.vm.version	11.2-b01
0.15/0.42	c java.vm.vendor	Sun Microsystems Inc.
0.15/0.42	c sun.arch.data.model	32
0.15/0.42	c java.version		1.6.0_12
0.15/0.42	c os.name		Linux
0.15/0.42	c os.version		2.6.18-164.el5
0.15/0.42	c os.arch		i386
0.15/0.42	c Free memory 		1393557488
0.15/0.42	c Max memory 		1395916800
0.15/0.42	c Total memory 		1395916800
0.15/0.42	c Number of processors 	2
0.15/0.48	c Pseudo Boolean Optimization
0.15/0.48	c ManyCore solver with 2 solvers running in parallel
0.15/0.48	c --- Begin Solver configuration ---
0.15/0.48	c Stops conflict analysis at the first Unique Implication Point
0.15/0.48	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.15/0.48	c Learn all clauses as in MiniSAT
0.15/0.48	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.48	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.15/0.48	c Expensive reason simplification
0.15/0.48	c Armin Biere (Picosat) restarts strategy
0.15/0.48	c Glucose learned constraints deletion strategy
0.15/0.48	c timeout=2147483s
0.15/0.48	c DB Simplification allowed=false
0.15/0.48	c --- End Solver configuration ---
0.15/0.48	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.48	c --- Begin Solver configuration ---
0.15/0.48	c Stops conflict analysis at the first Unique Implication Point
0.15/0.48	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.15/0.48	c Learn all clauses as in MiniSAT
0.15/0.48	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.48	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.48	c No reason simplification
0.15/0.48	c Armin Biere (Picosat) restarts strategy
0.15/0.48	c Glucose learned constraints deletion strategy
0.15/0.48	c timeout=2147483s
0.15/0.48	c DB Simplification allowed=false
0.15/0.48	c --- End Solver configuration ---
0.15/0.48	
0.15/0.48	c solving HOME/instance-2684785-1278433589.opb
0.15/0.49	c reading problem ... 
7.02/4.90	c ... done. Wall clock time 4.415s.
7.02/4.90	c #vars     48642
7.02/4.90	c #constraints  146348
7.02/4.90	c constraints type 
7.02/4.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21154
7.02/4.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 121031
7.02/4.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 800
7.02/4.90	c constraints type 
7.02/4.90	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 121031
7.02/4.90	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21154
7.02/4.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 800
23.65/13.37	c cleaning 2493 clauses out of 5000 with flag 5000/5000
39.22/21.36	c cleaning 4239 clauses out of 8507 with flag 11000/11000
58.34/31.18	c cleaning 5612 clauses out of 11268 with flag 18000/18000
84.95/44.79	c cleaning 6823 clauses out of 13656 with flag 26000/26000
107.83/56.59	c cleaning 7907 clauses out of 15833 with flag 35000/35000
132.81/69.34	c cleaning 8944 clauses out of 17928 with flag 45002/45002
164.63/85.61	c cleaning 9973 clauses out of 19982 with flag 56000/56000
199.04/103.21	c cleaning 10981 clauses out of 22009 with flag 68000/68000
232.29/120.31	c cleaning 11988 clauses out of 24028 with flag 81000/81000
266.06/137.63	c cleaning 0 clauses out of 5000 with flag 0/5000
272.78/141.33	c cleaning 13001 clauses out of 26040 with flag 95000/95000
311.03/160.94	c cleaning 14003 clauses out of 28040 with flag 110001/110001
356.64/184.39	c cleaning 14988 clauses out of 30036 with flag 126000/126000
404.53/208.85	c cleaning 16020 clauses out of 32051 with flag 143003/143003
472.38/243.40	c cleaning 16984 clauses out of 34028 with flag 161000/161000
527.49/271.64	c cleaning 18006 clauses out of 36044 with flag 180000/180000
589.08/303.20	c cleaning 18999 clauses out of 38038 with flag 200000/200000
645.72/332.24	c cleaning 20006 clauses out of 40040 with flag 221001/221001
723.08/371.79	c cleaning 21010 clauses out of 42033 with flag 243000/243000
775.79/398.83	c cleaning 0 clauses out of 11000 with flag 0/11000
801.64/412.59	c cleaning 21995 clauses out of 44023 with flag 266000/266000
885.46/455.31	c cleaning 22988 clauses out of 46030 with flag 290002/290002
968.40/497.77	c cleaning 23981 clauses out of 48042 with flag 315002/315002
1075.66/552.48	c cleaning 25012 clauses out of 50059 with flag 341000/341000
1187.51/609.70	c cleaning 25975 clauses out of 52047 with flag 368000/368000
1297.64/665.82	c cleaning 27021 clauses out of 54073 with flag 396001/396001
1392.64/714.46	c cleaning 28003 clauses out of 56052 with flag 425001/425001
1482.19/760.37	c cleaning 29022 clauses out of 58050 with flag 455002/455002
1592.57/816.94	c cleaning 30001 clauses out of 60026 with flag 486000/486000
1651.14/847.27	c cleaning 0 clauses out of 18002 with flag 0/18002
1715.62/880.55	c cleaning 31003 clauses out of 62025 with flag 518000/518000
1800.10/923.94	c starts		: 153
1800.10/923.94	c conflicts		: 543674
1800.10/923.94	c decisions		: 730226
1800.10/923.94	c propagations		: 521966964
1800.10/923.94	c inspects		: 1371544740
1800.10/923.94	c learnt literals	: 0
1800.10/923.94	c learnt binary clauses	: 3
1800.10/923.94	c learnt ternary clauses	: 456
1800.10/923.94	c learnt clauses	: 543673
1800.10/923.94	c ignored clauses	: 0
1800.10/923.94	c root simplifications	: 0
1800.10/923.94	c removed literals (reason simplification)	: 6405294
1800.10/923.94	c reason swapping (by a shorter reason)	: 0
1800.10/923.94	c Calls to reduceDB	: 28
1800.10/923.94	c number of reductions to clauses (during analyze)	: 0
1800.10/923.94	c number of learned constraints concerned by reduction	: 0
1800.10/923.94	c number of learning phase by resolution	: 0
1800.10/923.94	c number of learning phase by cutting planes	: 0
1800.10/923.94	c speed (assignments/second)	: 567948.6550625165
1800.10/923.94	c non guided choices	6364
1800.35/924.07	c learnt constraints type 
1800.35/924.07	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 56777
1800.35/924.07	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.35/924.07	c constraints type 
1800.35/924.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21154
1800.35/924.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 121031
1800.35/924.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 800
1800.35/924.07	c constraints type 
1800.35/924.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 121031
1800.35/924.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21154
1800.35/924.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 800
1800.35/924.07	s UNKNOWN
1800.35/924.07	c Total wall clock time (in seconds): 923.583

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-2684785-1278433589/watcher-2684785-1278433589 -o /tmp/evaluation-result-2684785-1278433589/solver-2684785-1278433589 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2684785-1278433589.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.85 1.90 1.26 3/105 22395
/proc/meminfo: memFree=1397020/2059040 swapFree=4192956/4192956
[pid=22395] ppid=22393 vsize=248 CPUtime=0
/proc/22395/stat : 22395 (java6) R 22393 22395 22003 0 -1 4194304 108 0 1 0 0 0 0 0 18 0 1 0 11567184 253952 28 1992294400 134512640 134550932 4294707888 18446744073709551615 1725012 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22395/statm: 62 28 21 10 0 23 0

[startup+0.107136 s]
/proc/loadavg: 1.85 1.90 1.26 3/105 22395
/proc/meminfo: memFree=1397020/2059040 swapFree=4192956/4192956
[pid=22395] ppid=22393 vsize=428 CPUtime=0
/proc/22395/stat : 22395 (java6) D 22393 22395 22003 0 -1 4194304 123 0 3 0 0 0 0 0 18 0 1 0 11567184 438272 45 1992294400 134512640 134550932 4294707888 18446744073709551615 1725140 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 9
/proc/22395/statm: 107 45 36 10 0 25 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 428

[startup+0.201148 s]
/proc/loadavg: 1.85 1.90 1.26 3/105 22395
/proc/meminfo: memFree=1397020/2059040 swapFree=4192956/4192956
[pid=22395] ppid=22393 vsize=13684 CPUtime=0.02
/proc/22395/stat : 22395 (java) S 22393 22395 22003 0 -1 4202496 1149 0 37 0 0 2 0 0 17 0 2 0 11567184 14012416 633 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 14
/proc/22395/statm: 3421 633 308 10 0 1206 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13684

[startup+0.301368 s]
/proc/loadavg: 1.85 1.90 1.26 3/105 22395
/proc/meminfo: memFree=1397020/2059040 swapFree=4192956/4192956
[pid=22395] ppid=22393 vsize=1521796 CPUtime=0.08
/proc/22395/stat : 22395 (java) S 22393 22395 22003 0 -1 4202496 3628 0 89 0 4 4 0 0 17 0 7 0 11567184 1558319104 3157 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 14
/proc/22395/statm: 380449 3159 1035 10 0 377759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1521796

[startup+0.701207 s]
/proc/loadavg: 1.85 1.90 1.26 3/105 22395
/proc/meminfo: memFree=1397020/2059040 swapFree=4192956/4192956
[pid=22395] ppid=22393 vsize=1527592 CPUtime=0.59
/proc/22395/stat : 22395 (java) S 22393 22395 22003 0 -1 4202496 6332 0 89 0 54 5 0 0 17 0 12 0 11567184 1564254208 5856 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 14
/proc/22395/statm: 381898 5857 1376 10 0 379201 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 1527592

[startup+1.5013 s]
/proc/loadavg: 1.85 1.90 1.26 5/117 22407
/proc/meminfo: memFree=1353064/2059040 swapFree=4192956/4192956
[pid=22395] ppid=22393 vsize=1541160 CPUtime=2.19
/proc/22395/stat : 22395 (java) S 22393 22395 22003 0 -1 4202496 15416 0 89 0 209 10 0 0 17 0 12 0 11567184 1578147840 13721 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 14
/proc/22395/statm: 385290 13721 1407 10 0 382593 0
[pid=22395/tid=22397] ppid=22393 vsize=1541160 CPUtime=1
/proc/22395/task/22397/stat : 22397 (java) R 22393 22395 22003 0 -1 4202560 9171 0 55 0 95 5 0 0 19 0 12 0 11567201 1578147840 13721 1992294400 134512640 134550932 4288217280 18446744073709551615 4109328605 0 4 0 16800975 0 0 0 -1 1 0 0 8
[pid=22395/tid=22398] ppid=22393 vsize=1541160 CPUtime=0
/proc/22395/task/22398/stat : 22398 (java) S 22393 22395 22003 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 12 0 11567206 1578147840 13721 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22399] ppid=22393 vsize=1541160 CPUtime=0
/proc/22395/task/22399/stat : 22399 (java) S 22393 22395 22003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 12 0 11567206 1578147840 13721 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22400] ppid=22393 vsize=1541160 CPUtime=0
/proc/22395/task/22400/stat : 22400 (java) S 22393 22395 22003 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 11567210 1578147840 13721 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 0 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22401] ppid=22393 vsize=1541160 CPUtime=0
/proc/22395/task/22401/stat : 22401 (java) S 22393 22395 22003 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 12 0 11567210 1578147840 13721 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22402] ppid=22393 vsize=1541160 CPUtime=0
/proc/22395/task/22402/stat : 22402 (java) S 22393 22395 22003 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 12 0 11567210 1578147840 13721 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22403] ppid=22393 vsize=1541160 CPUtime=0
/proc/22395/task/22403/stat : 22403 (java) S 22393 22395 22003 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 11567217 1578147840 13721 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22404] ppid=22393 vsize=1541160 CPUtime=0.65
/proc/22395/task/22404/stat : 22404 (java) R 22393 22395 22003 0 -1 4202560 1800 0 0 0 65 0 0 0 18 0 12 0 11567217 1578147840 13721 1992294400 134512640 134550932 4288217280 18446744073709551615 104140853 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22395/tid=22405] ppid=22393 vsize=1541160 CPUtime=0.49
/proc/22395/task/22405/stat : 22405 (java) R 22393 22395 22003 0 -1 4202560 3412 0 0 0 48 1 0 0 22 0 12 0 11567217 1578147840 13721 1992294400 134512640 134550932 4288217280 18446744073709551615 103151184 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22395/tid=22406] ppid=22393 vsize=1541160 CPUtime=0
/proc/22395/task/22406/stat : 22406 (java) S 22393 22395 22003 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 11567217 1578147840 13721 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22407] ppid=22393 vsize=1541160 CPUtime=0
/proc/22395/task/22407/stat : 22407 (java) S 22393 22395 22003 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11567217 1578147840 13721 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 1541160

[startup+3.10147 s]
/proc/loadavg: 1.85 1.90 1.26 2/117 22407
/proc/meminfo: memFree=1260808/2059040 swapFree=4192956/4192956
[pid=22395] ppid=22393 vsize=1540136 CPUtime=4.07
/proc/22395/stat : 22395 (java) S 22393 22395 22003 0 -1 4202496 41883 0 89 0 384 23 0 0 17 0 12 0 11567184 1577099264 39870 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 14
/proc/22395/statm: 385034 39870 1423 10 0 382337 0
[pid=22395/tid=22397] ppid=22393 vsize=1540136 CPUtime=2.48
/proc/22395/task/22397/stat : 22397 (java) R 22393 22395 22003 0 -1 4202560 31996 0 55 0 232 16 0 0 21 0 12 0 11567201 1577099264 39870 1992294400 134512640 134550932 4288217280 18446744073709551615 102381886 0 4 0 16800975 0 0 0 -1 0 0 0 8
[pid=22395/tid=22398] ppid=22393 vsize=1540136 CPUtime=0.07
/proc/22395/task/22398/stat : 22398 (java) S 22393 22395 22003 0 -1 4202560 1825 0 0 0 7 0 0 0 18 0 12 0 11567206 1577099264 39870 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22399] ppid=22393 vsize=1540136 CPUtime=0.07
/proc/22395/task/22399/stat : 22399 (java) S 22393 22395 22003 0 -1 4202560 1754 0 0 0 7 0 0 0 18 0 12 0 11567206 1577099264 39870 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 1 0 0 0
[pid=22395/tid=22400] ppid=22393 vsize=1540136 CPUtime=0
/proc/22395/task/22400/stat : 22400 (java) S 22393 22395 22003 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 11567210 1577099264 39870 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 0 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22401] ppid=22393 vsize=1540136 CPUtime=0
/proc/22395/task/22401/stat : 22401 (java) S 22393 22395 22003 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 11567210 1577099264 39870 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22402] ppid=22393 vsize=1540136 CPUtime=0
/proc/22395/task/22402/stat : 22402 (java) S 22393 22395 22003 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 12 0 11567210 1577099264 39870 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22403] ppid=22393 vsize=1540136 CPUtime=0
/proc/22395/task/22403/stat : 22403 (java) S 22393 22395 22003 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 11567217 1577099264 39870 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22404] ppid=22393 vsize=1540136 CPUtime=0.79
/proc/22395/task/22404/stat : 22404 (java) S 22393 22395 22003 0 -1 4202560 1817 0 0 0 79 0 0 0 15 0 12 0 11567217 1577099264 39870 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 1 0 0 0
[pid=22395/tid=22405] ppid=22393 vsize=1540136 CPUtime=0.57
/proc/22395/task/22405/stat : 22405 (java) S 22393 22395 22003 0 -1 4202560 3453 0 0 0 56 1 0 0 15 0 12 0 11567217 1577099264 39870 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 1 0 0 0
[pid=22395/tid=22406] ppid=22393 vsize=1540136 CPUtime=0
/proc/22395/task/22406/stat : 22406 (java) S 22393 22395 22003 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 11567217 1577099264 39870 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22407] ppid=22393 vsize=1540136 CPUtime=0
/proc/22395/task/22407/stat : 22407 (java) S 22393 22395 22003 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11567217 1577099264 39870 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 1540136

[startup+6.30482 s]
/proc/loadavg: 1.78 1.89 1.25 4/121 22411
/proc/meminfo: memFree=1181732/2059040 swapFree=4192956/4192956
[pid=22395] ppid=22393 vsize=1546352 CPUtime=9.78
/proc/22395/stat : 22395 (java) S 22393 22395 22003 0 -1 4202496 59347 0 89 0 947 31 0 0 17 0 16 0 11567184 1583464448 52320 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 14
/proc/22395/statm: 386588 52320 1433 10 0 383891 0
[pid=22395/tid=22397] ppid=22393 vsize=1546352 CPUtime=3.79
/proc/22395/task/22397/stat : 22397 (java) S 22393 22395 22003 0 -1 4202560 32019 0 55 0 362 17 0 0 18 0 16 0 11567201 1583464448 52320 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 10
[pid=22395/tid=22398] ppid=22393 vsize=1546352 CPUtime=0.37
/proc/22395/task/22398/stat : 22398 (java) S 22393 22395 22003 0 -1 4202560 7185 0 0 0 34 3 0 0 18 0 16 0 11567206 1583464448 52320 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22399] ppid=22393 vsize=1546352 CPUtime=0.38
/proc/22395/task/22399/stat : 22399 (java) S 22393 22395 22003 0 -1 4202560 7856 0 0 0 35 3 0 0 18 0 16 0 11567206 1583464448 52320 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 1 0 0 0
[pid=22395/tid=22400] ppid=22393 vsize=1546352 CPUtime=0
/proc/22395/task/22400/stat : 22400 (java) S 22393 22395 22003 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 16 0 11567210 1583464448 52320 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 0 0 16800975 18446604437828704256 0 0 -1 1 0 0 0
[pid=22395/tid=22401] ppid=22393 vsize=1546352 CPUtime=0
/proc/22395/task/22401/stat : 22401 (java) S 22393 22395 22003 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 11567210 1583464448 52320 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22402] ppid=22393 vsize=1546352 CPUtime=0
/proc/22395/task/22402/stat : 22402 (java) S 22393 22395 22003 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 11567210 1583464448 52320 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22403] ppid=22393 vsize=1546352 CPUtime=0
/proc/22395/task/22403/stat : 22403 (java) S 22393 22395 22003 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 11567217 1583464448 52320 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22404] ppid=22393 vsize=1546352 CPUtime=2.35
/proc/22395/task/22404/stat : 22404 (java) R 22393 22395 22003 0 -1 4202560 5711 0 0 0 233 2 0 0 15 0 16 0 11567217 1583464448 52320 1992294400 134512640 134550932 4288217280 18446744073709551615 106116813 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22395/tid=22405] ppid=22393 vsize=1546352 CPUtime=1.62
/proc/22395/task/22405/stat : 22405 (java) R 22393 22395 22003 0 -1 4202560 5486 0 0 0 160 2 0 0 15 0 16 0 11567217 1583464448 52320 1992294400 134512640 134550932 4288217280 18446744073709551615 104163896 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22395/tid=22406] ppid=22393 vsize=1546352 CPUtime=0
/proc/22395/task/22406/stat : 22406 (java) S 22393 22395 22003 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 11567217 1583464448 52320 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22407] ppid=22393 vsize=1546352 CPUtime=0
/proc/22395/task/22407/stat : 22407 (java) S 22393 22395 22003 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 11567217 1583464448 52320 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22408] ppid=22393 vsize=1546352 CPUtime=0.64
/proc/22395/task/22408/stat : 22408 (java) R 22393 22395 22003 0 -1 4202560 17 0 0 0 64 0 0 0 19 0 16 0 11567674 1583464448 52320 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22395/tid=22409] ppid=22393 vsize=1546352 CPUtime=0.56
/proc/22395/task/22409/stat : 22409 (java) R 22393 22395 22003 0 -1 4202560 23 0 0 0 56 0 0 0 25 0 16 0 11567674 1583464448 52320 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22395/tid=22410] ppid=22393 vsize=1546352 CPUtime=0
/proc/22395/task/22410/stat : 22410 (java) S 22393 22395 22003 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 11567692 1583464448 52320 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22411] ppid=22393 vsize=1546352 CPUtime=0
/proc/22395/task/22411/stat : 22411 (java) S 22393 22395 22003 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 11567697 1583464448 52320 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.78
Current children cumulated vsize (KiB) 1546352

[startup+12.7025 s]
/proc/loadavg: 1.80 1.89 1.26 3/121 22411
/proc/meminfo: memFree=1152476/2059040 swapFree=4192956/4192956
[pid=22395] ppid=22393 vsize=1545448 CPUtime=22.45
/proc/22395/stat : 22395 (java) S 22393 22395 22003 0 -1 4202496 67447 0 89 0 2207 38 0 0 17 0 16 0 11567184 1582538752 59599 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 14
/proc/22395/statm: 386362 59599 1445 10 0 383665 0
[pid=22395/tid=22397] ppid=22393 vsize=1545448 CPUtime=3.79
/proc/22395/task/22397/stat : 22397 (java) S 22393 22395 22003 0 -1 4202560 32020 0 55 0 362 17 0 0 15 0 16 0 11567201 1582538752 59599 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 10
[pid=22395/tid=22398] ppid=22393 vsize=1545448 CPUtime=0.92
/proc/22395/task/22398/stat : 22398 (java) S 22393 22395 22003 0 -1 4202560 10848 0 0 0 87 5 0 0 16 0 16 0 11567206 1582538752 59599 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 1 0 0 0
[pid=22395/tid=22399] ppid=22393 vsize=1545448 CPUtime=0.92
/proc/22395/task/22399/stat : 22399 (java) S 22393 22395 22003 0 -1 4202560 12240 0 0 0 85 7 0 0 15 0 16 0 11567206 1582538752 59599 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22400] ppid=22393 vsize=1545448 CPUtime=0.01
/proc/22395/task/22400/stat : 22400 (java) S 22393 22395 22003 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 16 0 11567210 1582538752 59599 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 0 0 16800975 18446604437828704256 0 0 -1 1 0 0 0
[pid=22395/tid=22401] ppid=22393 vsize=1545448 CPUtime=0
/proc/22395/task/22401/stat : 22401 (java) S 22393 22395 22003 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 11567210 1582538752 59599 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22402] ppid=22393 vsize=1545448 CPUtime=0
/proc/22395/task/22402/stat : 22402 (java) S 22393 22395 22003 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 11567210 1582538752 59599 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22403] ppid=22393 vsize=1545448 CPUtime=0
/proc/22395/task/22403/stat : 22403 (java) S 22393 22395 22003 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 11567217 1582538752 59599 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22404] ppid=22393 vsize=1545448 CPUtime=2.52
/proc/22395/task/22404/stat : 22404 (java) S 22393 22395 22003 0 -1 4202560 5717 0 0 0 250 2 0 0 15 0 16 0 11567217 1582538752 59599 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22405] ppid=22393 vsize=1545448 CPUtime=2.3
/proc/22395/task/22405/stat : 22405 (java) S 22393 22395 22003 0 -1 4202560 5512 0 0 0 228 2 0 0 16 0 16 0 11567217 1582538752 59599 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 1 0 0 0
[pid=22395/tid=22406] ppid=22393 vsize=1545448 CPUtime=0
/proc/22395/task/22406/stat : 22406 (java) S 22393 22395 22003 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 11567217 1582538752 59599 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22407] ppid=22393 vsize=1545448 CPUtime=0
/proc/22395/task/22407/stat : 22407 (java) S 22393 22395 22003 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 11567217 1582538752 59599 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22408] ppid=22393 vsize=1545448 CPUtime=6.27
/proc/22395/task/22408/stat : 22408 (java) R 22393 22395 22003 0 -1 4202560 23 0 0 0 627 0 0 0 25 0 16 0 11567674 1582538752 59599 1992294400 134512640 134550932 4288217280 18446744073709551615 4110291592 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22395/tid=22409] ppid=22393 vsize=1545448 CPUtime=5.65
/proc/22395/task/22409/stat : 22409 (java) R 22393 22395 22003 0 -1 4202560 37 0 0 0 565 0 0 0 25 0 16 0 11567674 1582538752 59599 1992294400 134512640 134550932 4288217280 18446744073709551615 4110380575 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22395/tid=22410] ppid=22393 vsize=1545448 CPUtime=0
/proc/22395/task/22410/stat : 22410 (java) S 22393 22395 22003 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 11567692 1582538752 59599 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22411] ppid=22393 vsize=1545448 CPUtime=0
/proc/22395/task/22411/stat : 22411 (java) S 22393 22395 22003 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 11567697 1582538752 59599 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.45
Current children cumulated vsize (KiB) 1545448

[startup+25.5019 s]
/proc/loadavg: 1.84 1.89 1.27 3/121 22411
/proc/meminfo: memFree=1142060/2059040 swapFree=4192956/4192956
[pid=22395] ppid=22393 vsize=1542596 CPUtime=47.24
/proc/22395/stat : 22395 (java) S 22393 22395 22003 0 -1 4202496 71349 0 89 0 4682 42 0 0 17 0 16 0 11567184 1579618304 62143 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 14

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

/proc/22395/statm: 385649 130130 1450 10 0 382952 0
[pid=22395/tid=22397] ppid=22393 vsize=1542596 CPUtime=3.79
/proc/22395/task/22397/stat : 22397 (java) S 22393 22395 22003 0 -1 4202560 32039 0 55 0 362 17 0 0 15 0 16 0 11567201 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 10
[pid=22395/tid=22398] ppid=22393 vsize=1542596 CPUtime=19.3
/proc/22395/task/22398/stat : 22398 (java) S 22393 22395 22003 0 -1 4202560 47948 0 0 0 1900 30 0 0 16 0 16 0 11567206 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 1 0 0 0
[pid=22395/tid=22399] ppid=22393 vsize=1542596 CPUtime=19.3
/proc/22395/task/22399/stat : 22399 (java) S 22393 22395 22003 0 -1 4202560 49036 0 0 0 1893 37 0 0 16 0 16 0 11567206 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 1 0 0 0
[pid=22395/tid=22400] ppid=22393 vsize=1542596 CPUtime=25.01
/proc/22395/task/22400/stat : 22400 (java) S 22393 22395 22003 0 -1 4202560 68371 0 0 0 2445 56 0 0 18 0 16 0 11567210 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 0 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22401] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22401/stat : 22401 (java) S 22393 22395 22003 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 11567210 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22402] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22402/stat : 22402 (java) S 22393 22395 22003 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 11567210 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22403] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22403/stat : 22403 (java) S 22393 22395 22003 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 11567217 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22404] ppid=22393 vsize=1542596 CPUtime=2.72
/proc/22395/task/22404/stat : 22404 (java) S 22393 22395 22003 0 -1 4202560 5725 0 0 0 270 2 0 0 15 0 16 0 11567217 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22405] ppid=22393 vsize=1542596 CPUtime=3.51
/proc/22395/task/22405/stat : 22405 (java) S 22393 22395 22003 0 -1 4202560 7641 0 0 0 348 3 0 0 15 0 16 0 11567217 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22406] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22406/stat : 22406 (java) S 22393 22395 22003 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 11567217 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22407] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22407/stat : 22407 (java) S 22393 22395 22003 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 16 0 11567217 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 1 0 0 0
[pid=22395/tid=22408] ppid=22393 vsize=1542596 CPUtime=706.69
/proc/22395/task/22408/stat : 22408 (java) R 22393 22395 22003 0 -1 4202560 509 0 0 0 70664 5 0 0 18 0 16 0 11567674 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4110138447 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22395/tid=22409] ppid=22393 vsize=1542596 CPUtime=703.93
/proc/22395/task/22409/stat : 22409 (java) R 22393 22395 22003 0 -1 4202560 452 0 0 0 70388 5 0 0 18 0 16 0 11567674 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4110315074 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22395/tid=22410] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22410/stat : 22410 (java) S 22393 22395 22003 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 11567692 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22411] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22411/stat : 22411 (java) S 22393 22395 22003 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 11567697 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1484.34
Current children cumulated vsize (KiB) 1542596

[startup+822.302 s]
/proc/loadavg: 2.10 2.09 1.74 3/121 22433
/proc/meminfo: memFree=868028/2059040 swapFree=4192956/4192956
[pid=22395] ppid=22393 vsize=1542596 CPUtime=1601.78
/proc/22395/stat : 22395 (java) S 22393 22395 22003 0 -1 4202496 215441 0 89 0 160013 165 0 0 17 0 16 0 11567184 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 14
/proc/22395/statm: 385649 130130 1450 10 0 382952 0
[pid=22395/tid=22397] ppid=22393 vsize=1542596 CPUtime=3.79
/proc/22395/task/22397/stat : 22397 (java) S 22393 22395 22003 0 -1 4202560 32042 0 55 0 362 17 0 0 15 0 16 0 11567201 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 10
[pid=22395/tid=22398] ppid=22393 vsize=1542596 CPUtime=20.7
/proc/22395/task/22398/stat : 22398 (java) S 22393 22395 22003 0 -1 4202560 47948 0 0 0 2039 31 0 0 16 0 16 0 11567206 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 1 0 0 0
[pid=22395/tid=22399] ppid=22393 vsize=1542596 CPUtime=20.69
/proc/22395/task/22399/stat : 22399 (java) S 22393 22395 22003 0 -1 4202560 49036 0 0 0 2032 37 0 0 16 0 16 0 11567206 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22400] ppid=22393 vsize=1542596 CPUtime=26.56
/proc/22395/task/22400/stat : 22400 (java) S 22393 22395 22003 0 -1 4202560 70953 0 0 0 2598 58 0 0 15 0 16 0 11567210 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 0 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22401] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22401/stat : 22401 (java) S 22393 22395 22003 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 11567210 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22402] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22402/stat : 22402 (java) S 22393 22395 22003 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 11567210 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22403] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22403/stat : 22403 (java) S 22393 22395 22003 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 11567217 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22404] ppid=22393 vsize=1542596 CPUtime=2.72
/proc/22395/task/22404/stat : 22404 (java) S 22393 22395 22003 0 -1 4202560 5725 0 0 0 270 2 0 0 15 0 16 0 11567217 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22405] ppid=22393 vsize=1542596 CPUtime=3.51
/proc/22395/task/22405/stat : 22405 (java) S 22393 22395 22003 0 -1 4202560 7641 0 0 0 348 3 0 0 15 0 16 0 11567217 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22406] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22406/stat : 22406 (java) S 22393 22395 22003 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 11567217 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22407] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22407/stat : 22407 (java) S 22393 22395 22003 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 11567217 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 1 0 0 0
[pid=22395/tid=22408] ppid=22393 vsize=1542596 CPUtime=763.5
/proc/22395/task/22408/stat : 22408 (java) R 22393 22395 22003 0 -1 4202560 538 0 0 0 76345 5 0 0 25 0 16 0 11567674 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4110292021 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22395/tid=22409] ppid=22393 vsize=1542596 CPUtime=760.22
/proc/22395/task/22409/stat : 22409 (java) R 22393 22395 22003 0 -1 4202560 470 0 0 0 76016 6 0 0 25 0 16 0 11567674 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4110134137 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22395/tid=22410] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22410/stat : 22410 (java) S 22393 22395 22003 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 11567692 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22411] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22411/stat : 22411 (java) S 22393 22395 22003 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 11567697 1579618304 130130 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 1542596

[startup+882.31 s]
/proc/loadavg: 2.16 2.11 1.76 4/121 22435
/proc/meminfo: memFree=850296/2059040 swapFree=4192956/4192956
[pid=22395] ppid=22393 vsize=1542596 CPUtime=1717.65
/proc/22395/stat : 22395 (java) S 22393 22395 22003 0 -1 4202496 225309 0 89 0 171593 172 0 0 17 0 16 0 11567184 1579618304 134571 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 14
/proc/22395/statm: 385649 134571 1450 10 0 382952 0
[pid=22395/tid=22397] ppid=22393 vsize=1542596 CPUtime=3.79
/proc/22395/task/22397/stat : 22397 (java) S 22393 22395 22003 0 -1 4202560 32043 0 55 0 362 17 0 0 15 0 16 0 11567201 1579618304 134571 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 10
[pid=22395/tid=22398] ppid=22393 vsize=1542596 CPUtime=22.13
/proc/22395/task/22398/stat : 22398 (java) S 22393 22395 22003 0 -1 4202560 49927 0 0 0 2181 32 0 0 16 0 16 0 11567206 1579618304 134571 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 1 0 0 0
[pid=22395/tid=22399] ppid=22393 vsize=1542596 CPUtime=22.16
/proc/22395/task/22399/stat : 22399 (java) S 22393 22395 22003 0 -1 4202560 51451 0 0 0 2176 40 0 0 16 0 16 0 11567206 1579618304 134571 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 1 0 0 0
[pid=22395/tid=22400] ppid=22393 vsize=1542596 CPUtime=29.7
/proc/22395/task/22400/stat : 22400 (java) S 22393 22395 22003 0 -1 4202560 76375 0 0 0 2910 60 0 0 17 0 16 0 11567210 1579618304 134571 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 0 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22401] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22401/stat : 22401 (java) S 22393 22395 22003 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 11567210 1579618304 134571 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22402] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22402/stat : 22402 (java) S 22393 22395 22003 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 11567210 1579618304 134571 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22403] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22403/stat : 22403 (java) S 22393 22395 22003 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 11567217 1579618304 134571 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22404] ppid=22393 vsize=1542596 CPUtime=2.72
/proc/22395/task/22404/stat : 22404 (java) S 22393 22395 22003 0 -1 4202560 5725 0 0 0 270 2 0 0 15 0 16 0 11567217 1579618304 134571 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22405] ppid=22393 vsize=1542596 CPUtime=3.54
/proc/22395/task/22405/stat : 22405 (java) S 22393 22395 22003 0 -1 4202560 7642 0 0 0 351 3 0 0 15 0 16 0 11567217 1579618304 134571 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22406] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22406/stat : 22406 (java) S 22393 22395 22003 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 11567217 1579618304 134571 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22407] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22407/stat : 22407 (java) S 22393 22395 22003 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 11567217 1579618304 134571 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 1 0 0 0
[pid=22395/tid=22408] ppid=22393 vsize=1542596 CPUtime=818.4
/proc/22395/task/22408/stat : 22408 (java) R 22393 22395 22003 0 -1 4202560 565 0 0 0 81834 6 0 0 18 0 16 0 11567674 1579618304 134571 1992294400 134512640 134550932 4288217280 18446744073709551615 4110133747 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22395/tid=22409] ppid=22393 vsize=1542596 CPUtime=815.11
/proc/22395/task/22409/stat : 22409 (java) R 22393 22395 22003 0 -1 4202560 489 0 0 0 81505 6 0 0 18 0 16 0 11567674 1579618304 134571 1992294400 134512640 134550932 4288217280 18446744073709551615 4110419250 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22395/tid=22410] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22410/stat : 22410 (java) S 22393 22395 22003 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 11567692 1579618304 134571 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22411] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22411/stat : 22411 (java) S 22393 22395 22003 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 11567697 1579618304 134571 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1717.65
Current children cumulated vsize (KiB) 1542596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+923.902 s]
/proc/loadavg: 2.08 2.10 1.77 3/121 22435
/proc/meminfo: memFree=834548/2059040 swapFree=4192956/4192956
[pid=22395] ppid=22393 vsize=1542596 CPUtime=1800.1
/proc/22395/stat : 22395 (java) S 22393 22395 22003 0 -1 4202496 229658 0 89 0 179833 177 0 0 17 0 16 0 11567184 1579618304 138628 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 14
/proc/22395/statm: 385649 138628 1450 10 0 382952 0
[pid=22395/tid=22397] ppid=22393 vsize=1542596 CPUtime=3.79
/proc/22395/task/22397/stat : 22397 (java) S 22393 22395 22003 0 -1 4202560 32043 0 55 0 362 17 0 0 15 0 16 0 11567201 1579618304 138628 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 10
[pid=22395/tid=22398] ppid=22393 vsize=1542596 CPUtime=23.26
/proc/22395/task/22398/stat : 22398 (java) S 22393 22395 22003 0 -1 4202560 52020 0 0 0 2292 34 0 0 16 0 16 0 11567206 1579618304 138628 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 1 0 0 0
[pid=22395/tid=22399] ppid=22393 vsize=1542596 CPUtime=23.31
/proc/22395/task/22399/stat : 22399 (java) S 22393 22395 22003 0 -1 4202560 53663 0 0 0 2289 42 0 0 16 0 16 0 11567206 1579618304 138628 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22400] ppid=22393 vsize=1542596 CPUtime=29.72
/proc/22395/task/22400/stat : 22400 (java) S 22393 22395 22003 0 -1 4202560 76377 0 0 0 2911 61 0 0 15 0 16 0 11567210 1579618304 138628 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 0 0 16800975 18446604437828704256 0 0 -1 1 0 0 0
[pid=22395/tid=22401] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22401/stat : 22401 (java) S 22393 22395 22003 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 11567210 1579618304 138628 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22402] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22402/stat : 22402 (java) S 22393 22395 22003 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 11567210 1579618304 138628 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22403] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22403/stat : 22403 (java) S 22393 22395 22003 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 11567217 1579618304 138628 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22404] ppid=22393 vsize=1542596 CPUtime=2.72
/proc/22395/task/22404/stat : 22404 (java) S 22393 22395 22003 0 -1 4202560 5725 0 0 0 270 2 0 0 15 0 16 0 11567217 1579618304 138628 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22405] ppid=22393 vsize=1542596 CPUtime=3.54
/proc/22395/task/22405/stat : 22405 (java) S 22393 22395 22003 0 -1 4202560 7642 0 0 0 351 3 0 0 15 0 16 0 11567217 1579618304 138628 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22406] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22406/stat : 22406 (java) S 22393 22395 22003 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 11567217 1579618304 138628 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22407] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22407/stat : 22407 (java) S 22393 22395 22003 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 11567217 1579618304 138628 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22408] ppid=22393 vsize=1542596 CPUtime=858.2
/proc/22395/task/22408/stat : 22408 (java) R 22393 22395 22003 0 -1 4202560 587 0 0 0 85814 6 0 0 25 0 16 0 11567674 1579618304 138628 1992294400 134512640 134550932 4288217280 18446744073709551615 4110394577 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22395/tid=22409] ppid=22393 vsize=1542596 CPUtime=855.46
/proc/22395/task/22409/stat : 22409 (java) R 22393 22395 22003 0 -1 4202560 507 0 0 0 85540 6 0 0 25 0 16 0 11567674 1579618304 138628 1992294400 134512640 134550932 4288217280 18446744073709551615 4110315641 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22395/tid=22410] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22410/stat : 22410 (java) S 22393 22395 22003 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 11567692 1579618304 138628 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
[pid=22395/tid=22411] ppid=22393 vsize=1542596 CPUtime=0
/proc/22395/task/22411/stat : 22411 (java) S 22393 22395 22003 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 11567697 1579618304 138628 1992294400 134512640 134550932 4288217280 18446744073709551615 4294960144 0 4 0 16800975 18446604437828704256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1542596

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

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

[startup+924.109 s]
/proc/loadavg: 2.08 2.10 1.77 4/124 22438
/proc/meminfo: memFree=834028/2059040 swapFree=4192956/4192956
[pid=22395] ppid=22393 vsize=0 CPUtime=1800.49
/proc/22395/stat : 22395 (java) Z 22393 22395 22003 0 -1 4203548 229798 0 89 0 179871 178 0 0 15 0 2 0 11567184 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 14
/proc/22395/statm: 0 0 0 0 0 0 0
[pid=22395/tid=22409] ppid=22393 vsize=0 CPUtime=855.58
/proc/22395/task/22409/stat : 22409 (java) R 22393 22395 22003 0 -1 4203588 507 0 0 0 85551 7 0 0 25 0 2 0 11567674 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 924.156
CPU time (s): 1800.55
CPU user time (s): 1798.72
CPU system time (s): 1.82872
CPU usage (%): 194.831
Max. virtual memory (cumulated for all children) (KiB): 1554892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.72
system time used= 1.82872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229798
page faults= 89
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32394
involuntary context switches= 51100

runsolver used 5.34719 second user time and 9.51655 second system time

The end

Launcher Data

Begin job on node087 at 2010-07-06 18:26:30
IDJOB=2684785
IDBENCH=73562
IDSOLVER=1166
FILE ID=node087/2684785-1278433589
PBS_JOBID= 11233438
Free space on /tmp= 62508 MiB

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

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

MD5SUM BENCH= 142eb7aa6e3fc22a3161df6b33ced1a2
RANDOM SEED=1687796995

node087.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.201
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.40
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.201
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.50
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1397416 kB
Buffers:        104256 kB
Cached:         418628 kB
SwapCached:          0 kB
Active:         209228 kB
Inactive:       374064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1397416 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5488 kB
Writeback:           0 kB
AnonPages:       60324 kB
Mapped:          14712 kB
Slab:            56432 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180816 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= 62508 MiB
End job on node087 at 2010-07-06 18:41:56