Trace number 2095012

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.09 1803.47

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-est.xml
MD5SUM303eed3f2207cd3202111ec7cda8219a
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 variables146
Number of constraints7
Maximum constraint arity74
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7
Global constraints used (with number of constraints)

Solver Data

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2095012-1247405937.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.38/0.40	     nbVariables=146  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=292
0.38/0.40	       =>  wckTime=0.157  cpuTime=0.12  mem=7M892
0.38/0.40	   
0.38/0.40	   predicates being loaded...
0.48/0.56	   
0.48/0.56	   constraints being loaded...
0.68/0.79	     nbConstraints=4  nbMergedConstraints=3  nbConflictsStructures=1  nbSharedConflictsStructures=0
0.68/0.79	     nbUnbuiltConflictsStructures=3  nbSharedBinaryRepresentations=0  nbEvaluationManagers=4
0.68/0.79	     nbSharedEvaluationManagers=0  minDegree=1  maxDegree=2  minArity=11  avgArity=40  maxArity=74  nbGenerators=0
0.68/0.79	     nbFusions=0  symmetryWckTime=0.06  symmetryCpuTime=0.03
0.68/0.79	       =>  wckTime=0.54  cpuTime=0.39  mem=20M629
0.77/0.84	   
0.77/0.84	   solver IterativeSystematicSolver being built... 
0.87/0.92	   
0.87/0.92	   INFO : Forward propagation technique limited 
0.87/0.99	       =>  wckTime=0.744  cpuTime=0.53  mem=21M480
44.36/44.81	   
44.36/44.81	   INFO : Stopping ESAC
44.36/44.81	   
44.36/44.81	   preprocessing
44.36/44.81	     nbConstraintChecks=4622261  nbValidityChecks=1150  nbPropagations=424  nbRevisions=702  nbUselessRevisions=672
44.36/44.81	     nbSingletonTests=250  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
44.36/44.81	     detectedInconsistency=no
44.36/44.81	       =>  wckTime=43.821  cpuTime=43.39  mem=22M472
1669.85/1673.29	   
1669.85/1673.29	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M448)

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.97 3/80 32342
/proc/meminfo: memFree=1577480/2055920 swapFree=4192812/4192956
[pid=32342] ppid=32340 vsize=10676 CPUtime=0
/proc/32342/stat : 32342 (java) S 32340 32342 31148 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 27659709 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32342/statm: 2669 474 207 9 0 1184 0
[pid=32342/tid=32343] ppid=32340 vsize=10676 CPUtime=0
/proc/32342/task/32343/stat : 32343 (java) R 32340 32342 31148 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27659710 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 8568792 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0947521 s]
/proc/loadavg: 2.00 2.00 1.97 3/80 32342
/proc/meminfo: memFree=1577480/2055920 swapFree=4192812/4192956
[pid=32342] ppid=32340 vsize=865984 CPUtime=0.07
/proc/32342/stat : 32342 (java) S 32340 32342 31148 0 -1 0 3648 0 1 0 5 2 0 0 18 0 9 0 27659709 886767616 3131 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32342/statm: 216496 3131 1673 9 0 210981 0
[pid=32342/tid=32343] ppid=32340 vsize=865984 CPUtime=0.06
/proc/32342/task/32343/stat : 32343 (java) R 32340 32342 31148 0 -1 64 2740 0 1 0 5 1 0 0 18 0 9 0 27659710 886767616 3131 996147200 134512640 134550932 4294955968 18446744073709551615 4125950889 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865984

