Trace number 2097508

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.1 1808.05

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-29.xml
MD5SUM10f4f3b19356da36a48ebac0d3244087
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1553
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.30	   
0.18/0.30	   instance
0.18/0.30	     name=HOME/instance-2097508-1247413082.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.58/0.69	     nbVariables=800  nbDomainTypes=95  minDomainSize=1455  maxDomainSize=1553  nbTotalValues=1201236
0.58/0.69	       =>  wckTime=0.449  cpuTime=0.33  mem=35M392
0.58/0.69	   
0.58/0.69	   predicates being loaded...
0.67/0.75	   
0.67/0.75	   constraints being loaded...
20.68/20.95	   
20.68/20.95	   INFO : Stopping converting binary constraints (cpu=20.08, mem = 61M560)
23.75/24.08	     nbConstraints=12960  nbGlobalConstraints=12065  nbConvertedConstraints=56  nbConvertConstraintsChecks=97205780
23.75/24.08	     nbExtensionStructures=43  nbSharedExtensionStructures=13  nbConflictsStructures=43  nbSharedConflictsStructures=13
23.75/24.08	     nbUnbuiltConflictsStructures=251  nbSharedBinaryRepresentations=61764  nbEvaluationManagers=251
23.75/24.08	     nbSharedEvaluationManagers=588  minDegree=21  maxDegree=44  minArity=2  avgArity=2.03  maxArity=21  nbGenerators=0
23.75/24.08	     nbFusions=0  symmetryWckTime=2.59  symmetryCpuTime=2.35  nbCliques=20
23.75/24.08	       =>  wckTime=23.838  cpuTime=22.74  mem=79M309
24.04/24.36	   
24.04/24.36	   solver IterativeSystematicSolver being built... 
24.14/24.47	   
24.14/24.47	   INFO : Forward propagation technique limited 
24.34/24.66	       =>  wckTime=24.42  cpuTime=22.95  mem=111M648
114.58/115.78	   
114.58/115.78	   preprocessing
114.58/115.78	     nbConstraintChecks=483595774  nbValidityChecks=2427136  nbPropagations=1921  nbRevisions=4661
114.58/115.78	     nbUselessRevisions=3243  nbRemovedValues=797316  detectedInconsistency=no
114.58/115.78	       =>  wckTime=91.069  cpuTime=90.11  mem=146M923
140.92/142.38	   
140.92/142.38	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=103, mem=155M359)

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-2097508-1247413082/watcher-2097508-1247413082 -o /tmp/evaluation-result-2097508-1247413082/solver-2097508-1247413082 -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-2097508-1247413082.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: 2.00 2.00 2.00 4/80 4034
/proc/meminfo: memFree=1730264/2055920 swapFree=4192812/4192956
[pid=4034] ppid=4032 vsize=10676 CPUtime=0
/proc/4034/stat : 4034 (java) S 4032 4034 32697 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28372389 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/4034/statm: 2669 474 207 9 0 1184 0
[pid=4034/tid=4035] ppid=4032 vsize=10676 CPUtime=0
/proc/4034/task/4035/stat : 4035 (java) R 4032 4034 32697 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28372390 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4014040 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.082585 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 4034
/proc/meminfo: memFree=1730264/2055920 swapFree=4192812/4192956
[pid=4034] ppid=4032 vsize=864148 CPUtime=0.07
/proc/4034/stat : 4034 (java) S 4032 4034 32697 0 -1 0 3129 0 1 0 5 2 0 0 18 0 9 0 28372389 884887552 2614 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4034/statm: 216037 2614 1241 9 0 210930 0
[pid=4034/tid=4035] ppid=4032 vsize=864148 CPUtime=0.05
/proc/4034/task/4035/stat : 4035 (java) R 4032 4034 32697 0 -1 64 2225 0 1 0 4 1 0 0 18 0 9 0 28372390 884887552 2614 996147200 134512640 134550932 4294955968 18446744073709551615 104589523 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 864148

