Trace number 2669938

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.33 1772.79

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=173-P1=23-P2=211-P3=199-P4=389-P5=269-P6=383-P7=211-P8=347-B.opb
MD5SUM98317fc891a56a06b9f6f284bcd4ad38
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark16.0286
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables216
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)648
Sum of products size (including duplicates)1296
Number of different products648
Sum of products size1296

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c No reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2669938-1276698660.opb
0.22/0.21	c reading problem ... 
0.51/0.45	c ... done. Wall clock time 0.242s.
0.51/0.45	c #vars     864
0.51/0.45	c #constraints  1321
0.51/0.45	c constraints type 
0.51/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 648
0.51/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 673
67.10/64.56	c cleaning 0 clauses out of 5000 with flag 0/5000
258.46/254.48	c cleaning 0 clauses out of 11000 with flag 0/11000
612.14/604.13	c cleaning 0 clauses out of 18001 with flag 0/18001
1669.09/1644.02	c cleaning 0 clauses out of 26000 with flag 0/26000
1800.07/1772.63	c starts		: 54
1800.07/1772.63	c conflicts		: 26741
1800.07/1772.63	c decisions		: 29131
1800.07/1772.64	c propagations		: 482068
1800.07/1772.64	c inspects		: 810431334
1800.07/1772.64	c learnt literals	: 0
1800.07/1772.64	c learnt binary clauses	: 0
1800.07/1772.64	c learnt ternary clauses	: 0
1800.07/1772.64	c learnt clauses	: 26741
1800.07/1772.64	c ignored clauses	: 0
1800.07/1772.64	c root simplifications	: 0
1800.07/1772.64	c removed literals (reason simplification)	: 0
1800.07/1772.64	c reason swapping (by a shorter reason)	: 0
1800.07/1772.64	c Calls to reduceDB	: 4
1800.07/1772.64	c number of reductions to clauses (during analyze)	: 0
1800.07/1772.64	c number of learned constraints concerned by reduction	: 0
1800.07/1772.64	c number of learning phase by resolution	: 0
1800.07/1772.64	c number of learning phase by cutting planes	: 0
1800.07/1772.64	c speed (assignments/second)	: 272.0194652693685
1800.07/1772.64	c non guided choices	710
1800.07/1772.69	c learnt constraints type 
1800.07/1772.69	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 77
1800.07/1772.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26664
1800.07/1772.69	c constraints type 
1800.07/1772.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 648
1800.07/1772.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 673
1800.07/1772.69	s UNKNOWN
1800.07/1772.69	c Total wall clock time (in seconds): 1772.483

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-2669938-1276698660/watcher-2669938-1276698660 -o /tmp/evaluation-result-2669938-1276698660/solver-2669938-1276698660 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2669938-1276698660.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: 0.00 0.00 0.17 3/106 15644
/proc/meminfo: memFree=1690596/2059040 swapFree=4187148/4192956
[pid=15644] ppid=15642 vsize=1832 CPUtime=0
/proc/15644/stat : 15644 (java6) R 15642 15644 15619 0 -1 4194304 244 0 0 0 0 0 0 0 19 0 1 0 11157845 1875968 148 1992294400 134512640 134550932 4286863264 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/15644/statm: 458 148 111 10 0 63 0

[startup+0.0460599 s]
/proc/loadavg: 0.00 0.00 0.17 3/106 15644
/proc/meminfo: memFree=1690596/2059040 swapFree=4187148/4192956
[pid=15644] ppid=15642 vsize=1520328 CPUtime=0.03
/proc/15644/stat : 15644 (java) S 15642 15644 15619 0 -1 4202496 3410 0 1 0 1 2 0 0 18 0 4 0 11157845 1556815872 2854 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15644/statm: 380082 2854 950 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.101061 s]
/proc/loadavg: 0.00 0.00 0.17 3/106 15644
/proc/meminfo: memFree=1690596/2059040 swapFree=4187148/4192956
[pid=15644] ppid=15642 vsize=1524024 CPUtime=0.08
/proc/15644/stat : 15644 (java) S 15642 15644 15619 0 -1 4202496 3935 0 1 0 6 2 0 0 18 0 12 0 11157845 1560600576 3375 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15644/statm: 381006 3375 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.301082 s]
/proc/loadavg: 0.00 0.00 0.17 3/106 15644
/proc/meminfo: memFree=1690596/2059040 swapFree=4187148/4192956
[pid=15644] ppid=15642 vsize=1526092 CPUtime=0.36
/proc/15644/stat : 15644 (java) S 15642 15644 15619 0 -1 4202496 5283 0 1 0 33 3 0 0 18 0 12 0 11157845 1562718208 4721 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15644/statm: 381523 4721 1358 10 0 378825 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526092

