Trace number 2660778

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 CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.19 1781.11

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army9.12bt.opb
MD5SUMb789f830862c22cea2a920d3cb2b89b5
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.339947
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables266
Total number of constraints573
Number of constraints which are clauses402
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints169
Minimum length of a constraint1
Maximum length of a constraint81
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 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 93
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-2660778-1276695562.opb
0.21/0.22	c reading problem ... 
0.35/0.44	c ... done. Wall clock time 0.221s.
0.35/0.44	c #vars     266
0.35/0.44	c #constraints  573
0.35/0.44	c constraints type 
0.35/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 143
0.35/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 258
0.35/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.35/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 169
270.58/265.45	c cleaning 0 clauses out of 5000 with flag 0/5000
1572.16/1555.50	c cleaning 0 clauses out of 11000 with flag 0/11000
1800.05/1781.01	c starts		: 35
1800.05/1781.01	c conflicts		: 11668
1800.05/1781.01	c decisions		: 13180
1800.05/1781.01	c propagations		: 393728
1800.05/1781.01	c inspects		: 783653635
1800.05/1781.01	c learnt literals	: 0
1800.05/1781.01	c learnt binary clauses	: 0
1800.05/1781.01	c learnt ternary clauses	: 0
1800.05/1781.01	c learnt clauses	: 11667
1800.05/1781.01	c ignored clauses	: 0
1800.05/1781.01	c root simplifications	: 0
1800.05/1781.01	c removed literals (reason simplification)	: 0
1800.05/1781.01	c reason swapping (by a shorter reason)	: 0
1800.05/1781.01	c Calls to reduceDB	: 2
1800.05/1781.01	c number of reductions to clauses (during analyze)	: 0
1800.05/1781.01	c number of learned constraints concerned by reduction	: 0
1800.05/1781.01	c number of learning phase by resolution	: 0
1800.05/1781.01	c number of learning phase by cutting planes	: 0
1800.05/1781.01	c speed (assignments/second)	: 221.12407508810355
1800.05/1781.01	c non guided choices	22
1800.05/1781.04	c learnt constraints type 
1800.05/1781.04	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 4
1800.05/1781.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11663
1800.05/1781.04	c constraints type 
1800.05/1781.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 143
1800.05/1781.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 258
1800.05/1781.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.05/1781.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 169
1800.05/1781.04	s UNKNOWN
1800.05/1781.04	c Total wall clock time (in seconds): 1780.827

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-2660778-1276695562/watcher-2660778-1276695562 -o /tmp/evaluation-result-2660778-1276695562/solver-2660778-1276695562 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660778-1276695562.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.07 0.45 0.82 3/106 10966
/proc/meminfo: memFree=1711608/2059040 swapFree=4140352/4192956
[pid=10966] ppid=10964 vsize=1700 CPUtime=0
/proc/10966/stat : 10966 (java6) R 10964 10966 10941 0 -1 4194304 206 0 0 0 0 0 0 0 19 0 1 0 43212531 1740800 109 1992294400 134512640 134550932 4294086768 18446744073709551615 2440816 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10966/statm: 507 114 88 10 0 112 0

[startup+0.053656 s]
/proc/loadavg: 0.07 0.45 0.82 3/106 10966
/proc/meminfo: memFree=1711608/2059040 swapFree=4140352/4192956
[pid=10966] ppid=10964 vsize=1521340 CPUtime=0.03
/proc/10966/stat : 10966 (java) S 10964 10966 10941 0 -1 4202496 3502 0 1 0 2 1 0 0 15 0 6 0 43212531 1557852160 2944 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10966/statm: 380335 2944 990 10 0 377645 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521340

[startup+0.101105 s]
/proc/loadavg: 0.07 0.45 0.82 3/106 10966
/proc/meminfo: memFree=1711608/2059040 swapFree=4140352/4192956
[pid=10966] ppid=10964 vsize=1524024 CPUtime=0.08
/proc/10966/stat : 10966 (java) S 10964 10966 10941 0 -1 4202496 3938 0 1 0 6 2 0 0 15 0 12 0 43212531 1560600576 3376 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10966/statm: 381006 3376 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.301141 s]
/proc/loadavg: 0.07 0.45 0.82 3/106 10966
/proc/meminfo: memFree=1711608/2059040 swapFree=4140352/4192956
[pid=10966] ppid=10964 vsize=1526276 CPUtime=0.35
/proc/10966/stat : 10966 (java) S 10964 10966 10941 0 -1 4202496 5328 0 1 0 32 3 0 0 15 0 12 0 43212531 1562906624 4764 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10966/statm: 381569 4764 1359 10 0 378871 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526276

