Trace number 1064474

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 1812.97

General information on the benchmark

Namecsp/tdsp/
normalized-C3-1-31.xml
MD5SUM6cc1e56d3f11dc3d6cace0b85eb6533e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.587
Satisfiable
(Un)Satisfiability was proved
Number of variables86
Number of constraints434
Maximum constraint arity6
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension434
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.22	
0.18/0.22	   configuration
0.18/0.22	     name=esac.xml
0.18/0.26	   
0.18/0.26	   instance
0.18/0.26	     name=HOME/instance-1064474-1215141748.xml
0.28/0.30	   
0.28/0.30	   domains being loaded...
0.28/0.31	   
0.28/0.31	   variables being loaded...
0.28/0.35	     nbVariables=86  nbDomainTypes=5  minDomainSize=1  maxDomainSize=61  nbTotalValues=2662
0.28/0.35	       =>  wckTime=0.123  cpuTime=0.12  mem=7M919
0.28/0.35	   
0.28/0.35	   predicates being loaded...
0.39/0.43	   
0.39/0.43	   constraints being loaded...
1.47/1.57	     nbConstraints=434  nbSingletonDomainVariables=2  nbConflictsStructures=52  nbSharedConflictsStructures=4
1.47/1.57	     nbUnbuiltConflictsStructures=339  nbSharedBinaryRepresentations=0  nbEvaluationManagers=391
1.47/1.57	     nbSharedEvaluationManagers=43  minDegree=28  maxDegree=29  minArity=3  avgArity=5.61  maxArity=6  nbGenerators=0
1.47/1.57	     nbFusions=0  symmetryWckTime=0.094  symmetryCpuTime=0.05
1.47/1.57	       =>  wckTime=1.343  cpuTime=1.11  mem=21M698
1.57/1.64	   
1.57/1.64	   solver IterativeSystematicSolver being built... 
1.67/1.75	   
1.67/1.75	   INFO : Forward propagation technique limited 
1.77/1.81	       =>  wckTime=1.588  cpuTime=1.26  mem=29M333
2.36/2.49	   
2.36/2.49	   preprocessing
2.36/2.49	     nbConstraintChecks=440825  nbValidityChecks=117941  nbPropagations=311  nbRevisions=4853  nbUselessRevisions=4628
2.36/2.49	     nbSingletonTests=99  nbEffectiveSingletonTests=0  nbACRemovals=276  nbFoundSingletons=0  nbRemovedValues=276
2.36/2.49	     detectedInconsistency=no
2.36/2.49	       =>  wckTime=0.673  cpuTime=0.65  mem=30M377
13.21/13.30	   
13.21/13.30	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=31M421)

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064474-1215141748/watcher-1064474-1215141748 -o /tmp/evaluation-result-1064474-1215141748/solver-1064474-1215141748 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1064474-1215141748.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 22343
/proc/meminfo: memFree=718840/2055920 swapFree=4137148/4192956
[pid=22343] ppid=22341 vsize=18572 CPUtime=0
/proc/22343/stat : 22343 (runsolver) R 22341 22343 20166 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 626422075 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 270187162919 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/22343/statm: 4643 292 257 25 0 2626 0