[startup+0.102586 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 4034
/proc/meminfo: memFree=1730264/2055920 swapFree=4192812/4192956
[pid=4034] ppid=4032 vsize=865984 CPUtime=0.08
/proc/4034/stat : 4034 (java) S 4032 4034 32697 0 -1 0 3765 0 1 0 6 2 0 0 18 0 9 0 28372389 886767616 3221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4034/statm: 216496 3221 1700 9 0 210981 0
[pid=4034/tid=4035] ppid=4032 vsize=865984 CPUtime=0.07
/proc/4034/task/4035/stat : 4035 (java) R 4032 4034 32697 0 -1 64 2859 0 1 0 6 1 0 0 18 0 9 0 28372390 886767616 3221 996147200 134512640 134550932 4294955968 18446744073709551615 4125959044 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301621 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 4034
/proc/meminfo: memFree=1730264/2055920 swapFree=4192812/4192956
[pid=4034] ppid=4032 vsize=866224 CPUtime=0.28
/proc/4034/stat : 4034 (java) S 4032 4034 32697 0 -1 0 5801 0 1 0 24 4 0 0 18 0 9 0 28372389 887013376 5167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4034/statm: 216556 5167 1980 9 0 211014 0
[pid=4034/tid=4035] ppid=4032 vsize=866224 CPUtime=0.25
/proc/4034/task/4035/stat : 4035 (java) R 4032 4034 32697 0 -1 64 4871 0 1 0 22 3 0 0 18 0 9 0 28372390 887013376 5167 996147200 134512640 134550932 4294955968 18446744073709551615 104264338 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866224

[startup+0.7017 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 4034
/proc/meminfo: memFree=1730264/2055920 swapFree=4192812/4192956
[pid=4034] ppid=4032 vsize=867116 CPUtime=0.67
/proc/4034/stat : 4034 (java) S 4032 4034 32697 0 -1 0 13460 0 1 0 60 7 0 0 18 0 9 0 28372389 887926784 12817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4034/statm: 216779 12817 2004 9 0 211237 0
[pid=4034/tid=4035] ppid=4032 vsize=867116 CPUtime=0.55
/proc/4034/task/4035/stat : 4035 (java) R 4032 4034 32697 0 -1 64 12267 0 1 0 49 6 0 0 20 0 9 0 28372390 887926784 12817 996147200 134512640 134550932 4294955968 18446744073709551615 4125924838 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867116

[startup+1.50185 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 4043
/proc/meminfo: memFree=1675344/2055920 swapFree=4192812/4192956
[pid=4034] ppid=4032 vsize=867732 CPUtime=1.46
/proc/4034/stat : 4034 (java) S 4032 4034 32697 0 -1 0 23913 0 1 0 134 12 0 0 18 0 9 0 28372389 888557568 23241 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4034/statm: 216933 23241 2028 9 0 211391 0
[pid=4034/tid=4035] ppid=4032 vsize=867732 CPUtime=1.19
/proc/4034/task/4035/stat : 4035 (java) R 4032 4034 32697 0 -1 64 15788 0 1 0 111 8 0 0 25 0 9 0 28372390 888557568 23241 996147200 134512640 134550932 4294955968 18446744073709551615 4126534391 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4037] ppid=4032 vsize=867732 CPUtime=0.07
/proc/4034/task/4037/stat : 4037 (java) S 4032 4034 32697 0 -1 64 6739 0 0 0 5 2 0 0 17 0 9 0 28372392 888557568 23241 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4038] ppid=4032 vsize=867732 CPUtime=0
/proc/4034/task/4038/stat : 4038 (java) S 4032 4034 32697 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28372392 888557568 23241 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4039] ppid=4032 vsize=867732 CPUtime=0
/proc/4034/task/4039/stat : 4039 (java) S 4032 4034 32697 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28372392 888557568 23241 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4040] ppid=4032 vsize=867732 CPUtime=0
/proc/4034/task/4040/stat : 4040 (java) S 4032 4034 32697 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 28372394 888557568 23241 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4041] ppid=4032 vsize=867732 CPUtime=0.17
/proc/4034/task/4041/stat : 4041 (java) S 4032 4034 32697 0 -1 64 685 0 0 0 17 0 0 0 16 0 9 0 28372394 888557568 23241 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4042] ppid=4032 vsize=867732 CPUtime=0
/proc/4034/task/4042/stat : 4042 (java) S 4032 4034 32697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28372394 888557568 23241 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4043] ppid=4032 vsize=867732 CPUtime=0
/proc/4034/task/4043/stat : 4043 (java) S 4032 4034 32697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28372394 888557568 23241 996147200 134512640 134550932 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) 867732