[startup+0.101754 s]
/proc/loadavg: 2.00 2.00 1.97 3/80 32342
/proc/meminfo: memFree=1577480/2055920 swapFree=4192812/4192956
[pid=32342] ppid=32340 vsize=865984 CPUtime=0.08
/proc/32342/stat : 32342 (java) S 32340 32342 31148 0 -1 0 3724 0 1 0 6 2 0 0 18 0 9 0 27659709 886767616 3192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32342/statm: 216496 3192 1690 9 0 210981 0
[pid=32342/tid=32343] ppid=32340 vsize=865984 CPUtime=0.06
/proc/32342/task/32343/stat : 32343 (java) R 32340 32342 31148 0 -1 64 2816 0 1 0 5 1 0 0 18 0 9 0 27659710 886767616 3192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301765 s]
/proc/loadavg: 2.00 2.00 1.97 3/80 32342
/proc/meminfo: memFree=1577480/2055920 swapFree=4192812/4192956
[pid=32342] ppid=32340 vsize=866296 CPUtime=0.28
/proc/32342/stat : 32342 (java) S 32340 32342 31148 0 -1 0 5686 0 1 0 24 4 0 0 18 0 9 0 27659709 887087104 5089 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32342/statm: 216574 5089 1927 9 0 211052 0
[pid=32342/tid=32343] ppid=32340 vsize=866296 CPUtime=0.24
/proc/32342/task/32343/stat : 32343 (java) R 32340 32342 31148 0 -1 64 4726 0 1 0 21 3 0 0 19 0 9 0 27659710 887087104 5089 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.701793 s]
/proc/loadavg: 2.00 2.00 1.97 3/80 32342
/proc/meminfo: memFree=1577480/2055920 swapFree=4192812/4192956
[pid=32342] ppid=32340 vsize=866728 CPUtime=0.68
/proc/32342/stat : 32342 (java) S 32340 32342 31148 0 -1 0 8927 0 1 0 62 6 0 0 18 0 9 0 27659709 887529472 8281 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32342/statm: 216682 8281 2033 9 0 211118 0
[pid=32342/tid=32343] ppid=32340 vsize=866728 CPUtime=0.55
/proc/32342/task/32343/stat : 32343 (java) R 32340 32342 31148 0 -1 64 7865 0 1 0 50 5 0 0 20 0 9 0 27659710 887529472 8281 996147200 134512640 134550932 4294955968 18446744073709551615 4126721069 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866728

[startup+1.50284 s]
/proc/loadavg: 2.08 2.02 1.97 3/89 32355
/proc/meminfo: memFree=1545280/2055920 swapFree=4192812/4192956
[pid=32342] ppid=32340 vsize=867376 CPUtime=1.47
/proc/32342/stat : 32342 (java) S 32340 32342 31148 0 -1 0 17194 271 1 0 138 9 0 0 18 0 9 0 27659709 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32342/statm: 216844 10610 2657 9 0 211280 0
[pid=32342/tid=32343] ppid=32340 vsize=867376 CPUtime=1.24
/proc/32342/task/32343/stat : 32343 (java) R 32340 32342 31148 0 -1 64 13347 271 1 0 117 7 0 0 25 0 9 0 27659710 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4126533733 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32345] ppid=32340 vsize=867376 CPUtime=0.04
/proc/32342/task/32345/stat : 32345 (java) S 32340 32342 31148 0 -1 64 2464 271 0 0 4 0 0 0 16 0 9 0 27659712 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32346] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32346/stat : 32346 (java) S 32340 32342 31148 0 -1 64 19 271 0 0 0 0 0 0 16 0 9 0 27659712 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32347] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32347/stat : 32347 (java) S 32340 32342 31148 0 -1 64 12 271 0 0 0 0 0 0 15 0 9 0 27659712 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32348] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32348/stat : 32348 (java) S 32340 32342 31148 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 27659714 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32349] ppid=32340 vsize=867376 CPUtime=0.16
/proc/32342/task/32349/stat : 32349 (java) S 32340 32342 31148 0 -1 64 542 271 0 0 16 0 0 0 16 0 9 0 27659714 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32350] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32350/stat : 32350 (java) S 32340 32342 31148 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 27659714 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32351] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32351/stat : 32351 (java) S 32340 32342 31148 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 27659714 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867376

