Trace number 2662115

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.77 915.34

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.6.accl.ucl.opb
MD5SUM9d22902ade96af236e70cdbf7d8bd853
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23621
Total number of constraints67526
Number of constraints which are clauses65126
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2400
Minimum length of a constraint1
Maximum length of a constraint13
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 71
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 261
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662115-1276331228.opb
0.22/0.22	c reading problem ... 
3.11/2.37	c ... done. Wall clock time 2.152s.
3.11/2.37	c #vars     23621
3.11/2.37	c #constraints  67526
3.11/2.37	c constraints type 
3.11/2.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21189
3.11/2.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 43936
3.11/2.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2400
3.11/2.37	c constraints type 
3.11/2.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 43936
3.11/2.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21189
3.11/2.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2400
18.55/10.15	c cleaning 2489 clauses out of 5001 with flag 5001/5001
32.82/17.46	c cleaning 4243 clauses out of 8511 with flag 11000/11000
48.70/25.51	c cleaning 5618 clauses out of 11269 with flag 18001/18001
72.65/37.78	c cleaning 6819 clauses out of 13651 with flag 26001/26001
79.47/41.39	c cleaning 0 clauses out of 4998 with flag 0/5001
100.62/52.16	c cleaning 7912 clauses out of 15831 with flag 35000/35000
138.02/71.11	c cleaning 8940 clauses out of 17919 with flag 45000/45000
177.98/91.42	c cleaning 9968 clauses out of 19979 with flag 56000/56000
212.10/108.87	c cleaning 10949 clauses out of 22011 with flag 68000/68000
255.00/130.61	c cleaning 12025 clauses out of 24061 with flag 81000/81000
299.84/153.50	c cleaning 12996 clauses out of 26036 with flag 95000/95000
354.80/181.32	c cleaning 14011 clauses out of 28040 with flag 110000/110000
410.06/209.42	c cleaning 15010 clauses out of 30029 with flag 126001/126001
466.40/238.09	c cleaning 15976 clauses out of 32018 with flag 143000/143000
531.07/270.89	c cleaning 16988 clauses out of 34042 with flag 161000/161000
573.48/292.46	c cleaning 0 clauses out of 11000 with flag 0/11004
592.19/302.12	c cleaning 18005 clauses out of 36055 with flag 180001/180001
670.06/341.64	c cleaning 19007 clauses out of 38051 with flag 200002/200002
751.31/382.86	c cleaning 20015 clauses out of 40043 with flag 221001/221001
858.28/437.01	c cleaning 20980 clauses out of 42028 with flag 243001/243001
976.62/497.05	c cleaning 22000 clauses out of 44047 with flag 266000/266000
1075.43/547.11	c cleaning 23015 clauses out of 46048 with flag 290001/290001
1172.45/596.31	c cleaning 23991 clauses out of 48032 with flag 315000/315000
1280.13/650.99	c cleaning 24992 clauses out of 50041 with flag 341000/341000
1394.65/709.01	c cleaning 26017 clauses out of 52050 with flag 368001/368001
1547.16/786.27	c cleaning 26998 clauses out of 54033 with flag 396001/396001
1661.01/843.91	c cleaning 27989 clauses out of 56035 with flag 425001/425001
1772.86/900.70	c cleaning 0 clauses out of 17997 with flag 0/18001
1799.87/914.61	c cleaning 29014 clauses out of 58049 with flag 455004/455004
1800.42/915.19	c starts		: 151
1800.42/915.19	c conflicts		: 455005
1800.42/915.19	c decisions		: 1379675
1800.42/915.19	c propagations		: 258366358
1800.42/915.19	c inspects		: 1236995833
1800.42/915.19	c learnt literals	: 2
1800.42/915.19	c learnt binary clauses	: 170
1800.42/915.19	c learnt ternary clauses	: 519
1800.42/915.19	c learnt clauses	: 455002
1800.42/915.19	c ignored clauses	: 0
1800.42/915.19	c root simplifications	: 0
1800.42/915.19	c removed literals (reason simplification)	: 37296769
1800.42/915.19	c reason swapping (by a shorter reason)	: 0
1800.42/915.19	c Calls to reduceDB	: 26
1800.42/915.19	c number of reductions to clauses (during analyze)	: 0
1800.42/915.19	c number of learned constraints concerned by reduction	: 0
1800.42/915.19	c number of learning phase by resolution	: 0
1800.42/915.19	c number of learning phase by cutting planes	: 0
1800.42/915.19	c speed (assignments/second)	: 283043.81615531753
1800.42/915.19	c non guided choices	2431
1800.54/915.26	c learnt constraints type 
1800.54/915.26	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 28904
1800.54/915.26	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 170
1800.54/915.26	c constraints type 
1800.54/915.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21189
1800.54/915.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 43936
1800.54/915.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2400
1800.54/915.26	c constraints type 
1800.54/915.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 43936
1800.54/915.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21189
1800.54/915.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2400
1800.54/915.26	s UNKNOWN
1800.54/915.26	c Total wall clock time (in seconds): 915.036

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11433
/proc/meminfo: memFree=1396536/2059040 swapFree=4192956/4192956
[pid=11433] ppid=11431 vsize=428 CPUtime=0
/proc/11433/stat : 11433 (java6) R 11431 11433 10317 0 -1 4194304 122 0 0 0 0 0 0 0 16 0 1 0 8724168 438272 40 1992294400 134512640 134550932 4289458528 18446744073709551615 2331811 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11433/statm: 107 42 33 10 0 25 0