[startup+3.10215 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 4043
/proc/meminfo: memFree=1644624/2055920 swapFree=4192812/4192956
[pid=4034] ppid=4032 vsize=867732 CPUtime=3.05
/proc/4034/stat : 4034 (java) S 4032 4034 32697 0 -1 0 23970 0 1 0 292 13 0 0 18 0 9 0 28372389 888557568 23295 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4034/statm: 216933 23295 2031 9 0 211391 0
[pid=4034/tid=4035] ppid=4032 vsize=867732 CPUtime=2.75
/proc/4034/task/4035/stat : 4035 (java) R 4032 4034 32697 0 -1 64 15817 0 1 0 266 9 0 0 25 0 9 0 28372390 888557568 23295 996147200 134512640 134550932 4294955968 18446744073709551615 4126923252 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4037] ppid=4032 vsize=867732 CPUtime=0.07
/proc/4034/task/4037/stat : 4037 (java) S 4032 4034 32697 0 -1 64 6739 0 0 0 5 2 0 0 17 0 9 0 28372392 888557568 23295 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4038] ppid=4032 vsize=867732 CPUtime=0
/proc/4034/task/4038/stat : 4038 (java) S 4032 4034 32697 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28372392 888557568 23295 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4039] ppid=4032 vsize=867732 CPUtime=0
/proc/4034/task/4039/stat : 4039 (java) S 4032 4034 32697 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28372392 888557568 23295 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4040] ppid=4032 vsize=867732 CPUtime=0
/proc/4034/task/4040/stat : 4040 (java) S 4032 4034 32697 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 28372394 888557568 23295 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4041] ppid=4032 vsize=867732 CPUtime=0.2
/proc/4034/task/4041/stat : 4041 (java) S 4032 4034 32697 0 -1 64 713 0 0 0 20 0 0 0 16 0 9 0 28372394 888557568 23295 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4042] ppid=4032 vsize=867732 CPUtime=0
/proc/4034/task/4042/stat : 4042 (java) S 4032 4034 32697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28372394 888557568 23295 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4043] ppid=4032 vsize=867732 CPUtime=0
/proc/4034/task/4043/stat : 4043 (java) S 4032 4034 32697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28372394 888557568 23295 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867732

[startup+6.30175 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 4043
/proc/meminfo: memFree=1644304/2055920 swapFree=4192812/4192956
[pid=4034] ppid=4032 vsize=867732 CPUtime=6.22
/proc/4034/stat : 4034 (java) S 4032 4034 32697 0 -1 0 23985 0 1 0 607 15 0 0 18 0 9 0 28372389 888557568 23307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4034/statm: 216933 23307 2031 9 0 211391 0
[pid=4034/tid=4035] ppid=4032 vsize=867732 CPUtime=5.9
/proc/4034/task/4035/stat : 4035 (java) R 4032 4034 32697 0 -1 64 15824 0 1 0 579 11 0 0 25 0 9 0 28372390 888557568 23307 996147200 134512640 134550932 4294955968 18446744073709551615 4126941883 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4037] ppid=4032 vsize=867732 CPUtime=0.07
/proc/4034/task/4037/stat : 4037 (java) S 4032 4034 32697 0 -1 64 6739 0 0 0 5 2 0 0 17 0 9 0 28372392 888557568 23307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4038] ppid=4032 vsize=867732 CPUtime=0
/proc/4034/task/4038/stat : 4038 (java) S 4032 4034 32697 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28372392 888557568 23307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4039] ppid=4032 vsize=867732 CPUtime=0
/proc/4034/task/4039/stat : 4039 (java) S 4032 4034 32697 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28372392 888557568 23307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4040] ppid=4032 vsize=867732 CPUtime=0
/proc/4034/task/4040/stat : 4040 (java) S 4032 4034 32697 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 28372394 888557568 23307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4041] ppid=4032 vsize=867732 CPUtime=0.22
/proc/4034/task/4041/stat : 4041 (java) S 4032 4034 32697 0 -1 64 721 0 0 0 22 0 0 0 16 0 9 0 28372394 888557568 23307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4042] ppid=4032 vsize=867732 CPUtime=0
/proc/4034/task/4042/stat : 4042 (java) S 4032 4034 32697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28372394 888557568 23307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4043] ppid=4032 vsize=867732 CPUtime=0
/proc/4034/task/4043/stat : 4043 (java) S 4032 4034 32697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28372394 888557568 23307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867732