[startup+0.0914849 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 22343
/proc/meminfo: memFree=718840/2055920 swapFree=4137148/4192956
[pid=22343] ppid=22341 vsize=865884 CPUtime=0.07
/proc/22343/stat : 22343 (java) S 22341 22343 20166 0 -1 0 3622 0 1 0 5 2 0 0 20 0 9 0 626422075 886665216 3110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22343/statm: 216471 3110 1667 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.10249 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 22343
/proc/meminfo: memFree=718840/2055920 swapFree=4137148/4192956
[pid=22343] ppid=22341 vsize=865884 CPUtime=0.08
/proc/22343/stat : 22343 (java) S 22341 22343 20166 0 -1 0 3723 0 1 0 6 2 0 0 20 0 9 0 626422075 886665216 3189 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22343/statm: 216471 3191 1692 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302513 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 22343
/proc/meminfo: memFree=718840/2055920 swapFree=4137148/4192956
[pid=22343] ppid=22341 vsize=866228 CPUtime=0.28
/proc/22343/stat : 22343 (java) S 22341 22343 20166 0 -1 0 6019 0 1 0 24 4 0 0 20 0 9 0 626422075 887017472 5389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22343/statm: 216557 5389 1960 9 0 211085 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866228

[startup+0.702557 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 22343
/proc/meminfo: memFree=718840/2055920 swapFree=4137148/4192956
[pid=22343] ppid=22341 vsize=867084 CPUtime=0.69
/proc/22343/stat : 22343 (java) S 22341 22343 20166 0 -1 0 8333 0 1 0 63 6 0 0 20 0 9 0 626422075 887894016 7693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22343/statm: 216771 7693 2008 9 0 211277 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867084

[startup+1.50165 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 22352
/proc/meminfo: memFree=682160/2055920 swapFree=4137148/4192956
[pid=22343] ppid=22341 vsize=867128 CPUtime=1.47
/proc/22343/stat : 22343 (java) S 22341 22343 20166 0 -1 0 17498 0 1 0 136 11 0 0 20 0 9 0 626422075 887939072 16833 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22343/statm: 216782 16834 2002 9 0 211310 0
[pid=22343/tid=22345] ppid=22341 vsize=867128 CPUtime=1.27
/proc/22343/task/22345/stat : 22345 (java) R 22341 22343 20166 0 -1 64 15774 0 1 0 117 10 0 0 20 0 9 0 626422077 887939072 16834 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22343/tid=22346] ppid=22341 vsize=867128 CPUtime=0.01
/proc/22343/task/22346/stat : 22346 (java) S 22341 22343 20166 0 -1 64 473 0 0 0 1 0 0 0 16 0 9 0 626422078 887939072 16834 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22343/tid=22347] ppid=22341 vsize=867128 CPUtime=0
/proc/22343/task/22347/stat : 22347 (java) S 22341 22343 20166 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 626422078 887939072 16834 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22343/tid=22348] ppid=22341 vsize=867128 CPUtime=0
/proc/22343/task/22348/stat : 22348 (java) S 22341 22343 20166 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 626422078 887939072 16834 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22343/tid=22349] ppid=22341 vsize=867128 CPUtime=0
/proc/22343/task/22349/stat : 22349 (java) S 22341 22343 20166 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 626422080 887939072 16834 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22350] ppid=22341 vsize=867128 CPUtime=0.17
/proc/22343/task/22350/stat : 22350 (java) R 22341 22343 20166 0 -1 64 555 0 0 0 17 0 0 0 16 0 9 0 626422080 887939072 16834 996147200 134512640 134550740 4294955968 18446744073709551615 101660476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22343/tid=22351] ppid=22341 vsize=867128 CPUtime=0
/proc/22343/task/22351/stat : 22351 (java) S 22341 22343 20166 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 626422080 887939072 16834 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22352] ppid=22341 vsize=867128 CPUtime=0
/proc/22343/task/22352/stat : 22352 (java) S 22341 22343 20166 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 626422080 887939072 16834 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867128