[startup+0.106421 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11433
/proc/meminfo: memFree=1396536/2059040 swapFree=4192956/4192956
[pid=11433] ppid=11431 vsize=1524180 CPUtime=0.08
/proc/11433/stat : 11433 (java) S 11431 11433 10317 0 -1 4202496 3972 0 1 0 6 2 0 0 15 0 12 0 8724168 1560760320 3410 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11433/statm: 381045 3410 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.201437 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11433
/proc/meminfo: memFree=1396536/2059040 swapFree=4192956/4192956
[pid=11433] ppid=11431 vsize=1525936 CPUtime=0.22
/proc/11433/stat : 11433 (java) S 11431 11433 10317 0 -1 4202496 5041 0 1 0 19 3 0 0 15 0 12 0 8724168 1562558464 4477 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11433/statm: 381484 4477 1343 10 0 378787 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1525936

[startup+0.301452 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11433
/proc/meminfo: memFree=1396536/2059040 swapFree=4192956/4192956
[pid=11433] ppid=11431 vsize=1525936 CPUtime=0.35
/proc/11433/stat : 11433 (java) S 11431 11433 10317 0 -1 4202496 5631 0 1 0 32 3 0 0 15 0 12 0 8724168 1562558464 5065 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11433/statm: 381484 5065 1361 10 0 378787 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1525936

[startup+0.701524 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11433
/proc/meminfo: memFree=1396536/2059040 swapFree=4192956/4192956
[pid=11433] ppid=11431 vsize=1527348 CPUtime=1.05
/proc/11433/stat : 11433 (java) S 11431 11433 10317 0 -1 4202496 7545 0 1 0 100 5 0 0 15 0 12 0 8724168 1564004352 6854 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11433/statm: 381837 6855 1402 10 0 379140 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1527348

[startup+1.50166 s]
/proc/loadavg: 1.00 1.00 1.00 4/118 11445
/proc/meminfo: memFree=1355584/2059040 swapFree=4192956/4192956
[pid=11433] ppid=11431 vsize=1533548 CPUtime=2.13
/proc/11433/stat : 11433 (java) S 11431 11433 10317 0 -1 4202496 22803 0 1 0 201 12 0 0 15 0 12 0 8724168 1570353152 21415 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11433/statm: 383387 21415 1406 10 0 380690 0
[pid=11433/tid=11435] ppid=11431 vsize=1533548 CPUtime=1.19
/proc/11433/task/11435/stat : 11435 (java) R 11431 11433 10317 0 -1 4202560 18559 0 1 0 110 9 0 0 18 0 12 0 8724169 1570353152 21415 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11433/tid=11436] ppid=11431 vsize=1533548 CPUtime=0
/proc/11433/task/11436/stat : 11436 (java) S 11431 11433 10317 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 8724171 1570353152 21415 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11437] ppid=11431 vsize=1533548 CPUtime=0
/proc/11433/task/11437/stat : 11437 (java) S 11431 11433 10317 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 8724171 1570353152 21415 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11438] ppid=11431 vsize=1533548 CPUtime=0
/proc/11433/task/11438/stat : 11438 (java) S 11431 11433 10317 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8724173 1570353152 21415 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 0 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11439] ppid=11431 vsize=1533548 CPUtime=0
/proc/11433/task/11439/stat : 11439 (java) S 11431 11433 10317 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 8724173 1570353152 21415 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11440] ppid=11431 vsize=1533548 CPUtime=0
/proc/11433/task/11440/stat : 11440 (java) S 11431 11433 10317 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 8724173 1570353152 21415 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11441] ppid=11431 vsize=1533548 CPUtime=0
/proc/11433/task/11441/stat : 11441 (java) S 11431 11433 10317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8724177 1570353152 21415 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11442] ppid=11431 vsize=1533548 CPUtime=0.5
/proc/11433/task/11442/stat : 11442 (java) S 11431 11433 10317 0 -1 4202560 1804 0 0 0 50 0 0 0 15 0 12 0 8724177 1570353152 21415 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11443] ppid=11431 vsize=1533548 CPUtime=0.39
/proc/11433/task/11443/stat : 11443 (java) R 11431 11433 10317 0 -1 4202560 1377 0 0 0 39 0 0 0 16 0 12 0 8724177 1570353152 21415 1992294400 134512640 134550932 4289880816 18446744073709551615 103189745 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11433/tid=11444] ppid=11431 vsize=1533548 CPUtime=0
/proc/11433/task/11444/stat : 11444 (java) S 11431 11433 10317 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 8724177 1570353152 21415 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11445] ppid=11431 vsize=1533548 CPUtime=0
/proc/11433/task/11445/stat : 11445 (java) S 11431 11433 10317 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 8724177 1570353152 21415 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 1533548

