Trace number 2098530

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.08 1801.66

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-8-4-8.xml
MD5SUM6e0e22cb5b6f421be44b72042836849b
Bench CategoryN-ARY-INT (n-ary 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 variables6016
Number of constraints32560
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32560
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.29/0.31	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-2098530-1247416043.xml
0.29/0.35	   
0.29/0.35	   domains being loaded...
0.29/0.36	   
0.29/0.36	   variables being loaded...
0.59/0.68	     nbVariables=6016  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=12032
0.59/0.68	       =>  wckTime=0.446  cpuTime=0.32  mem=16M816
0.59/0.68	   
0.59/0.68	   predicates being loaded...
0.69/0.75	   
0.69/0.75	   constraints being loaded...
12.24/12.42	     nbConstraints=32623  nbGlobalConstraints=63  nbConflictsStructures=3  nbSharedConflictsStructures=32493
12.24/12.42	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  nbEvaluationManagers=4
12.24/12.42	     nbSharedEvaluationManagers=32556  minDegree=10  maxDegree=37  minArity=3  avgArity=3.6  maxArity=1504
12.24/12.42	     nbGenerators=63  nbFusions=0  symmetryWckTime=5.873  symmetryCpuTime=0.83
12.24/12.42	       =>  wckTime=12.182  cpuTime=6.21  mem=94M65
12.64/12.90	   
12.64/12.90	   solver IterativeSystematicSolver being built... 
13.45/13.67	   
13.45/13.68	   INFO : Forward propagation technique limited 
13.75/13.98	       =>  wckTime=13.747  cpuTime=7.02  mem=110M899
54.55/55.16	   
54.55/55.16	   INFO : Stopping ESAC
54.55/55.17	   
54.55/55.17	   preprocessing
54.55/55.17	     nbConstraintChecks=137655  nbValidityChecks=65658  nbPropagations=11154  nbRevisions=60749
54.55/55.17	     nbUselessRevisions=60561  nbSingletonTests=5049  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
54.55/55.17	     nbRemovedValues=0  detectedInconsistency=no
54.55/55.17	       =>  wckTime=41.168  cpuTime=40.72  mem=113M955

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-2098530-1247416043/watcher-2098530-1247416043 -o /tmp/evaluation-result-2098530-1247416043/solver-2098530-1247416043 -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-2098530-1247416043.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.99 1.99 4/80 32383
/proc/meminfo: memFree=1773792/2055920 swapFree=4192812/4192956
[pid=32383] ppid=32381 vsize=1616 CPUtime=0
/proc/32383/stat : 32383 (java) D 32381 32383 32346 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 28670851 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/32383/statm: 404 148 122 9 0 46 0

[startup+0.096332 s]
/proc/loadavg: 1.91 1.99 1.99 4/80 32383
/proc/meminfo: memFree=1773792/2055920 swapFree=4192812/4192956
[pid=32383] ppid=32381 vsize=865984 CPUtime=0.09
/proc/32383/stat : 32383 (java) S 32381 32383 32346 0 -1 0 3724 0 1 0 7 2 0 0 18 0 9 0 28670851 886767616 3192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32383/statm: 216496 3192 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.101332 s]
/proc/loadavg: 1.91 1.99 1.99 4/80 32383
/proc/meminfo: memFree=1773792/2055920 swapFree=4192812/4192956
[pid=32383] ppid=32381 vsize=865984 CPUtime=0.09
/proc/32383/stat : 32383 (java) S 32381 32383 32346 0 -1 0 3787 0 1 0 7 2 0 0 18 0 9 0 28670851 886767616 3238 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32383/statm: 216496 3238 1708 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301358 s]
/proc/loadavg: 1.91 1.99 1.99 4/80 32383
/proc/meminfo: memFree=1773792/2055920 swapFree=4192812/4192956
[pid=32383] ppid=32381 vsize=866296 CPUtime=0.29
/proc/32383/stat : 32383 (java) S 32381 32383 32346 0 -1 0 5699 0 1 0 26 3 0 0 18 0 9 0 28670851 887087104 5102 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32383/statm: 216574 5102 1927 9 0 211052 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866296