[startup+0.701223 s]
/proc/loadavg: 0.07 0.45 0.82 3/106 10966
/proc/meminfo: memFree=1711608/2059040 swapFree=4140352/4192956
[pid=10966] ppid=10964 vsize=1530164 CPUtime=1.1
/proc/10966/stat : 10966 (java) S 10964 10966 10941 0 -1 4202496 7583 0 1 0 106 4 0 0 15 0 13 0 43212531 1566887936 6562 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10966/statm: 382541 6562 1415 10 0 379843 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1530164

[startup+1.50137 s]
/proc/loadavg: 0.22 0.48 0.82 4/119 10979
/proc/meminfo: memFree=1684164/2059040 swapFree=4140352/4192956
[pid=10966] ppid=10964 vsize=1539976 CPUtime=2.69
/proc/10966/stat : 10966 (java) S 10964 10966 10941 0 -1 4202496 13337 0 1 0 263 6 0 0 15 0 13 0 43212531 1576935424 11534 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10966/statm: 384994 11534 1415 10 0 382296 0
[pid=10966/tid=10968] ppid=10964 vsize=1539976 CPUtime=1.46
/proc/10966/task/10968/stat : 10968 (java) R 10964 10966 10941 0 -1 4202560 7220 0 1 0 143 3 0 0 25 0 13 0 43212533 1576935424 11534 1992294400 134512640 134550932 4291245728 18446744073709551615 4109790000 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10966/tid=10969] ppid=10964 vsize=1539976 CPUtime=0
/proc/10966/task/10969/stat : 10969 (java) S 10964 10966 10941 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 43212534 1576935424 11535 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10970] ppid=10964 vsize=1539976 CPUtime=0
/proc/10966/task/10970/stat : 10970 (java) S 10964 10966 10941 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 43212534 1576935424 11535 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10971] ppid=10964 vsize=1539976 CPUtime=0
/proc/10966/task/10971/stat : 10971 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 43212536 1576935424 11535 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 0 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10972] ppid=10964 vsize=1539976 CPUtime=0
/proc/10966/task/10972/stat : 10972 (java) S 10964 10966 10941 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 43212536 1576935424 11535 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10973] ppid=10964 vsize=1539976 CPUtime=0
/proc/10966/task/10973/stat : 10973 (java) S 10964 10966 10941 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 43212537 1576935424 11535 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10974] ppid=10964 vsize=1539976 CPUtime=0
/proc/10966/task/10974/stat : 10974 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 43212541 1576935424 11535 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10975] ppid=10964 vsize=1539976 CPUtime=0.09
/proc/10966/task/10975/stat : 10975 (java) R 10964 10966 10941 0 -1 4202560 115 0 0 0 9 0 0 0 22 0 13 0 43212541 1576935424 11535 1992294400 134512640 134550932 4291245728 18446744073709551615 106113704 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10966/tid=10976] ppid=10964 vsize=1539976 CPUtime=1.1
/proc/10966/task/10976/stat : 10976 (java) R 10964 10966 10941 0 -1 4202560 4932 0 0 0 109 1 0 0 17 0 13 0 43212541 1576935424 11536 1992294400 134512640 134550932 4291245728 18446744073709551615 106251381 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10966/tid=10977] ppid=10964 vsize=1539976 CPUtime=0
/proc/10966/task/10977/stat : 10977 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 43212541 1576935424 11536 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10978] ppid=10964 vsize=1539976 CPUtime=0
/proc/10966/task/10978/stat : 10978 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 43212541 1576935424 11536 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10979] ppid=10964 vsize=1539976 CPUtime=0
/proc/10966/task/10979/stat : 10979 (java) S 10964 10966 10941 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 43212576 1576935424 11536 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 1539976