[startup+3.10194 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 11445
/proc/meminfo: memFree=1248820/2059040 swapFree=4192956/4192956
[pid=11433] ppid=11431 vsize=1535868 CPUtime=4.69
/proc/11433/stat : 11433 (java) S 11431 11433 10317 0 -1 4202496 40044 0 1 0 448 21 0 0 15 0 16 0 8724168 1572728832 38415 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11433/statm: 383967 38415 1433 10 0 381270 0
[pid=11433/tid=11435] ppid=11431 vsize=1535868 CPUtime=1.96
/proc/11433/task/11435/stat : 11435 (java) S 11431 11433 10317 0 -1 4202560 32040 0 1 0 180 16 0 0 20 0 16 0 8724169 1572728832 38415 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11436] ppid=11431 vsize=1535868 CPUtime=0.07
/proc/11433/task/11436/stat : 11436 (java) S 11431 11433 10317 0 -1 4202560 1720 0 0 0 7 0 0 0 16 0 16 0 8724171 1572728832 38415 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11437] ppid=11431 vsize=1535868 CPUtime=0.06
/proc/11433/task/11437/stat : 11437 (java) S 11431 11433 10317 0 -1 4202560 1512 0 0 0 6 0 0 0 18 0 16 0 8724171 1572728832 38415 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11438] ppid=11431 vsize=1535868 CPUtime=0
/proc/11433/task/11438/stat : 11438 (java) S 11431 11433 10317 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 16 0 8724173 1572728832 38415 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 0 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11439] ppid=11431 vsize=1535868 CPUtime=0
/proc/11433/task/11439/stat : 11439 (java) S 11431 11433 10317 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8724173 1572728832 38415 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11440] ppid=11431 vsize=1535868 CPUtime=0
/proc/11433/task/11440/stat : 11440 (java) S 11431 11433 10317 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8724173 1572728832 38415 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11441] ppid=11431 vsize=1535868 CPUtime=0
/proc/11433/task/11441/stat : 11441 (java) S 11431 11433 10317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 8724177 1572728832 38415 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11442] ppid=11431 vsize=1535868 CPUtime=0.97
/proc/11433/task/11442/stat : 11442 (java) R 11431 11433 10317 0 -1 4202560 1837 0 0 0 97 0 0 0 16 0 16 0 8724177 1572728832 38415 1992294400 134512640 134550932 4289880816 18446744073709551615 102092544 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11433/tid=11443] ppid=11431 vsize=1535868 CPUtime=0.88
/proc/11433/task/11443/stat : 11443 (java) R 11431 11433 10317 0 -1 4202560 1835 0 0 0 87 1 0 0 16 0 16 0 8724177 1572728832 38415 1992294400 134512640 134550932 4289880816 18446744073709551615 105573093 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11433/tid=11444] ppid=11431 vsize=1535868 CPUtime=0
/proc/11433/task/11444/stat : 11444 (java) S 11431 11433 10317 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 8724177 1572728832 38415 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11445] ppid=11431 vsize=1535868 CPUtime=0
/proc/11433/task/11445/stat : 11445 (java) S 11431 11433 10317 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 8724177 1572728832 38415 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 1535868