[startup+0.7014 s]
/proc/loadavg: 1.91 1.99 1.99 4/80 32383
/proc/meminfo: memFree=1773792/2055920 swapFree=4192812/4192956
[pid=32383] ppid=32381 vsize=867532 CPUtime=0.69
/proc/32383/stat : 32383 (java) S 32381 32383 32346 0 -1 0 9389 0 1 0 64 5 0 0 18 0 9 0 28670851 888352768 8746 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32383/statm: 216883 8746 2008 9 0 211341 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867532

[startup+1.50149 s]
/proc/loadavg: 1.91 1.99 1.99 3/89 32392
/proc/meminfo: memFree=1734040/2055920 swapFree=4192812/4192956
[pid=32383] ppid=32381 vsize=867532 CPUtime=1.48
/proc/32383/stat : 32383 (java) S 32381 32383 32346 0 -1 0 19063 0 1 0 138 10 0 0 18 0 9 0 28670851 888352768 18391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32383/statm: 216883 18391 2027 9 0 211341 0
[pid=32383/tid=32385] ppid=32381 vsize=867532 CPUtime=1.2
/proc/32383/task/32385/stat : 32385 (java) R 32381 32383 32346 0 -1 64 15785 0 1 0 112 8 0 0 25 0 9 0 28670852 888352768 18391 996147200 134512640 134550932 4294955968 18446744073709551615 4126546956 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32386] ppid=32381 vsize=867532 CPUtime=0.08
/proc/32383/task/32386/stat : 32386 (java) S 32381 32383 32346 0 -1 64 1937 0 0 0 8 0 0 0 16 0 9 0 28670854 888352768 18391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32387] ppid=32381 vsize=867532 CPUtime=0
/proc/32383/task/32387/stat : 32387 (java) S 32381 32383 32346 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28670854 888352768 18391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32388] ppid=32381 vsize=867532 CPUtime=0
/proc/32383/task/32388/stat : 32388 (java) S 32381 32383 32346 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28670854 888352768 18391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32389] ppid=32381 vsize=867532 CPUtime=0
/proc/32383/task/32389/stat : 32389 (java) S 32381 32383 32346 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28670856 888352768 18391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32390] ppid=32381 vsize=867532 CPUtime=0.16
/proc/32383/task/32390/stat : 32390 (java) S 32381 32383 32346 0 -1 64 640 0 0 0 16 0 0 0 16 0 9 0 28670856 888352768 18391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32391] ppid=32381 vsize=867532 CPUtime=0
/proc/32383/task/32391/stat : 32391 (java) S 32381 32383 32346 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28670856 888352768 18391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32392] ppid=32381 vsize=867532 CPUtime=0
/proc/32383/task/32392/stat : 32392 (java) S 32381 32383 32346 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28670856 888352768 18391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867532

[startup+3.10266 s]
/proc/loadavg: 1.91 1.99 1.99 3/89 32392
/proc/meminfo: memFree=1707672/2055920 swapFree=4192812/4192956
[pid=32383] ppid=32381 vsize=867532 CPUtime=3.06
/proc/32383/stat : 32383 (java) S 32381 32383 32346 0 -1 0 22415 0 1 0 286 20 0 0 18 0 9 0 28670851 888352768 21742 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32383/statm: 216883 21742 2028 9 0 211341 0
[pid=32383/tid=32385] ppid=32381 vsize=867532 CPUtime=2.61
/proc/32383/task/32385/stat : 32385 (java) R 32381 32383 32346 0 -1 64 15811 0 1 0 244 17 0 0 25 0 9 0 28670852 888352768 21742 996147200 134512640 134550932 4294955968 18446744073709551615 8768445 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32386] ppid=32381 vsize=867532 CPUtime=0.2
/proc/32383/task/32386/stat : 32386 (java) S 32381 32383 32346 0 -1 64 5223 0 0 0 19 1 0 0 17 0 9 0 28670854 888352768 21742 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32387] ppid=32381 vsize=867532 CPUtime=0
/proc/32383/task/32387/stat : 32387 (java) S 32381 32383 32346 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28670854 888352768 21742 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32388] ppid=32381 vsize=867532 CPUtime=0
/proc/32383/task/32388/stat : 32388 (java) S 32381 32383 32346 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28670854 888352768 21742 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32389] ppid=32381 vsize=867532 CPUtime=0
/proc/32383/task/32389/stat : 32389 (java) S 32381 32383 32346 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28670856 888352768 21742 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32390] ppid=32381 vsize=867532 CPUtime=0.21
/proc/32383/task/32390/stat : 32390 (java) S 32381 32383 32346 0 -1 64 680 0 0 0 21 0 0 0 16 0 9 0 28670856 888352768 21742 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32391] ppid=32381 vsize=867532 CPUtime=0
/proc/32383/task/32391/stat : 32391 (java) S 32381 32383 32346 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28670856 888352768 21742 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32392] ppid=32381 vsize=867532 CPUtime=0
/proc/32383/task/32392/stat : 32392 (java) S 32381 32383 32346 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28670856 888352768 21742 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867532