[startup+0.701124 s]
/proc/loadavg: 0.00 0.00 0.17 3/106 15644
/proc/meminfo: memFree=1690596/2059040 swapFree=4187148/4192956
[pid=15644] ppid=15642 vsize=1528568 CPUtime=1.09
/proc/15644/stat : 15644 (java) S 15642 15644 15619 0 -1 4202496 7097 0 1 0 105 4 0 0 18 0 13 0 11157845 1565253632 6441 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15644/statm: 382142 6442 1405 10 0 379444 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1528568

[startup+1.5012 s]
/proc/loadavg: 0.00 0.00 0.17 5/119 15657
/proc/meminfo: memFree=1654224/2059040 swapFree=4187148/4192956
[pid=15644] ppid=15642 vsize=1546400 CPUtime=2.69
/proc/15644/stat : 15644 (java) S 15642 15644 15619 0 -1 4202496 18173 0 1 0 260 9 0 0 18 0 13 0 11157845 1583513600 13540 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15644/statm: 386600 13540 1415 10 0 383902 0
[pid=15644/tid=15646] ppid=15642 vsize=1546400 CPUtime=1
/proc/15644/task/15646/stat : 15646 (java) R 15642 15644 15619 0 -1 4202560 7733 0 1 0 96 4 0 0 25 0 13 0 11157847 1583513600 13540 1992294400 134512640 134550932 4289612560 18446744073709551615 104175312 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15644/tid=15647] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15647/stat : 15647 (java) S 15642 15644 15619 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 11157848 1583513600 13540 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15648] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15648/stat : 15648 (java) S 15642 15644 15619 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 11157848 1583513600 13540 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15649] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15649/stat : 15649 (java) S 15642 15644 15619 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 11157850 1583513600 13540 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 0 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15650] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15650/stat : 15650 (java) S 15642 15644 15619 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 11157850 1583513600 13540 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15651] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15651/stat : 15651 (java) S 15642 15644 15619 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 11157850 1583513600 13540 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15652] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15652/stat : 15652 (java) S 15642 15644 15619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157855 1583513600 13540 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15653] ppid=15642 vsize=1546400 CPUtime=1.07
/proc/15644/task/15653/stat : 15653 (java) R 15642 15644 15619 0 -1 4202560 5711 0 0 0 105 2 0 0 18 0 13 0 11157855 1583513600 13540 1992294400 134512640 134550932 4289612560 18446744073709551615 105872295 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15644/tid=15654] ppid=15642 vsize=1546400 CPUtime=0.59
/proc/15644/task/15654/stat : 15654 (java) R 15642 15644 15619 0 -1 4202560 3661 0 0 0 58 1 0 0 18 0 13 0 11157855 1583513600 13540 1992294400 134512640 134550932 4289612560 18446744073709551615 104140767 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15644/tid=15655] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15655/stat : 15655 (java) S 15642 15644 15619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157855 1583513600 13540 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15656] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15656/stat : 15656 (java) S 15642 15644 15619 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11157855 1583513600 13540 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 1 0 0 0
[pid=15644/tid=15657] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15657/stat : 15657 (java) S 15642 15644 15619 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11157892 1583513600 13540 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 1546400