[startup+6.30149 s]
/proc/loadavg: 1.00 1.00 1.00 5/122 11449
/proc/meminfo: memFree=1215928/2059040 swapFree=4192956/4192956
[pid=11433] ppid=11431 vsize=1542268 CPUtime=11.01
/proc/11433/stat : 11433 (java) S 11431 11433 10317 0 -1 4202496 50852 0 1 0 1076 25 0 0 15 0 16 0 8724168 1579282432 47021 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11433/statm: 385567 47021 1441 10 0 382870 0
[pid=11433/tid=11435] ppid=11431 vsize=1542268 CPUtime=1.96
/proc/11433/task/11435/stat : 11435 (java) S 11431 11433 10317 0 -1 4202560 32040 0 1 0 180 16 0 0 18 0 16 0 8724169 1579282432 47021 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11436] ppid=11431 vsize=1542268 CPUtime=0.39
/proc/11433/task/11436/stat : 11436 (java) S 11431 11433 10317 0 -1 4202560 5459 0 0 0 38 1 0 0 15 0 16 0 8724171 1579282432 47021 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11437] ppid=11431 vsize=1542268 CPUtime=0.39
/proc/11433/task/11437/stat : 11437 (java) S 11431 11433 10317 0 -1 4202560 4738 0 0 0 37 2 0 0 16 0 16 0 8724171 1579282432 47021 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11438] ppid=11431 vsize=1542268 CPUtime=0
/proc/11433/task/11438/stat : 11438 (java) S 11431 11433 10317 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 8724173 1579282432 47021 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 0 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11439] ppid=11431 vsize=1542268 CPUtime=0
/proc/11433/task/11439/stat : 11439 (java) S 11431 11433 10317 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8724173 1579282432 47021 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11440] ppid=11431 vsize=1542268 CPUtime=0
/proc/11433/task/11440/stat : 11440 (java) S 11431 11433 10317 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8724173 1579282432 47021 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11441] ppid=11431 vsize=1542268 CPUtime=0
/proc/11433/task/11441/stat : 11441 (java) S 11431 11433 10317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 8724177 1579282432 47021 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11442] ppid=11431 vsize=1542268 CPUtime=2.1
/proc/11433/task/11442/stat : 11442 (java) S 11431 11433 10317 0 -1 4202560 5213 0 0 0 209 1 0 0 15 0 16 0 8724177 1579282432 47021 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11443] ppid=11431 vsize=1542268 CPUtime=1.5
/proc/11433/task/11443/stat : 11443 (java) S 11431 11433 10317 0 -1 4202560 2269 0 0 0 149 1 0 0 15 0 16 0 8724177 1579282432 47021 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11444] ppid=11431 vsize=1542268 CPUtime=0
/proc/11433/task/11444/stat : 11444 (java) S 11431 11433 10317 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 8724177 1579282432 47021 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11445] ppid=11431 vsize=1542268 CPUtime=0
/proc/11433/task/11445/stat : 11445 (java) S 11431 11433 10317 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 8724177 1579282432 47021 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11446] ppid=11431 vsize=1542268 CPUtime=2.87
/proc/11433/task/11446/stat : 11446 (java) R 11431 11433 10317 0 -1 4202560 21 0 0 0 287 0 0 0 19 0 16 0 8724406 1579282432 47021 1992294400 134512640 134550932 4289880816 18446744073709551615 4109081040 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11433/tid=11447] ppid=11431 vsize=1542268 CPUtime=1.73
/proc/11433/task/11447/stat : 11447 (java) R 11431 11433 10317 0 -1 4202560 30 0 0 0 173 0 0 0 19 0 16 0 8724406 1579282432 47021 1992294400 134512640 134550932 4289880816 18446744073709551615 4109081097 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11433/tid=11448] ppid=11431 vsize=1542268 CPUtime=0
/proc/11433/task/11448/stat : 11448 (java) S 11431 11433 10317 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 8724413 1579282432 47021 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11449] ppid=11431 vsize=1542268 CPUtime=0
/proc/11433/task/11449/stat : 11449 (java) S 11431 11433 10317 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 8724414 1579282432 47021 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.01
Current children cumulated vsize (KiB) 1542268

[startup+12.7016 s]
/proc/loadavg: 1.31 1.07 1.02 4/122 11449
/proc/meminfo: memFree=1186788/2059040 swapFree=4192956/4192956
[pid=11433] ppid=11431 vsize=1542932 CPUtime=23.51
/proc/11433/stat : 11433 (java) S 11431 11433 10317 0 -1 4202496 60810 0 1 0 2320 31 0 0 15 0 16 0 8724168 1579962368 53609 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11433/statm: 385733 53609 1450 10 0 383036 0
[pid=11433/tid=11435] ppid=11431 vsize=1542932 CPUtime=1.96
/proc/11433/task/11435/stat : 11435 (java) S 11431 11433 10317 0 -1 4202560 32040 0 1 0 180 16 0 0 15 0 16 0 8724169 1579962368 53609 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11436] ppid=11431 vsize=1542932 CPUtime=0.76
/proc/11433/task/11436/stat : 11436 (java) S 11431 11433 10317 0 -1 4202560 9240 0 0 0 73 3 0 0 16 0 16 0 8724171 1579962368 53609 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11437] ppid=11431 vsize=1542932 CPUtime=0.75
/proc/11433/task/11437/stat : 11437 (java) S 11431 11433 10317 0 -1 4202560 8206 0 0 0 72 3 0 0 16 0 16 0 8724171 1579962368 53609 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11438] ppid=11431 vsize=1542932 CPUtime=0.18
/proc/11433/task/11438/stat : 11438 (java) S 11431 11433 10317 0 -1 4202560 87 0 0 0 18 0 0 0 15 0 16 0 8724173 1579962368 53609 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 0 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11439] ppid=11431 vsize=1542932 CPUtime=0
/proc/11433/task/11439/stat : 11439 (java) S 11431 11433 10317 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8724173 1579962368 53609 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11440] ppid=11431 vsize=1542932 CPUtime=0
/proc/11433/task/11440/stat : 11440 (java) S 11431 11433 10317 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8724173 1579962368 53609 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11441] ppid=11431 vsize=1542932 CPUtime=0
/proc/11433/task/11441/stat : 11441 (java) S 11431 11433 10317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 8724177 1579962368 53609 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11442] ppid=11431 vsize=1542932 CPUtime=2.14
/proc/11433/task/11442/stat : 11442 (java) S 11431 11433 10317 0 -1 4202560 5213 0 0 0 213 1 0 0 15 0 16 0 8724177 1579962368 53609 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11443] ppid=11431 vsize=1542932 CPUtime=1.94
/proc/11433/task/11443/stat : 11443 (java) S 11431 11433 10317 0 -1 4202560 4885 0 0 0 192 2 0 0 15 0 16 0 8724177 1579962368 53609 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11444] ppid=11431 vsize=1542932 CPUtime=0
/proc/11433/task/11444/stat : 11444 (java) S 11431 11433 10317 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 8724177 1579962368 53609 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11445] ppid=11431 vsize=1542932 CPUtime=0
/proc/11433/task/11445/stat : 11445 (java) S 11431 11433 10317 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 8724177 1579962368 53609 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11446] ppid=11431 vsize=1542932 CPUtime=8.26
/proc/11433/task/11446/stat : 11446 (java) R 11431 11433 10317 0 -1 4202560 27 0 0 0 826 0 0 0 17 0 16 0 8724406 1579962368 53609 1992294400 134512640 134550932 4289880816 18446744073709551615 4109156031 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11433/tid=11447] ppid=11431 vsize=1542932 CPUtime=7.44
/proc/11433/task/11447/stat : 11447 (java) R 11431 11433 10317 0 -1 4202560 41 0 0 0 744 0 0 0 25 0 16 0 8724406 1579962368 53609 1992294400 134512640 134550932 4289880816 18446744073709551615 4109329219 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11433/tid=11448] ppid=11431 vsize=1542932 CPUtime=0
/proc/11433/task/11448/stat : 11448 (java) S 11431 11433 10317 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 8724413 1579962368 53609 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11449] ppid=11431 vsize=1542932 CPUtime=0
/proc/11433/task/11449/stat : 11449 (java) S 11431 11433 10317 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 8724414 1579962368 53609 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.51
Current children cumulated vsize (KiB) 1542932