[startup+6.30301 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 32392
/proc/meminfo: memFree=1676760/2055920 swapFree=4192812/4192956
[pid=32383] ppid=32381 vsize=867532 CPUtime=6.23
/proc/32383/stat : 32383 (java) S 32381 32383 32346 0 -1 0 29157 0 1 0 479 144 0 0 18 0 9 0 28670851 888352768 28480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32383/statm: 216883 28480 2028 9 0 211341 0
[pid=32383/tid=32385] ppid=32381 vsize=867532 CPUtime=5.34
/proc/32383/task/32385/stat : 32385 (java) R 32381 32383 32346 0 -1 64 15815 0 1 0 396 138 0 0 25 0 9 0 28670852 888352768 28480 996147200 134512640 134550932 4294955968 18446744073709551615 102883796 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32386] ppid=32381 vsize=867532 CPUtime=0.63
/proc/32383/task/32386/stat : 32386 (java) S 32381 32383 32346 0 -1 64 11959 0 0 0 59 4 0 0 17 0 9 0 28670854 888352768 28480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32387] ppid=32381 vsize=867532 CPUtime=0
/proc/32383/task/32387/stat : 32387 (java) S 32381 32383 32346 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28670854 888352768 28480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32388] ppid=32381 vsize=867532 CPUtime=0
/proc/32383/task/32388/stat : 32388 (java) S 32381 32383 32346 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28670854 888352768 28480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32389] ppid=32381 vsize=867532 CPUtime=0
/proc/32383/task/32389/stat : 32389 (java) S 32381 32383 32346 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28670856 888352768 28480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32390] ppid=32381 vsize=867532 CPUtime=0.22
/proc/32383/task/32390/stat : 32390 (java) S 32381 32383 32346 0 -1 64 682 0 0 0 22 0 0 0 16 0 9 0 28670856 888352768 28480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32391] ppid=32381 vsize=867532 CPUtime=0
/proc/32383/task/32391/stat : 32391 (java) S 32381 32383 32346 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28670856 888352768 28480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32392] ppid=32381 vsize=867532 CPUtime=0
/proc/32383/task/32392/stat : 32392 (java) S 32381 32383 32346 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28670856 888352768 28480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867532