[startup+3.10168 s]
/proc/loadavg: 0.22 0.48 0.82 5/119 10979
/proc/meminfo: memFree=1652792/2059040 swapFree=4140352/4192956
[pid=10966] ppid=10964 vsize=1543784 CPUtime=5.87
/proc/10966/stat : 10966 (java) S 10964 10966 10941 0 -1 4202496 36934 0 1 0 573 14 0 0 15 0 13 0 43212531 1580834816 31854 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10966/statm: 385946 31857 1429 10 0 383248 0
[pid=10966/tid=10968] ppid=10964 vsize=1543784 CPUtime=3.07
/proc/10966/task/10968/stat : 10968 (java) R 10964 10966 10941 0 -1 4202560 26394 0 1 0 296 11 0 0 25 0 13 0 43212533 1580834816 31859 1992294400 134512640 134550932 4291245728 18446744073709551615 4109859619 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10966/tid=10969] ppid=10964 vsize=1543784 CPUtime=0
/proc/10966/task/10969/stat : 10969 (java) S 10964 10966 10941 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 43212534 1580834816 31860 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10970] ppid=10964 vsize=1543784 CPUtime=0
/proc/10966/task/10970/stat : 10970 (java) S 10964 10966 10941 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 43212534 1580834816 31862 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10971] ppid=10964 vsize=1543784 CPUtime=0
/proc/10966/task/10971/stat : 10971 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 43212536 1580834816 31864 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 0 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10972] ppid=10964 vsize=1543784 CPUtime=0
/proc/10966/task/10972/stat : 10972 (java) S 10964 10966 10941 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 43212536 1580834816 31866 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10973] ppid=10964 vsize=1543784 CPUtime=0
/proc/10966/task/10973/stat : 10973 (java) S 10964 10966 10941 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 43212537 1580834816 31867 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10974] ppid=10964 vsize=1543784 CPUtime=0
/proc/10966/task/10974/stat : 10974 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 43212541 1580834816 31868 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10975] ppid=10964 vsize=1543784 CPUtime=0.11
/proc/10966/task/10975/stat : 10975 (java) R 10964 10966 10941 0 -1 4202560 116 0 0 0 11 0 0 0 22 0 13 0 43212541 1580834816 31870 1992294400 134512640 134550932 4291245728 18446744073709551615 103148791 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10966/tid=10976] ppid=10964 vsize=1543784 CPUtime=2.67
/proc/10966/task/10976/stat : 10976 (java) R 10964 10966 10941 0 -1 4202560 9359 0 0 0 264 3 0 0 18 0 13 0 43212541 1580834816 31872 1992294400 134512640 134550932 4291245728 18446744073709551615 103458821 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10966/tid=10977] ppid=10964 vsize=1543784 CPUtime=0
/proc/10966/task/10977/stat : 10977 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 43212541 1580834816 31874 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10978] ppid=10964 vsize=1543784 CPUtime=0
/proc/10966/task/10978/stat : 10978 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 43212541 1580834816 31876 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10979] ppid=10964 vsize=1543784 CPUtime=0
/proc/10966/task/10979/stat : 10979 (java) S 10964 10966 10941 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 43212576 1580834816 31878 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 1543784