[startup+25.503 s]
/proc/loadavg: 1.41 1.10 1.03 3/122 11449
/proc/meminfo: memFree=1178480/2059040 swapFree=4192956/4192956
[pid=11433] ppid=11431 vsize=1539536 CPUtime=48.7
/proc/11433/stat : 11433 (java) S 11431 11433 10317 0 -1 4202496 64431 0 1 0 4836 34 0 0 15 0 16 0 8724168 1576484864 56190 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/11433/statm: 384884 84094 1450 10 0 382187 0
[pid=11433/tid=11435] ppid=11431 vsize=1539536 CPUtime=1.96
/proc/11433/task/11435/stat : 11435 (java) S 11431 11433 10317 0 -1 4202560 32052 0 1 0 180 16 0 0 15 0 16 0 8724169 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11436] ppid=11431 vsize=1539536 CPUtime=14.63
/proc/11433/task/11436/stat : 11436 (java) S 11431 11433 10317 0 -1 4202560 25286 0 0 0 1443 20 0 0 15 0 16 0 8724171 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11437] ppid=11431 vsize=1539536 CPUtime=14.64
/proc/11433/task/11437/stat : 11437 (java) S 11431 11433 10317 0 -1 4202560 24172 0 0 0 1436 28 0 0 16 0 16 0 8724171 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11438] ppid=11431 vsize=1539536 CPUtime=10.48
/proc/11433/task/11438/stat : 11438 (java) S 11431 11433 10317 0 -1 4202560 4330 0 0 0 1034 14 0 0 15 0 16 0 8724173 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 0 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11439] ppid=11431 vsize=1539536 CPUtime=0
/proc/11433/task/11439/stat : 11439 (java) S 11431 11433 10317 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8724173 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11440] ppid=11431 vsize=1539536 CPUtime=0
/proc/11433/task/11440/stat : 11440 (java) S 11431 11433 10317 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8724173 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11441] ppid=11431 vsize=1539536 CPUtime=0
/proc/11433/task/11441/stat : 11441 (java) S 11431 11433 10317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 8724177 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11442] ppid=11431 vsize=1539536 CPUtime=2.3
/proc/11433/task/11442/stat : 11442 (java) S 11431 11433 10317 0 -1 4202560 5213 0 0 0 229 1 0 0 16 0 16 0 8724177 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11443] ppid=11431 vsize=1539536 CPUtime=2.75
/proc/11433/task/11443/stat : 11443 (java) S 11431 11433 10317 0 -1 4202560 5252 0 0 0 272 3 0 0 15 0 16 0 8724177 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11444] ppid=11431 vsize=1539536 CPUtime=0
/proc/11433/task/11444/stat : 11444 (java) S 11431 11433 10317 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 8724177 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11445] ppid=11431 vsize=1539536 CPUtime=0
/proc/11433/task/11445/stat : 11445 (java) S 11431 11433 10317 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 8724177 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11446] ppid=11431 vsize=1539536 CPUtime=785.57
/proc/11433/task/11446/stat : 11446 (java) R 11431 11433 10317 0 -1 4202560 320 0 0 0 78535 22 0 0 25 0 16 0 8724406 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4108958787 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11433/tid=11447] ppid=11431 vsize=1539536 CPUtime=785.77
/proc/11433/task/11447/stat : 11447 (java) R 11431 11433 10317 0 -1 4202560 316 0 0 0 78564 13 0 0 25 0 16 0 8724406 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4109178864 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11433/tid=11448] ppid=11431 vsize=1539536 CPUtime=0
/proc/11433/task/11448/stat : 11448 (java) S 11431 11433 10317 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 8724413 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11449] ppid=11431 vsize=1539536 CPUtime=0
/proc/11433/task/11449/stat : 11449 (java) S 11431 11433 10317 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 8724414 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1618.19
Current children cumulated vsize (KiB) 1539536