[startup+12.7027 s]
/proc/loadavg: 2.00 2.01 2.00 4/91 32396
/proc/meminfo: memFree=1629952/2055920 swapFree=4192812/4192956
[pid=32383] ppid=32381 vsize=868180 CPUtime=12.54
/proc/32383/stat : 32383 (java) S 32381 32383 32346 0 -1 0 64285 4324 1 0 627 157 466 4 18 0 10 0 28670851 889016320 36875 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32383/statm: 217045 36875 2090 9 0 211503 0
[pid=32396] ppid=32383 vsize=44 CPUtime=0
/proc/32396/stat : 32396 (rm) R 32383 32383 32346 0 -1 4194304 24 0 0 0 0 0 0 0 19 0 1 0 28672043 45056 2 996147200 0 0 548682069479 18446744073709551615 4294960144 0 4 0 0 0 0 0 17 1 0 0
/proc/32396/statm: 11 2 0 0 0 1 0
[pid=32383/tid=32385] ppid=32381 vsize=868180 CPUtime=11.11
/proc/32383/task/32385/stat : 32385 (java) S 32381 32383 32346 0 -1 64 24230 4324 1 0 497 144 466 4 16 0 10 0 28670852 889016320 36875 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32386] ppid=32381 vsize=868180 CPUtime=5.81
/proc/32383/task/32386/stat : 32386 (java) R 32381 32383 32346 0 -1 64 38240 4324 0 0 101 10 466 4 18 0 10 0 28670854 889016320 36875 996147200 134512640 134550932 4294955968 18446744073709551615 104188640 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32387] ppid=32381 vsize=868180 CPUtime=4.7
/proc/32383/task/32387/stat : 32387 (java) S 32381 32383 32346 0 -1 64 23 4324 0 0 0 0 466 4 16 0 10 0 28670854 889016320 36875 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32388] ppid=32381 vsize=868180 CPUtime=4.7
/proc/32383/task/32388/stat : 32388 (java) S 32381 32383 32346 0 -1 64 10 4324 0 0 0 0 466 4 16 0 10 0 28670854 889016320 36875 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32389] ppid=32381 vsize=868180 CPUtime=4.7
/proc/32383/task/32389/stat : 32389 (java) S 32381 32383 32346 0 -1 64 2 4324 0 0 0 0 466 4 18 0 10 0 28670856 889016320 36875 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32390] ppid=32381 vsize=868180 CPUtime=4.98
/proc/32383/task/32390/stat : 32390 (java) S 32381 32383 32346 0 -1 64 966 4324 0 0 28 0 466 4 15 0 10 0 28670856 889016320 36875 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32391] ppid=32381 vsize=868180 CPUtime=4.7
/proc/32383/task/32391/stat : 32391 (java) S 32381 32383 32346 0 -1 64 0 4324 0 0 0 0 466 4 19 0 10 0 28670856 889016320 36875 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32392] ppid=32381 vsize=868180 CPUtime=4.7
/proc/32383/task/32392/stat : 32392 (java) S 32381 32383 32346 0 -1 64 17 4324 0 0 0 0 466 4 15 0 10 0 28670856 889016320 36875 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32395] ppid=32381 vsize=868180 CPUtime=4.7
/proc/32383/task/32395/stat : 32395 (java) S 32381 32383 32346 0 -1 64 41 4324 0 0 0 0 466 4 17 0 10 0 28672043 889016320 36875 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 868224

[startup+25.5011 s]
/proc/loadavg: 2.06 2.02 2.00 3/89 32396
/proc/meminfo: memFree=1619400/2055920 swapFree=4192812/4192956
[pid=32383] ppid=32381 vsize=868180 CPUtime=25.23
/proc/32383/stat : 32383 (java) S 32381 32383 32346 0 -1 0 80664 4449 1 0 1890 162 466 5 18 0 9 0 28670851 889016320 40945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32383/statm: 217045 40945 2640 9 0 211503 0
[pid=32383/tid=32385] ppid=32381 vsize=868180 CPUtime=23.29
/proc/32383/task/32385/stat : 32385 (java) R 32381 32383 32346 0 -1 64 34854 4449 1 0 1711 147 466 5 25 0 9 0 28670852 889016320 40945 996147200 134512640 134550932 4294955968 18446744073709551615 4126819546 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32386] ppid=32381 vsize=868180 CPUtime=6.22
/proc/32383/task/32386/stat : 32386 (java) S 32381 32383 32346 0 -1 64 43865 4449 0 0 139 12 466 5 16 0 9 0 28670854 889016320 40945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32387] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32387/stat : 32387 (java) S 32381 32383 32346 0 -1 64 28 4449 0 0 0 0 466 5 15 0 9 0 28670854 889016320 40945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32388] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32388/stat : 32388 (java) S 32381 32383 32346 0 -1 64 21 4449 0 0 0 0 466 5 16 0 9 0 28670854 889016320 40945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32389] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32389/stat : 32389 (java) S 32381 32383 32346 0 -1 64 2 4449 0 0 0 0 466 5 18 0 9 0 28670856 889016320 40945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32390] ppid=32381 vsize=868180 CPUtime=5.1
/proc/32383/task/32390/stat : 32390 (java) S 32381 32383 32346 0 -1 64 1080 4449 0 0 38 1 466 5 16 0 9 0 28670856 889016320 40945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32391] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32391/stat : 32391 (java) S 32381 32383 32346 0 -1 64 0 4449 0 0 0 0 466 5 19 0 9 0 28670856 889016320 40945 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32392] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32392/stat : 32392 (java) S 32381 32383 32346 0 -1 64 17 4449 0 0 0 0 466 5 15 0 9 0 28670856 889016320 40945 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) 868180

