Trace number 2098338

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
Abscon 112v4 ESAC? (TO) 1800.13 1812.55

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-31-31-6-6-1_glb.xml
MD5SUMe1a39f82a42a76badd1b3030aa849572
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.8279
Satisfiable
(Un)Satisfiability was proved
Number of variables15376
Number of constraints14942
Maximum constraint arity31
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension14415
Global constraints used (with number of constraints)weightedsum(527)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2098338-1247414377.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.88/0.98	     nbVariables=15376  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=30752
0.88/0.98	       =>  wckTime=0.745  cpuTime=0.52  mem=8M182
0.88/0.98	   
0.88/0.98	   predicates being loaded...
0.98/1.05	   
0.98/1.05	   constraints being loaded...
11.05/11.23	     nbConstraints=15002  nbGlobalConstraints=587  nbConflictsStructures=1  nbSharedConflictsStructures=14414
11.05/11.23	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=14414  minDegree=4
11.05/11.23	     maxDegree=36  minArity=3  avgArity=9.67  maxArity=1860  nbGenerators=60  nbFusions=0  symmetryWckTime=7.534
11.05/11.23	     symmetryCpuTime=0.97
11.05/11.23	       =>  wckTime=10.988  cpuTime=3.83  mem=83M512
11.35/11.58	   
11.35/11.58	   solver IterativeSystematicSolver being built... 
11.75/11.97	   
11.75/11.97	   INFO : Forward propagation technique limited 
12.34/12.53	       =>  wckTime=12.295  cpuTime=4.6  mem=112M965
54.24/54.83	   
54.24/54.83	   INFO : Stopping ESAC
54.24/54.84	   
54.24/54.84	   preprocessing
54.24/54.84	     nbConstraintChecks=44653  nbValidityChecks=30339  nbPropagations=33733  nbRevisions=35972  nbUselessRevisions=23536
54.24/54.84	     nbSingletonTests=5827  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
54.24/54.84	     detectedInconsistency=no
54.24/54.84	       =>  wckTime=42.277  cpuTime=41.81  mem=113M965

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line 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-2098338-1247414377/watcher-2098338-1247414377 -o /tmp/evaluation-result-2098338-1247414377/solver-2098338-1247414377 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2098338-1247414377.xml 

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): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 2042
/proc/meminfo: memFree=1721656/2055920 swapFree=4192812/4192956
[pid=2042] ppid=2040 vsize=1616 CPUtime=0
/proc/2042/stat : 2042 (java) R 2040 2042 569 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 28505167 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2042/statm: 404 148 122 9 0 46 0