[startup+6.30225 s]
/proc/loadavg: 0.36 0.50 0.83 2/119 10979
/proc/meminfo: memFree=1560288/2059040 swapFree=4140352/4192956
[pid=10966] ppid=10964 vsize=1540260 CPUtime=9.96
/proc/10966/stat : 10966 (java) S 10964 10966 10941 0 -1 4202496 45698 0 1 0 977 19 0 0 15 0 13 0 43212531 1577226240 39346 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10966/statm: 385065 39346 1438 10 0 382367 0
[pid=10966/tid=10968] ppid=10964 vsize=1540260 CPUtime=6.2
/proc/10966/task/10968/stat : 10968 (java) R 10964 10966 10941 0 -1 4202560 32074 0 1 0 606 14 0 0 25 0 13 0 43212533 1577226240 39346 1992294400 134512640 134550932 4291245728 18446744073709551615 4109819901 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10966/tid=10969] ppid=10964 vsize=1540260 CPUtime=0.06
/proc/10966/task/10969/stat : 10969 (java) S 10964 10966 10941 0 -1 4202560 1371 0 0 0 6 0 0 0 16 0 13 0 43212534 1577226240 39346 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10970] ppid=10964 vsize=1540260 CPUtime=0.05
/proc/10966/task/10970/stat : 10970 (java) S 10964 10966 10941 0 -1 4202560 1198 0 0 0 5 0 0 0 15 0 13 0 43212534 1577226240 39346 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10971] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10971/stat : 10971 (java) S 10964 10966 10941 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 13 0 43212536 1577226240 39346 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 0 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10972] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10972/stat : 10972 (java) S 10964 10966 10941 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 43212536 1577226240 39346 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10973] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10973/stat : 10973 (java) S 10964 10966 10941 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43212537 1577226240 39346 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10974] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10974/stat : 10974 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 43212541 1577226240 39346 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10975] ppid=10964 vsize=1540260 CPUtime=0.16
/proc/10966/task/10975/stat : 10975 (java) S 10964 10966 10941 0 -1 4202560 117 0 0 0 16 0 0 0 15 0 13 0 43212541 1577226240 39346 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10976] ppid=10964 vsize=1540260 CPUtime=3.45
/proc/10966/task/10976/stat : 10976 (java) S 10964 10966 10941 0 -1 4202560 9847 0 0 0 342 3 0 0 16 0 13 0 43212541 1577226240 39346 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10977] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10977/stat : 10977 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 43212541 1577226240 39346 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10978] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10978/stat : 10978 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 43212541 1577226240 39346 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10979] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10979/stat : 10979 (java) S 10964 10966 10941 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 43212576 1577226240 39346 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.96
Current children cumulated vsize (KiB) 1540260

[startup+12.7014 s]
/proc/loadavg: 0.49 0.53 0.83 2/119 10979
/proc/meminfo: memFree=1526188/2059040 swapFree=4140352/4192956
[pid=10966] ppid=10964 vsize=1540260 CPUtime=16.5
/proc/10966/stat : 10966 (java) S 10964 10966 10941 0 -1 4202496 54278 0 1 0 1627 23 0 0 15 0 13 0 43212531 1577226240 47612 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10966/statm: 385065 47612 1438 10 0 382367 0
[pid=10966/tid=10968] ppid=10964 vsize=1540260 CPUtime=12.5
/proc/10966/task/10968/stat : 10968 (java) R 10964 10966 10941 0 -1 4202560 35603 0 1 0 1235 15 0 0 25 0 13 0 43212533 1577226240 47612 1992294400 134512640 134550932 4291245728 18446744073709551615 4109819901 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10966/tid=10969] ppid=10964 vsize=1540260 CPUtime=0.15
/proc/10966/task/10969/stat : 10969 (java) S 10964 10966 10941 0 -1 4202560 4007 0 0 0 14 1 0 0 15 0 13 0 43212534 1577226240 47612 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10970] ppid=10964 vsize=1540260 CPUtime=0.14
/proc/10966/task/10970/stat : 10970 (java) S 10964 10966 10941 0 -1 4202560 3609 0 0 0 12 2 0 0 16 0 13 0 43212534 1577226240 47612 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10971] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10971/stat : 10971 (java) S 10964 10966 10941 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 43212536 1577226240 47612 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 0 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10972] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10972/stat : 10972 (java) S 10964 10966 10941 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 43212536 1577226240 47612 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10973] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10973/stat : 10973 (java) S 10964 10966 10941 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43212537 1577226240 47612 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10974] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10974/stat : 10974 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 43212541 1577226240 47612 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10975] ppid=10964 vsize=1540260 CPUtime=0.2
/proc/10966/task/10975/stat : 10975 (java) S 10964 10966 10941 0 -1 4202560 117 0 0 0 20 0 0 0 15 0 13 0 43212541 1577226240 47612 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10976] ppid=10964 vsize=1540260 CPUtime=3.45
/proc/10966/task/10976/stat : 10976 (java) S 10964 10966 10941 0 -1 4202560 9847 0 0 0 342 3 0 0 16 0 13 0 43212541 1577226240 47612 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10977] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10977/stat : 10977 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 43212541 1577226240 47612 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10978] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10978/stat : 10978 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 43212541 1577226240 47612 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10979] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10979/stat : 10979 (java) S 10964 10966 10941 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 43212576 1577226240 47612 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.5
Current children cumulated vsize (KiB) 1540260