[startup+51.1019 s]
/proc/loadavg: 2.04 2.02 2.00 3/89 32396
/proc/meminfo: memFree=1619464/2055920 swapFree=4192812/4192956
[pid=32383] ppid=32381 vsize=868180 CPUtime=50.59
/proc/32383/stat : 32383 (java) S 32381 32383 32346 0 -1 0 80674 4449 1 0 4426 162 466 5 18 0 9 0 28670851 889016320 40954 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32383/statm: 217045 40954 2640 9 0 211503 0
[pid=32383/tid=32385] ppid=32381 vsize=868180 CPUtime=48.63
/proc/32383/task/32385/stat : 32385 (java) R 32381 32383 32346 0 -1 64 34854 4449 1 0 4245 147 466 5 25 0 9 0 28670852 889016320 40954 996147200 134512640 134550932 4294955968 18446744073709551615 4127416300 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32386] ppid=32381 vsize=868180 CPUtime=6.22
/proc/32383/task/32386/stat : 32386 (java) S 32381 32383 32346 0 -1 64 43865 4449 0 0 139 12 466 5 16 0 9 0 28670854 889016320 40954 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32387] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32387/stat : 32387 (java) S 32381 32383 32346 0 -1 64 28 4449 0 0 0 0 466 5 15 0 9 0 28670854 889016320 40954 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32388] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32388/stat : 32388 (java) S 32381 32383 32346 0 -1 64 21 4449 0 0 0 0 466 5 16 0 9 0 28670854 889016320 40954 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32389] ppid=32381 vsize=868180 CPUtime=4.71

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

/proc/32383/task/32388/stat : 32388 (java) S 32381 32383 32346 0 -1 64 21 4449 0 0 0 0 466 5 16 0 9 0 28670854 889016320 40987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32389] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32389/stat : 32389 (java) S 32381 32383 32346 0 -1 64 2 4449 0 0 0 0 466 5 18 0 9 0 28670856 889016320 40987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32390] ppid=32381 vsize=868180 CPUtime=5.17
/proc/32383/task/32390/stat : 32390 (java) S 32381 32383 32346 0 -1 64 1122 4449 0 0 45 1 466 5 15 0 9 0 28670856 889016320 40987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32383/tid=32391] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32391/stat : 32391 (java) S 32381 32383 32346 0 -1 64 0 4449 0 0 0 0 466 5 19 0 9 0 28670856 889016320 40987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32392] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32392/stat : 32392 (java) S 32381 32383 32346 0 -1 64 17 4449 0 0 0 0 466 5 15 0 9 0 28670856 889016320 40987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1480.83
Current children cumulated vsize (KiB) 868180

[startup+1542.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/89 32550
/proc/meminfo: memFree=1594760/2055920 swapFree=4192812/4192956
[pid=32383] ppid=32381 vsize=868180 CPUtime=1540.8
/proc/32383/stat : 32383 (java) S 32381 32383 32346 0 -1 0 80717 4449 1 0 153442 167 466 5 18 0 9 0 28670851 889016320 40987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32383/statm: 217045 40987 2640 9 0 211503 0
[pid=32383/tid=32385] ppid=32381 vsize=868180 CPUtime=1538.79
/proc/32383/task/32385/stat : 32385 (java) R 32381 32383 32346 0 -1 64 34865 4449 1 0 153256 152 466 5 25 0 9 0 28670852 889016320 40987 996147200 134512640 134550932 4294955968 18446744073709551615 4127057283 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32383/tid=32386] ppid=32381 vsize=868180 CPUtime=6.22
/proc/32383/task/32386/stat : 32386 (java) S 32381 32383 32346 0 -1 64 43865 4449 0 0 139 12 466 5 16 0 9 0 28670854 889016320 40987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32387] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32387/stat : 32387 (java) S 32381 32383 32346 0 -1 64 28 4449 0 0 0 0 466 5 15 0 9 0 28670854 889016320 40987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32388] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32388/stat : 32388 (java) S 32381 32383 32346 0 -1 64 21 4449 0 0 0 0 466 5 16 0 9 0 28670854 889016320 40987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32389] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32389/stat : 32389 (java) S 32381 32383 32346 0 -1 64 2 4449 0 0 0 0 466 5 18 0 9 0 28670856 889016320 40987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32390] ppid=32381 vsize=868180 CPUtime=5.17
/proc/32383/task/32390/stat : 32390 (java) S 32381 32383 32346 0 -1 64 1122 4449 0 0 45 1 466 5 15 0 9 0 28670856 889016320 40987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32383/tid=32391] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32391/stat : 32391 (java) S 32381 32383 32346 0 -1 64 0 4449 0 0 0 0 466 5 19 0 9 0 28670856 889016320 40987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32392] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32392/stat : 32392 (java) S 32381 32383 32346 0 -1 64 17 4449 0 0 0 0 466 5 15 0 9 0 28670856 889016320 40987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.8
Current children cumulated vsize (KiB) 868180