[startup+3.10134 s]
/proc/loadavg: 0.00 0.00 0.17 4/119 15657
/proc/meminfo: memFree=1606980/2059040 swapFree=4187148/4192956
[pid=15644] ppid=15642 vsize=1546400 CPUtime=5.14
/proc/15644/stat : 15644 (java) S 15642 15644 15619 0 -1 4202496 44430 0 1 0 495 19 0 0 18 0 13 0 11157845 1583513600 38486 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15644/statm: 386600 38486 1437 10 0 383902 0
[pid=15644/tid=15646] ppid=15642 vsize=1546400 CPUtime=2.18
/proc/15644/task/15646/stat : 15646 (java) R 15642 15644 15619 0 -1 4202560 32082 0 1 0 204 14 0 0 25 0 13 0 11157847 1583513600 38486 1992294400 134512640 134550932 4289612560 18446744073709551615 4109625557 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15644/tid=15647] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15647/stat : 15647 (java) S 15642 15644 15619 0 -1 4202560 268 0 0 0 0 0 0 0 18 0 13 0 11157848 1583513600 38486 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15648] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15648/stat : 15648 (java) S 15642 15644 15619 0 -1 4202560 158 0 0 0 0 0 0 0 18 0 13 0 11157848 1583513600 38486 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 1 0 0 0
[pid=15644/tid=15649] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15649/stat : 15649 (java) S 15642 15644 15619 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 13 0 11157850 1583513600 38486 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 0 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15650] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15650/stat : 15650 (java) S 15642 15644 15619 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11157850 1583513600 38487 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15651] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15651/stat : 15651 (java) S 15642 15644 15619 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11157850 1583513600 38488 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15652] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15652/stat : 15652 (java) S 15642 15644 15619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157855 1583513600 38488 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15653] ppid=15642 vsize=1546400 CPUtime=1.79
/proc/15644/task/15653/stat : 15653 (java) R 15642 15644 15619 0 -1 4202560 5795 0 0 0 177 2 0 0 15 0 13 0 11157855 1583513600 38488 1992294400 134512640 134550932 4289612560 18446744073709551615 101914559 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15644/tid=15654] ppid=15642 vsize=1546400 CPUtime=1.11
/proc/15644/task/15654/stat : 15654 (java) S 15642 15644 15619 0 -1 4202560 5056 0 0 0 110 1 0 0 15 0 13 0 11157855 1583513600 38488 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15655] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15655/stat : 15655 (java) S 15642 15644 15619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157855 1583513600 38488 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15656] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15656/stat : 15656 (java) S 15642 15644 15619 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11157855 1583513600 38488 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 1 0 0 0
[pid=15644/tid=15657] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15657/stat : 15657 (java) S 15642 15644 15619 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11157892 1583513600 38488 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.14
Current children cumulated vsize (KiB) 1546400

[startup+6.30163 s]
/proc/loadavg: 0.08 0.02 0.18 2/119 15657
/proc/meminfo: memFree=1534564/2059040 swapFree=4187148/4192956
[pid=15644] ppid=15642 vsize=1546400 CPUtime=8.47
/proc/15644/stat : 15644 (java) S 15642 15644 15619 0 -1 4202496 53407 0 1 0 824 23 0 0 18 0 13 0 11157845 1583513600 47319 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15644/statm: 386600 47319 1437 10 0 383902 0
[pid=15644/tid=15646] ppid=15642 vsize=1546400 CPUtime=5.27
/proc/15644/task/15646/stat : 15646 (java) R 15642 15644 15619 0 -1 4202560 36677 0 1 0 512 15 0 0 25 0 13 0 11157847 1583513600 47319 1992294400 134512640 134550932 4289612560 18446744073709551615 4109656739 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15644/tid=15647] ppid=15642 vsize=1546400 CPUtime=0.07
/proc/15644/task/15647/stat : 15647 (java) S 15642 15644 15619 0 -1 4202560 2516 0 0 0 7 0 0 0 16 0 13 0 11157848 1583513600 47319 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15648] ppid=15642 vsize=1546400 CPUtime=0.08
/proc/15644/task/15648/stat : 15648 (java) S 15642 15644 15619 0 -1 4202560 2263 0 0 0 7 1 0 0 16 0 13 0 11157848 1583513600 47319 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 1 0 0 0
[pid=15644/tid=15649] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15649/stat : 15649 (java) S 15642 15644 15619 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 11157850 1583513600 47319 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 0 0 16800975 18446604435774188352 0 0 -1 1 0 0 0
[pid=15644/tid=15650] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15650/stat : 15650 (java) S 15642 15644 15619 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11157850 1583513600 47319 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15651] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15651/stat : 15651 (java) S 15642 15644 15619 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11157850 1583513600 47319 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15652] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15652/stat : 15652 (java) S 15642 15644 15619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157855 1583513600 47319 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15653] ppid=15642 vsize=1546400 CPUtime=1.83
/proc/15644/task/15653/stat : 15653 (java) S 15642 15644 15619 0 -1 4202560 5799 0 0 0 181 2 0 0 15 0 13 0 11157855 1583513600 47319 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 1 0 0 0
[pid=15644/tid=15654] ppid=15642 vsize=1546400 CPUtime=1.16
/proc/15644/task/15654/stat : 15654 (java) S 15642 15644 15619 0 -1 4202560 5059 0 0 0 115 1 0 0 15 0 13 0 11157855 1583513600 47319 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15655] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15655/stat : 15655 (java) S 15642 15644 15619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157855 1583513600 47319 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15656] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15656/stat : 15656 (java) S 15642 15644 15619 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11157855 1583513600 47319 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 1 0 0 0
[pid=15644/tid=15657] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15657/stat : 15657 (java) S 15642 15644 15619 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11157892 1583513600 47319 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.47
Current children cumulated vsize (KiB) 1546400