[startup+12.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 4043
/proc/meminfo: memFree=1644112/2055920 swapFree=4192812/4192956
[pid=4034] ppid=4032 vsize=867732 CPUtime=12.56
/proc/4034/stat : 4034 (java) S 4032 4034 32697 0 -1 0 29571 0 1 0 1236 20 0 0 18 0 9 0 28372389 888557568 28891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4034/statm: 216933 28891 2031 9 0 211391 0
[pid=4034/tid=4035] ppid=4032 vsize=867732 CPUtime=12.08
/proc/4034/task/4035/stat : 4035 (java) R 4032 4034 32697 0 -1 64 15826 0 1 0 1194 14 0 0 25 0 9 0 28372390 888557568 28891 996147200 134512640 134550932 4294955968 18446744073709551615 4126941881 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4037] ppid=4032 vsize=867732 CPUtime=0.23
/proc/4034/task/4037/stat : 4037 (java) S 4032 4034 32697 0 -1 64 12318 0 0 0 18 5 0 0 18 0 9 0 28372392 888557568 28891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4038] ppid=4032 vsize=867732 CPUtime=0
/proc/4034/task/4038/stat : 4038 (java) S 4032 4034 32697 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28372392 888557568 28891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4039] ppid=4032 vsize=867732 CPUtime=0
/proc/4034/task/4039/stat : 4039 (java) S 4032 4034 32697 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28372392 888557568 28891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4040] ppid=4032 vsize=867732 CPUtime=0
/proc/4034/task/4040/stat : 4040 (java) S 4032 4034 32697 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 28372394 888557568 28891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4041] ppid=4032 vsize=867732 CPUtime=0.22
/proc/4034/task/4041/stat : 4041 (java) S 4032 4034 32697 0 -1 64 726 0 0 0 22 0 0 0 16 0 9 0 28372394 888557568 28891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4042] ppid=4032 vsize=867732 CPUtime=0
/proc/4034/task/4042/stat : 4042 (java) S 4032 4034 32697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28372394 888557568 28891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4043] ppid=4032 vsize=867732 CPUtime=0
/proc/4034/task/4043/stat : 4043 (java) S 4032 4034 32697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28372394 888557568 28891 996147200 134512640 134550932 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) 867732