[startup+1602.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/89 32550
/proc/meminfo: memFree=1594760/2055920 swapFree=4192812/4192956
[pid=32383] ppid=32381 vsize=868180 CPUtime=1600.79
/proc/32383/stat : 32383 (java) S 32381 32383 32346 0 -1 0 80717 4449 1 0 159440 168 466 5 18 0 9 0 28670851 889016320 40987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32383/statm: 217045 40987 2640 9 0 211503 0
[pid=32383/tid=32385] ppid=32381 vsize=868180 CPUtime=1598.77
/proc/32383/task/32385/stat : 32385 (java) R 32381 32383 32346 0 -1 64 34865 4449 1 0 159254 152 466 5 25 0 9 0 28670852 889016320 40987 996147200 134512640 134550932 4294955968 18446744073709551615 4127059089 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32383/tid=32386] ppid=32381 vsize=868180 CPUtime=6.22
/proc/32383/task/32386/stat : 32386 (java) S 32381 32383 32346 0 -1 64 43865 4449 0 0 139 12 466 5 16 0 9 0 28670854 889016320 40987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32387] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32387/stat : 32387 (java) S 32381 32383 32346 0 -1 64 28 4449 0 0 0 0 466 5 15 0 9 0 28670854 889016320 40987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32388] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32388/stat : 32388 (java) S 32381 32383 32346 0 -1 64 21 4449 0 0 0 0 466 5 16 0 9 0 28670854 889016320 40987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32389] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32389/stat : 32389 (java) S 32381 32383 32346 0 -1 64 2 4449 0 0 0 0 466 5 18 0 9 0 28670856 889016320 40987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32390] ppid=32381 vsize=868180 CPUtime=5.17
/proc/32383/task/32390/stat : 32390 (java) S 32381 32383 32346 0 -1 64 1122 4449 0 0 45 1 466 5 15 0 9 0 28670856 889016320 40987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32383/tid=32391] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32391/stat : 32391 (java) S 32381 32383 32346 0 -1 64 0 4449 0 0 0 0 466 5 19 0 9 0 28670856 889016320 40987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32392] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32392/stat : 32392 (java) S 32381 32383 32346 0 -1 64 17 4449 0 0 0 0 466 5 15 0 9 0 28670856 889016320 40987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.79
Current children cumulated vsize (KiB) 868180

[startup+1662.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/89 32550
/proc/meminfo: memFree=1594760/2055920 swapFree=4192812/4192956
[pid=32383] ppid=32381 vsize=868180 CPUtime=1660.76
/proc/32383/stat : 32383 (java) S 32381 32383 32346 0 -1 0 80718 4449 1 0 165437 168 466 5 18 0 9 0 28670851 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32383/statm: 217045 40988 2640 9 0 211503 0
[pid=32383/tid=32385] ppid=32381 vsize=868180 CPUtime=1658.74
/proc/32383/task/32385/stat : 32385 (java) R 32381 32383 32346 0 -1 64 34865 4449 1 0 165251 152 466 5 25 0 9 0 28670852 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4127519443 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32383/tid=32386] ppid=32381 vsize=868180 CPUtime=6.22
/proc/32383/task/32386/stat : 32386 (java) S 32381 32383 32346 0 -1 64 43865 4449 0 0 139 12 466 5 16 0 9 0 28670854 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32387] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32387/stat : 32387 (java) S 32381 32383 32346 0 -1 64 28 4449 0 0 0 0 466 5 15 0 9 0 28670854 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32388] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32388/stat : 32388 (java) S 32381 32383 32346 0 -1 64 21 4449 0 0 0 0 466 5 16 0 9 0 28670854 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32389] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32389/stat : 32389 (java) S 32381 32383 32346 0 -1 64 2 4449 0 0 0 0 466 5 18 0 9 0 28670856 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32390] ppid=32381 vsize=868180 CPUtime=5.17
/proc/32383/task/32390/stat : 32390 (java) S 32381 32383 32346 0 -1 64 1123 4449 0 0 45 1 466 5 17 0 9 0 28670856 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32383/tid=32391] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32391/stat : 32391 (java) S 32381 32383 32346 0 -1 64 0 4449 0 0 0 0 466 5 19 0 9 0 28670856 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32392] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32392/stat : 32392 (java) S 32381 32383 32346 0 -1 64 17 4449 0 0 0 0 466 5 15 0 9 0 28670856 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.76
Current children cumulated vsize (KiB) 868180