[startup+12.7012 s]
/proc/loadavg: 0.15 0.03 0.18 2/119 15657
/proc/meminfo: memFree=1497984/2059040 swapFree=4187148/4192956
[pid=15644] ppid=15642 vsize=1546400 CPUtime=14.94
/proc/15644/stat : 15644 (java) S 15642 15644 15619 0 -1 4202496 55887 0 1 0 1470 24 0 0 18 0 13 0 11157845 1583513600 49444 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15644/statm: 386600 49444 1437 10 0 383902 0
[pid=15644/tid=15646] ppid=15642 vsize=1546400 CPUtime=11.6
/proc/15644/task/15646/stat : 15646 (java) R 15642 15644 15619 0 -1 4202560 36685 0 1 0 1145 15 0 0 25 0 13 0 11157847 1583513600 49444 1992294400 134512640 134550932 4289612560 18446744073709551615 4109667039 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15644/tid=15647] ppid=15642 vsize=1546400 CPUtime=0.14
/proc/15644/task/15647/stat : 15647 (java) S 15642 15644 15619 0 -1 4202560 3777 0 0 0 13 1 0 0 16 0 13 0 11157848 1583513600 49444 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15648] ppid=15642 vsize=1546400 CPUtime=0.14
/proc/15644/task/15648/stat : 15648 (java) S 15642 15644 15619 0 -1 4202560 3474 0 0 0 13 1 0 0 16 0 13 0 11157848 1583513600 49444 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 1 0 0 0
[pid=15644/tid=15649] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15649/stat : 15649 (java) S 15642 15644 15619 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 11157850 1583513600 49444 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 0 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15650] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15650/stat : 15650 (java) S 15642 15644 15619 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11157850 1583513600 49444 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15651] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15651/stat : 15651 (java) S 15642 15644 15619 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11157850 1583513600 49444 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15652] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15652/stat : 15652 (java) S 15642 15644 15619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157855 1583513600 49444 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15653] ppid=15642 vsize=1546400 CPUtime=1.83
/proc/15644/task/15653/stat : 15653 (java) S 15642 15644 15619 0 -1 4202560 5799 0 0 0 181 2 0 0 15 0 13 0 11157855 1583513600 49444 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 1 0 0 0
[pid=15644/tid=15654] ppid=15642 vsize=1546400 CPUtime=1.16
/proc/15644/task/15654/stat : 15654 (java) S 15642 15644 15619 0 -1 4202560 5059 0 0 0 115 1 0 0 15 0 13 0 11157855 1583513600 49444 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15655] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15655/stat : 15655 (java) S 15642 15644 15619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157855 1583513600 49444 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15656] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15656/stat : 15656 (java) S 15642 15644 15619 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11157855 1583513600 49444 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 1 0 0 0
[pid=15644/tid=15657] ppid=15642 vsize=1546400 CPUtime=0
/proc/15644/task/15657/stat : 15657 (java) S 15642 15644 15619 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11157892 1583513600 49444 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.94
Current children cumulated vsize (KiB) 1546400