[startup+882.313 s]
/proc/loadavg: 2.11 2.07 1.68 3/122 11473
/proc/meminfo: memFree=1062292/2059040 swapFree=4192956/4192956
[pid=11433] ppid=11431 vsize=1539536 CPUtime=1736.6
/proc/11433/stat : 11433 (java) S 11431 11433 10317 0 -1 4202496 98272 0 1 0 173531 129 0 0 15 0 16 0 8724168 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11433/statm: 384884 84094 1450 10 0 382187 0
[pid=11433/tid=11435] ppid=11431 vsize=1539536 CPUtime=1.96
/proc/11433/task/11435/stat : 11435 (java) S 11431 11433 10317 0 -1 4202560 32054 0 1 0 180 16 0 0 15 0 16 0 8724169 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11436] ppid=11431 vsize=1539536 CPUtime=15.87
/proc/11433/task/11436/stat : 11436 (java) R 11431 11433 10317 0 -1 4202560 25286 0 0 0 1566 21 0 0 15 0 16 0 8724171 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 105886418 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11433/tid=11437] ppid=11431 vsize=1539536 CPUtime=15.85
/proc/11433/task/11437/stat : 11437 (java) R 11431 11433 10317 0 -1 4202560 24172 0 0 0 1554 31 0 0 15 0 16 0 8724171 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11433/tid=11438] ppid=11431 vsize=1539536 CPUtime=11.05
/proc/11433/task/11438/stat : 11438 (java) S 11431 11433 10317 0 -1 4202560 4495 0 0 0 1091 14 0 0 16 0 16 0 8724173 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 0 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11439] ppid=11431 vsize=1539536 CPUtime=0
/proc/11433/task/11439/stat : 11439 (java) S 11431 11433 10317 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8724173 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11440] ppid=11431 vsize=1539536 CPUtime=0
/proc/11433/task/11440/stat : 11440 (java) S 11431 11433 10317 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8724173 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11441] ppid=11431 vsize=1539536 CPUtime=0
/proc/11433/task/11441/stat : 11441 (java) S 11431 11433 10317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 8724177 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11442] ppid=11431 vsize=1539536 CPUtime=2.3
/proc/11433/task/11442/stat : 11442 (java) S 11431 11433 10317 0 -1 4202560 5213 0 0 0 229 1 0 0 16 0 16 0 8724177 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11443] ppid=11431 vsize=1539536 CPUtime=2.75
/proc/11433/task/11443/stat : 11443 (java) S 11431 11433 10317 0 -1 4202560 5252 0 0 0 272 3 0 0 15 0 16 0 8724177 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11444] ppid=11431 vsize=1539536 CPUtime=0
/proc/11433/task/11444/stat : 11444 (java) S 11431 11433 10317 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 8724177 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11445] ppid=11431 vsize=1539536 CPUtime=0
/proc/11433/task/11445/stat : 11445 (java) S 11431 11433 10317 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 8724177 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11446] ppid=11431 vsize=1539536 CPUtime=842.77
/proc/11433/task/11446/stat : 11446 (java) S 11431 11433 10317 0 -1 4202560 341 0 0 0 84253 24 0 0 25 0 16 0 8724406 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11447] ppid=11431 vsize=1539536 CPUtime=843.96
/proc/11433/task/11447/stat : 11447 (java) S 11431 11433 10317 0 -1 4202560 334 0 0 0 84382 14 0 0 25 0 16 0 8724406 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11448] ppid=11431 vsize=1539536 CPUtime=0
/proc/11433/task/11448/stat : 11448 (java) S 11431 11433 10317 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 8724413 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11449] ppid=11431 vsize=1539536 CPUtime=0
/proc/11433/task/11449/stat : 11449 (java) S 11431 11433 10317 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 8724414 1576484864 84094 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1736.6
Current children cumulated vsize (KiB) 1539536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+914.702 s]
/proc/loadavg: 2.00 2.05 1.69 2/122 11473
/proc/meminfo: memFree=1061672/2059040 swapFree=4192956/4192956
[pid=11433] ppid=11431 vsize=1539536 CPUtime=1800.03
/proc/11433/stat : 11433 (java) S 11431 11433 10317 0 -1 4202496 98603 0 1 0 179871 132 0 0 15 0 16 0 8724168 1576484864 84236 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11433/statm: 384884 84236 1450 10 0 382187 0
[pid=11433/tid=11435] ppid=11431 vsize=1539536 CPUtime=1.96
/proc/11433/task/11435/stat : 11435 (java) S 11431 11433 10317 0 -1 4202560 32054 0 1 0 180 16 0 0 15 0 16 0 8724169 1576484864 84236 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11436] ppid=11431 vsize=1539536 CPUtime=16.49
/proc/11433/task/11436/stat : 11436 (java) S 11431 11433 10317 0 -1 4202560 25362 0 0 0 1628 21 0 0 15 0 16 0 8724171 1576484864 84236 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11437] ppid=11431 vsize=1539536 CPUtime=16.47
/proc/11433/task/11437/stat : 11437 (java) S 11431 11433 10317 0 -1 4202560 24241 0 0 0 1615 32 0 0 16 0 16 0 8724171 1576484864 84236 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11438] ppid=11431 vsize=1539536 CPUtime=11.86
/proc/11433/task/11438/stat : 11438 (java) R 11431 11433 10317 0 -1 4202560 4658 0 0 0 1172 14 0 0 16 0 16 0 8724173 1576484864 84236 1992294400 134512640 134550932 4289880816 18446744073709551615 104177864 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=11433/tid=11439] ppid=11431 vsize=1539536 CPUtime=0
/proc/11433/task/11439/stat : 11439 (java) S 11431 11433 10317 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8724173 1576484864 84236 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11440] ppid=11431 vsize=1539536 CPUtime=0
/proc/11433/task/11440/stat : 11440 (java) S 11431 11433 10317 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8724173 1576484864 84236 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11441] ppid=11431 vsize=1539536 CPUtime=0
/proc/11433/task/11441/stat : 11441 (java) S 11431 11433 10317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 8724177 1576484864 84236 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11442] ppid=11431 vsize=1539536 CPUtime=2.3
/proc/11433/task/11442/stat : 11442 (java) S 11431 11433 10317 0 -1 4202560 5213 0 0 0 229 1 0 0 16 0 16 0 8724177 1576484864 84236 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11443] ppid=11431 vsize=1539536 CPUtime=2.75
/proc/11433/task/11443/stat : 11443 (java) S 11431 11433 10317 0 -1 4202560 5252 0 0 0 272 3 0 0 15 0 16 0 8724177 1576484864 84236 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11444] ppid=11431 vsize=1539536 CPUtime=0
/proc/11433/task/11444/stat : 11444 (java) S 11431 11433 10317 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 8724177 1576484864 84236 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11445] ppid=11431 vsize=1539536 CPUtime=0
/proc/11433/task/11445/stat : 11445 (java) R 11431 11433 10317 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 8724177 1576484864 84236 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11433/tid=11446] ppid=11431 vsize=1539536 CPUtime=873.42
/proc/11433/task/11446/stat : 11446 (java) S 11431 11433 10317 0 -1 4202560 352 0 0 0 87317 25 0 0 25 0 16 0 8724406 1576484864 84236 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11447] ppid=11431 vsize=1539536 CPUtime=874.68
/proc/11433/task/11447/stat : 11447 (java) S 11431 11433 10317 0 -1 4202560 344 0 0 0 87454 14 0 0 25 0 16 0 8724406 1576484864 84236 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11448] ppid=11431 vsize=1539536 CPUtime=0
/proc/11433/task/11448/stat : 11448 (java) S 11431 11433 10317 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 8724413 1576484864 84236 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11449] ppid=11431 vsize=1539536 CPUtime=0
/proc/11433/task/11449/stat : 11449 (java) S 11431 11433 10317 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 8724414 1576484864 84236 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1539536

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

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