[startup+0.013263 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 2042
/proc/meminfo: memFree=1721656/2055920 swapFree=4192812/4192956
[pid=2042] ppid=2040 vsize=10764 CPUtime=0
/proc/2042/stat : 2042 (java) S 2040 2042 569 0 -1 0 740 0 0 0 0 0 0 0 18 0 2 0 28505167 11022336 520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/2042/statm: 2691 520 240 9 0 1196 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10764

[startup+0.101279 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 2042
/proc/meminfo: memFree=1721656/2055920 swapFree=4192812/4192956
[pid=2042] ppid=2040 vsize=865984 CPUtime=0.08
/proc/2042/stat : 2042 (java) S 2040 2042 569 0 -1 0 3785 0 1 0 6 2 0 0 18 0 9 0 28505167 886767616 3236 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2042/statm: 216496 3236 1708 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301315 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 2042
/proc/meminfo: memFree=1721656/2055920 swapFree=4192812/4192956
[pid=2042] ppid=2040 vsize=866224 CPUtime=0.29
/proc/2042/stat : 2042 (java) S 2040 2042 569 0 -1 0 5831 0 1 0 25 4 0 0 18 0 9 0 28505167 887013376 5197 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2042/statm: 216556 5197 1982 9 0 211014 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866224

[startup+0.701397 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 2042
/proc/meminfo: memFree=1721656/2055920 swapFree=4192812/4192956
[pid=2042] ppid=2040 vsize=867540 CPUtime=0.68
/proc/2042/stat : 2042 (java) S 2040 2042 569 0 -1 0 8941 0 1 0 63 5 0 0 18 0 9 0 28505167 888360960 8303 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2042/statm: 216885 8303 1999 9 0 211343 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867540

[startup+1.50255 s]
/proc/loadavg: 1.99 1.97 1.99 3/89 2052
/proc/meminfo: memFree=1656752/2055920 swapFree=4192812/4192956
[pid=2042] ppid=2040 vsize=867628 CPUtime=1.47
/proc/2042/stat : 2042 (java) S 2040 2042 569 0 -1 0 18905 0 1 0 136 11 0 0 18 0 9 0 28505167 888451072 18256 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2042/statm: 216907 18256 2049 9 0 211343 0
[pid=2042/tid=2045] ppid=2040 vsize=867628 CPUtime=1.21
/proc/2042/task/2045/stat : 2045 (java) R 2040 2042 569 0 -1 64 15773 0 1 0 112 9 0 0 25 0 9 0 28505168 888451072 18256 996147200 134512640 134550932 4294955968 18446744073709551615 102724619 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2046] ppid=2040 vsize=867628 CPUtime=0.06
/proc/2042/task/2046/stat : 2046 (java) S 2040 2042 569 0 -1 64 1769 0 0 0 6 0 0 0 17 0 9 0 28505169 888451072 18256 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2047] ppid=2040 vsize=867628 CPUtime=0
/proc/2042/task/2047/stat : 2047 (java) S 2040 2042 569 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28505170 888451072 18256 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2048] ppid=2040 vsize=867628 CPUtime=0
/proc/2042/task/2048/stat : 2048 (java) S 2040 2042 569 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28505170 888451072 18256 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2049] ppid=2040 vsize=867628 CPUtime=0
/proc/2042/task/2049/stat : 2049 (java) S 2040 2042 569 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28505172 888451072 18256 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2050] ppid=2040 vsize=867628 CPUtime=0.17
/proc/2042/task/2050/stat : 2050 (java) S 2040 2042 569 0 -1 64 661 0 0 0 17 0 0 0 16 0 9 0 28505172 888451072 18256 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2051] ppid=2040 vsize=867628 CPUtime=0
/proc/2042/task/2051/stat : 2051 (java) S 2040 2042 569 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28505172 888451072 18256 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2052] ppid=2040 vsize=867628 CPUtime=0
/proc/2042/task/2052/stat : 2052 (java) S 2040 2042 569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28505172 888451072 18256 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867628

[startup+3.10286 s]
/proc/loadavg: 1.99 1.97 1.99 3/89 2052
/proc/meminfo: memFree=1644080/2055920 swapFree=4192812/4192956
[pid=2042] ppid=2040 vsize=867544 CPUtime=3.06
/proc/2042/stat : 2042 (java) S 2040 2042 569 0 -1 0 30714 0 1 0 257 49 0 0 18 0 9 0 28505167 888365056 30041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2042/statm: 216886 30041 2029 9 0 211344 0
[pid=2042/tid=2045] ppid=2040 vsize=867544 CPUtime=2.49
/proc/2042/task/2045/stat : 2045 (java) R 2040 2042 569 0 -1 64 15804 0 1 0 207 42 0 0 25 0 9 0 28505168 888365056 30041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2046] ppid=2040 vsize=867544 CPUtime=0.31
/proc/2042/task/2046/stat : 2046 (java) S 2040 2042 569 0 -1 64 13504 0 0 0 26 5 0 0 17 0 9 0 28505169 888365056 30041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2047] ppid=2040 vsize=867544 CPUtime=0
/proc/2042/task/2047/stat : 2047 (java) S 2040 2042 569 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28505170 888365056 30041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2048] ppid=2040 vsize=867544 CPUtime=0
/proc/2042/task/2048/stat : 2048 (java) S 2040 2042 569 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28505170 888365056 30041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2049] ppid=2040 vsize=867544 CPUtime=0
/proc/2042/task/2049/stat : 2049 (java) S 2040 2042 569 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28505172 888365056 30041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2050] ppid=2040 vsize=867544 CPUtime=0.23
/proc/2042/task/2050/stat : 2050 (java) S 2040 2042 569 0 -1 64 704 0 0 0 23 0 0 0 16 0 9 0 28505172 888365056 30041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2051] ppid=2040 vsize=867544 CPUtime=0
/proc/2042/task/2051/stat : 2051 (java) S 2040 2042 569 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28505172 888365056 30041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2052] ppid=2040 vsize=867544 CPUtime=0
/proc/2042/task/2052/stat : 2052 (java) S 2040 2042 569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28505172 888365056 30041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867544