[startup+25.5018 s]
/proc/loadavg: 0.73 0.58 0.85 2/119 10979
/proc/meminfo: memFree=1521600/2059040 swapFree=4140352/4192956
[pid=10966] ppid=10964 vsize=1540260 CPUtime=29.36
/proc/10966/stat : 10966 (java) S 10964 10966 10941 0 -1 4202496 55357 0 1 0 2912 24 0 0 15 0 13 0 43212531 1577226240 48589 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10966/statm: 385065 48589 1438 10 0 382367 0
[pid=10966/tid=10968] ppid=10964 vsize=1540260 CPUtime=25.24
/proc/10966/task/10968/stat : 10968 (java) R 10964 10966 10941 0 -1 4202560 35613 0 1 0 2509 15 0 0 25 0 13 0 43212533 1577226240 48589 1992294400 134512640 134550932 4291245728 18446744073709551615 4109853561 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10966/tid=10969] ppid=10964 vsize=1540260 CPUtime=0.2
/proc/10966/task/10969/stat : 10969 (java) S 10964 10966 10941 0 -1 4202560 4620 0 0 0 19 1 0 0 16 0 13 0 43212534 1577226240 48589 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10970] ppid=10964 vsize=1540260 CPUtime=0.2
/proc/10966/task/10970/stat : 10970 (java) S 10964 10966 10941 0 -1 4202560 4065 0 0 0 18 2 0 0 16 0 13 0 43212534 1577226240 48589 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10971] ppid=10964 vsize=1540260 CPUtime=0

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

[pid=10966] ppid=10964 vsize=1540260 CPUtime=1558.81
/proc/10966/stat : 10966 (java) S 10964 10966 10941 0 -1 4202496 81338 0 1 0 155795 86 0 0 15 0 13 0 43212531 1577226240 72874 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10966/statm: 385065 72874 1448 10 0 382367 0
[pid=10966/tid=10968] ppid=10964 vsize=1540260 CPUtime=1527.97
/proc/10966/task/10968/stat : 10968 (java) R 10964 10966 10941 0 -1 4202560 36787 0 1 0 152779 18 0 0 25 0 13 0 43212533 1577226240 72874 1992294400 134512640 134550932 4291245728 18446744073709551615 4110113288 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10966/tid=10969] ppid=10964 vsize=1540260 CPUtime=13.21
/proc/10966/task/10969/stat : 10969 (java) S 10964 10966 10941 0 -1 4202560 17110 0 0 0 1290 31 0 0 15 0 13 0 43212534 1577226240 72874 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10970] ppid=10964 vsize=1540260 CPUtime=13.23
/proc/10966/task/10970/stat : 10970 (java) S 10964 10966 10941 0 -1 4202560 16060 0 0 0 1295 28 0 0 16 0 13 0 43212534 1577226240 72874 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10971] ppid=10964 vsize=1540260 CPUtime=0.34
/proc/10966/task/10971/stat : 10971 (java) S 10964 10966 10941 0 -1 4202560 235 0 0 0 31 3 0 0 16 0 13 0 43212536 1577226240 72874 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 0 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10972] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10972/stat : 10972 (java) S 10964 10966 10941 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 43212536 1577226240 72874 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10973] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10973/stat : 10973 (java) S 10964 10966 10941 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43212537 1577226240 72874 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10974] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10974/stat : 10974 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 43212541 1577226240 72874 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10975] ppid=10964 vsize=1540260 CPUtime=0.53
/proc/10966/task/10975/stat : 10975 (java) S 10964 10966 10941 0 -1 4202560 137 0 0 0 53 0 0 0 15 0 13 0 43212541 1577226240 72874 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10976] ppid=10964 vsize=1540260 CPUtime=3.48
/proc/10966/task/10976/stat : 10976 (java) S 10964 10966 10941 0 -1 4202560 9847 0 0 0 345 3 0 0 15 0 13 0 43212541 1577226240 72874 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10977] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10977/stat : 10977 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 43212541 1577226240 72874 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10978] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10978/stat : 10978 (java) S 10964 10966 10941 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 43212541 1577226240 72874 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10979] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10979/stat : 10979 (java) S 10964 10966 10941 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 43212576 1577226240 72874 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1558.81
Current children cumulated vsize (KiB) 1540260