[startup+25.5024 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 4047
/proc/meminfo: memFree=1579464/2055920 swapFree=4192812/4192956
[pid=4034] ppid=4032 vsize=868144 CPUtime=25.23
/proc/4034/stat : 4034 (java) S 4032 4034 32697 0 -1 0 67810 891 1 0 2470 37 14 2 18 0 9 0 28372389 888979456 40098 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4034/statm: 217036 40098 2663 9 0 211472 0
[pid=4034/tid=4035] ppid=4032 vsize=868144 CPUtime=24.14
/proc/4034/task/4035/stat : 4035 (java) R 4032 4034 32697 0 -1 64 29989 891 1 0 2376 22 14 2 25 0 9 0 28372390 888979456 40098 996147200 134512640 134550932 4294955968 18446744073709551615 4126921338 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4037] ppid=4032 vsize=868144 CPUtime=0.87
/proc/4034/task/4037/stat : 4037 (java) S 4032 4034 32697 0 -1 64 36018 891 0 0 60 11 14 2 16 0 9 0 28372392 888979456 40098 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4038] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4038/stat : 4038 (java) S 4032 4034 32697 0 -1 64 22 891 0 0 0 0 14 2 16 0 9 0 28372392 888979456 40098 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4039] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4039/stat : 4039 (java) S 4032 4034 32697 0 -1 64 23 891 0 0 0 0 14 2 15 0 9 0 28372392 888979456 40098 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4040] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4040/stat : 4040 (java) S 4032 4034 32697 0 -1 64 0 891 0 0 0 0 14 2 18 0 9 0 28372394 888979456 40098 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4041] ppid=4032 vsize=868144 CPUtime=0.51
/proc/4034/task/4041/stat : 4041 (java) S 4032 4034 32697 0 -1 64 933 891 0 0 34 1 14 2 16 0 9 0 28372394 888979456 40098 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4042] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4042/stat : 4042 (java) S 4032 4034 32697 0 -1 64 1 891 0 0 0 0 14 2 19 0 9 0 28372394 888979456 40098 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4043] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4043/stat : 4043 (java) S 4032 4034 32697 0 -1 64 13 891 0 0 0 0 14 2 15 0 9 0 28372394 888979456 40098 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868144

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 4047
/proc/meminfo: memFree=1579464/2055920 swapFree=4192812/4192956
[pid=4034] ppid=4032 vsize=868144 CPUtime=50.59
/proc/4034/stat : 4034 (java) S 4032 4034 32697 0 -1 0 68080 891 1 0 5005 38 14 2 18 0 9 0 28372389 888979456 40106 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4034/statm: 217036 40106 2663 9 0 211472 0
[pid=4034/tid=4035] ppid=4032 vsize=868144 CPUtime=49.48
/proc/4034/task/4035/stat : 4035 (java) R 4032 4034 32697 0 -1 64 30246 891 1 0 4909 23 14 2 25 0 9 0 28372390 888979456 40106 996147200 134512640 134550932 4294955968 18446744073709551615 4126918434 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4037] ppid=4032 vsize=868144 CPUtime=0.87
/proc/4034/task/4037/stat : 4037 (java) S 4032 4034 32697 0 -1 64 36018 891 0 0 60 11 14 2 16 0 9 0 28372392 888979456 40106 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/4034/task/4039/stat : 4039 (java) S 4032 4034 32697 0 -1 64 23 891 0 0 0 0 14 2 15 0 9 0 28372392 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4040] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4040/stat : 4040 (java) S 4032 4034 32697 0 -1 64 0 891 0 0 0 0 14 2 18 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4041] ppid=4032 vsize=868144 CPUtime=0.61
/proc/4034/task/4041/stat : 4041 (java) S 4032 4034 32697 0 -1 64 1000 891 0 0 43 2 14 2 16 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4034/tid=4042] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4042/stat : 4042 (java) S 4032 4034 32697 0 -1 64 1 891 0 0 0 0 14 2 19 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4043] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4043/stat : 4043 (java) S 4032 4034 32697 0 -1 64 14 891 0 0 0 0 14 2 15 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1474.49
Current children cumulated vsize (KiB) 868144

[startup+1542.3 s]
/proc/loadavg: 2.17 2.04 2.01 3/89 4096
/proc/meminfo: memFree=1564496/2055920 swapFree=4192812/4192956
[pid=4034] ppid=4032 vsize=868144 CPUtime=1534.46
/proc/4034/stat : 4034 (java) S 4032 4034 32697 0 -1 0 78142 891 1 0 153380 50 14 2 18 0 9 0 28372389 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4034/statm: 217036 47899 2663 9 0 211472 0
[pid=4034/tid=4035] ppid=4032 vsize=868144 CPUtime=1532.1
/proc/4034/task/4035/stat : 4035 (java) R 4032 4034 32697 0 -1 64 32487 891 1 0 153165 29 14 2 25 0 9 0 28372390 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4126921381 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4034/tid=4037] ppid=4032 vsize=868144 CPUtime=2.04
/proc/4034/task/4037/stat : 4037 (java) S 4032 4034 32697 0 -1 64 43784 891 0 0 171 17 14 2 16 0 9 0 28372392 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4034/tid=4038] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4038/stat : 4038 (java) S 4032 4034 32697 0 -1 64 22 891 0 0 0 0 14 2 16 0 9 0 28372392 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4039] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4039/stat : 4039 (java) S 4032 4034 32697 0 -1 64 23 891 0 0 0 0 14 2 15 0 9 0 28372392 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4040] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4040/stat : 4040 (java) S 4032 4034 32697 0 -1 64 0 891 0 0 0 0 14 2 18 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4041] ppid=4032 vsize=868144 CPUtime=0.61
/proc/4034/task/4041/stat : 4041 (java) S 4032 4034 32697 0 -1 64 1000 891 0 0 43 2 14 2 16 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4034/tid=4042] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4042/stat : 4042 (java) S 4032 4034 32697 0 -1 64 1 891 0 0 0 0 14 2 19 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4043] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4043/stat : 4043 (java) S 4032 4034 32697 0 -1 64 14 891 0 0 0 0 14 2 15 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.46
Current children cumulated vsize (KiB) 868144