[startup+6.30247 s]
/proc/loadavg: 1.99 1.97 1.99 3/91 2055
/proc/meminfo: memFree=1585120/2055920 swapFree=4192812/4192956
[pid=2042] ppid=2040 vsize=867864 CPUtime=4.2
/proc/2042/stat : 2042 (java) S 2040 2042 569 0 -1 0 39091 0 1 0 342 78 0 0 18 0 10 0 28505167 888692736 33449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2042/statm: 216966 33449 2034 9 0 211424 0
[pid=2055] ppid=2042 vsize=13648 CPUtime=2.01
/proc/2055/stat : 2055 (saucy) R 2042 2042 569 0 -1 4194304 2579 0 0 0 198 3 0 0 25 0 1 0 28505584 13975552 2537 996147200 134512640 134531332 4294956000 18446744073709551615 134520935 0 4 0 0 0 0 0 17 1 0 0
/proc/2055/statm: 3412 2537 104 4 0 3088 0
[pid=2042/tid=2045] ppid=2040 vsize=867864 CPUtime=3.45
/proc/2042/task/2045/stat : 2045 (java) S 2040 2042 569 0 -1 64 20036 0 1 0 276 69 0 0 15 0 10 0 28505168 888692736 33449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=2042/tid=2046] ppid=2040 vsize=867864 CPUtime=0.45
/proc/2042/task/2046/stat : 2046 (java) S 2040 2042 569 0 -1 64 17490 0 0 0 39 6 0 0 16 0 10 0 28505169 888692736 33449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2047] ppid=2040 vsize=867864 CPUtime=0
/proc/2042/task/2047/stat : 2047 (java) S 2040 2042 569 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 28505170 888692736 33449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2048] ppid=2040 vsize=867864 CPUtime=0
/proc/2042/task/2048/stat : 2048 (java) S 2040 2042 569 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 28505170 888692736 33449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2049] ppid=2040 vsize=867864 CPUtime=0
/proc/2042/task/2049/stat : 2049 (java) S 2040 2042 569 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 28505172 888692736 33449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2050] ppid=2040 vsize=867864 CPUtime=0.25
/proc/2042/task/2050/stat : 2050 (java) S 2040 2042 569 0 -1 64 766 0 0 0 25 0 0 0 15 0 10 0 28505172 888692736 33449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2051] ppid=2040 vsize=867864 CPUtime=0
/proc/2042/task/2051/stat : 2051 (java) S 2040 2042 569 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 28505172 888692736 33449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2052] ppid=2040 vsize=867864 CPUtime=0
/proc/2042/task/2052/stat : 2052 (java) S 2040 2042 569 0 -1 64 54 0 0 0 0 0 0 0 15 0 10 0 28505172 888692736 33449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2053] ppid=2040 vsize=867864 CPUtime=0
/proc/2042/task/2053/stat : 2053 (java) S 2040 2042 569 0 -1 64 44 0 0 0 0 0 0 0 22 0 10 0 28505584 888692736 33449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 881512