[startup+25.5014 s]
/proc/loadavg: 0.34 0.08 0.19 2/119 15657
/proc/meminfo: memFree=1486824/2059040 swapFree=4187148/4192956
[pid=15644] ppid=15642 vsize=1543968 CPUtime=27.86
/proc/15644/stat : 15644 (java) S 15642 15644 15619 0 -1 4202496 59405 0 1 0 2761 25 0 0 18 0 13 0 11157845 1581023232 52025 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15644/statm: 385992 52025 1437 10 0 383294 0
[pid=15644/tid=15646] ppid=15642 vsize=1543968 CPUtime=24.29
/proc/15644/task/15646/stat : 15646 (java) R 15642 15644 15619 0 -1 4202560 36756 0 1 0 2413 16 0 0 25 0 13 0 11157847 1581023232 52025 1992294400 134512640 134550932 4289612560 18446744073709551615 4109945436 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15644/tid=15647] ppid=15642 vsize=1543968 CPUtime=0.25
/proc/15644/task/15647/stat : 15647 (java) S 15642 15644 15619 0 -1 4202560 5606 0 0 0 24 1 0 0 16 0 13 0 11157848 1581023232 52025 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15648] ppid=15642 vsize=1543968 CPUtime=0.25
/proc/15644/task/15648/stat : 15648 (java) S 15642 15644 15619 0 -1 4202560 5079 0 0 0 23 2 0 0 15 0 13 0 11157848 1581023232 52025 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 1 0 0 0
[pid=15644/tid=15649] ppid=15642 vsize=1543968 CPUtime=0.01

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

[pid=15644] ppid=15642 vsize=1543968 CPUtime=1626.58
/proc/15644/stat : 15644 (java) S 15642 15644 15619 0 -1 4202496 106812 0 1 0 162513 145 0 0 18 0 13 0 11157845 1581023232 94132 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15644/statm: 385992 94132 1447 10 0 383294 0
[pid=15644/tid=15646] ppid=15642 vsize=1543968 CPUtime=1576.58
/proc/15644/task/15646/stat : 15646 (java) R 15642 15644 15619 0 -1 4202560 37896 0 1 0 157600 58 0 0 25 0 13 0 11157847 1581023232 94132 1992294400 134512640 134550932 4289612560 18446744073709551615 4109685986 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15644/tid=15647] ppid=15642 vsize=1543968 CPUtime=22.81
/proc/15644/task/15647/stat : 15647 (java) S 15642 15644 15619 0 -1 4202560 28397 0 0 0 2246 35 0 0 16 0 13 0 11157848 1581023232 94132 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15648] ppid=15642 vsize=1543968 CPUtime=22.81
/proc/15644/task/15648/stat : 15648 (java) S 15642 15644 15619 0 -1 4202560 28185 0 0 0 2246 35 0 0 15 0 13 0 11157848 1581023232 94132 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 1 0 0 0
[pid=15644/tid=15649] ppid=15642 vsize=1543968 CPUtime=1.12
/proc/15644/task/15649/stat : 15649 (java) S 15642 15644 15619 0 -1 4202560 276 0 0 0 104 8 0 0 15 0 13 0 11157850 1581023232 94132 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 0 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15650] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15650/stat : 15650 (java) S 15642 15644 15619 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11157850 1581023232 94132 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15651] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15651/stat : 15651 (java) S 15642 15644 15619 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11157850 1581023232 94132 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15652] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15652/stat : 15652 (java) S 15642 15644 15619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157855 1581023232 94132 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15653] ppid=15642 vsize=1543968 CPUtime=1.85
/proc/15644/task/15653/stat : 15653 (java) S 15642 15644 15619 0 -1 4202560 5803 0 0 0 183 2 0 0 15 0 13 0 11157855 1581023232 94132 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 1 0 0 0
[pid=15644/tid=15654] ppid=15642 vsize=1543968 CPUtime=1.33
/proc/15644/task/15654/stat : 15654 (java) S 15642 15644 15619 0 -1 4202560 5098 0 0 0 131 2 0 0 15 0 13 0 11157855 1581023232 94132 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15655] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15655/stat : 15655 (java) S 15642 15644 15619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157855 1581023232 94132 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15656] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15656/stat : 15656 (java) S 15642 15644 15619 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 11157855 1581023232 94132 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 1 0 0 0
[pid=15644/tid=15657] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15657/stat : 15657 (java) S 15642 15644 15619 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11157892 1581023232 94132 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1626.58
Current children cumulated vsize (KiB) 1543968

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.84 2/119 15704
/proc/meminfo: memFree=1314712/2059040 swapFree=4187148/4192956
[pid=15644] ppid=15642 vsize=1543968 CPUtime=1687.73
/proc/15644/stat : 15644 (java) S 15642 15644 15619 0 -1 4202496 107380 0 1 0 168625 148 0 0 18 0 13 0 11157845 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15644/statm: 385992 94648 1447 10 0 383294 0
[pid=15644/tid=15646] ppid=15642 vsize=1543968 CPUtime=1634.52
/proc/15644/task/15646/stat : 15646 (java) R 15642 15644 15619 0 -1 4202560 37936 0 1 0 163393 59 0 0 25 0 13 0 11157847 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4109688817 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15644/tid=15647] ppid=15642 vsize=1543968 CPUtime=24.01
/proc/15644/task/15647/stat : 15647 (java) S 15642 15644 15619 0 -1 4202560 28547 0 0 0 2363 38 0 0 16 0 13 0 11157848 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15648] ppid=15642 vsize=1543968 CPUtime=24.01
/proc/15644/task/15648/stat : 15648 (java) S 15642 15644 15619 0 -1 4202560 28555 0 0 0 2365 36 0 0 15 0 13 0 11157848 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 1 0 0 0
[pid=15644/tid=15649] ppid=15642 vsize=1543968 CPUtime=1.95
/proc/15644/task/15649/stat : 15649 (java) S 15642 15644 15619 0 -1 4202560 280 0 0 0 187 8 0 0 15 0 13 0 11157850 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 0 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15650] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15650/stat : 15650 (java) S 15642 15644 15619 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11157850 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15651] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15651/stat : 15651 (java) S 15642 15644 15619 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11157850 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15652] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15652/stat : 15652 (java) S 15642 15644 15619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157855 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15653] ppid=15642 vsize=1543968 CPUtime=1.85
/proc/15644/task/15653/stat : 15653 (java) S 15642 15644 15619 0 -1 4202560 5803 0 0 0 183 2 0 0 15 0 13 0 11157855 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 1 0 0 0
[pid=15644/tid=15654] ppid=15642 vsize=1543968 CPUtime=1.33
/proc/15644/task/15654/stat : 15654 (java) S 15642 15644 15619 0 -1 4202560 5098 0 0 0 131 2 0 0 15 0 13 0 11157855 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15655] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15655/stat : 15655 (java) S 15642 15644 15619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157855 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15656] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15656/stat : 15656 (java) S 15642 15644 15619 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 11157855 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15657] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15657/stat : 15657 (java) S 15642 15644 15619 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11157892 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1687.73
Current children cumulated vsize (KiB) 1543968

