Trace number 1044815

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.18 1823.87

General information on the benchmark

Namecsp/QWH-25/
normalized-qwh-25-235-1_ext.xml
MD5SUM699f7a4b682fe6a4df4b0f8e7f6ab4d5
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.36088
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints9300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension9300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1044815-1215020486.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.39/0.45	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25  nbTotalValues=6265
0.39/0.45	       =>  wckTime=0.2  cpuTime=0.14  mem=9M870
0.39/0.45	   
0.39/0.45	   relations being loaded...
0.39/0.46	   
0.39/0.46	   constraints being loaded...
1.37/1.41	     nbConstraints=9331  nbRelationTypes=26  nbGlobalConstraints=31  nbSingletonDomainVariables=390
1.37/1.42	     nbExtensionStructures=51  nbSharedExtensionStructures=9249  nbConflictsStructures=51
1.37/1.42	     nbSharedConflictsStructures=9249  nbSharedBinaryRepresentations=1323  minDegree=18  maxDegree=49  minArity=2
1.37/1.42	     avgArity=2.02  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.379  symmetryCpuTime=0.21  nbCliques=31
1.37/1.42	       =>  wckTime=1.164  cpuTime=0.73  mem=23M271
1.46/1.54	   
1.46/1.55	   solver IterativeSystematicSolver being built... 
1.56/1.63	   
1.56/1.63	   INFO : Forward propagation technique limited 
1.66/1.72	       =>  wckTime=1.473  cpuTime=0.88  mem=31M181
2.75/2.82	   
2.75/2.82	   preprocessing
2.75/2.82	     nbConstraintChecks=273998  nbPropagations=5945  nbRevisions=75189  nbUselessRevisions=66546  nbSingletonTests=2092
2.75/2.82	     nbEffectiveSingletonTests=6  nbACRemovals=4956  nbFoundSingletons=0  nbRemovedValues=4962  detectedInconsistency=no
2.75/2.82	       =>  wckTime=1.091  cpuTime=1.05  mem=32M175
3.14/3.23	   
3.14/3.23	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=33M186)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044815-1215020486/watcher-1044815-1215020486 -o /tmp/evaluation-result-1044815-1215020486/solver-1044815-1215020486 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1044815-1215020486.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.25 2.08 1.56 3/72 22071
/proc/meminfo: memFree=486848/2055920 swapFree=4179412/4192956
[pid=22071] ppid=22069 vsize=1616 CPUtime=0
/proc/22071/stat : 22071 (java) D 22069 22071 22034 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1981020351 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 0 0 0
/proc/22071/statm: 404 147 121 9 0 46 0

[startup+0.046062 s]
/proc/loadavg: 2.25 2.08 1.56 3/72 22071
/proc/meminfo: memFree=486848/2055920 swapFree=4179412/4192956
[pid=22071] ppid=22069 vsize=861876 CPUtime=0.03
/proc/22071/stat : 22071 (java) S 22069 22071 22034 0 -1 0 2349 0 1 0 2 1 0 0 18 0 5 0 1981020351 882561024 1939 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/22071/statm: 215469 1939 892 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.101071 s]
/proc/loadavg: 2.25 2.08 1.56 3/72 22071
/proc/meminfo: memFree=486848/2055920 swapFree=4179412/4192956
[pid=22071] ppid=22069 vsize=865884 CPUtime=0.09
/proc/22071/stat : 22071 (java) S 22069 22071 22034 0 -1 0 3692 0 1 0 7 2 0 0 18 0 9 0 1981020351 886665216 3167 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22071/statm: 216471 3167 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.30111 s]
/proc/loadavg: 2.25 2.08 1.56 3/72 22071
/proc/meminfo: memFree=486848/2055920 swapFree=4179412/4192956
[pid=22071] ppid=22069 vsize=866284 CPUtime=0.28
/proc/22071/stat : 22071 (java) S 22069 22071 22034 0 -1 0 5863 0 1 0 25 3 0 0 18 0 9 0 1981020351 887074816 5237 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22071/statm: 216571 5237 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701192 s]
/proc/loadavg: 2.25 2.08 1.56 3/72 22071
/proc/meminfo: memFree=486848/2055920 swapFree=4179412/4192956
[pid=22071] ppid=22069 vsize=867440 CPUtime=0.68
/proc/22071/stat : 22071 (java) S 22069 22071 22034 0 -1 0 9654 0 1 0 63 5 0 0 18 0 9 0 1981020351 888258560 9014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22071/statm: 216860 9024 1983 9 0 211388 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867440