[startup+3.10184 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 22356
/proc/meminfo: memFree=655088/2055920 swapFree=4137148/4192956
[pid=22343] ppid=22341 vsize=867864 CPUtime=3.06
/proc/22343/stat : 22343 (java) S 22341 22343 20166 0 -1 0 28213 324 1 0 291 14 1 0 20 0 9 0 626422075 888692736 18380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22343/statm: 216966 18380 2635 9 0 211472 0
[pid=22343/tid=22345] ppid=22341 vsize=867864 CPUtime=2.69
/proc/22343/task/22345/stat : 22345 (java) R 22341 22343 20166 0 -1 64 22652 324 1 0 257 11 1 0 25 0 9 0 626422077 888692736 18380 996147200 134512640 134550740 4294955968 18446744073709551615 4126790320 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22346] ppid=22341 vsize=867864 CPUtime=0.08
/proc/22343/task/22346/stat : 22346 (java) S 22341 22343 20166 0 -1 64 3955 324 0 0 7 0 1 0 17 0 9 0 626422078 888692736 18380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22347] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22347/stat : 22347 (java) S 22341 22343 20166 0 -1 64 17 324 0 0 0 0 1 0 16 0 9 0 626422078 888692736 18380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22348] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22348/stat : 22348 (java) S 22341 22343 20166 0 -1 64 10 324 0 0 0 0 1 0 15 0 9 0 626422078 888692736 18380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22349] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22349/stat : 22349 (java) S 22341 22343 20166 0 -1 64 1 324 0 0 0 0 1 0 25 0 9 0 626422080 888692736 18380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22350] ppid=22341 vsize=867864 CPUtime=0.28
/proc/22343/task/22350/stat : 22350 (java) S 22341 22343 20166 0 -1 64 761 324 0 0 26 1 1 0 16 0 9 0 626422080 888692736 18380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22351] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22351/stat : 22351 (java) S 22341 22343 20166 0 -1 64 1 324 0 0 0 0 1 0 25 0 9 0 626422080 888692736 18380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22352] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22352/stat : 22352 (java) S 22341 22343 20166 0 -1 64 2 324 0 0 0 0 1 0 15 0 9 0 626422080 888692736 18380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867864

[startup+6.30221 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 22356
/proc/meminfo: memFree=654832/2055920 swapFree=4137148/4192956
[pid=22343] ppid=22341 vsize=867864 CPUtime=6.24
/proc/22343/stat : 22343 (java) S 22341 22343 20166 0 -1 0 28260 324 1 0 609 14 1 0 20 0 9 0 626422075 888692736 18385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22343/statm: 216966 18385 2635 9 0 211472 0
[pid=22343/tid=22345] ppid=22341 vsize=867864 CPUtime=5.87
/proc/22343/task/22345/stat : 22345 (java) R 22341 22343 20166 0 -1 64 22682 324 1 0 575 11 1 0 25 0 9 0 626422077 888692736 18385 996147200 134512640 134550740 4294955968 18446744073709551615 4126792312 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22346] ppid=22341 vsize=867864 CPUtime=0.08
/proc/22343/task/22346/stat : 22346 (java) S 22341 22343 20166 0 -1 64 3955 324 0 0 7 0 1 0 16 0 9 0 626422078 888692736 18385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22347] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22347/stat : 22347 (java) S 22341 22343 20166 0 -1 64 17 324 0 0 0 0 1 0 16 0 9 0 626422078 888692736 18385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22348] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22348/stat : 22348 (java) S 22341 22343 20166 0 -1 64 10 324 0 0 0 0 1 0 15 0 9 0 626422078 888692736 18385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22349] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22349/stat : 22349 (java) S 22341 22343 20166 0 -1 64 1 324 0 0 0 0 1 0 25 0 9 0 626422080 888692736 18385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22350] ppid=22341 vsize=867864 CPUtime=0.29
/proc/22343/task/22350/stat : 22350 (java) S 22341 22343 20166 0 -1 64 766 324 0 0 27 1 1 0 15 0 9 0 626422080 888692736 18385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22351] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22351/stat : 22351 (java) S 22341 22343 20166 0 -1 64 1 324 0 0 0 0 1 0 25 0 9 0 626422080 888692736 18385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22352] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22352/stat : 22352 (java) R 22341 22343 20166 0 -1 64 14 324 0 0 0 0 1 0 15 0 9 0 626422080 888692736 18385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 867864