[startup+1722.3 s]
/proc/loadavg: 1.07 1.02 0.85 2/119 15706
/proc/meminfo: memFree=1314588/2059040 swapFree=4187148/4192956
[pid=15644] ppid=15642 vsize=1543968 CPUtime=1748.86
/proc/15644/stat : 15644 (java) S 15642 15644 15619 0 -1 4202496 107429 0 1 0 174734 152 0 0 18 0 13 0 11157845 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15644/statm: 385992 94648 1447 10 0 383294 0
[pid=15644/tid=15646] ppid=15642 vsize=1543968 CPUtime=1693.34
/proc/15644/task/15646/stat : 15646 (java) R 15642 15644 15619 0 -1 4202560 37977 0 1 0 169274 60 0 0 25 0 13 0 11157847 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4109945436 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15644/tid=15647] ppid=15642 vsize=1543968 CPUtime=25.16
/proc/15644/task/15647/stat : 15647 (java) S 15642 15644 15619 0 -1 4202560 28547 0 0 0 2476 40 0 0 16 0 13 0 11157848 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15648] ppid=15642 vsize=1543968 CPUtime=25.16
/proc/15644/task/15648/stat : 15648 (java) S 15642 15644 15619 0 -1 4202560 28555 0 0 0 2480 36 0 0 15 0 13 0 11157848 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 1 0 0 0
[pid=15644/tid=15649] ppid=15642 vsize=1543968 CPUtime=1.97
/proc/15644/task/15649/stat : 15649 (java) S 15642 15644 15619 0 -1 4202560 284 0 0 0 188 9 0 0 15 0 13 0 11157850 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 0 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15650] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15650/stat : 15650 (java) S 15642 15644 15619 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11157850 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15651] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15651/stat : 15651 (java) S 15642 15644 15619 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11157850 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15652] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15652/stat : 15652 (java) S 15642 15644 15619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157855 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15653] ppid=15642 vsize=1543968 CPUtime=1.85
/proc/15644/task/15653/stat : 15653 (java) S 15642 15644 15619 0 -1 4202560 5803 0 0 0 183 2 0 0 15 0 13 0 11157855 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 1 0 0 0
[pid=15644/tid=15654] ppid=15642 vsize=1543968 CPUtime=1.33
/proc/15644/task/15654/stat : 15654 (java) S 15642 15644 15619 0 -1 4202560 5098 0 0 0 131 2 0 0 15 0 13 0 11157855 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15655] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15655/stat : 15655 (java) S 15642 15644 15619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157855 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15656] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15656/stat : 15656 (java) S 15642 15644 15619 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 11157855 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15657] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15657/stat : 15657 (java) S 15642 15644 15619 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11157892 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1748.86
Current children cumulated vsize (KiB) 1543968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.61 s]
/proc/loadavg: 1.03 1.01 0.85 4/119 15708
/proc/meminfo: memFree=1314340/2059040 swapFree=4187148/4192956
[pid=15644] ppid=15642 vsize=1543968 CPUtime=1800.07
/proc/15644/stat : 15644 (java) S 15642 15644 15619 0 -1 4202496 107467 0 1 0 179853 154 0 0 18 0 13 0 11157845 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15644/statm: 385992 94648 1447 10 0 383294 0
[pid=15644/tid=15646] ppid=15642 vsize=1543968 CPUtime=1742.66
/proc/15644/task/15646/stat : 15646 (java) R 15642 15644 15619 0 -1 4202560 38011 0 1 0 174206 60 0 0 25 0 13 0 11157847 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15644/tid=15647] ppid=15642 vsize=1543968 CPUtime=26.11
/proc/15644/task/15647/stat : 15647 (java) R 15642 15644 15619 0 -1 4202560 28547 0 0 0 2570 41 0 0 15 0 13 0 11157848 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 105886447 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15644/tid=15648] ppid=15642 vsize=1543968 CPUtime=26.1
/proc/15644/task/15648/stat : 15648 (java) R 15642 15644 15619 0 -1 4202560 28555 0 0 0 2573 37 0 0 15 0 13 0 11157848 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 105886420 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15644/tid=15649] ppid=15642 vsize=1543968 CPUtime=1.97
/proc/15644/task/15649/stat : 15649 (java) S 15642 15644 15619 0 -1 4202560 286 0 0 0 188 9 0 0 15 0 13 0 11157850 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 0 0 16800975 18446604435774188352 0 0 -1 1 0 0 0
[pid=15644/tid=15650] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15650/stat : 15650 (java) S 15642 15644 15619 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11157850 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15651] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15651/stat : 15651 (java) S 15642 15644 15619 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11157850 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15652] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15652/stat : 15652 (java) S 15642 15644 15619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157855 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15653] ppid=15642 vsize=1543968 CPUtime=1.85
/proc/15644/task/15653/stat : 15653 (java) S 15642 15644 15619 0 -1 4202560 5803 0 0 0 183 2 0 0 15 0 13 0 11157855 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 1 0 0 0
[pid=15644/tid=15654] ppid=15642 vsize=1543968 CPUtime=1.33
/proc/15644/task/15654/stat : 15654 (java) S 15642 15644 15619 0 -1 4202560 5098 0 0 0 131 2 0 0 15 0 13 0 11157855 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15655] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15655/stat : 15655 (java) S 15642 15644 15619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157855 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15656] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15656/stat : 15656 (java) S 15642 15644 15619 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 11157855 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15657] ppid=15642 vsize=1543968 CPUtime=0
/proc/15644/task/15657/stat : 15657 (java) S 15642 15644 15619 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11157892 1581023232 94648 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1543968

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

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