[startup+1.50235 s]
/proc/loadavg: 2.25 2.08 1.56 4/81 22080
/proc/meminfo: memFree=420920/2055920 swapFree=4179412/4192956
[pid=22071] ppid=22069 vsize=867928 CPUtime=1.46
/proc/22071/stat : 22071 (java) S 22069 22071 22034 0 -1 0 24704 581 1 0 122 12 11 1 18 0 10 0 1981020351 888758272 19564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22071/statm: 216982 19564 2635 9 0 211510 0
[pid=22071/tid=22073] ppid=22069 vsize=867928 CPUtime=1.04
/proc/22071/task/22073/stat : 22073 (java) S 22069 22071 22034 0 -1 64 17265 581 1 0 83 9 11 1 17 0 10 0 1981020352 888758272 19564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22074] ppid=22069 vsize=867928 CPUtime=0.3
/proc/22071/task/22074/stat : 22074 (java) R 22069 22071 22034 0 -1 64 5820 581 0 0 17 1 11 1 17 0 10 0 1981020354 888758272 19564 996147200 134512640 134550740 4294955968 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22075] ppid=22069 vsize=867928 CPUtime=0.12
/proc/22071/task/22075/stat : 22075 (java) S 22069 22071 22034 0 -1 64 13 581 0 0 0 0 11 1 16 0 10 0 1981020354 888758272 19564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22076] ppid=22069 vsize=867928 CPUtime=0.12
/proc/22071/task/22076/stat : 22076 (java) S 22069 22071 22034 0 -1 64 5 581 0 0 0 0 11 1 16 0 10 0 1981020354 888758272 19564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22077] ppid=22069 vsize=867928 CPUtime=0.12
/proc/22071/task/22077/stat : 22077 (java) S 22069 22071 22034 0 -1 64 1 581 0 0 0 0 11 1 23 0 10 0 1981020356 888758272 19564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22078] ppid=22069 vsize=867928 CPUtime=0.33
/proc/22071/task/22078/stat : 22078 (java) S 22069 22071 22034 0 -1 64 786 581 0 0 21 0 11 1 16 0 10 0 1981020356 888758272 19564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22079] ppid=22069 vsize=867928 CPUtime=0.12
/proc/22071/task/22079/stat : 22079 (java) S 22069 22071 22034 0 -1 64 1 581 0 0 0 0 11 1 24 0 10 0 1981020356 888758272 19564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22080] ppid=22069 vsize=867928 CPUtime=0.12
/proc/22071/task/22080/stat : 22080 (java) S 22069 22071 22034 0 -1 64 13 581 0 0 0 0 11 1 15 0 10 0 1981020356 888758272 19564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867928

[startup+3.10266 s]
/proc/loadavg: 2.47 2.13 1.58 3/81 22084
/proc/meminfo: memFree=411184/2055920 swapFree=4179412/4192956
[pid=22071] ppid=22069 vsize=867912 CPUtime=3.04
/proc/22071/stat : 22071 (java) S 22069 22071 22034 0 -1 0 31595 704 1 0 276 16 11 1 18 0 9 0 1981020351 888741888 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22071/statm: 216978 21393 2636 9 0 211484 0
[pid=22071/tid=22073] ppid=22069 vsize=867912 CPUtime=2.48
/proc/22071/task/22073/stat : 22073 (java) R 22069 22071 22034 0 -1 64 22312 704 1 0 225 11 11 1 21 0 9 0 1981020352 888741888 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4127096182 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22074] ppid=22069 vsize=867912 CPUtime=0.33
/proc/22071/task/22074/stat : 22074 (java) S 22069 22071 22034 0 -1 64 7554 704 0 0 20 1 11 1 16 0 9 0 1981020354 888741888 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22075] ppid=22069 vsize=867912 CPUtime=0.12
/proc/22071/task/22075/stat : 22075 (java) S 22069 22071 22034 0 -1 64 17 704 0 0 0 0 11 1 16 0 9 0 1981020354 888741888 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22076] ppid=22069 vsize=867912 CPUtime=0.12
/proc/22071/task/22076/stat : 22076 (java) S 22069 22071 22034 0 -1 64 9 704 0 0 0 0 11 1 16 0 9 0 1981020354 888741888 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22077] ppid=22069 vsize=867912 CPUtime=0.12
/proc/22071/task/22077/stat : 22077 (java) S 22069 22071 22034 0 -1 64 1 704 0 0 0 0 11 1 23 0 9 0 1981020356 888741888 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22078] ppid=22069 vsize=867912 CPUtime=0.43
/proc/22071/task/22078/stat : 22078 (java) S 22069 22071 22034 0 -1 64 885 704 0 0 30 1 11 1 15 0 9 0 1981020356 888741888 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22079] ppid=22069 vsize=867912 CPUtime=0.12
/proc/22071/task/22079/stat : 22079 (java) S 22069 22071 22034 0 -1 64 1 704 0 0 0 0 11 1 24 0 9 0 1981020356 888741888 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22080] ppid=22069 vsize=867912 CPUtime=0.12
/proc/22071/task/22080/stat : 22080 (java) S 22069 22071 22034 0 -1 64 13 704 0 0 0 0 11 1 15 0 9 0 1981020356 888741888 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867912