[startup+915.102 s]
/proc/loadavg: 2.00 2.05 1.69 2/122 11473
/proc/meminfo: memFree=1061672/2059040 swapFree=4192956/4192956
[pid=11433] ppid=11431 vsize=1540180 CPUtime=1800.42
/proc/11433/stat : 11433 (java) S 11431 11433 10317 0 -1 4202496 98764 0 1 0 179910 132 0 0 15 0 16 0 8724168 1577144320 84397 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11433/statm: 385045 84397 1450 10 0 382348 0
[pid=11433/tid=11435] ppid=11431 vsize=1540180 CPUtime=1.96
/proc/11433/task/11435/stat : 11435 (java) S 11431 11433 10317 0 -1 4202560 32054 0 1 0 180 16 0 0 15 0 16 0 8724169 1577144320 84397 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11436] ppid=11431 vsize=1540180 CPUtime=16.49
/proc/11433/task/11436/stat : 11436 (java) S 11431 11433 10317 0 -1 4202560 25362 0 0 0 1628 21 0 0 15 0 16 0 8724171 1577144320 84397 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11437] ppid=11431 vsize=1540180 CPUtime=16.47
/proc/11433/task/11437/stat : 11437 (java) S 11431 11433 10317 0 -1 4202560 24241 0 0 0 1615 32 0 0 16 0 16 0 8724171 1577144320 84397 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11438] ppid=11431 vsize=1540180 CPUtime=12.25
/proc/11433/task/11438/stat : 11438 (java) R 11431 11433 10317 0 -1 4202560 4819 0 0 0 1211 14 0 0 16 0 16 0 8724173 1577144320 84397 1992294400 134512640 134550932 4289880816 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=11433/tid=11439] ppid=11431 vsize=1540180 CPUtime=0
/proc/11433/task/11439/stat : 11439 (java) S 11431 11433 10317 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8724173 1577144320 84397 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11440] ppid=11431 vsize=1540180 CPUtime=0
/proc/11433/task/11440/stat : 11440 (java) S 11431 11433 10317 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8724173 1577144320 84397 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11441] ppid=11431 vsize=1540180 CPUtime=0
/proc/11433/task/11441/stat : 11441 (java) S 11431 11433 10317 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 8724177 1577144320 84397 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11442] ppid=11431 vsize=1540180 CPUtime=2.3
/proc/11433/task/11442/stat : 11442 (java) S 11431 11433 10317 0 -1 4202560 5213 0 0 0 229 1 0 0 16 0 16 0 8724177 1577144320 84397 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11443] ppid=11431 vsize=1540180 CPUtime=2.75
/proc/11433/task/11443/stat : 11443 (java) S 11431 11433 10317 0 -1 4202560 5252 0 0 0 272 3 0 0 15 0 16 0 8724177 1577144320 84397 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11444] ppid=11431 vsize=1540180 CPUtime=0
/proc/11433/task/11444/stat : 11444 (java) S 11431 11433 10317 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 8724177 1577144320 84397 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11445] ppid=11431 vsize=1540180 CPUtime=0
/proc/11433/task/11445/stat : 11445 (java) S 11431 11433 10317 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 8724177 1577144320 84397 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11446] ppid=11431 vsize=1540180 CPUtime=873.42
/proc/11433/task/11446/stat : 11446 (java) S 11431 11433 10317 0 -1 4202560 352 0 0 0 87317 25 0 0 25 0 16 0 8724406 1577144320 84397 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=11433/tid=11447] ppid=11431 vsize=1540180 CPUtime=874.68
/proc/11433/task/11447/stat : 11447 (java) S 11431 11433 10317 0 -1 4202560 344 0 0 0 87454 14 0 0 25 0 16 0 8724406 1577144320 84397 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11448] ppid=11431 vsize=1540180 CPUtime=0
/proc/11433/task/11448/stat : 11448 (java) S 11431 11433 10317 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 8724413 1577144320 84397 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=11433/tid=11449] ppid=11431 vsize=1540180 CPUtime=0
/proc/11433/task/11449/stat : 11449 (java) S 11431 11433 10317 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 8724414 1577144320 84397 1992294400 134512640 134550932 4289880816 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 1540180