[startup+1772.73 s]
/proc/loadavg: 1.03 1.01 0.85 4/119 15708
/proc/meminfo: memFree=1314340/2059040 swapFree=4187148/4192956
[pid=15644] ppid=15642 vsize=1544616 CPUtime=1800.27
/proc/15644/stat : 15644 (java) S 15642 15644 15619 0 -1 4202496 107488 0 1 0 179873 154 0 0 18 0 14 0 11157845 1581686784 94669 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15644/statm: 386154 94669 1450 10 0 383456 0
[pid=15644/tid=15646] ppid=15642 vsize=1544616 CPUtime=1742.76
/proc/15644/task/15646/stat : 15646 (java) R 15642 15644 15619 0 -1 4202560 38011 0 1 0 174216 60 0 0 25 0 14 0 11157847 1581686784 94669 1992294400 134512640 134550932 4289612560 18446744073709551615 4109640197 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15644/tid=15647] ppid=15642 vsize=1544616 CPUtime=26.12
/proc/15644/task/15647/stat : 15647 (java) S 15642 15644 15619 0 -1 4202560 28547 0 0 0 2571 41 0 0 16 0 14 0 11157848 1581686784 94669 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 1 0 0 0
[pid=15644/tid=15648] ppid=15642 vsize=1544616 CPUtime=26.12
/proc/15644/task/15648/stat : 15648 (java) S 15642 15644 15619 0 -1 4202560 28555 0 0 0 2575 37 0 0 15 0 14 0 11157848 1581686784 94669 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15649] ppid=15642 vsize=1544616 CPUtime=1.97
/proc/15644/task/15649/stat : 15649 (java) S 15642 15644 15619 0 -1 4202560 286 0 0 0 188 9 0 0 15 0 14 0 11157850 1581686784 94669 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 0 0 16800975 18446604435774188352 0 0 -1 1 0 0 0
[pid=15644/tid=15650] ppid=15642 vsize=1544616 CPUtime=0
/proc/15644/task/15650/stat : 15650 (java) S 15642 15644 15619 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 11157850 1581686784 94669 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15651] ppid=15642 vsize=1544616 CPUtime=0
/proc/15644/task/15651/stat : 15651 (java) S 15642 15644 15619 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 11157850 1581686784 94669 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15652] ppid=15642 vsize=1544616 CPUtime=0
/proc/15644/task/15652/stat : 15652 (java) S 15642 15644 15619 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 11157855 1581686784 94669 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15653] ppid=15642 vsize=1544616 CPUtime=1.85
/proc/15644/task/15653/stat : 15653 (java) S 15642 15644 15619 0 -1 4202560 5803 0 0 0 183 2 0 0 15 0 14 0 11157855 1581686784 94669 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 1 0 0 0
[pid=15644/tid=15654] ppid=15642 vsize=1544616 CPUtime=1.36
/proc/15644/task/15654/stat : 15654 (java) S 15642 15644 15619 0 -1 4202560 5101 0 0 0 134 2 0 0 15 0 14 0 11157855 1581686784 94669 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15655] ppid=15642 vsize=1544616 CPUtime=0
/proc/15644/task/15655/stat : 15655 (java) S 15642 15644 15619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 11157855 1581686784 94669 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15656] ppid=15642 vsize=1544616 CPUtime=0
/proc/15644/task/15656/stat : 15656 (java) S 15642 15644 15619 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 14 0 11157855 1581686784 94669 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
[pid=15644/tid=15657] ppid=15642 vsize=1544616 CPUtime=0
/proc/15644/task/15657/stat : 15657 (java) S 15642 15644 15619 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 11157892 1581686784 94669 1992294400 134512640 134550932 4289612560 18446744073709551615 4294960144 0 4 0 16800975 18446604435774188352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 1544616