[startup+6.3023 s]
/proc/loadavg: 2.47 2.13 1.58 3/81 22084
/proc/meminfo: memFree=411760/2055920 swapFree=4179412/4192956
[pid=22071] ppid=22069 vsize=867912 CPUtime=6.21
/proc/22071/stat : 22071 (java) S 22069 22071 22034 0 -1 0 33114 704 1 0 591 18 11 1 18 0 9 0 1981020351 888741888 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22071/statm: 216978 21409 2636 9 0 211484 0
[pid=22071/tid=22073] ppid=22069 vsize=867912 CPUtime=5.61
/proc/22071/task/22073/stat : 22073 (java) R 22069 22071 22034 0 -1 64 23790 704 1 0 536 13 11 1 25 0 9 0 1981020352 888741888 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4127108766 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22074] ppid=22069 vsize=867912 CPUtime=0.33
/proc/22071/task/22074/stat : 22074 (java) S 22069 22071 22034 0 -1 64 7554 704 0 0 20 1 11 1 16 0 9 0 1981020354 888741888 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22075] ppid=22069 vsize=867912 CPUtime=0.12
/proc/22071/task/22075/stat : 22075 (java) S 22069 22071 22034 0 -1 64 17 704 0 0 0 0 11 1 16 0 9 0 1981020354 888741888 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22076] ppid=22069 vsize=867912 CPUtime=0.12
/proc/22071/task/22076/stat : 22076 (java) S 22069 22071 22034 0 -1 64 9 704 0 0 0 0 11 1 16 0 9 0 1981020354 888741888 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22077] ppid=22069 vsize=867912 CPUtime=0.12
/proc/22071/task/22077/stat : 22077 (java) S 22069 22071 22034 0 -1 64 1 704 0 0 0 0 11 1 23 0 9 0 1981020356 888741888 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22078] ppid=22069 vsize=867912 CPUtime=0.47
/proc/22071/task/22078/stat : 22078 (java) S 22069 22071 22034 0 -1 64 903 704 0 0 34 1 11 1 15 0 9 0 1981020356 888741888 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22079] ppid=22069 vsize=867912 CPUtime=0.12
/proc/22071/task/22079/stat : 22079 (java) S 22069 22071 22034 0 -1 64 1 704 0 0 0 0 11 1 24 0 9 0 1981020356 888741888 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22080] ppid=22069 vsize=867912 CPUtime=0.12
/proc/22071/task/22080/stat : 22080 (java) S 22069 22071 22034 0 -1 64 36 704 0 0 0 0 11 1 15 0 9 0 1981020356 888741888 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867912