[startup+1602.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/89 4096
/proc/meminfo: memFree=1564496/2055920 swapFree=4192812/4192956
[pid=4034] ppid=4032 vsize=868144 CPUtime=1594.43
/proc/4034/stat : 4034 (java) S 4032 4034 32697 0 -1 0 78149 891 1 0 159377 50 14 2 18 0 9 0 28372389 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4034/statm: 217036 47899 2663 9 0 211472 0
[pid=4034/tid=4035] ppid=4032 vsize=868144 CPUtime=1592.03
/proc/4034/task/4035/stat : 4035 (java) R 4032 4034 32697 0 -1 64 32494 891 1 0 159158 29 14 2 25 0 9 0 28372390 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4127366244 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4034/tid=4037] ppid=4032 vsize=868144 CPUtime=2.07
/proc/4034/task/4037/stat : 4037 (java) S 4032 4034 32697 0 -1 64 43784 891 0 0 174 17 14 2 16 0 9 0 28372392 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4034/tid=4038] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4038/stat : 4038 (java) S 4032 4034 32697 0 -1 64 22 891 0 0 0 0 14 2 16 0 9 0 28372392 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4039] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4039/stat : 4039 (java) S 4032 4034 32697 0 -1 64 23 891 0 0 0 0 14 2 15 0 9 0 28372392 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4040] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4040/stat : 4040 (java) S 4032 4034 32697 0 -1 64 0 891 0 0 0 0 14 2 18 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4041] ppid=4032 vsize=868144 CPUtime=0.61
/proc/4034/task/4041/stat : 4041 (java) S 4032 4034 32697 0 -1 64 1000 891 0 0 43 2 14 2 16 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4034/tid=4042] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4042/stat : 4042 (java) S 4032 4034 32697 0 -1 64 1 891 0 0 0 0 14 2 19 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4043] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4043/stat : 4043 (java) S 4032 4034 32697 0 -1 64 14 891 0 0 0 0 14 2 15 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.43
Current children cumulated vsize (KiB) 868144

[startup+1662.3 s]
/proc/loadavg: 2.16 2.07 2.02 3/89 4096
/proc/meminfo: memFree=1564496/2055920 swapFree=4192812/4192956
[pid=4034] ppid=4032 vsize=868144 CPUtime=1654.4
/proc/4034/stat : 4034 (java) S 4032 4034 32697 0 -1 0 78156 891 1 0 165374 50 14 2 18 0 9 0 28372389 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4034/statm: 217036 47899 2663 9 0 211472 0
[pid=4034/tid=4035] ppid=4032 vsize=868144 CPUtime=1651.98
/proc/4034/task/4035/stat : 4035 (java) R 4032 4034 32697 0 -1 64 32501 891 1 0 165153 29 14 2 25 0 9 0 28372390 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4127165104 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4034/tid=4037] ppid=4032 vsize=868144 CPUtime=2.1
/proc/4034/task/4037/stat : 4037 (java) S 4032 4034 32697 0 -1 64 43784 891 0 0 177 17 14 2 16 0 9 0 28372392 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4034/tid=4038] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4038/stat : 4038 (java) S 4032 4034 32697 0 -1 64 22 891 0 0 0 0 14 2 16 0 9 0 28372392 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4039] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4039/stat : 4039 (java) S 4032 4034 32697 0 -1 64 23 891 0 0 0 0 14 2 15 0 9 0 28372392 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4040] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4040/stat : 4040 (java) S 4032 4034 32697 0 -1 64 0 891 0 0 0 0 14 2 18 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4041] ppid=4032 vsize=868144 CPUtime=0.61
/proc/4034/task/4041/stat : 4041 (java) S 4032 4034 32697 0 -1 64 1000 891 0 0 43 2 14 2 16 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4034/tid=4042] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4042/stat : 4042 (java) S 4032 4034 32697 0 -1 64 1 891 0 0 0 0 14 2 19 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4043] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4043/stat : 4043 (java) S 4032 4034 32697 0 -1 64 14 891 0 0 0 0 14 2 15 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.4
Current children cumulated vsize (KiB) 868144