[startup+12.7027 s]
/proc/loadavg: 2.07 1.99 1.99 4/89 2057
/proc/meminfo: memFree=1576608/2055920 swapFree=4192812/4192956
[pid=2042] ppid=2040 vsize=867952 CPUtime=12.54
/proc/2042/stat : 2042 (java) S 2040 2042 569 0 -1 0 71362 3464 1 0 547 86 616 5 18 0 9 0 28505167 888782848 40112 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2042/statm: 216988 40112 2663 9 0 211424 0
[pid=2042/tid=2045] ppid=2040 vsize=867952 CPUtime=11.16
/proc/2042/task/2045/stat : 2045 (java) R 2040 2042 569 0 -1 64 35186 3464 1 0 422 73 616 5 16 0 9 0 28505168 888782848 40112 996147200 134512640 134550932 4294955968 18446744073709551615 4127502435 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2046] ppid=2040 vsize=867952 CPUtime=7.16
/proc/2042/task/2046/stat : 2046 (java) R 2040 2042 569 0 -1 64 34178 3464 0 0 85 10 616 5 19 0 9 0 28505169 888782848 40112 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2047] ppid=2040 vsize=867952 CPUtime=6.21
/proc/2042/task/2047/stat : 2047 (java) S 2040 2042 569 0 -1 64 25 3464 0 0 0 0 616 5 15 0 9 0 28505170 888782848 40112 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2048] ppid=2040 vsize=867952 CPUtime=6.21
/proc/2042/task/2048/stat : 2048 (java) S 2040 2042 569 0 -1 64 14 3464 0 0 0 0 616 5 16 0 9 0 28505170 888782848 40112 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2049] ppid=2040 vsize=867952 CPUtime=6.21
/proc/2042/task/2049/stat : 2049 (java) S 2040 2042 569 0 -1 64 1 3464 0 0 0 0 616 5 18 0 9 0 28505172 888782848 40112 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2050] ppid=2040 vsize=867952 CPUtime=6.6
/proc/2042/task/2050/stat : 2050 (java) S 2040 2042 569 0 -1 64 1117 3464 0 0 39 0 616 5 15 0 9 0 28505172 888782848 40112 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2051] ppid=2040 vsize=867952 CPUtime=6.21
/proc/2042/task/2051/stat : 2051 (java) S 2040 2042 569 0 -1 64 1 3464 0 0 0 0 616 5 19 0 9 0 28505172 888782848 40112 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2052] ppid=2040 vsize=867952 CPUtime=6.21
/proc/2042/task/2052/stat : 2052 (java) S 2040 2042 569 0 -1 64 60 3464 0 0 0 0 616 5 15 0 9 0 28505172 888782848 40112 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 867952

[startup+25.5012 s]
/proc/loadavg: 2.06 1.99 1.99 3/89 2057
/proc/meminfo: memFree=1570784/2055920 swapFree=4192812/4192956
[pid=2042] ppid=2040 vsize=867864 CPUtime=25.22
/proc/2042/stat : 2042 (java) S 2040 2042 569 0 -1 0 71400 3464 1 0 1814 87 616 5 18 0 9 0 28505167 888692736 40114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2042/statm: 216966 40114 2641 9 0 211424 0
[pid=2042/tid=2045] ppid=2040 vsize=867864 CPUtime=23.79
/proc/2042/task/2045/stat : 2045 (java) R 2040 2042 569 0 -1 64 35188 3464 1 0 1685 73 616 5 25 0 9 0 28505168 888692736 40114 996147200 134512640 134550932 4294955968 18446744073709551615 4127586746 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2046] ppid=2040 vsize=867864 CPUtime=7.16
/proc/2042/task/2046/stat : 2046 (java) S 2040 2042 569 0 -1 64 34178 3464 0 0 85 10 616 5 16 0 9 0 28505169 888692736 40114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2047] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2047/stat : 2047 (java) S 2040 2042 569 0 -1 64 25 3464 0 0 0 0 616 5 15 0 9 0 28505170 888692736 40114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2048] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2048/stat : 2048 (java) S 2040 2042 569 0 -1 64 26 3464 0 0 0 0 616 5 16 0 9 0 28505170 888692736 40114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2049] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2049/stat : 2049 (java) S 2040 2042 569 0 -1 64 1 3464 0 0 0 0 616 5 18 0 9 0 28505172 888692736 40114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2050] ppid=2040 vsize=867864 CPUtime=6.64
/proc/2042/task/2050/stat : 2050 (java) S 2040 2042 569 0 -1 64 1141 3464 0 0 42 1 616 5 16 0 9 0 28505172 888692736 40114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2051] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2051/stat : 2051 (java) S 2040 2042 569 0 -1 64 1 3464 0 0 0 0 616 5 19 0 9 0 28505172 888692736 40114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2052] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2052/stat : 2052 (java) S 2040 2042 569 0 -1 64 60 3464 0 0 0 0 616 5 15 0 9 0 28505172 888692736 40114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 867864