[startup+12.7026 s]
/proc/loadavg: 2.39 2.12 1.58 3/81 22084
/proc/meminfo: memFree=411640/2055920 swapFree=4179412/4192956
[pid=22071] ppid=22069 vsize=867912 CPUtime=12.56
/proc/22071/stat : 22071 (java) S 22069 22071 22034 0 -1 0 36426 704 1 0 1225 19 11 1 18 0 9 0 1981020351 888741888 21411 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22071/statm: 216978 21411 2636 9 0 211484 0
[pid=22071/tid=22073] ppid=22069 vsize=867912 CPUtime=11.95
/proc/22071/task/22073/stat : 22073 (java) R 22069 22071 22034 0 -1 64 27099 704 1 0 1169 14 11 1 25 0 9 0 1981020352 888741888 21411 996147200 134512640 134550740 4294955968 18446744073709551615 4127090208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22074] ppid=22069 vsize=867912 CPUtime=0.33
/proc/22071/task/22074/stat : 22074 (java) S 22069 22071 22034 0 -1 64 7554 704 0 0 20 1 11 1 17 0 9 0 1981020354 888741888 21411 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22075] ppid=22069 vsize=867912 CPUtime=0.12
/proc/22071/task/22075/stat : 22075 (java) S 22069 22071 22034 0 -1 64 17 704 0 0 0 0 11 1 16 0 9 0 1981020354 888741888 21411 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22076] ppid=22069 vsize=867912 CPUtime=0.12
/proc/22071/task/22076/stat : 22076 (java) S 22069 22071 22034 0 -1 64 9 704 0 0 0 0 11 1 16 0 9 0 1981020354 888741888 21411 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22077] ppid=22069 vsize=867912 CPUtime=0.12
/proc/22071/task/22077/stat : 22077 (java) S 22069 22071 22034 0 -1 64 1 704 0 0 0 0 11 1 23 0 9 0 1981020356 888741888 21411 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22078] ppid=22069 vsize=867912 CPUtime=0.47
/proc/22071/task/22078/stat : 22078 (java) S 22069 22071 22034 0 -1 64 906 704 0 0 34 1 11 1 16 0 9 0 1981020356 888741888 21411 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22079] ppid=22069 vsize=867912 CPUtime=0.12
/proc/22071/task/22079/stat : 22079 (java) S 22069 22071 22034 0 -1 64 1 704 0 0 0 0 11 1 24 0 9 0 1981020356 888741888 21411 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22080] ppid=22069 vsize=867912 CPUtime=0.12
/proc/22071/task/22080/stat : 22080 (java) S 22069 22071 22034 0 -1 64 36 704 0 0 0 0 11 1 15 0 9 0 1981020356 888741888 21411 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867912

[startup+25.5011 s]
/proc/loadavg: 2.33 2.12 1.59 3/81 22084
/proc/meminfo: memFree=407352/2055920 swapFree=4179412/4192956
[pid=22071] ppid=22069 vsize=867824 CPUtime=25.24
/proc/22071/stat : 22071 (java) S 22069 22071 22034 0 -1 0 39069 704 1 0 2492 20 11 1 18 0 9 0 1981020351 888651776 22492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22071/statm: 216956 22492 2615 9 0 211484 0
[pid=22071/tid=22073] ppid=22069 vsize=867824 CPUtime=24.63
/proc/22071/task/22073/stat : 22073 (java) R 22069 22071 22034 0 -1 64 28637 704 1 0 2436 15 11 1 25 0 9 0 1981020352 888651776 22492 996147200 134512640 134550740 4294955968 18446744073709551615 4127188054 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22074] ppid=22069 vsize=867824 CPUtime=0.35
/proc/22071/task/22074/stat : 22074 (java) S 22069 22071 22034 0 -1 64 8658 704 0 0 21 2 11 1 16 0 9 0 1981020354 888651776 22492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22075] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22075/stat : 22075 (java) S 22069 22071 22034 0 -1 64 17 704 0 0 0 0 11 1 16 0 9 0 1981020354 888651776 22492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22076] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22076/stat : 22076 (java) S 22069 22071 22034 0 -1 64 10 704 0 0 0 0 11 1 16 0 9 0 1981020354 888651776 22492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22077] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22077/stat : 22077 (java) S 22069 22071 22034 0 -1 64 1 704 0 0 0 0 11 1 23 0 9 0 1981020356 888651776 22492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22078] ppid=22069 vsize=867824 CPUtime=0.47
/proc/22071/task/22078/stat : 22078 (java) S 22069 22071 22034 0 -1 64 906 704 0 0 34 1 11 1 16 0 9 0 1981020356 888651776 22492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22079] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22079/stat : 22079 (java) S 22069 22071 22034 0 -1 64 1 704 0 0 0 0 11 1 24 0 9 0 1981020356 888651776 22492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22080] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22080/stat : 22080 (java) S 22069 22071 22034 0 -1 64 36 704 0 0 0 0 11 1 15 0 9 0 1981020356 888651776 22492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867824