[startup+1722.3 s]
/proc/loadavg: 2.10 2.07 2.02 3/89 4096
/proc/meminfo: memFree=1564504/2055920 swapFree=4192812/4192956
[pid=4034] ppid=4032 vsize=868144 CPUtime=1714.37
/proc/4034/stat : 4034 (java) S 4032 4034 32697 0 -1 0 78164 891 1 0 171371 50 14 2 18 0 9 0 28372389 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4034/statm: 217036 47899 2663 9 0 211472 0
[pid=4034/tid=4035] ppid=4032 vsize=868144 CPUtime=1711.92
/proc/4034/task/4035/stat : 4035 (java) R 4032 4034 32697 0 -1 64 32509 891 1 0 171147 29 14 2 25 0 9 0 28372390 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4127004740 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4034/tid=4037] ppid=4032 vsize=868144 CPUtime=2.13
/proc/4034/task/4037/stat : 4037 (java) S 4032 4034 32697 0 -1 64 43784 891 0 0 180 17 14 2 16 0 9 0 28372392 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4034/tid=4038] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4038/stat : 4038 (java) S 4032 4034 32697 0 -1 64 22 891 0 0 0 0 14 2 16 0 9 0 28372392 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4039] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4039/stat : 4039 (java) S 4032 4034 32697 0 -1 64 23 891 0 0 0 0 14 2 15 0 9 0 28372392 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4040] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4040/stat : 4040 (java) S 4032 4034 32697 0 -1 64 0 891 0 0 0 0 14 2 18 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4041] ppid=4032 vsize=868144 CPUtime=0.61
/proc/4034/task/4041/stat : 4041 (java) S 4032 4034 32697 0 -1 64 1000 891 0 0 43 2 14 2 16 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4034/tid=4042] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4042/stat : 4042 (java) S 4032 4034 32697 0 -1 64 1 891 0 0 0 0 14 2 19 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4043] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4043/stat : 4043 (java) S 4032 4034 32697 0 -1 64 14 891 0 0 0 0 14 2 15 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.37
Current children cumulated vsize (KiB) 868144