[startup+51.1011 s]
/proc/loadavg: 2.04 1.99 1.99 3/89 2057
/proc/meminfo: memFree=1570784/2055920 swapFree=4192812/4192956
[pid=2042] ppid=2040 vsize=867864 CPUtime=50.58
/proc/2042/stat : 2042 (java) S 2040 2042 569 0 -1 0 71402 3464 1 0 4350 87 616 5 18 0 9 0 28505167 888692736 40114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2042/statm: 216966 40114 2641 9 0 211424 0
[pid=2042/tid=2045] ppid=2040 vsize=867864 CPUtime=49.14
/proc/2042/task/2045/stat : 2045 (java) R 2040 2042 569 0 -1 64 35190 3464 1 0 4220 73 616 5 25 0 9 0 28505168 888692736 40114 996147200 134512640 134550932 4294955968 18446744073709551615 4127586743 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2046] ppid=2040 vsize=867864 CPUtime=7.16
/proc/2042/task/2046/stat : 2046 (java) S 2040 2042 569 0 -1 64 34178 3464 0 0 85 10 616 5 16 0 9 0 28505169 888692736 40114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2047] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2047/stat : 2047 (java) S 2040 2042 569 0 -1 64 25 3464 0 0 0 0 616 5 15 0 9 0 28505170 888692736 40114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2048] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2048/stat : 2048 (java) S 2040 2042 569 0 -1 64 26 3464 0 0 0 0 616 5 16 0 9 0 28505170 888692736 40114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2049] ppid=2040 vsize=867864 CPUtime=6.21

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

/proc/2042/task/2048/stat : 2048 (java) S 2040 2042 569 0 -1 64 26 3464 0 0 0 0 616 5 16 0 9 0 28505170 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2049] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2049/stat : 2049 (java) S 2040 2042 569 0 -1 64 1 3464 0 0 0 0 616 5 18 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2050] ppid=2040 vsize=867864 CPUtime=6.71
/proc/2042/task/2050/stat : 2050 (java) S 2040 2042 569 0 -1 64 1183 3464 0 0 49 1 616 5 16 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2051] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2051/stat : 2051 (java) S 2040 2042 569 0 -1 64 1 3464 0 0 0 0 616 5 19 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2052] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2052/stat : 2052 (java) S 2040 2042 569 0 -1 64 60 3464 0 0 0 0 616 5 15 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.99
Current children cumulated vsize (KiB) 867864

[startup+1602.3 s]
/proc/loadavg: 2.41 2.14 2.03 3/89 2143
/proc/meminfo: memFree=1385944/2055920 swapFree=4192812/4192956
[pid=2042] ppid=2040 vsize=867864 CPUtime=1589.96
/proc/2042/stat : 2042 (java) S 2040 2042 569 0 -1 0 71454 3464 1 0 158281 94 616 5 18 0 9 0 28505167 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2042/statm: 216966 40150 2641 9 0 211424 0
[pid=2042/tid=2045] ppid=2040 vsize=867864 CPUtime=1588.46
/proc/2042/task/2045/stat : 2045 (java) R 2040 2042 569 0 -1 64 35200 3464 1 0 158145 80 616 5 25 0 9 0 28505168 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4127619209 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2042/tid=2046] ppid=2040 vsize=867864 CPUtime=7.16
/proc/2042/task/2046/stat : 2046 (java) S 2040 2042 569 0 -1 64 34178 3464 0 0 85 10 616 5 16 0 9 0 28505169 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2047] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2047/stat : 2047 (java) S 2040 2042 569 0 -1 64 25 3464 0 0 0 0 616 5 15 0 9 0 28505170 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2048] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2048/stat : 2048 (java) S 2040 2042 569 0 -1 64 26 3464 0 0 0 0 616 5 16 0 9 0 28505170 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2049] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2049/stat : 2049 (java) S 2040 2042 569 0 -1 64 1 3464 0 0 0 0 616 5 18 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2050] ppid=2040 vsize=867864 CPUtime=6.71
/proc/2042/task/2050/stat : 2050 (java) S 2040 2042 569 0 -1 64 1183 3464 0 0 49 1 616 5 16 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2051] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2051/stat : 2051 (java) S 2040 2042 569 0 -1 64 1 3464 0 0 0 0 616 5 19 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2052] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2052/stat : 2052 (java) S 2040 2042 569 0 -1 64 60 3464 0 0 0 0 616 5 15 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.96
Current children cumulated vsize (KiB) 867864