[startup+12.7019 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 22356
/proc/meminfo: memFree=654768/2055920 swapFree=4137148/4192956
[pid=22343] ppid=22341 vsize=867864 CPUtime=12.61
/proc/22343/stat : 22343 (java) S 22341 22343 20166 0 -1 0 28284 324 1 0 1246 14 1 0 20 0 9 0 626422075 888692736 18388 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22343/statm: 216966 18388 2635 9 0 211472 0
[pid=22343/tid=22345] ppid=22341 vsize=867864 CPUtime=12.23
/proc/22343/task/22345/stat : 22345 (java) R 22341 22343 20166 0 -1 64 22703 324 1 0 1211 11 1 0 25 0 9 0 626422077 888692736 18388 996147200 134512640 134550740 4294955968 18446744073709551615 4126964839 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22346] ppid=22341 vsize=867864 CPUtime=0.08
/proc/22343/task/22346/stat : 22346 (java) S 22341 22343 20166 0 -1 64 3955 324 0 0 7 0 1 0 16 0 9 0 626422078 888692736 18388 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22347] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22347/stat : 22347 (java) S 22341 22343 20166 0 -1 64 17 324 0 0 0 0 1 0 16 0 9 0 626422078 888692736 18388 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22348] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22348/stat : 22348 (java) S 22341 22343 20166 0 -1 64 10 324 0 0 0 0 1 0 15 0 9 0 626422078 888692736 18388 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22349] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22349/stat : 22349 (java) S 22341 22343 20166 0 -1 64 1 324 0 0 0 0 1 0 25 0 9 0 626422080 888692736 18388 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22350] ppid=22341 vsize=867864 CPUtime=0.29
/proc/22343/task/22350/stat : 22350 (java) S 22341 22343 20166 0 -1 64 769 324 0 0 27 1 1 0 17 0 9 0 626422080 888692736 18388 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22351] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22351/stat : 22351 (java) S 22341 22343 20166 0 -1 64 1 324 0 0 0 0 1 0 25 0 9 0 626422080 888692736 18388 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22352] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22352/stat : 22352 (java) S 22341 22343 20166 0 -1 64 14 324 0 0 0 0 1 0 15 0 9 0 626422080 888692736 18388 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 867864

[startup+25.5024 s]
/proc/loadavg: 1.95 1.98 1.99 3/91 22356
/proc/meminfo: memFree=654896/2055920 swapFree=4137148/4192956
[pid=22343] ppid=22341 vsize=867864 CPUtime=25.35
/proc/22343/stat : 22343 (java) S 22341 22343 20166 0 -1 0 28327 324 1 0 2519 15 1 0 20 0 9 0 626422075 888692736 18398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22343/statm: 216966 18398 2635 9 0 211472 0
[pid=22343/tid=22345] ppid=22341 vsize=867864 CPUtime=24.94
/proc/22343/task/22345/stat : 22345 (java) R 22341 22343 20166 0 -1 64 22711 324 1 0 2482 11 1 0 25 0 9 0 626422077 888692736 18398 996147200 134512640 134550740 4294955968 18446744073709551615 4126790327 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22346] ppid=22341 vsize=867864 CPUtime=0.08
/proc/22343/task/22346/stat : 22346 (java) S 22341 22343 20166 0 -1 64 3955 324 0 0 7 0 1 0 17 0 9 0 626422078 888692736 18398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22347] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22347/stat : 22347 (java) S 22341 22343 20166 0 -1 64 17 324 0 0 0 0 1 0 16 0 9 0 626422078 888692736 18398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22348] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22348/stat : 22348 (java) S 22341 22343 20166 0 -1 64 10 324 0 0 0 0 1 0 15 0 9 0 626422078 888692736 18398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22349] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22349/stat : 22349 (java) S 22341 22343 20166 0 -1 64 1 324 0 0 0 0 1 0 25 0 9 0 626422080 888692736 18398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22350] ppid=22341 vsize=867864 CPUtime=0.32
/proc/22343/task/22350/stat : 22350 (java) S 22341 22343 20166 0 -1 64 804 324 0 0 30 1 1 0 15 0 9 0 626422080 888692736 18398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22351] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22351/stat : 22351 (java) S 22341 22343 20166 0 -1 64 1 324 0 0 0 0 1 0 25 0 9 0 626422080 888692736 18398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22352] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22352/stat : 22352 (java) S 22341 22343 20166 0 -1 64 14 324 0 0 0 0 1 0 15 0 9 0 626422080 888692736 18398 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 867864