[startup+1602.3 s]
/proc/loadavg: 1.00 0.97 0.93 2/119 11030
/proc/meminfo: memFree=1422400/2059040 swapFree=4140352/4192956
[pid=10966] ppid=10964 vsize=1540260 CPUtime=1619.46
/proc/10966/stat : 10966 (java) S 10964 10966 10941 0 -1 4202496 81480 0 1 0 161858 88 0 0 15 0 13 0 43212531 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10966/statm: 385065 72976 1448 10 0 382367 0
[pid=10966/tid=10968] ppid=10964 vsize=1540260 CPUtime=1586.78
/proc/10966/task/10968/stat : 10968 (java) R 10964 10966 10941 0 -1 4202560 36817 0 1 0 158660 18 0 0 25 0 13 0 43212533 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4109859170 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10966/tid=10969] ppid=10964 vsize=1540260 CPUtime=13.89
/proc/10966/task/10969/stat : 10969 (java) S 10964 10966 10941 0 -1 4202560 17149 0 0 0 1358 31 0 0 15 0 13 0 43212534 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10970] ppid=10964 vsize=1540260 CPUtime=13.9
/proc/10966/task/10970/stat : 10970 (java) S 10964 10966 10941 0 -1 4202560 16125 0 0 0 1361 29 0 0 16 0 13 0 43212534 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10971] ppid=10964 vsize=1540260 CPUtime=0.82
/proc/10966/task/10971/stat : 10971 (java) S 10964 10966 10941 0 -1 4202560 239 0 0 0 79 3 0 0 15 0 13 0 43212536 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 0 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10972] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10972/stat : 10972 (java) S 10964 10966 10941 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 43212536 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10973] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10973/stat : 10973 (java) S 10964 10966 10941 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43212537 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10974] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10974/stat : 10974 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 43212541 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10975] ppid=10964 vsize=1540260 CPUtime=0.53
/proc/10966/task/10975/stat : 10975 (java) S 10964 10966 10941 0 -1 4202560 137 0 0 0 53 0 0 0 15 0 13 0 43212541 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10976] ppid=10964 vsize=1540260 CPUtime=3.48
/proc/10966/task/10976/stat : 10976 (java) S 10964 10966 10941 0 -1 4202560 9847 0 0 0 345 3 0 0 15 0 13 0 43212541 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10977] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10977/stat : 10977 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 43212541 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10978] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10978/stat : 10978 (java) S 10964 10966 10941 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 43212541 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10979] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10979/stat : 10979 (java) S 10964 10966 10941 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 43212576 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1619.46
Current children cumulated vsize (KiB) 1540260

[startup+1662.3 s]
/proc/loadavg: 1.00 0.97 0.93 2/119 11032
/proc/meminfo: memFree=1422276/2059040 swapFree=4140352/4192956
[pid=10966] ppid=10964 vsize=1540260 CPUtime=1680.07
/proc/10966/stat : 10966 (java) S 10964 10966 10941 0 -1 4202496 81514 0 1 0 167917 90 0 0 15 0 13 0 43212531 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10966/statm: 385065 72976 1448 10 0 382367 0
[pid=10966/tid=10968] ppid=10964 vsize=1540260 CPUtime=1646.07
/proc/10966/task/10968/stat : 10968 (java) R 10964 10966 10941 0 -1 4202560 36847 0 1 0 164589 18 0 0 25 0 13 0 43212533 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4109853826 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10966/tid=10969] ppid=10964 vsize=1540260 CPUtime=14.56
/proc/10966/task/10969/stat : 10969 (java) S 10964 10966 10941 0 -1 4202560 17149 0 0 0 1424 32 0 0 15 0 13 0 43212534 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10970] ppid=10964 vsize=1540260 CPUtime=14.54
/proc/10966/task/10970/stat : 10970 (java) S 10964 10966 10941 0 -1 4202560 16125 0 0 0 1424 30 0 0 16 0 13 0 43212534 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10971] ppid=10964 vsize=1540260 CPUtime=0.83
/proc/10966/task/10971/stat : 10971 (java) S 10964 10966 10941 0 -1 4202560 241 0 0 0 79 4 0 0 16 0 13 0 43212536 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 0 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10972] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10972/stat : 10972 (java) S 10964 10966 10941 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 43212536 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10973] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10973/stat : 10973 (java) S 10964 10966 10941 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43212537 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10974] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10974/stat : 10974 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 43212541 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10975] ppid=10964 vsize=1540260 CPUtime=0.53
/proc/10966/task/10975/stat : 10975 (java) S 10964 10966 10941 0 -1 4202560 137 0 0 0 53 0 0 0 15 0 13 0 43212541 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10976] ppid=10964 vsize=1540260 CPUtime=3.48
/proc/10966/task/10976/stat : 10976 (java) S 10964 10966 10941 0 -1 4202560 9847 0 0 0 345 3 0 0 15 0 13 0 43212541 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10977] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10977/stat : 10977 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 43212541 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10978] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10978/stat : 10978 (java) S 10964 10966 10941 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 43212541 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10979] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10979/stat : 10979 (java) S 10964 10966 10941 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 43212576 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1680.07
Current children cumulated vsize (KiB) 1540260