[startup+3.10296 s]
/proc/loadavg: 2.08 2.02 1.97 3/89 32355
/proc/meminfo: memFree=1545088/2055920 swapFree=4192812/4192956
[pid=32342] ppid=32340 vsize=867376 CPUtime=3.05
/proc/32342/stat : 32342 (java) S 32340 32342 31148 0 -1 0 17194 271 1 0 296 9 0 0 18 0 9 0 27659709 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32342/statm: 216844 10610 2657 9 0 211280 0
[pid=32342/tid=32343] ppid=32340 vsize=867376 CPUtime=2.82
/proc/32342/task/32343/stat : 32343 (java) R 32340 32342 31148 0 -1 64 13347 271 1 0 275 7 0 0 25 0 9 0 27659710 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4126533727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32345] ppid=32340 vsize=867376 CPUtime=0.04
/proc/32342/task/32345/stat : 32345 (java) S 32340 32342 31148 0 -1 64 2464 271 0 0 4 0 0 0 16 0 9 0 27659712 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32346] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32346/stat : 32346 (java) S 32340 32342 31148 0 -1 64 19 271 0 0 0 0 0 0 16 0 9 0 27659712 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32347] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32347/stat : 32347 (java) S 32340 32342 31148 0 -1 64 12 271 0 0 0 0 0 0 15 0 9 0 27659712 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32348] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32348/stat : 32348 (java) S 32340 32342 31148 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 27659714 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32349] ppid=32340 vsize=867376 CPUtime=0.16
/proc/32342/task/32349/stat : 32349 (java) S 32340 32342 31148 0 -1 64 542 271 0 0 16 0 0 0 16 0 9 0 27659714 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32350] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32350/stat : 32350 (java) S 32340 32342 31148 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 27659714 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32351] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32351/stat : 32351 (java) S 32340 32342 31148 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 27659714 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867376

[startup+6.30119 s]
/proc/loadavg: 2.08 2.02 1.97 3/89 32355
/proc/meminfo: memFree=1544896/2055920 swapFree=4192812/4192956
[pid=32342] ppid=32340 vsize=867376 CPUtime=6.22
/proc/32342/stat : 32342 (java) S 32340 32342 31148 0 -1 0 17196 271 1 0 613 9 0 0 18 0 9 0 27659709 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32342/statm: 216844 10610 2657 9 0 211280 0
[pid=32342/tid=32343] ppid=32340 vsize=867376 CPUtime=5.98
/proc/32342/task/32343/stat : 32343 (java) R 32340 32342 31148 0 -1 64 13349 271 1 0 591 7 0 0 25 0 9 0 27659710 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4126696202 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32345] ppid=32340 vsize=867376 CPUtime=0.04
/proc/32342/task/32345/stat : 32345 (java) S 32340 32342 31148 0 -1 64 2464 271 0 0 4 0 0 0 16 0 9 0 27659712 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32346] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32346/stat : 32346 (java) S 32340 32342 31148 0 -1 64 19 271 0 0 0 0 0 0 16 0 9 0 27659712 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32347] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32347/stat : 32347 (java) S 32340 32342 31148 0 -1 64 12 271 0 0 0 0 0 0 15 0 9 0 27659712 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32348] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32348/stat : 32348 (java) S 32340 32342 31148 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 27659714 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32349] ppid=32340 vsize=867376 CPUtime=0.16
/proc/32342/task/32349/stat : 32349 (java) S 32340 32342 31148 0 -1 64 542 271 0 0 16 0 0 0 16 0 9 0 27659714 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32350] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32350/stat : 32350 (java) S 32340 32342 31148 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 27659714 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32351] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32351/stat : 32351 (java) R 32340 32342 31148 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 27659714 888193024 10610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867376

[startup+12.7017 s]
/proc/loadavg: 2.07 2.02 1.97 3/89 32355
/proc/meminfo: memFree=1544704/2055920 swapFree=4192812/4192956
[pid=32342] ppid=32340 vsize=867376 CPUtime=12.56
/proc/32342/stat : 32342 (java) S 32340 32342 31148 0 -1 0 17197 271 1 0 1247 9 0 0 18 0 9 0 27659709 888193024 10611 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32342/statm: 216844 10611 2657 9 0 211280 0
[pid=32342/tid=32343] ppid=32340 vsize=867376 CPUtime=12.33
/proc/32342/task/32343/stat : 32343 (java) R 32340 32342 31148 0 -1 64 13349 271 1 0 1226 7 0 0 25 0 9 0 27659710 888193024 10611 996147200 134512640 134550932 4294955968 18446744073709551615 4126692674 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32345] ppid=32340 vsize=867376 CPUtime=0.04
/proc/32342/task/32345/stat : 32345 (java) S 32340 32342 31148 0 -1 64 2464 271 0 0 4 0 0 0 16 0 9 0 27659712 888193024 10611 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32346] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32346/stat : 32346 (java) S 32340 32342 31148 0 -1 64 19 271 0 0 0 0 0 0 16 0 9 0 27659712 888193024 10611 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32347] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32347/stat : 32347 (java) S 32340 32342 31148 0 -1 64 12 271 0 0 0 0 0 0 15 0 9 0 27659712 888193024 10611 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32348] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32348/stat : 32348 (java) S 32340 32342 31148 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 27659714 888193024 10611 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32349] ppid=32340 vsize=867376 CPUtime=0.16
/proc/32342/task/32349/stat : 32349 (java) S 32340 32342 31148 0 -1 64 543 271 0 0 16 0 0 0 16 0 9 0 27659714 888193024 10611 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32350] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32350/stat : 32350 (java) S 32340 32342 31148 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 27659714 888193024 10611 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32351] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32351/stat : 32351 (java) S 32340 32342 31148 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 27659714 888193024 10611 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867376