[startup+51.1024 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 22356
/proc/meminfo: memFree=654832/2055920 swapFree=4137148/4192956
[pid=22343] ppid=22341 vsize=867864 CPUtime=50.83
/proc/22343/stat : 22343 (java) S 22341 22343 20166 0 -1 0 28333 324 1 0 5067 15 1 0 20 0 9 0 626422075 888692736 18399 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22343/statm: 216966 18399 2635 9 0 211472 0
[pid=22343/tid=22345] ppid=22341 vsize=867864 CPUtime=50.41
/proc/22343/task/22345/stat : 22345 (java) R 22341 22343 20166 0 -1 64 22715 324 1 0 5029 11 1 0 25 0 9 0 626422077 888692736 18399 996147200 134512640 134550740 4294955968 18446744073709551615 4126767095 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22346] ppid=22341 vsize=867864 CPUtime=0.08
/proc/22343/task/22346/stat : 22346 (java) S 22341 22343 20166 0 -1 64 3955 324 0 0 7 0 1 0 16 0 9 0 626422078 888692736 18399 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22347] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22347/stat : 22347 (java) S 22341 22343 20166 0 -1 64 17 324 0 0 0 0 1 0 16 0 9 0 626422078 888692736 18399 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22348] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22348/stat : 22348 (java) S 22341 22343 20166 0 -1 64 10 324 0 0 0 0 1 0 15 0 9 0 626422078 888692736 18399 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22349] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22349/stat : 22349 (java) S 22341 22343 20166 0 -1 64 1 324 0 0 0 0 1 0 25 0 9 0 626422080 888692736 18399 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22350] ppid=22341 vsize=867864 CPUtime=0.32
/proc/22343/task/22350/stat : 22350 (java) S 22341 22343 20166 0 -1 64 806 324 0 0 30 1 1 0 15 0 9 0 626422080 888692736 18399 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22351] ppid=22341 vsize=867864 CPUtime=0.01

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