[startup+51.1012 s]
/proc/loadavg: 2.22 2.11 1.60 3/81 22085
/proc/meminfo: memFree=403192/2055920 swapFree=4179412/4192956
[pid=22071] ppid=22069 vsize=867824 CPUtime=50.61
/proc/22071/stat : 22071 (java) S 22069 22071 22034 0 -1 0 40180 704 1 0 5029 20 11 1 18 0 9 0 1981020351 888651776 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22071/statm: 216956 23596 2615 9 0 211484 0
[pid=22071/tid=22073] ppid=22069 vsize=867824 CPUtime=49.99
/proc/22071/task/22073/stat : 22073 (java) R 22069 22071 22034 0 -1 64 28640 704 1 0 4972 15 11 1 25 0 9 0 1981020352 888651776 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4127079252 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22074] ppid=22069 vsize=867824 CPUtime=0.36
/proc/22071/task/22074/stat : 22074 (java) S 22069 22071 22034 0 -1 64 9766 704 0 0 22 2 11 1 16 0 9 0 1981020354 888651776 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22075] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22075/stat : 22075 (java) S 22069 22071 22034 0 -1 64 17 704 0 0 0 0 11 1 16 0 9 0 1981020354 888651776 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22076] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22076/stat : 22076 (java) S 22069 22071 22034 0 -1 64 10 704 0 0 0 0 11 1 16 0 9 0 1981020354 888651776 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22077] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22077/stat : 22077 (java) S 22069 22071 22034 0 -1 64 1 704 0 0 0 0 11 1 23 0 9 0 1981020356 888651776 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22078] ppid=22069 vsize=867824 CPUtime=0.47
/proc/22071/task/22078/stat : 22078 (java) S 22069 22071 22034 0 -1 64 906 704 0 0 34 1 11 1 16 0 9 0 1981020356 888651776 23596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22079] ppid=22069 vsize=867824 CPUtime=0.12

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