Child status: 143
Real time (s): 1772.79
CPU time (s): 1800.33
CPU user time (s): 1798.75
CPU system time (s): 1.58676
CPU usage (%): 101.554
Max. virtual memory (cumulated for all children) (KiB): 1548588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.75
system time used= 1.58676
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107488
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= 48239
involuntary context switches= 55941

runsolver used 3.71143 second user time and 9.43157 second system time

The end

Launcher Data

Begin job on node048 at 2010-06-16 16:31:00
IDJOB=2669938
IDBENCH=47897
IDSOLVER=1165
FILE ID=node048/2669938-1276698660
PBS_JOBID= 11174096
Free space on /tmp= 62456 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=173-P1=23-P2=211-P3=199-P4=389-P5=269-P6=383-P7=211-P8=347-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2669938-1276698660/watcher-2669938-1276698660 -o /tmp/evaluation-result-2669938-1276698660/solver-2669938-1276698660 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2669938-1276698660.opb

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

MD5SUM BENCH= 98317fc891a56a06b9f6f284bcd4ad38
RANDOM SEED=1644152218

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1690992 kB
Buffers:        108948 kB
Cached:         138308 kB
SwapCached:        280 kB
Active:          97552 kB
Inactive:       203520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1690992 kB
SwapTotal:     4192956 kB
SwapFree:      4187148 kB
Dirty:             504 kB
Writeback:           0 kB
AnonPages:       53456 kB
Mapped:          15360 kB
Slab:            45136 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183276 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= 62456 MiB
End job on node048 at 2010-06-16 17:00:34