/proc/22343/task/22348/stat : 22348 (java) S 22341 22343 20166 0 -1 64 10 324 0 0 0 0 1 0 15 0 9 0 626422078 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22349] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22349/stat : 22349 (java) S 22341 22343 20166 0 -1 64 1 324 0 0 0 0 1 0 25 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22350] ppid=22341 vsize=867864 CPUtime=0.33
/proc/22343/task/22350/stat : 22350 (java) S 22341 22343 20166 0 -1 64 814 324 0 0 31 1 1 0 16 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22351] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22351/stat : 22351 (java) S 22341 22343 20166 0 -1 64 1 324 0 0 0 0 1 0 25 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22352] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22352/stat : 22352 (java) S 22341 22343 20166 0 -1 64 14 324 0 0 0 0 1 0 15 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1531.49
Current children cumulated vsize (KiB) 867864

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 22388
/proc/meminfo: memFree=1408592/2055920 swapFree=4137148/4192956
[pid=22343] ppid=22341 vsize=867864 CPUtime=1591.03
/proc/22343/stat : 22343 (java) S 22341 22343 20166 0 -1 0 28362 324 1 0 159085 17 1 0 20 0 9 0 626422075 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22343/statm: 216966 18405 2635 9 0 211472 0
[pid=22343/tid=22345] ppid=22341 vsize=867864 CPUtime=1590.61
/proc/22343/task/22345/stat : 22345 (java) R 22341 22343 20166 0 -1 64 22736 324 1 0 159046 14 1 0 25 0 9 0 626422077 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4126790449 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22346] ppid=22341 vsize=867864 CPUtime=0.08
/proc/22343/task/22346/stat : 22346 (java) S 22341 22343 20166 0 -1 64 3955 324 0 0 7 0 1 0 16 0 9 0 626422078 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22347] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22347/stat : 22347 (java) S 22341 22343 20166 0 -1 64 17 324 0 0 0 0 1 0 16 0 9 0 626422078 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22348] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22348/stat : 22348 (java) S 22341 22343 20166 0 -1 64 10 324 0 0 0 0 1 0 15 0 9 0 626422078 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22349] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22349/stat : 22349 (java) S 22341 22343 20166 0 -1 64 1 324 0 0 0 0 1 0 25 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22350] ppid=22341 vsize=867864 CPUtime=0.33
/proc/22343/task/22350/stat : 22350 (java) S 22341 22343 20166 0 -1 64 814 324 0 0 31 1 1 0 16 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22351] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22351/stat : 22351 (java) S 22341 22343 20166 0 -1 64 1 324 0 0 0 0 1 0 25 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22352] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22352/stat : 22352 (java) S 22341 22343 20166 0 -1 64 14 324 0 0 0 0 1 0 15 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1591.03
Current children cumulated vsize (KiB) 867864

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 22388
/proc/meminfo: memFree=1408528/2055920 swapFree=4137148/4192956
[pid=22343] ppid=22341 vsize=867864 CPUtime=1650.57
/proc/22343/stat : 22343 (java) S 22341 22343 20166 0 -1 0 28362 324 1 0 165039 17 1 0 20 0 9 0 626422075 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22343/statm: 216966 18405 2635 9 0 211472 0
[pid=22343/tid=22345] ppid=22341 vsize=867864 CPUtime=1650.15
/proc/22343/task/22345/stat : 22345 (java) R 22341 22343 20166 0 -1 64 22736 324 1 0 165000 14 1 0 25 0 9 0 626422077 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4126766631 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22346] ppid=22341 vsize=867864 CPUtime=0.08
/proc/22343/task/22346/stat : 22346 (java) S 22341 22343 20166 0 -1 64 3955 324 0 0 7 0 1 0 16 0 9 0 626422078 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22347] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22347/stat : 22347 (java) S 22341 22343 20166 0 -1 64 17 324 0 0 0 0 1 0 16 0 9 0 626422078 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22348] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22348/stat : 22348 (java) S 22341 22343 20166 0 -1 64 10 324 0 0 0 0 1 0 15 0 9 0 626422078 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22349] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22349/stat : 22349 (java) S 22341 22343 20166 0 -1 64 1 324 0 0 0 0 1 0 25 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22350] ppid=22341 vsize=867864 CPUtime=0.33
/proc/22343/task/22350/stat : 22350 (java) S 22341 22343 20166 0 -1 64 814 324 0 0 31 1 1 0 16 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22351] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22351/stat : 22351 (java) S 22341 22343 20166 0 -1 64 1 324 0 0 0 0 1 0 25 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22352] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22352/stat : 22352 (java) S 22341 22343 20166 0 -1 64 14 324 0 0 0 0 1 0 15 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1650.57
Current children cumulated vsize (KiB) 867864

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.99 4/82 22388
/proc/meminfo: memFree=1408464/2055920 swapFree=4137148/4192956
[pid=22343] ppid=22341 vsize=867864 CPUtime=1710.12
/proc/22343/stat : 22343 (java) S 22341 22343 20166 0 -1 0 28364 324 1 0 170993 18 1 0 20 0 9 0 626422075 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22343/statm: 216966 18405 2635 9 0 211472 0
[pid=22343/tid=22345] ppid=22341 vsize=867864 CPUtime=1709.69
/proc/22343/task/22345/stat : 22345 (java) R 22341 22343 20166 0 -1 64 22738 324 1 0 170954 14 1 0 25 0 9 0 626422077 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4126766624 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22346] ppid=22341 vsize=867864 CPUtime=0.08
/proc/22343/task/22346/stat : 22346 (java) S 22341 22343 20166 0 -1 64 3955 324 0 0 7 0 1 0 16 0 9 0 626422078 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22347] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22347/stat : 22347 (java) S 22341 22343 20166 0 -1 64 17 324 0 0 0 0 1 0 16 0 9 0 626422078 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22348] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22348/stat : 22348 (java) S 22341 22343 20166 0 -1 64 10 324 0 0 0 0 1 0 15 0 9 0 626422078 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22349] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22349/stat : 22349 (java) S 22341 22343 20166 0 -1 64 1 324 0 0 0 0 1 0 25 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22350] ppid=22341 vsize=867864 CPUtime=0.33
/proc/22343/task/22350/stat : 22350 (java) S 22341 22343 20166 0 -1 64 814 324 0 0 31 1 1 0 16 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22351] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22351/stat : 22351 (java) S 22341 22343 20166 0 -1 64 1 324 0 0 0 0 1 0 25 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22352] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22352/stat : 22352 (java) S 22341 22343 20166 0 -1 64 14 324 0 0 0 0 1 0 15 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1710.12
Current children cumulated vsize (KiB) 867864

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.99 4/82 22388
/proc/meminfo: memFree=1408464/2055920 swapFree=4137148/4192956
[pid=22343] ppid=22341 vsize=867864 CPUtime=1769.65
/proc/22343/stat : 22343 (java) S 22341 22343 20166 0 -1 0 28364 324 1 0 176946 18 1 0 20 0 9 0 626422075 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22343/statm: 216966 18405 2635 9 0 211472 0
[pid=22343/tid=22345] ppid=22341 vsize=867864 CPUtime=1769.22
/proc/22343/task/22345/stat : 22345 (java) R 22341 22343 20166 0 -1 64 22738 324 1 0 176907 14 1 0 25 0 9 0 626422077 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4126964836 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22346] ppid=22341 vsize=867864 CPUtime=0.08
/proc/22343/task/22346/stat : 22346 (java) S 22341 22343 20166 0 -1 64 3955 324 0 0 7 0 1 0 16 0 9 0 626422078 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22347] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22347/stat : 22347 (java) S 22341 22343 20166 0 -1 64 17 324 0 0 0 0 1 0 16 0 9 0 626422078 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22348] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22348/stat : 22348 (java) S 22341 22343 20166 0 -1 64 10 324 0 0 0 0 1 0 15 0 9 0 626422078 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22349] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22349/stat : 22349 (java) S 22341 22343 20166 0 -1 64 1 324 0 0 0 0 1 0 25 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22350] ppid=22341 vsize=867864 CPUtime=0.33
/proc/22343/task/22350/stat : 22350 (java) S 22341 22343 20166 0 -1 64 814 324 0 0 31 1 1 0 16 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22351] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22351/stat : 22351 (java) S 22341 22343 20166 0 -1 64 1 324 0 0 0 0 1 0 25 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22352] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22352/stat : 22352 (java) S 22341 22343 20166 0 -1 64 14 324 0 0 0 0 1 0 15 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.65
Current children cumulated vsize (KiB) 867864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.9 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 22388
/proc/meminfo: memFree=1408464/2055920 swapFree=4137148/4192956
[pid=22343] ppid=22341 vsize=867864 CPUtime=1800.02
/proc/22343/stat : 22343 (java) S 22341 22343 20166 0 -1 0 28364 324 1 0 179983 18 1 0 20 0 9 0 626422075 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22343/statm: 216966 18405 2635 9 0 211472 0
[pid=22343/tid=22345] ppid=22341 vsize=867864 CPUtime=1799.58
/proc/22343/task/22345/stat : 22345 (java) R 22341 22343 20166 0 -1 64 22738 324 1 0 179943 14 1 0 25 0 9 0 626422077 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4126790327 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22346] ppid=22341 vsize=867864 CPUtime=0.08
/proc/22343/task/22346/stat : 22346 (java) R 22341 22343 20166 0 -1 64 3955 324 0 0 7 0 1 0 16 0 9 0 626422078 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22347] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22347/stat : 22347 (java) S 22341 22343 20166 0 -1 64 17 324 0 0 0 0 1 0 16 0 9 0 626422078 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22348] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22348/stat : 22348 (java) S 22341 22343 20166 0 -1 64 10 324 0 0 0 0 1 0 15 0 9 0 626422078 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22349] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22349/stat : 22349 (java) S 22341 22343 20166 0 -1 64 1 324 0 0 0 0 1 0 25 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22350] ppid=22341 vsize=867864 CPUtime=0.33
/proc/22343/task/22350/stat : 22350 (java) S 22341 22343 20166 0 -1 64 814 324 0 0 31 1 1 0 16 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22351] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22351/stat : 22351 (java) S 22341 22343 20166 0 -1 64 1 324 0 0 0 0 1 0 25 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22352] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22352/stat : 22352 (java) S 22341 22343 20166 0 -1 64 14 324 0 0 0 0 1 0 15 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 867864

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

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