/proc/22071/task/22076/stat : 22076 (java) S 22069 22071 22034 0 -1 64 10 704 0 0 0 0 11 1 16 0 9 0 1981020354 888651776 23608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22077] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22077/stat : 22077 (java) S 22069 22071 22034 0 -1 64 1 704 0 0 0 0 11 1 23 0 9 0 1981020356 888651776 23608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22078] ppid=22069 vsize=867824 CPUtime=0.48
/proc/22071/task/22078/stat : 22078 (java) S 22069 22071 22034 0 -1 64 907 704 0 0 35 1 11 1 16 0 9 0 1981020356 888651776 23608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22079] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22079/stat : 22079 (java) S 22069 22071 22034 0 -1 64 1 704 0 0 0 0 11 1 24 0 9 0 1981020356 888651776 23608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22080] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22080/stat : 22080 (java) S 22069 22071 22034 0 -1 64 36 704 0 0 0 0 11 1 15 0 9 0 1981020356 888651776 23608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1460.34
Current children cumulated vsize (KiB) 867824

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/102 22216
/proc/meminfo: memFree=326728/2055920 swapFree=4179412/4192956
[pid=22071] ppid=22069 vsize=867824 CPUtime=1519.17
/proc/22071/stat : 22071 (java) S 22069 22071 22034 0 -1 0 40263 704 1 0 151872 33 11 1 18 0 9 0 1981020351 888651776 23608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22071/statm: 216956 23608 2615 9 0 211484 0
[pid=22071/tid=22073] ppid=22069 vsize=867824 CPUtime=1518.44
/proc/22071/task/22073/stat : 22073 (java) R 22069 22071 22034 0 -1 64 28707 704 1 0 151805 27 11 1 25 0 9 0 1981020352 888651776 23608 996147200 134512640 134550740 4294955968 18446744073709551615 4127100423 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22074] ppid=22069 vsize=867824 CPUtime=0.46
/proc/22071/task/22074/stat : 22074 (java) S 22069 22071 22034 0 -1 64 9781 704 0 0 31 3 11 1 16 0 9 0 1981020354 888651776 23608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22075] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22075/stat : 22075 (java) S 22069 22071 22034 0 -1 64 17 704 0 0 0 0 11 1 16 0 9 0 1981020354 888651776 23608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22076] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22076/stat : 22076 (java) S 22069 22071 22034 0 -1 64 10 704 0 0 0 0 11 1 16 0 9 0 1981020354 888651776 23608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22077] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22077/stat : 22077 (java) S 22069 22071 22034 0 -1 64 1 704 0 0 0 0 11 1 23 0 9 0 1981020356 888651776 23608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22078] ppid=22069 vsize=867824 CPUtime=0.48
/proc/22071/task/22078/stat : 22078 (java) S 22069 22071 22034 0 -1 64 907 704 0 0 35 1 11 1 16 0 9 0 1981020356 888651776 23608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22079] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22079/stat : 22079 (java) S 22069 22071 22034 0 -1 64 1 704 0 0 0 0 11 1 24 0 9 0 1981020356 888651776 23608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22080] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22080/stat : 22080 (java) S 22069 22071 22034 0 -1 64 36 704 0 0 0 0 11 1 15 0 9 0 1981020356 888651776 23608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1519.17
Current children cumulated vsize (KiB) 867824

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.89 4/89 22258
/proc/meminfo: memFree=345336/2055920 swapFree=4179412/4192956
[pid=22071] ppid=22069 vsize=867824 CPUtime=1578.71
/proc/22071/stat : 22071 (java) S 22069 22071 22034 0 -1 0 40267 704 1 0 157825 34 11 1 18 0 9 0 1981020351 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22071/statm: 216956 23609 2615 9 0 211484 0
[pid=22071/tid=22073] ppid=22069 vsize=867824 CPUtime=1577.98
/proc/22071/task/22073/stat : 22073 (java) R 22069 22071 22034 0 -1 64 28710 704 1 0 157758 28 11 1 25 0 9 0 1981020352 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4126973247 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22074] ppid=22069 vsize=867824 CPUtime=0.46
/proc/22071/task/22074/stat : 22074 (java) S 22069 22071 22034 0 -1 64 9782 704 0 0 31 3 11 1 17 0 9 0 1981020354 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22075] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22075/stat : 22075 (java) S 22069 22071 22034 0 -1 64 17 704 0 0 0 0 11 1 16 0 9 0 1981020354 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22076] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22076/stat : 22076 (java) S 22069 22071 22034 0 -1 64 10 704 0 0 0 0 11 1 16 0 9 0 1981020354 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22077] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22077/stat : 22077 (java) S 22069 22071 22034 0 -1 64 1 704 0 0 0 0 11 1 23 0 9 0 1981020356 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22078] ppid=22069 vsize=867824 CPUtime=0.48
/proc/22071/task/22078/stat : 22078 (java) S 22069 22071 22034 0 -1 64 907 704 0 0 35 1 11 1 16 0 9 0 1981020356 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22079] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22079/stat : 22079 (java) S 22069 22071 22034 0 -1 64 1 704 0 0 0 0 11 1 24 0 9 0 1981020356 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22080] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22080/stat : 22080 (java) S 22069 22071 22034 0 -1 64 36 704 0 0 0 0 11 1 15 0 9 0 1981020356 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1578.71
Current children cumulated vsize (KiB) 867824

[startup+1662.3 s]
/proc/loadavg: 2.16 2.06 1.91 3/81 22544
/proc/meminfo: memFree=401976/2055920 swapFree=4179412/4192956
[pid=22071] ppid=22069 vsize=867824 CPUtime=1638.67
/proc/22071/stat : 22071 (java) S 22069 22071 22034 0 -1 0 40269 704 1 0 163816 39 11 1 18 0 9 0 1981020351 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22071/statm: 216956 23609 2615 9 0 211484 0
[pid=22071/tid=22073] ppid=22069 vsize=867824 CPUtime=1637.93
/proc/22071/task/22073/stat : 22073 (java) R 22069 22071 22034 0 -1 64 28712 704 1 0 163749 32 11 1 25 0 9 0 1981020352 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4127091701 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22074] ppid=22069 vsize=867824 CPUtime=0.46
/proc/22071/task/22074/stat : 22074 (java) S 22069 22071 22034 0 -1 64 9782 704 0 0 31 3 11 1 16 0 9 0 1981020354 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22075] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22075/stat : 22075 (java) S 22069 22071 22034 0 -1 64 17 704 0 0 0 0 11 1 16 0 9 0 1981020354 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22076] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22076/stat : 22076 (java) S 22069 22071 22034 0 -1 64 10 704 0 0 0 0 11 1 16 0 9 0 1981020354 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22077] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22077/stat : 22077 (java) S 22069 22071 22034 0 -1 64 1 704 0 0 0 0 11 1 23 0 9 0 1981020356 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22078] ppid=22069 vsize=867824 CPUtime=0.48
/proc/22071/task/22078/stat : 22078 (java) S 22069 22071 22034 0 -1 64 907 704 0 0 35 1 11 1 16 0 9 0 1981020356 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22079] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22079/stat : 22079 (java) S 22069 22071 22034 0 -1 64 1 704 0 0 0 0 11 1 24 0 9 0 1981020356 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22080] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22080/stat : 22080 (java) S 22069 22071 22034 0 -1 64 36 704 0 0 0 0 11 1 15 0 9 0 1981020356 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1638.67
Current children cumulated vsize (KiB) 867824