[startup+1722.3 s]
/proc/loadavg: 1.00 0.97 0.93 3/119 11034
/proc/meminfo: memFree=1422276/2059040 swapFree=4140352/4192956
[pid=10966] ppid=10964 vsize=1540260 CPUtime=1740.7
/proc/10966/stat : 10966 (java) S 10964 10966 10941 0 -1 4202496 81552 0 1 0 173979 91 0 0 15 0 13 0 43212531 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10966/statm: 385065 72976 1448 10 0 382367 0
[pid=10966/tid=10968] ppid=10964 vsize=1540260 CPUtime=1705.38
/proc/10966/task/10968/stat : 10968 (java) R 10964 10966 10941 0 -1 4202560 36877 0 1 0 170519 19 0 0 25 0 13 0 43212533 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4109853603 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10966/tid=10969] ppid=10964 vsize=1540260 CPUtime=15.22
/proc/10966/task/10969/stat : 10969 (java) S 10964 10966 10941 0 -1 4202560 17149 0 0 0 1490 32 0 0 15 0 13 0 43212534 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10970] ppid=10964 vsize=1540260 CPUtime=15.2
/proc/10966/task/10970/stat : 10970 (java) S 10964 10966 10941 0 -1 4202560 16125 0 0 0 1489 31 0 0 16 0 13 0 43212534 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10971] ppid=10964 vsize=1540260 CPUtime=0.84
/proc/10966/task/10971/stat : 10971 (java) S 10964 10966 10941 0 -1 4202560 245 0 0 0 80 4 0 0 15 0 13 0 43212536 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 0 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10972] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10972/stat : 10972 (java) S 10964 10966 10941 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 43212536 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10973] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10973/stat : 10973 (java) S 10964 10966 10941 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43212537 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10974] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10974/stat : 10974 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 43212541 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10975] ppid=10964 vsize=1540260 CPUtime=0.53
/proc/10966/task/10975/stat : 10975 (java) S 10964 10966 10941 0 -1 4202560 137 0 0 0 53 0 0 0 15 0 13 0 43212541 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10976] ppid=10964 vsize=1540260 CPUtime=3.48
/proc/10966/task/10976/stat : 10976 (java) S 10964 10966 10941 0 -1 4202560 9847 0 0 0 345 3 0 0 15 0 13 0 43212541 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10977] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10977/stat : 10977 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 43212541 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10978] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10978/stat : 10978 (java) S 10964 10966 10941 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 43212541 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10979] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10979/stat : 10979 (java) S 10964 10966 10941 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 43212576 1577226240 72976 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1740.7
Current children cumulated vsize (KiB) 1540260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781 s]
/proc/loadavg: 1.11 1.00 0.94 2/119 11036
/proc/meminfo: memFree=1420664/2059040 swapFree=4140352/4192956
[pid=10966] ppid=10964 vsize=1540260 CPUtime=1800.05
/proc/10966/stat : 10966 (java) S 10964 10966 10941 0 -1 4202496 81978 0 1 0 179911 94 0 0 15 0 13 0 43212531 1577226240 73351 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10966/statm: 385065 73351 1448 10 0 382367 0
[pid=10966/tid=10968] ppid=10964 vsize=1540260 CPUtime=1763.37
/proc/10966/task/10968/stat : 10968 (java) R 10964 10966 10941 0 -1 4202560 36907 0 1 0 176318 19 0 0 25 0 13 0 43212533 1577226240 73351 1992294400 134512640 134550932 4291245728 18446744073709551615 4110113282 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10966/tid=10969] ppid=10964 vsize=1540260 CPUtime=15.9
/proc/10966/task/10969/stat : 10969 (java) S 10964 10966 10941 0 -1 4202560 17331 0 0 0 1558 32 0 0 15 0 13 0 43212534 1577226240 73351 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10970] ppid=10964 vsize=1540260 CPUtime=15.88
/proc/10966/task/10970/stat : 10970 (java) S 10964 10966 10941 0 -1 4202560 16331 0 0 0 1556 32 0 0 16 0 13 0 43212534 1577226240 73351 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10971] ppid=10964 vsize=1540260 CPUtime=0.84
/proc/10966/task/10971/stat : 10971 (java) S 10964 10966 10941 0 -1 4202560 249 0 0 0 80 4 0 0 15 0 13 0 43212536 1577226240 73351 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 0 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10972] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10972/stat : 10972 (java) S 10964 10966 10941 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 43212536 1577226240 73351 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10966/tid=10973] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10973/stat : 10973 (java) S 10964 10966 10941 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43212537 1577226240 73351 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10974] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10974/stat : 10974 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 43212541 1577226240 73351 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10975] ppid=10964 vsize=1540260 CPUtime=0.53
/proc/10966/task/10975/stat : 10975 (java) S 10964 10966 10941 0 -1 4202560 137 0 0 0 53 0 0 0 15 0 13 0 43212541 1577226240 73351 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10976] ppid=10964 vsize=1540260 CPUtime=3.48
/proc/10966/task/10976/stat : 10976 (java) S 10964 10966 10941 0 -1 4202560 9847 0 0 0 345 3 0 0 15 0 13 0 43212541 1577226240 73351 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10977] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10977/stat : 10977 (java) S 10964 10966 10941 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 43212541 1577226240 73351 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10978] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10978/stat : 10978 (java) S 10964 10966 10941 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 13 0 43212541 1577226240 73351 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10966/tid=10979] ppid=10964 vsize=1540260 CPUtime=0
/proc/10966/task/10979/stat : 10979 (java) S 10964 10966 10941 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 43212576 1577226240 73351 1992294400 134512640 134550932 4291245728 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1540260

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

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