[startup+25.5016 s]
/proc/loadavg: 2.06 2.01 1.97 3/89 32355
/proc/meminfo: memFree=1544704/2055920 swapFree=4192812/4192956
[pid=32342] ppid=32340 vsize=867376 CPUtime=25.24
/proc/32342/stat : 32342 (java) S 32340 32342 31148 0 -1 0 17205 271 1 0 2515 9 0 0 18 0 9 0 27659709 888193024 10619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32342/statm: 216844 10619 2657 9 0 211280 0
[pid=32342/tid=32343] ppid=32340 vsize=867376 CPUtime=25
/proc/32342/task/32343/stat : 32343 (java) R 32340 32342 31148 0 -1 64 13355 271 1 0 2493 7 0 0 25 0 9 0 27659710 888193024 10619 996147200 134512640 134550932 4294955968 18446744073709551615 4126698810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32345] ppid=32340 vsize=867376 CPUtime=0.04
/proc/32342/task/32345/stat : 32345 (java) S 32340 32342 31148 0 -1 64 2464 271 0 0 4 0 0 0 16 0 9 0 27659712 888193024 10619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32346] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32346/stat : 32346 (java) S 32340 32342 31148 0 -1 64 19 271 0 0 0 0 0 0 16 0 9 0 27659712 888193024 10619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32347] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32347/stat : 32347 (java) S 32340 32342 31148 0 -1 64 12 271 0 0 0 0 0 0 15 0 9 0 27659712 888193024 10619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32348] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32348/stat : 32348 (java) S 32340 32342 31148 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 27659714 888193024 10619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32349] ppid=32340 vsize=867376 CPUtime=0.16
/proc/32342/task/32349/stat : 32349 (java) S 32340 32342 31148 0 -1 64 545 271 0 0 16 0 0 0 16 0 9 0 27659714 888193024 10619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32350] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32350/stat : 32350 (java) S 32340 32342 31148 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 27659714 888193024 10619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32351] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32351/stat : 32351 (java) S 32340 32342 31148 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 27659714 888193024 10619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867376

[startup+51.1014 s]
/proc/loadavg: 2.03 2.01 1.97 3/89 32355
/proc/meminfo: memFree=1543680/2055920 swapFree=4192812/4192956
[pid=32342] ppid=32340 vsize=867376 CPUtime=50.6
/proc/32342/stat : 32342 (java) S 32340 32342 31148 0 -1 0 17475 271 1 0 5051 9 0 0 18 0 9 0 27659709 888193024 10886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32342/statm: 216844 10886 2657 9 0 211280 0
[pid=32342/tid=32343] ppid=32340 vsize=867376 CPUtime=50.35
/proc/32342/task/32343/stat : 32343 (java) R 32340 32342 31148 0 -1 64 13616 271 1 0 5028 7 0 0 25 0 9 0 27659710 888193024 10886 996147200 134512640 134550932 4294955968 18446744073709551615 4126698034 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32345] ppid=32340 vsize=867376 CPUtime=0.04
/proc/32342/task/32345/stat : 32345 (java) S 32340 32342 31148 0 -1 64 2464 271 0 0 4 0 0 0 16 0 9 0 27659712 888193024 10886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/32342/task/32347/stat : 32347 (java) S 32340 32342 31148 0 -1 64 12 271 0 0 0 0 0 0 15 0 9 0 27659712 888193024 10922 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32348] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32348/stat : 32348 (java) S 32340 32342 31148 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 27659714 888193024 10922 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32349] ppid=32340 vsize=867376 CPUtime=0.19
/proc/32342/task/32349/stat : 32349 (java) S 32340 32342 31148 0 -1 64 563 271 0 0 19 0 0 0 16 0 9 0 27659714 888193024 10922 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32342/tid=32350] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32350/stat : 32350 (java) S 32340 32342 31148 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 27659714 888193024 10922 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32351] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32351/stat : 32351 (java) S 32340 32342 31148 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 27659714 888193024 10922 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1479.02
Current children cumulated vsize (KiB) 867376