[startup+1782.3 s]
/proc/loadavg: 2.08 2.07 2.02 3/89 4096
/proc/meminfo: memFree=1564440/2055920 swapFree=4192812/4192956
[pid=4034] ppid=4032 vsize=868144 CPUtime=1774.34
/proc/4034/stat : 4034 (java) S 4032 4034 32697 0 -1 0 78172 891 1 0 177368 50 14 2 18 0 9 0 28372389 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4034/statm: 217036 47899 2663 9 0 211472 0
[pid=4034/tid=4035] ppid=4032 vsize=868144 CPUtime=1771.85
/proc/4034/task/4035/stat : 4035 (java) R 4032 4034 32697 0 -1 64 32517 891 1 0 177140 29 14 2 25 0 9 0 28372390 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4127323909 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4034/tid=4037] ppid=4032 vsize=868144 CPUtime=2.16
/proc/4034/task/4037/stat : 4037 (java) S 4032 4034 32697 0 -1 64 43784 891 0 0 183 17 14 2 16 0 9 0 28372392 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4034/tid=4038] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4038/stat : 4038 (java) S 4032 4034 32697 0 -1 64 22 891 0 0 0 0 14 2 16 0 9 0 28372392 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4039] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4039/stat : 4039 (java) S 4032 4034 32697 0 -1 64 23 891 0 0 0 0 14 2 15 0 9 0 28372392 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4040] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4040/stat : 4040 (java) S 4032 4034 32697 0 -1 64 0 891 0 0 0 0 14 2 18 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4041] ppid=4032 vsize=868144 CPUtime=0.61
/proc/4034/task/4041/stat : 4041 (java) S 4032 4034 32697 0 -1 64 1000 891 0 0 43 2 14 2 16 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4034/tid=4042] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4042/stat : 4042 (java) S 4032 4034 32697 0 -1 64 1 891 0 0 0 0 14 2 19 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4043] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4043/stat : 4043 (java) S 4032 4034 32697 0 -1 64 14 891 0 0 0 0 14 2 15 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.34
Current children cumulated vsize (KiB) 868144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808 s]
/proc/loadavg: 2.27 2.11 2.03 3/89 4096
/proc/meminfo: memFree=1564440/2055920 swapFree=4192812/4192956
[pid=4034] ppid=4032 vsize=868144 CPUtime=1800.03
/proc/4034/stat : 4034 (java) S 4032 4034 32697 0 -1 0 78175 891 1 0 179937 50 14 2 18 0 9 0 28372389 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4034/statm: 217036 47899 2663 9 0 211472 0
[pid=4034/tid=4035] ppid=4032 vsize=868144 CPUtime=1797.54
/proc/4034/task/4035/stat : 4035 (java) R 4032 4034 32697 0 -1 64 32520 891 1 0 179709 29 14 2 25 0 9 0 28372390 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4127004693 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4034/tid=4037] ppid=4032 vsize=868144 CPUtime=2.17
/proc/4034/task/4037/stat : 4037 (java) S 4032 4034 32697 0 -1 64 43784 891 0 0 184 17 14 2 16 0 9 0 28372392 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4034/tid=4038] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4038/stat : 4038 (java) S 4032 4034 32697 0 -1 64 22 891 0 0 0 0 14 2 16 0 9 0 28372392 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4039] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4039/stat : 4039 (java) S 4032 4034 32697 0 -1 64 23 891 0 0 0 0 14 2 15 0 9 0 28372392 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4040] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4040/stat : 4040 (java) S 4032 4034 32697 0 -1 64 0 891 0 0 0 0 14 2 18 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4041] ppid=4032 vsize=868144 CPUtime=0.61
/proc/4034/task/4041/stat : 4041 (java) S 4032 4034 32697 0 -1 64 1000 891 0 0 43 2 14 2 16 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4034/tid=4042] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4042/stat : 4042 (java) S 4032 4034 32697 0 -1 64 1 891 0 0 0 0 14 2 19 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4034/tid=4043] ppid=4032 vsize=868144 CPUtime=0.16
/proc/4034/task/4043/stat : 4043 (java) S 4032 4034 32697 0 -1 64 14 891 0 0 0 0 14 2 15 0 9 0 28372394 888979456 47899 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 868144

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): 1808.05
CPU time (s): 1800.1
CPU user time (s): 1799.54
CPU system time (s): 0.561914
CPU usage (%): 99.56
Max. virtual memory (cumulated for all children) (KiB): 868144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 0.561914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79096
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= 41128
involuntary context switches= 51565

runsolver used 2.6196 second user time and 5.61715 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-12 17:38:02
IDJOB=2097508
IDBENCH=57475
IDSOLVER=774
FILE ID=node37/2097508-1247413082
PBS_JOBID= 9510570
Free space on /tmp= 66424 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-29.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-2097508-1247413082/watcher-2097508-1247413082 -o /tmp/evaluation-result-2097508-1247413082/solver-2097508-1247413082 -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-2097508-1247413082.xml

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

MD5SUM BENCH= 10f4f3b19356da36a48ebac0d3244087
RANDOM SEED=1043685867

node37.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.260
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.260
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:       1730744 kB
Buffers:         36892 kB
Cached:         124472 kB
SwapCached:          0 kB
Active:         199876 kB
Inactive:        71520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3652 kB
Writeback:           0 kB
Mapped:         130436 kB
Slab:            39012 kB
Committed_AS:  1023612 kB
PageTables:       1956 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= 66424 MiB
End job on node37 at 2009-07-12 18:08:12