[startup+1812.9 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 22388
/proc/meminfo: memFree=1408464/2055920 swapFree=4137148/4192956
[pid=22343] ppid=22341 vsize=867864 CPUtime=1800.02
/proc/22343/stat : 22343 (java) S 22341 22343 20166 0 -1 0 28364 324 1 0 179983 18 1 0 20 0 9 0 626422075 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22343/statm: 216966 18405 2635 9 0 211472 0
[pid=22343/tid=22345] ppid=22341 vsize=867864 CPUtime=1799.58
/proc/22343/task/22345/stat : 22345 (java) R 22341 22343 20166 0 -1 64 22738 324 1 0 179943 14 1 0 25 0 9 0 626422077 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4126790327 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22346] ppid=22341 vsize=867864 CPUtime=0.08
/proc/22343/task/22346/stat : 22346 (java) R 22341 22343 20166 0 -1 64 3955 324 0 0 7 0 1 0 16 0 9 0 626422078 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22347] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22347/stat : 22347 (java) S 22341 22343 20166 0 -1 64 17 324 0 0 0 0 1 0 16 0 9 0 626422078 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22348] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22348/stat : 22348 (java) S 22341 22343 20166 0 -1 64 10 324 0 0 0 0 1 0 15 0 9 0 626422078 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22349] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22349/stat : 22349 (java) S 22341 22343 20166 0 -1 64 1 324 0 0 0 0 1 0 25 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22350] ppid=22341 vsize=867864 CPUtime=0.33
/proc/22343/task/22350/stat : 22350 (java) S 22341 22343 20166 0 -1 64 814 324 0 0 31 1 1 0 16 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22351] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22351/stat : 22351 (java) S 22341 22343 20166 0 -1 64 1 324 0 0 0 0 1 0 25 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22343/tid=22352] ppid=22341 vsize=867864 CPUtime=0.01
/proc/22343/task/22352/stat : 22352 (java) S 22341 22343 20166 0 -1 64 14 324 0 0 0 0 1 0 15 0 9 0 626422080 888692736 18405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 867864