[startup+1542.3 s]
/proc/loadavg: 2.11 2.05 2.00 3/89 32443
/proc/meminfo: memFree=1608520/2055920 swapFree=4192812/4192956
[pid=32342] ppid=32340 vsize=867376 CPUtime=1539
/proc/32342/stat : 32342 (java) S 32340 32342 31148 0 -1 0 17516 271 1 0 153887 13 0 0 18 0 9 0 27659709 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32342/statm: 216844 10923 2657 9 0 211280 0
[pid=32342/tid=32343] ppid=32340 vsize=867376 CPUtime=1538.73
/proc/32342/task/32343/stat : 32343 (java) R 32340 32342 31148 0 -1 64 13648 271 1 0 153862 11 0 0 25 0 9 0 27659710 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4126700202 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32342/tid=32345] ppid=32340 vsize=867376 CPUtime=0.04
/proc/32342/task/32345/stat : 32345 (java) S 32340 32342 31148 0 -1 64 2464 271 0 0 4 0 0 0 16 0 9 0 27659712 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32346] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32346/stat : 32346 (java) S 32340 32342 31148 0 -1 64 19 271 0 0 0 0 0 0 16 0 9 0 27659712 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32347] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32347/stat : 32347 (java) S 32340 32342 31148 0 -1 64 12 271 0 0 0 0 0 0 15 0 9 0 27659712 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32348] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32348/stat : 32348 (java) S 32340 32342 31148 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 27659714 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32349] ppid=32340 vsize=867376 CPUtime=0.19
/proc/32342/task/32349/stat : 32349 (java) S 32340 32342 31148 0 -1 64 563 271 0 0 19 0 0 0 16 0 9 0 27659714 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32342/tid=32350] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32350/stat : 32350 (java) S 32340 32342 31148 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 27659714 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32351] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32351/stat : 32351 (java) S 32340 32342 31148 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 27659714 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539
Current children cumulated vsize (KiB) 867376