[startup+1662.3 s]
/proc/loadavg: 2.32 2.18 2.05 3/89 2143
/proc/meminfo: memFree=1385944/2055920 swapFree=4192812/4192956
[pid=2042] ppid=2040 vsize=867864 CPUtime=1649.93
/proc/2042/stat : 2042 (java) S 2040 2042 569 0 -1 0 71455 3464 1 0 164278 94 616 5 18 0 9 0 28505167 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2042/statm: 216966 40150 2641 9 0 211424 0
[pid=2042/tid=2045] ppid=2040 vsize=867864 CPUtime=1648.43
/proc/2042/task/2045/stat : 2045 (java) R 2040 2042 569 0 -1 64 35201 3464 1 0 164142 80 616 5 25 0 9 0 28505168 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4127619209 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2042/tid=2046] ppid=2040 vsize=867864 CPUtime=7.16
/proc/2042/task/2046/stat : 2046 (java) S 2040 2042 569 0 -1 64 34178 3464 0 0 85 10 616 5 16 0 9 0 28505169 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2047] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2047/stat : 2047 (java) S 2040 2042 569 0 -1 64 25 3464 0 0 0 0 616 5 15 0 9 0 28505170 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2048] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2048/stat : 2048 (java) S 2040 2042 569 0 -1 64 26 3464 0 0 0 0 616 5 16 0 9 0 28505170 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2049] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2049/stat : 2049 (java) S 2040 2042 569 0 -1 64 1 3464 0 0 0 0 616 5 18 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2050] ppid=2040 vsize=867864 CPUtime=6.71
/proc/2042/task/2050/stat : 2050 (java) S 2040 2042 569 0 -1 64 1183 3464 0 0 49 1 616 5 16 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2051] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2051/stat : 2051 (java) S 2040 2042 569 0 -1 64 1 3464 0 0 0 0 616 5 19 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2052] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2052/stat : 2052 (java) S 2040 2042 569 0 -1 64 60 3464 0 0 0 0 616 5 15 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.93
Current children cumulated vsize (KiB) 867864

[startup+1722.3 s]
/proc/loadavg: 2.18 2.17 2.05 3/89 2143
/proc/meminfo: memFree=1385944/2055920 swapFree=4192812/4192956
[pid=2042] ppid=2040 vsize=867864 CPUtime=1709.9
/proc/2042/stat : 2042 (java) S 2040 2042 569 0 -1 0 71455 3464 1 0 170275 94 616 5 18 0 9 0 28505167 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2042/statm: 216966 40150 2641 9 0 211424 0
[pid=2042/tid=2045] ppid=2040 vsize=867864 CPUtime=1708.4
/proc/2042/task/2045/stat : 2045 (java) R 2040 2042 569 0 -1 64 35201 3464 1 0 170139 80 616 5 25 0 9 0 28505168 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4127619252 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2042/tid=2046] ppid=2040 vsize=867864 CPUtime=7.16
/proc/2042/task/2046/stat : 2046 (java) S 2040 2042 569 0 -1 64 34178 3464 0 0 85 10 616 5 16 0 9 0 28505169 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2047] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2047/stat : 2047 (java) S 2040 2042 569 0 -1 64 25 3464 0 0 0 0 616 5 15 0 9 0 28505170 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2048] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2048/stat : 2048 (java) S 2040 2042 569 0 -1 64 26 3464 0 0 0 0 616 5 16 0 9 0 28505170 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2049] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2049/stat : 2049 (java) S 2040 2042 569 0 -1 64 1 3464 0 0 0 0 616 5 18 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2050] ppid=2040 vsize=867864 CPUtime=6.71
/proc/2042/task/2050/stat : 2050 (java) S 2040 2042 569 0 -1 64 1183 3464 0 0 49 1 616 5 16 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2051] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2051/stat : 2051 (java) S 2040 2042 569 0 -1 64 1 3464 0 0 0 0 616 5 19 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2052] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2052/stat : 2052 (java) S 2040 2042 569 0 -1 64 60 3464 0 0 0 0 616 5 15 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.9
Current children cumulated vsize (KiB) 867864