[startup+1722.3 s]
/proc/loadavg: 2.12 2.07 2.00 3/89 32550
/proc/meminfo: memFree=1594696/2055920 swapFree=4192812/4192956
[pid=32383] ppid=32381 vsize=868180 CPUtime=1720.73
/proc/32383/stat : 32383 (java) S 32381 32383 32346 0 -1 0 80718 4449 1 0 171434 168 466 5 18 0 9 0 28670851 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32383/statm: 217045 40988 2640 9 0 211503 0
[pid=32383/tid=32385] ppid=32381 vsize=868180 CPUtime=1718.71
/proc/32383/task/32385/stat : 32385 (java) R 32381 32383 32346 0 -1 64 34865 4449 1 0 171248 152 466 5 25 0 9 0 28670852 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4127056278 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32383/tid=32386] ppid=32381 vsize=868180 CPUtime=6.22
/proc/32383/task/32386/stat : 32386 (java) S 32381 32383 32346 0 -1 64 43865 4449 0 0 139 12 466 5 16 0 9 0 28670854 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32387] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32387/stat : 32387 (java) S 32381 32383 32346 0 -1 64 28 4449 0 0 0 0 466 5 15 0 9 0 28670854 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32388] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32388/stat : 32388 (java) S 32381 32383 32346 0 -1 64 21 4449 0 0 0 0 466 5 16 0 9 0 28670854 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32389] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32389/stat : 32389 (java) S 32381 32383 32346 0 -1 64 2 4449 0 0 0 0 466 5 18 0 9 0 28670856 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32390] ppid=32381 vsize=868180 CPUtime=5.17
/proc/32383/task/32390/stat : 32390 (java) S 32381 32383 32346 0 -1 64 1123 4449 0 0 45 1 466 5 17 0 9 0 28670856 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32383/tid=32391] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32391/stat : 32391 (java) S 32381 32383 32346 0 -1 64 0 4449 0 0 0 0 466 5 19 0 9 0 28670856 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32392] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32392/stat : 32392 (java) S 32381 32383 32346 0 -1 64 17 4449 0 0 0 0 466 5 15 0 9 0 28670856 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.73
Current children cumulated vsize (KiB) 868180