[startup+1602.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/89 32443
/proc/meminfo: memFree=1608456/2055920 swapFree=4192812/4192956
[pid=32342] ppid=32340 vsize=867376 CPUtime=1598.98
/proc/32342/stat : 32342 (java) S 32340 32342 31148 0 -1 0 17516 271 1 0 159885 13 0 0 18 0 9 0 27659709 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32342/statm: 216844 10923 2657 9 0 211280 0
[pid=32342/tid=32343] ppid=32340 vsize=867376 CPUtime=1598.71
/proc/32342/task/32343/stat : 32343 (java) R 32340 32342 31148 0 -1 64 13648 271 1 0 159860 11 0 0 25 0 9 0 27659710 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4126691208 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32342/tid=32345] ppid=32340 vsize=867376 CPUtime=0.04
/proc/32342/task/32345/stat : 32345 (java) S 32340 32342 31148 0 -1 64 2464 271 0 0 4 0 0 0 16 0 9 0 27659712 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32346] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32346/stat : 32346 (java) S 32340 32342 31148 0 -1 64 19 271 0 0 0 0 0 0 16 0 9 0 27659712 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32347] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32347/stat : 32347 (java) S 32340 32342 31148 0 -1 64 12 271 0 0 0 0 0 0 15 0 9 0 27659712 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32348] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32348/stat : 32348 (java) S 32340 32342 31148 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 27659714 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32349] ppid=32340 vsize=867376 CPUtime=0.19
/proc/32342/task/32349/stat : 32349 (java) S 32340 32342 31148 0 -1 64 563 271 0 0 19 0 0 0 16 0 9 0 27659714 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32342/tid=32350] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32350/stat : 32350 (java) S 32340 32342 31148 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 27659714 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32351] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32351/stat : 32351 (java) S 32340 32342 31148 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 27659714 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.98
Current children cumulated vsize (KiB) 867376

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/89 32443
/proc/meminfo: memFree=1608392/2055920 swapFree=4192812/4192956
[pid=32342] ppid=32340 vsize=867376 CPUtime=1658.96
/proc/32342/stat : 32342 (java) S 32340 32342 31148 0 -1 0 17516 271 1 0 165883 13 0 0 18 0 9 0 27659709 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32342/statm: 216844 10923 2657 9 0 211280 0
[pid=32342/tid=32343] ppid=32340 vsize=867376 CPUtime=1658.69
/proc/32342/task/32343/stat : 32343 (java) R 32340 32342 31148 0 -1 64 13648 271 1 0 165858 11 0 0 25 0 9 0 27659710 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4126692702 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32342/tid=32345] ppid=32340 vsize=867376 CPUtime=0.04
/proc/32342/task/32345/stat : 32345 (java) S 32340 32342 31148 0 -1 64 2464 271 0 0 4 0 0 0 16 0 9 0 27659712 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32346] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32346/stat : 32346 (java) S 32340 32342 31148 0 -1 64 19 271 0 0 0 0 0 0 16 0 9 0 27659712 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32347] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32347/stat : 32347 (java) S 32340 32342 31148 0 -1 64 12 271 0 0 0 0 0 0 15 0 9 0 27659712 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32348] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32348/stat : 32348 (java) S 32340 32342 31148 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 27659714 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32349] ppid=32340 vsize=867376 CPUtime=0.19
/proc/32342/task/32349/stat : 32349 (java) S 32340 32342 31148 0 -1 64 563 271 0 0 19 0 0 0 16 0 9 0 27659714 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32342/tid=32350] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32350/stat : 32350 (java) S 32340 32342 31148 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 27659714 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32351] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32351/stat : 32351 (java) S 32340 32342 31148 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 27659714 888193024 10923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.96
Current children cumulated vsize (KiB) 867376

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 32443
/proc/meminfo: memFree=1608392/2055920 swapFree=4192812/4192956
[pid=32342] ppid=32340 vsize=867376 CPUtime=1718.94
/proc/32342/stat : 32342 (java) S 32340 32342 31148 0 -1 0 17518 271 1 0 171881 13 0 0 18 0 9 0 27659709 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32342/statm: 216844 10925 2657 9 0 211280 0
[pid=32342/tid=32343] ppid=32340 vsize=867376 CPUtime=1718.67
/proc/32342/task/32343/stat : 32343 (java) R 32340 32342 31148 0 -1 64 13649 271 1 0 171856 11 0 0 25 0 9 0 27659710 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4126691264 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32342/tid=32345] ppid=32340 vsize=867376 CPUtime=0.04
/proc/32342/task/32345/stat : 32345 (java) S 32340 32342 31148 0 -1 64 2464 271 0 0 4 0 0 0 16 0 9 0 27659712 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32346] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32346/stat : 32346 (java) S 32340 32342 31148 0 -1 64 19 271 0 0 0 0 0 0 16 0 9 0 27659712 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32347] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32347/stat : 32347 (java) S 32340 32342 31148 0 -1 64 12 271 0 0 0 0 0 0 15 0 9 0 27659712 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32348] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32348/stat : 32348 (java) S 32340 32342 31148 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 27659714 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32349] ppid=32340 vsize=867376 CPUtime=0.19
/proc/32342/task/32349/stat : 32349 (java) S 32340 32342 31148 0 -1 64 564 271 0 0 19 0 0 0 16 0 9 0 27659714 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32342/tid=32350] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32350/stat : 32350 (java) S 32340 32342 31148 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 27659714 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32351] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32351/stat : 32351 (java) S 32340 32342 31148 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 27659714 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.94
Current children cumulated vsize (KiB) 867376