Child status: 143
Real time (s): 1812.97
CPU time (s): 1800.1
CPU user time (s): 1799.89
CPU system time (s): 0.203968
CPU usage (%): 99.29
Max. virtual memory (cumulated for all children) (KiB): 867864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.203968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28719
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= 37807
involuntary context switches= 75116

runsolver used 1.93171 second user time and 5.05223 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-04 05:22:28
IDJOB=1064474
IDBENCH=54957
IDSOLVER=364
FILE ID=node88/1064474-1215141748
PBS_JOBID= 7877265
Free space on /tmp= 66556 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/tdsp/normalized-C3-1-31.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064474-1215141748/watcher-1064474-1215141748 -o /tmp/evaluation-result-1064474-1215141748/solver-1064474-1215141748 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1064474-1215141748.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6cc1e56d3f11dc3d6cace0b85eb6533e
RANDOM SEED=775623734

node88.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        719320 kB
Buffers:         39424 kB
Cached:         433560 kB
SwapCached:      50344 kB
Active:         984780 kB
Inactive:       304532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        719320 kB
SwapTotal:     4192956 kB
SwapFree:      4137148 kB
Dirty:            2092 kB
Writeback:           0 kB
Mapped:         789100 kB
Slab:            31000 kB
Committed_AS:  1743460 kB
PageTables:       3392 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= 66556 MiB
End job on node88 at 2008-07-04 05:52:43