[startup+915.311 s]
/proc/loadavg: 2.00 2.05 1.69 4/125 11476
/proc/meminfo: memFree=1061516/2059040 swapFree=4192956/4192956
[pid=11433] ppid=11431 vsize=0 CPUtime=1800.73
/proc/11433/stat : 11433 (java) Z 11431 11433 10317 0 -1 4203548 98785 0 1 0 179941 132 0 0 15 0 2 0 8724168 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11433/statm: 0 0 0 0 0 0 0
[pid=11433/tid=11446] ppid=11431 vsize=0 CPUtime=873.55
/proc/11433/task/11446/stat : 11446 (java) R 11431 11433 10317 0 -1 4203588 352 0 0 0 87329 26 0 0 20 0 2 0 8724406 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.73
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 915.34
CPU time (s): 1800.77
CPU user time (s): 1799.41
CPU system time (s): 1.35579
CPU usage (%): 196.732
Max. virtual memory (cumulated for all children) (KiB): 1546996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 1.35579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98785
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= 27197
involuntary context switches= 52461

runsolver used 4.47932 second user time and 10.7674 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-12 10:27:08
IDJOB=2662115
IDBENCH=1449
IDSOLVER=1166
FILE ID=node014/2662115-1276331228
PBS_JOBID= 11173153
Free space on /tmp= 62464 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.6.accl.ucl.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662115-1276331228/watcher-2662115-1276331228 -o /tmp/evaluation-result-2662115-1276331228/solver-2662115-1276331228 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662115-1276331228.opb

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

MD5SUM BENCH= 9d22902ade96af236e70cdbf7d8bd853
RANDOM SEED=157009412

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1396808 kB
Buffers:        112616 kB
Cached:         405748 kB
SwapCached:          0 kB
Active:         186232 kB
Inactive:       391936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1396808 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2416 kB
Writeback:           0 kB
AnonPages:       59680 kB
Mapped:          15368 kB
Slab:            62064 kB
PageTables:       4056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182620 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= 62460 MiB
End job on node014 at 2010-06-12 10:42:25