[startup+1782.3 s]
/proc/loadavg: 2.36 2.13 2.03 3/89 32550
/proc/meminfo: memFree=1594504/2055920 swapFree=4192812/4192956
[pid=32383] ppid=32381 vsize=868180 CPUtime=1780.7
/proc/32383/stat : 32383 (java) S 32381 32383 32346 0 -1 0 80718 4449 1 0 177431 168 466 5 18 0 9 0 28670851 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32383/statm: 217045 40988 2640 9 0 211503 0
[pid=32383/tid=32385] ppid=32381 vsize=868180 CPUtime=1778.69
/proc/32383/task/32385/stat : 32385 (java) R 32381 32383 32346 0 -1 64 34865 4449 1 0 177245 153 466 5 25 0 9 0 28670852 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4127056250 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32383/tid=32386] ppid=32381 vsize=868180 CPUtime=6.22
/proc/32383/task/32386/stat : 32386 (java) S 32381 32383 32346 0 -1 64 43865 4449 0 0 139 12 466 5 16 0 9 0 28670854 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32387] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32387/stat : 32387 (java) S 32381 32383 32346 0 -1 64 28 4449 0 0 0 0 466 5 15 0 9 0 28670854 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32388] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32388/stat : 32388 (java) S 32381 32383 32346 0 -1 64 21 4449 0 0 0 0 466 5 16 0 9 0 28670854 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32389] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32389/stat : 32389 (java) S 32381 32383 32346 0 -1 64 2 4449 0 0 0 0 466 5 18 0 9 0 28670856 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32390] ppid=32381 vsize=868180 CPUtime=5.17
/proc/32383/task/32390/stat : 32390 (java) S 32381 32383 32346 0 -1 64 1123 4449 0 0 45 1 466 5 17 0 9 0 28670856 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32383/tid=32391] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32391/stat : 32391 (java) S 32381 32383 32346 0 -1 64 0 4449 0 0 0 0 466 5 19 0 9 0 28670856 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32392] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32392/stat : 32392 (java) S 32381 32383 32346 0 -1 64 17 4449 0 0 0 0 466 5 15 0 9 0 28670856 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.7
Current children cumulated vsize (KiB) 868180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.6 s]
/proc/loadavg: 2.40 2.16 2.03 3/89 32550
/proc/meminfo: memFree=1594504/2055920 swapFree=4192812/4192956
[pid=32383] ppid=32381 vsize=868180 CPUtime=1800
/proc/32383/stat : 32383 (java) S 32381 32383 32346 0 -1 0 80718 4449 1 0 179361 168 466 5 18 0 9 0 28670851 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32383/statm: 217045 40988 2640 9 0 211503 0
[pid=32383/tid=32385] ppid=32381 vsize=868180 CPUtime=1797.99
/proc/32383/task/32385/stat : 32385 (java) R 32381 32383 32346 0 -1 64 34865 4449 1 0 179175 153 466 5 25 0 9 0 28670852 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4127057776 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32383/tid=32386] ppid=32381 vsize=868180 CPUtime=6.22
/proc/32383/task/32386/stat : 32386 (java) S 32381 32383 32346 0 -1 64 43865 4449 0 0 139 12 466 5 16 0 9 0 28670854 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32387] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32387/stat : 32387 (java) S 32381 32383 32346 0 -1 64 28 4449 0 0 0 0 466 5 15 0 9 0 28670854 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32388] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32388/stat : 32388 (java) S 32381 32383 32346 0 -1 64 21 4449 0 0 0 0 466 5 16 0 9 0 28670854 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32389] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32389/stat : 32389 (java) S 32381 32383 32346 0 -1 64 2 4449 0 0 0 0 466 5 18 0 9 0 28670856 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32390] ppid=32381 vsize=868180 CPUtime=5.17
/proc/32383/task/32390/stat : 32390 (java) S 32381 32383 32346 0 -1 64 1123 4449 0 0 45 1 466 5 17 0 9 0 28670856 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32383/tid=32391] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32391/stat : 32391 (java) S 32381 32383 32346 0 -1 64 0 4449 0 0 0 0 466 5 19 0 9 0 28670856 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32383/tid=32392] ppid=32381 vsize=868180 CPUtime=4.71
/proc/32383/task/32392/stat : 32392 (java) S 32381 32383 32346 0 -1 64 17 4449 0 0 0 0 466 5 15 0 9 0 28670856 889016320 40988 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 868180

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): 1801.66
CPU time (s): 1800.08
CPU user time (s): 1798.31
CPU system time (s): 1.76773
CPU usage (%): 99.9125
Max. virtual memory (cumulated for all children) (KiB): 888584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.31
system time used= 1.76773
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85194
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= 38961
involuntary context switches= 46184

runsolver used 2.23966 second user time and 5.98509 second system time

The end

Launcher Data

Begin job on node21 at 2009-07-12 18:27:24
IDJOB=2098530
IDBENCH=58716
IDSOLVER=774
FILE ID=node21/2098530-1247416043
PBS_JOBID= 9510719
Free space on /tmp= 66404 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-8-4-8.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-2098530-1247416043/watcher-2098530-1247416043 -o /tmp/evaluation-result-2098530-1247416043/solver-2098530-1247416043 -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-2098530-1247416043.xml

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

MD5SUM BENCH= 6e0e22cb5b6f421be44b72042836849b
RANDOM SEED=1433998039

node21.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.240
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.240
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:       1774272 kB
Buffers:         46052 kB
Cached:         115040 kB
SwapCached:          0 kB
Active:         161508 kB
Inactive:        62692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1774272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6880 kB
Writeback:           0 kB
Mapped:          83560 kB
Slab:            42788 kB
Committed_AS:   988932 kB
PageTables:       1872 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= 66400 MiB
End job on node21 at 2009-07-12 18:57:27