[startup+1782.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/89 32443
/proc/meminfo: memFree=1608328/2055920 swapFree=4192812/4192956
[pid=32342] ppid=32340 vsize=867376 CPUtime=1778.92
/proc/32342/stat : 32342 (java) S 32340 32342 31148 0 -1 0 17518 271 1 0 177879 13 0 0 18 0 9 0 27659709 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32342/statm: 216844 10925 2657 9 0 211280 0
[pid=32342/tid=32343] ppid=32340 vsize=867376 CPUtime=1778.65
/proc/32342/task/32343/stat : 32343 (java) R 32340 32342 31148 0 -1 64 13649 271 1 0 177854 11 0 0 25 0 9 0 27659710 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4126691298 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32342/tid=32345] ppid=32340 vsize=867376 CPUtime=0.04
/proc/32342/task/32345/stat : 32345 (java) S 32340 32342 31148 0 -1 64 2464 271 0 0 4 0 0 0 16 0 9 0 27659712 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32346] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32346/stat : 32346 (java) S 32340 32342 31148 0 -1 64 19 271 0 0 0 0 0 0 16 0 9 0 27659712 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32347] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32347/stat : 32347 (java) S 32340 32342 31148 0 -1 64 12 271 0 0 0 0 0 0 15 0 9 0 27659712 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32348] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32348/stat : 32348 (java) S 32340 32342 31148 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 27659714 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32349] ppid=32340 vsize=867376 CPUtime=0.19
/proc/32342/task/32349/stat : 32349 (java) S 32340 32342 31148 0 -1 64 564 271 0 0 19 0 0 0 16 0 9 0 27659714 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32342/tid=32350] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32350/stat : 32350 (java) S 32340 32342 31148 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 27659714 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32351] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32351/stat : 32351 (java) S 32340 32342 31148 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 27659714 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.92
Current children cumulated vsize (KiB) 867376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.4 s]
/proc/loadavg: 2.04 2.03 2.00 3/89 32443
/proc/meminfo: memFree=1608328/2055920 swapFree=4192812/4192956
[pid=32342] ppid=32340 vsize=867376 CPUtime=1800.01
/proc/32342/stat : 32342 (java) S 32340 32342 31148 0 -1 0 17518 271 1 0 179988 13 0 0 18 0 9 0 27659709 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32342/statm: 216844 10925 2657 9 0 211280 0
[pid=32342/tid=32343] ppid=32340 vsize=867376 CPUtime=1799.74
/proc/32342/task/32343/stat : 32343 (java) R 32340 32342 31148 0 -1 64 13649 271 1 0 179963 11 0 0 25 0 9 0 27659710 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4126694401 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32342/tid=32345] ppid=32340 vsize=867376 CPUtime=0.04
/proc/32342/task/32345/stat : 32345 (java) S 32340 32342 31148 0 -1 64 2464 271 0 0 4 0 0 0 16 0 9 0 27659712 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32346] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32346/stat : 32346 (java) S 32340 32342 31148 0 -1 64 19 271 0 0 0 0 0 0 16 0 9 0 27659712 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32347] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32347/stat : 32347 (java) S 32340 32342 31148 0 -1 64 12 271 0 0 0 0 0 0 15 0 9 0 27659712 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32348] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32348/stat : 32348 (java) S 32340 32342 31148 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 27659714 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32349] ppid=32340 vsize=867376 CPUtime=0.19
/proc/32342/task/32349/stat : 32349 (java) S 32340 32342 31148 0 -1 64 564 271 0 0 19 0 0 0 16 0 9 0 27659714 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32342/tid=32350] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32350/stat : 32350 (java) S 32340 32342 31148 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 27659714 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32342/tid=32351] ppid=32340 vsize=867376 CPUtime=0
/proc/32342/task/32351/stat : 32351 (java) S 32340 32342 31148 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 27659714 888193024 10925 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 867376

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): 1803.47
CPU time (s): 1800.09
CPU user time (s): 1799.94
CPU system time (s): 0.147977
CPU usage (%): 99.8126
Max. virtual memory (cumulated for all children) (KiB): 867376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17820
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= 37282
involuntary context switches= 52616

runsolver used 2.30365 second user time and 5.9101 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-12 15:38:57
IDJOB=2095012
IDBENCH=54768
IDSOLVER=774
FILE ID=node34/2095012-1247405937
PBS_JOBID= 9510575
Free space on /tmp= 66316 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-est.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-2095012-1247405937/watcher-2095012-1247405937 -o /tmp/evaluation-result-2095012-1247405937/solver-2095012-1247405937 -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-2095012-1247405937.xml

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

MD5SUM BENCH= 303eed3f2207cd3202111ec7cda8219a
RANDOM SEED=800543361

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1577960 kB
Buffers:         68568 kB
Cached:         209620 kB
SwapCached:          0 kB
Active:         299688 kB
Inactive:       110032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1577960 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2152 kB
Writeback:           0 kB
Mapped:         151952 kB
Slab:            53444 kB
Committed_AS:  1005096 kB
PageTables:       2004 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= 66320 MiB
End job on node34 at 2009-07-12 16:09:02