[startup+1782.3 s]
/proc/loadavg: 2.44 2.23 2.08 3/89 2143
/proc/meminfo: memFree=1385880/2055920 swapFree=4192812/4192956
[pid=2042] ppid=2040 vsize=867864 CPUtime=1769.87
/proc/2042/stat : 2042 (java) S 2040 2042 569 0 -1 0 71455 3464 1 0 176272 94 616 5 18 0 9 0 28505167 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2042/statm: 216966 40150 2641 9 0 211424 0
[pid=2042/tid=2045] ppid=2040 vsize=867864 CPUtime=1768.37
/proc/2042/task/2045/stat : 2045 (java) R 2040 2042 569 0 -1 64 35201 3464 1 0 176136 80 616 5 25 0 9 0 28505168 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4126832858 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2042/tid=2046] ppid=2040 vsize=867864 CPUtime=7.16
/proc/2042/task/2046/stat : 2046 (java) S 2040 2042 569 0 -1 64 34178 3464 0 0 85 10 616 5 16 0 9 0 28505169 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2047] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2047/stat : 2047 (java) S 2040 2042 569 0 -1 64 25 3464 0 0 0 0 616 5 15 0 9 0 28505170 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2048] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2048/stat : 2048 (java) S 2040 2042 569 0 -1 64 26 3464 0 0 0 0 616 5 16 0 9 0 28505170 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2049] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2049/stat : 2049 (java) S 2040 2042 569 0 -1 64 1 3464 0 0 0 0 616 5 18 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2050] ppid=2040 vsize=867864 CPUtime=6.71
/proc/2042/task/2050/stat : 2050 (java) S 2040 2042 569 0 -1 64 1183 3464 0 0 49 1 616 5 16 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2051] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2051/stat : 2051 (java) S 2040 2042 569 0 -1 64 1 3464 0 0 0 0 616 5 19 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2052] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2052/stat : 2052 (java) S 2040 2042 569 0 -1 64 60 3464 0 0 0 0 616 5 15 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.87
Current children cumulated vsize (KiB) 867864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.5 s]
/proc/loadavg: 2.58 2.28 2.10 3/89 2143
/proc/meminfo: memFree=1385880/2055920 swapFree=4192812/4192956
[pid=2042] ppid=2040 vsize=867864 CPUtime=1800.06
/proc/2042/stat : 2042 (java) S 2040 2042 569 0 -1 0 71455 3464 1 0 179291 94 616 5 18 0 9 0 28505167 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2042/statm: 216966 40150 2641 9 0 211424 0
[pid=2042/tid=2045] ppid=2040 vsize=867864 CPUtime=1798.56
/proc/2042/task/2045/stat : 2045 (java) R 2040 2042 569 0 -1 64 35201 3464 1 0 179155 80 616 5 25 0 9 0 28505168 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4127619219 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2042/tid=2046] ppid=2040 vsize=867864 CPUtime=7.16
/proc/2042/task/2046/stat : 2046 (java) R 2040 2042 569 0 -1 64 34178 3464 0 0 85 10 616 5 16 0 9 0 28505169 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2047] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2047/stat : 2047 (java) S 2040 2042 569 0 -1 64 25 3464 0 0 0 0 616 5 15 0 9 0 28505170 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2048] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2048/stat : 2048 (java) S 2040 2042 569 0 -1 64 26 3464 0 0 0 0 616 5 16 0 9 0 28505170 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2049] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2049/stat : 2049 (java) S 2040 2042 569 0 -1 64 1 3464 0 0 0 0 616 5 18 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2050] ppid=2040 vsize=867864 CPUtime=6.71
/proc/2042/task/2050/stat : 2050 (java) S 2040 2042 569 0 -1 64 1183 3464 0 0 49 1 616 5 16 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2051] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2051/stat : 2051 (java) S 2040 2042 569 0 -1 64 1 3464 0 0 0 0 616 5 19 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2052] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2052/stat : 2052 (java) S 2040 2042 569 0 -1 64 60 3464 0 0 0 0 616 5 15 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 867864

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

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