[startup+1722.3 s]
/proc/loadavg: 2.06 2.04 1.91 3/81 22544
/proc/meminfo: memFree=402232/2055920 swapFree=4179412/4192956
[pid=22071] ppid=22069 vsize=867824 CPUtime=1698.64
/proc/22071/stat : 22071 (java) S 22069 22071 22034 0 -1 0 40272 704 1 0 169813 39 11 1 18 0 9 0 1981020351 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22071/statm: 216956 23609 2615 9 0 211484 0
[pid=22071/tid=22073] ppid=22069 vsize=867824 CPUtime=1697.9
/proc/22071/task/22073/stat : 22073 (java) R 22069 22071 22034 0 -1 64 28715 704 1 0 169745 33 11 1 25 0 9 0 1981020352 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4127188051 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22074] ppid=22069 vsize=867824 CPUtime=0.47
/proc/22071/task/22074/stat : 22074 (java) S 22069 22071 22034 0 -1 64 9782 704 0 0 32 3 11 1 16 0 9 0 1981020354 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22075] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22075/stat : 22075 (java) S 22069 22071 22034 0 -1 64 17 704 0 0 0 0 11 1 16 0 9 0 1981020354 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22076] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22076/stat : 22076 (java) S 22069 22071 22034 0 -1 64 10 704 0 0 0 0 11 1 16 0 9 0 1981020354 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22077] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22077/stat : 22077 (java) S 22069 22071 22034 0 -1 64 1 704 0 0 0 0 11 1 23 0 9 0 1981020356 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22078] ppid=22069 vsize=867824 CPUtime=0.48
/proc/22071/task/22078/stat : 22078 (java) S 22069 22071 22034 0 -1 64 907 704 0 0 35 1 11 1 16 0 9 0 1981020356 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22079] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22079/stat : 22079 (java) S 22069 22071 22034 0 -1 64 1 704 0 0 0 0 11 1 24 0 9 0 1981020356 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22080] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22080/stat : 22080 (java) S 22069 22071 22034 0 -1 64 36 704 0 0 0 0 11 1 15 0 9 0 1981020356 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1698.64
Current children cumulated vsize (KiB) 867824

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 1.91 3/81 22544
/proc/meminfo: memFree=401912/2055920 swapFree=4179412/4192956
[pid=22071] ppid=22069 vsize=867824 CPUtime=1758.61
/proc/22071/stat : 22071 (java) S 22069 22071 22034 0 -1 0 40275 704 1 0 175810 39 11 1 18 0 9 0 1981020351 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22071/statm: 216956 23609 2615 9 0 211484 0
[pid=22071/tid=22073] ppid=22069 vsize=867824 CPUtime=1757.87
/proc/22071/task/22073/stat : 22073 (java) R 22069 22071 22034 0 -1 64 28718 704 1 0 175742 33 11 1 25 0 9 0 1981020352 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22074] ppid=22069 vsize=867824 CPUtime=0.47
/proc/22071/task/22074/stat : 22074 (java) S 22069 22071 22034 0 -1 64 9782 704 0 0 32 3 11 1 16 0 9 0 1981020354 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22075] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22075/stat : 22075 (java) S 22069 22071 22034 0 -1 64 17 704 0 0 0 0 11 1 16 0 9 0 1981020354 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22076] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22076/stat : 22076 (java) S 22069 22071 22034 0 -1 64 10 704 0 0 0 0 11 1 16 0 9 0 1981020354 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22077] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22077/stat : 22077 (java) S 22069 22071 22034 0 -1 64 1 704 0 0 0 0 11 1 23 0 9 0 1981020356 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22078] ppid=22069 vsize=867824 CPUtime=0.48
/proc/22071/task/22078/stat : 22078 (java) S 22069 22071 22034 0 -1 64 907 704 0 0 35 1 11 1 16 0 9 0 1981020356 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22079] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22079/stat : 22079 (java) S 22069 22071 22034 0 -1 64 1 704 0 0 0 0 11 1 24 0 9 0 1981020356 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22080] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22080/stat : 22080 (java) S 22069 22071 22034 0 -1 64 36 704 0 0 0 0 11 1 15 0 9 0 1981020356 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1758.61
Current children cumulated vsize (KiB) 867824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1823.81 s]
/proc/loadavg: 2.01 2.03 1.91 3/81 22544
/proc/meminfo: memFree=401912/2055920 swapFree=4179412/4192956
[pid=22071] ppid=22069 vsize=867824 CPUtime=1800.1
/proc/22071/stat : 22071 (java) S 22069 22071 22034 0 -1 0 40277 704 1 0 179959 39 11 1 18 0 9 0 1981020351 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22071/statm: 216956 23609 2615 9 0 211484 0
[pid=22071/tid=22073] ppid=22069 vsize=867824 CPUtime=1799.35
/proc/22071/task/22073/stat : 22073 (java) R 22069 22071 22034 0 -1 64 28720 704 1 0 179890 33 11 1 25 0 9 0 1981020352 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4127188051 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22074] ppid=22069 vsize=867824 CPUtime=0.47
/proc/22071/task/22074/stat : 22074 (java) S 22069 22071 22034 0 -1 64 9782 704 0 0 32 3 11 1 16 0 9 0 1981020354 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22075] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22075/stat : 22075 (java) S 22069 22071 22034 0 -1 64 17 704 0 0 0 0 11 1 16 0 9 0 1981020354 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22076] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22076/stat : 22076 (java) S 22069 22071 22034 0 -1 64 10 704 0 0 0 0 11 1 16 0 9 0 1981020354 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22077] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22077/stat : 22077 (java) S 22069 22071 22034 0 -1 64 1 704 0 0 0 0 11 1 23 0 9 0 1981020356 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22078] ppid=22069 vsize=867824 CPUtime=0.48
/proc/22071/task/22078/stat : 22078 (java) S 22069 22071 22034 0 -1 64 907 704 0 0 35 1 11 1 16 0 9 0 1981020356 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22071/tid=22079] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22079/stat : 22079 (java) S 22069 22071 22034 0 -1 64 1 704 0 0 0 0 11 1 24 0 9 0 1981020356 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22071/tid=22080] ppid=22069 vsize=867824 CPUtime=0.12
/proc/22071/task/22080/stat : 22080 (java) S 22069 22071 22034 0 -1 64 36 704 0 0 0 0 11 1 15 0 9 0 1981020356 888651776 23609 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 867824

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): 1823.87
CPU time (s): 1800.18
CPU user time (s): 1799.76
CPU system time (s): 0.425935
CPU usage (%): 98.7013
Max. virtual memory (cumulated for all children) (KiB): 867928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.425935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41010
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= 39101
involuntary context switches= 72207

runsolver used 2.26565 second user time and 6.04708 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-02 19:41:26
IDJOB=1044815
IDBENCH=53454
IDSOLVER=364
FILE ID=node62/1044815-1215020486
PBS_JOBID= 7874534
Free space on /tmp= 65288 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/QWH-25/normalized-qwh-25-235-1_ext.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044815-1215020486/watcher-1044815-1215020486 -o /tmp/evaluation-result-1044815-1215020486/solver-1044815-1215020486 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1044815-1215020486.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 699f7a4b682fe6a4df4b0f8e7f6ab4d5
RANDOM SEED=1701716515

node62.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.259
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.259
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:        487392 kB
Buffers:         26772 kB
Cached:        1414204 kB
SwapCached:       6472 kB
Active:         602560 kB
Inactive:       858700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        487392 kB
SwapTotal:     4192956 kB
SwapFree:      4179412 kB
Dirty:          283700 kB
Writeback:        1904 kB
Mapped:          28312 kB
Slab:            92356 kB
Committed_AS:  3997052 kB
PageTables:       1876 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65288 MiB
End job on node62 at 2008-07-02 20:11:52