Child status: 143
Real time (s): 1781.11
CPU time (s): 1800.19
CPU user time (s): 1799.22
CPU system time (s): 0.972852
CPU usage (%): 101.071
Max. virtual memory (cumulated for all children) (KiB): 1543784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.22
system time used= 0.972852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82000
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= 42733
involuntary context switches= 24221

runsolver used 3.40048 second user time and 9.68953 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-16 15:39:22
IDJOB=2660778
IDBENCH=1164
IDSOLVER=1165
FILE ID=node019/2660778-1276695562
PBS_JOBID= 11174072
Free space on /tmp= 62416 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army9.12bt.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660778-1276695562/watcher-2660778-1276695562 -o /tmp/evaluation-result-2660778-1276695562/solver-2660778-1276695562 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660778-1276695562.opb

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

MD5SUM BENCH= b789f830862c22cea2a920d3cb2b89b5
RANDOM SEED=1126304908

node019.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.264
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.52
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.264
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:       1711880 kB
Buffers:        118704 kB
Cached:         136392 kB
SwapCached:       6068 kB
Active:         104672 kB
Inactive:       163580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1711880 kB
SwapTotal:     4192956 kB
SwapFree:      4140352 kB
Dirty:             376 kB
Writeback:           0 kB
AnonPages:       11496 kB
Mapped:          12996 kB
Slab:            57080 kB
PageTables:       4056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182780 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= 62412 MiB
End job on node019 at 2010-06-16 16:09:05