[startup+1812.5 s]
/proc/loadavg: 2.58 2.28 2.10 3/89 2143
/proc/meminfo: memFree=1385880/2055920 swapFree=4192812/4192956
[pid=2042] ppid=2040 vsize=867864 CPUtime=1800.06
/proc/2042/stat : 2042 (java) S 2040 2042 569 0 -1 0 71455 3464 1 0 179291 94 616 5 18 0 9 0 28505167 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2042/statm: 216966 40150 2641 9 0 211424 0
[pid=2042/tid=2045] ppid=2040 vsize=867864 CPUtime=1798.56
/proc/2042/task/2045/stat : 2045 (java) R 2040 2042 569 0 -1 64 35201 3464 1 0 179155 80 616 5 25 0 9 0 28505168 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4127619219 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2042/tid=2046] ppid=2040 vsize=867864 CPUtime=7.16
/proc/2042/task/2046/stat : 2046 (java) R 2040 2042 569 0 -1 64 34178 3464 0 0 85 10 616 5 16 0 9 0 28505169 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2047] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2047/stat : 2047 (java) S 2040 2042 569 0 -1 64 25 3464 0 0 0 0 616 5 15 0 9 0 28505170 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2048] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2048/stat : 2048 (java) S 2040 2042 569 0 -1 64 26 3464 0 0 0 0 616 5 16 0 9 0 28505170 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2049] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2049/stat : 2049 (java) S 2040 2042 569 0 -1 64 1 3464 0 0 0 0 616 5 18 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2050] ppid=2040 vsize=867864 CPUtime=6.71
/proc/2042/task/2050/stat : 2050 (java) S 2040 2042 569 0 -1 64 1183 3464 0 0 49 1 616 5 16 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2051] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2051/stat : 2051 (java) S 2040 2042 569 0 -1 64 1 3464 0 0 0 0 616 5 19 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2042/tid=2052] ppid=2040 vsize=867864 CPUtime=6.21
/proc/2042/task/2052/stat : 2052 (java) S 2040 2042 569 0 -1 64 60 3464 0 0 0 0 616 5 15 0 9 0 28505172 888692736 40150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 867864

Child status: 143
Real time (s): 1812.55
CPU time (s): 1800.13
CPU user time (s): 1799.11
CPU system time (s): 1.02684
CPU usage (%): 99.3151
Max. virtual memory (cumulated for all children) (KiB): 883888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 1.02684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74949
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= 39123
involuntary context switches= 71426

runsolver used 2.68059 second user time and 5.57015 second system time

The end

Launcher Data

Begin job on node5 at 2009-07-12 17:59:37
IDJOB=2098338
IDBENCH=58578
IDSOLVER=774
FILE ID=node5/2098338-1247414377
PBS_JOBID= 9510634
Free space on /tmp= 66436 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-31-31-6-6-1_glb.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098338-1247414377/watcher-2098338-1247414377 -o /tmp/evaluation-result-2098338-1247414377/solver-2098338-1247414377 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2098338-1247414377.xml

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

MD5SUM BENCH= e1a39f82a42a76badd1b3030aa849572
RANDOM SEED=1771070053

node5.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1722136 kB
Buffers:         53756 kB
Cached:         128076 kB
SwapCached:          0 kB
Active:         197728 kB
Inactive:        80256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1722136 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4892 kB
Writeback:           0 kB
Mapped:         116528 kB
Slab:            40904 kB
Committed_AS:  1027860 kB
PageTables:       1948 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66404 MiB
End job on node5 at 2009-07-12 18:29:52