Trace number 1083237

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.13 1801.79

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-8.xml
MD5SUMcc2484161be3248ca6cbf843f373e18c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1118.07
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1221
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
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.17/0.24	
0.17/0.24	   configuration
0.17/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1083237-1215226347.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.57/0.60	     nbVariables=450  nbDomainTypes=84  minDomainSize=1123  maxDomainSize=1221  nbTotalValues=527096
0.57/0.60	       =>  wckTime=0.353  cpuTime=0.26  mem=19M624
0.57/0.60	   
0.57/0.60	   predicates being loaded...
0.57/0.66	   
0.57/0.66	   constraints being loaded...
20.79/21.03	   
20.79/21.03	   INFO : Stopping converting binary constraints (cpu=20.3, mem = 55M322)
21.96/22.28	     nbConstraints=5595  nbGlobalConstraints=5118  nbConvertedConstraints=143  nbConvertConstraintsChecks=102582305
21.96/22.28	     nbExtensionStructures=75  nbSharedExtensionStructures=68  nbConflictsStructures=75  nbSharedConflictsStructures=68
21.96/22.28	     nbUnbuiltConflictsStructures=140  nbSharedBinaryRepresentations=88664  nbEvaluationManagers=140
21.96/22.28	     nbSharedEvaluationManagers=194  minDegree=16  maxDegree=34  minArity=2  avgArity=2.04  maxArity=16  nbGenerators=0
21.96/22.28	     nbFusions=0  symmetryWckTime=1.152  symmetryCpuTime=0.82  nbCliques=15
21.96/22.28	       =>  wckTime=22.036  cpuTime=21.16  mem=43M676
22.17/22.47	   
22.17/22.47	   solver IterativeSystematicSolver being built... 
22.25/22.55	   
22.25/22.55	   INFO : Forward propagation technique limited 
22.36/22.66	       =>  wckTime=22.419  cpuTime=21.33  mem=78M819
44.96/45.44	   
44.96/45.44	   preprocessing
44.96/45.44	     nbConstraintChecks=121147764  nbValidityChecks=656871  nbPropagations=850  nbRevisions=1767
44.96/45.44	     nbUselessRevisions=1155  nbRemovedValues=319256  detectedInconsistency=no
44.96/45.44	       =>  wckTime=22.76  cpuTime=22.47  mem=70M162
56.06/56.69	   
56.06/56.69	   INFO : Stopping use of transposition table (mapSize=82, nbTooLargekeys=21, mem=77M817)

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

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


[startup+0 s]
/proc/loadavg: 2.00 1.97 1.98 4/73 5727
/proc/meminfo: memFree=1253872/2055920 swapFree=4180456/4192956
[pid=5727] ppid=5725 vsize=18572 CPUtime=0
/proc/5727/stat : 5727 (runsolver) R 5725 5727 2130 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2001609067 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 255236566311 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/5727/statm: 4643 292 257 25 0 2626 0

[startup+0.010877 s]
/proc/loadavg: 2.00 1.97 1.98 4/73 5727
/proc/meminfo: memFree=1253872/2055920 swapFree=4180456/4192956
[pid=5727] ppid=5725 vsize=1616 CPUtime=0
/proc/5727/stat : 5727 (java) D 5725 5727 2130 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 2001609067 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/5727/statm: 404 145 119 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.101896 s]
/proc/loadavg: 2.00 1.97 1.98 4/73 5727
/proc/meminfo: memFree=1253872/2055920 swapFree=4180456/4192956
[pid=5727] ppid=5725 vsize=865884 CPUtime=0.07
/proc/5727/stat : 5727 (java) S 5725 5727 2130 0 -1 0 3685 0 1 0 5 2 0 0 18 0 9 0 2001609067 886665216 3160 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5727/statm: 216471 3160 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.301935 s]
/proc/loadavg: 2.00 1.97 1.98 4/73 5727
/proc/meminfo: memFree=1253872/2055920 swapFree=4180456/4192956
[pid=5727] ppid=5725 vsize=866196 CPUtime=0.28
/proc/5727/stat : 5727 (java) S 5725 5727 2130 0 -1 0 5618 0 1 0 24 4 0 0 18 0 9 0 2001609067 886984704 5032 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5727/statm: 216549 5032 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.702011 s]
/proc/loadavg: 2.00 1.97 1.98 4/73 5727
/proc/meminfo: memFree=1253872/2055920 swapFree=4180456/4192956
[pid=5727] ppid=5725 vsize=867096 CPUtime=0.68
/proc/5727/stat : 5727 (java) S 5725 5727 2130 0 -1 0 10294 0 1 0 61 7 0 0 18 0 9 0 2001609067 887906304 9654 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5727/statm: 216774 9654 2006 9 0 211280 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867096

[startup+1.50215 s]
/proc/loadavg: 2.00 1.97 1.98 3/82 5736
/proc/meminfo: memFree=1210280/2055920 swapFree=4180456/4192956
[pid=5727] ppid=5725 vsize=867684 CPUtime=1.47
/proc/5727/stat : 5727 (java) S 5725 5727 2130 0 -1 0 14800 0 1 0 137 10 0 0 18 0 9 0 2001609067 888508416 14157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5727/statm: 216921 14157 2014 9 0 211427 0
[pid=5727/tid=5729] ppid=5725 vsize=867684 CPUtime=1.27
/proc/5727/task/5729/stat : 5729 (java) R 5725 5727 2130 0 -1 64 13429 0 1 0 119 8 0 0 25 0 9 0 2001609069 888508416 14157 996147200 134512640 134550740 4294955968 18446744073709551615 4126875424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5730] ppid=5725 vsize=867684 CPUtime=0
/proc/5727/task/5730/stat : 5730 (java) S 5725 5727 2130 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2001609071 888508416 14157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5731] ppid=5725 vsize=867684 CPUtime=0
/proc/5727/task/5731/stat : 5731 (java) S 5725 5727 2130 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001609071 888508416 14157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5732] ppid=5725 vsize=867684 CPUtime=0
/proc/5727/task/5732/stat : 5732 (java) S 5725 5727 2130 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001609071 888508416 14157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5733] ppid=5725 vsize=867684 CPUtime=0
/proc/5727/task/5733/stat : 5733 (java) S 5725 5727 2130 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001609073 888508416 14157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5734] ppid=5725 vsize=867684 CPUtime=0.18
/proc/5727/task/5734/stat : 5734 (java) S 5725 5727 2130 0 -1 64 674 0 0 0 18 0 0 0 16 0 9 0 2001609073 888508416 14157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5735] ppid=5725 vsize=867684 CPUtime=0
/proc/5727/task/5735/stat : 5735 (java) S 5725 5727 2130 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001609073 888508416 14157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5736] ppid=5725 vsize=867684 CPUtime=0
/proc/5727/task/5736/stat : 5736 (java) S 5725 5727 2130 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001609073 888508416 14157 996147200 134512640 134550740 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) 867684

[startup+3.10246 s]
/proc/loadavg: 2.00 1.97 1.98 3/82 5736
/proc/meminfo: memFree=1203560/2055920 swapFree=4180456/4192956
[pid=5727] ppid=5725 vsize=867684 CPUtime=3.06
/proc/5727/stat : 5727 (java) S 5725 5727 2130 0 -1 0 15605 0 1 0 295 11 0 0 18 0 9 0 2001609067 888508416 14960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5727/statm: 216921 14960 2014 9 0 211427 0
[pid=5727/tid=5729] ppid=5725 vsize=867684 CPUtime=2.84
/proc/5727/task/5729/stat : 5729 (java) R 5725 5727 2130 0 -1 64 14220 0 1 0 275 9 0 0 25 0 9 0 2001609069 888508416 14960 996147200 134512640 134550740 4294955968 18446744073709551615 4126481928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5730] ppid=5725 vsize=867684 CPUtime=0
/proc/5727/task/5730/stat : 5730 (java) S 5725 5727 2130 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2001609071 888508416 14960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5731] ppid=5725 vsize=867684 CPUtime=0
/proc/5727/task/5731/stat : 5731 (java) S 5725 5727 2130 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001609071 888508416 14960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5732] ppid=5725 vsize=867684 CPUtime=0
/proc/5727/task/5732/stat : 5732 (java) S 5725 5727 2130 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001609071 888508416 14960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5733] ppid=5725 vsize=867684 CPUtime=0
/proc/5727/task/5733/stat : 5733 (java) S 5725 5727 2130 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001609073 888508416 14960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5734] ppid=5725 vsize=867684 CPUtime=0.2
/proc/5727/task/5734/stat : 5734 (java) S 5725 5727 2130 0 -1 64 688 0 0 0 20 0 0 0 16 0 9 0 2001609073 888508416 14960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5735] ppid=5725 vsize=867684 CPUtime=0
/proc/5727/task/5735/stat : 5735 (java) S 5725 5727 2130 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001609073 888508416 14960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5736] ppid=5725 vsize=867684 CPUtime=0
/proc/5727/task/5736/stat : 5736 (java) S 5725 5727 2130 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001609073 888508416 14960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867684

[startup+6.30206 s]
/proc/loadavg: 2.00 1.97 1.98 3/82 5736
/proc/meminfo: memFree=1196208/2055920 swapFree=4180456/4192956
[pid=5727] ppid=5725 vsize=867596 CPUtime=6.22
/proc/5727/stat : 5727 (java) S 5725 5727 2130 0 -1 0 22065 0 1 0 607 15 0 0 18 0 9 0 2001609067 888418304 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5727/statm: 216899 21393 2005 9 0 211427 0
[pid=5727/tid=5729] ppid=5725 vsize=867596 CPUtime=5.88
/proc/5727/task/5729/stat : 5729 (java) R 5725 5727 2130 0 -1 64 15778 0 1 0 576 12 0 0 25 0 9 0 2001609069 888418304 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4126897574 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5730] ppid=5725 vsize=867596 CPUtime=0.1
/proc/5727/task/5730/stat : 5730 (java) S 5725 5727 2130 0 -1 64 4894 0 0 0 8 2 0 0 17 0 9 0 2001609071 888418304 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5731] ppid=5725 vsize=867596 CPUtime=0
/proc/5727/task/5731/stat : 5731 (java) S 5725 5727 2130 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001609071 888418304 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5732] ppid=5725 vsize=867596 CPUtime=0
/proc/5727/task/5732/stat : 5732 (java) S 5725 5727 2130 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001609071 888418304 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5733] ppid=5725 vsize=867596 CPUtime=0
/proc/5727/task/5733/stat : 5733 (java) S 5725 5727 2130 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001609073 888418304 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5734] ppid=5725 vsize=867596 CPUtime=0.21
/proc/5727/task/5734/stat : 5734 (java) S 5725 5727 2130 0 -1 64 697 0 0 0 21 0 0 0 16 0 9 0 2001609073 888418304 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5735] ppid=5725 vsize=867596 CPUtime=0
/proc/5727/task/5735/stat : 5735 (java) S 5725 5727 2130 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001609073 888418304 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5736] ppid=5725 vsize=867596 CPUtime=0
/proc/5727/task/5736/stat : 5736 (java) S 5725 5727 2130 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001609073 888418304 21393 996147200 134512640 134550740 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) 867596

[startup+12.7023 s]
/proc/loadavg: 2.00 1.97 1.98 3/82 5736
/proc/meminfo: memFree=1175344/2055920 swapFree=4180456/4192956
[pid=5727] ppid=5725 vsize=867596 CPUtime=12.56
/proc/5727/stat : 5727 (java) S 5725 5727 2130 0 -1 0 22083 0 1 0 1237 19 0 0 18 0 9 0 2001609067 888418304 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5727/statm: 216899 21409 2005 9 0 211427 0
[pid=5727/tid=5729] ppid=5725 vsize=867596 CPUtime=12.19
/proc/5727/task/5729/stat : 5729 (java) R 5725 5727 2130 0 -1 64 15783 0 1 0 1204 15 0 0 25 0 9 0 2001609069 888418304 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4126897687 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5730] ppid=5725 vsize=867596 CPUtime=0.1
/proc/5727/task/5730/stat : 5730 (java) S 5725 5727 2130 0 -1 64 4894 0 0 0 8 2 0 0 17 0 9 0 2001609071 888418304 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5731] ppid=5725 vsize=867596 CPUtime=0
/proc/5727/task/5731/stat : 5731 (java) S 5725 5727 2130 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001609071 888418304 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5732] ppid=5725 vsize=867596 CPUtime=0
/proc/5727/task/5732/stat : 5732 (java) S 5725 5727 2130 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001609071 888418304 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5733] ppid=5725 vsize=867596 CPUtime=0
/proc/5727/task/5733/stat : 5733 (java) S 5725 5727 2130 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001609073 888418304 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5734] ppid=5725 vsize=867596 CPUtime=0.23
/proc/5727/task/5734/stat : 5734 (java) S 5725 5727 2130 0 -1 64 710 0 0 0 23 0 0 0 15 0 9 0 2001609073 888418304 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5735] ppid=5725 vsize=867596 CPUtime=0
/proc/5727/task/5735/stat : 5735 (java) S 5725 5727 2130 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001609073 888418304 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5736] ppid=5725 vsize=867596 CPUtime=0
/proc/5727/task/5736/stat : 5736 (java) S 5725 5727 2130 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001609073 888418304 21409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867596

[startup+25.5017 s]
/proc/loadavg: 2.00 1.97 1.98 3/82 5740
/proc/meminfo: memFree=1143600/2055920 swapFree=4180456/4192956
[pid=5727] ppid=5725 vsize=868008 CPUtime=25.23
/proc/5727/stat : 5727 (java) S 5725 5727 2130 0 -1 0 52397 600 1 0 2482 35 5 1 18 0 9 0 2001609067 888840192 29989 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5727/statm: 217002 29989 2638 9 0 211508 0
[pid=5727/tid=5729] ppid=5725 vsize=868008 CPUtime=24.38
/proc/5727/task/5729/stat : 5729 (java) R 5725 5727 2130 0 -1 64 28486 600 1 0 2408 24 5 1 25 0 9 0 2001609069 888840192 29989 996147200 134512640 134550740 4294955968 18446744073709551615 4127119984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5730] ppid=5725 vsize=868008 CPUtime=0.54
/proc/5727/task/5730/stat : 5730 (java) S 5725 5727 2130 0 -1 64 22130 600 0 0 40 8 5 1 17 0 9 0 2001609071 888840192 29989 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5731] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5731/stat : 5731 (java) S 5725 5727 2130 0 -1 64 17 600 0 0 0 0 5 1 17 0 9 0 2001609071 888840192 29989 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5732] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5732/stat : 5732 (java) S 5725 5727 2130 0 -1 64 15 600 0 0 0 0 5 1 16 0 9 0 2001609071 888840192 29989 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5733] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5733/stat : 5733 (java) S 5725 5727 2130 0 -1 64 1 600 0 0 0 0 5 1 18 0 9 0 2001609073 888840192 29989 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5734] ppid=5725 vsize=868008 CPUtime=0.39
/proc/5727/task/5734/stat : 5734 (java) S 5725 5727 2130 0 -1 64 926 600 0 0 33 0 5 1 15 0 9 0 2001609073 888840192 29989 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5735] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5735/stat : 5735 (java) S 5725 5727 2130 0 -1 64 1 600 0 0 0 0 5 1 19 0 9 0 2001609073 888840192 29989 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5736] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5736/stat : 5736 (java) S 5725 5727 2130 0 -1 64 7 600 0 0 0 0 5 1 15 0 9 0 2001609073 888840192 29989 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868008

[startup+51.1015 s]
/proc/loadavg: 2.00 1.97 1.98 3/82 5740
/proc/meminfo: memFree=1126064/2055920 swapFree=4180456/4192956
[pid=5727] ppid=5725 vsize=868008 CPUtime=50.6
/proc/5727/stat : 5727 (java) S 5725 5727 2130 0 -1 0 59243 600 1 0 5016 38 5 1 18 0 9 0 2001609067 888840192 34345 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5727/statm: 217002 34345 2638 9 0 211508 0
[pid=5727/tid=5729] ppid=5725 vsize=868008 CPUtime=49.66
/proc/5727/task/5729/stat : 5729 (java) R 5725 5727 2130 0 -1 64 29656 600 1 0 4936 24 5 1 25 0 9 0 2001609069 888840192 34345 996147200 134512640 134550740 4294955968 18446744073709551615 4127118728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5730] ppid=5725 vsize=868008 CPUtime=0.6
/proc/5727/task/5730/stat : 5730 (java) S 5725 5727 2130 0 -1 64 27778 600 0 0 43 11 5 1 17 0 9 0 2001609071 888840192 34345 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5731] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5731/stat : 5731 (java) S 5725 5727 2130 0 -1 64 17 600 0 0 0 0 5 1 16 0 9 0 2001609071 888840192 34345 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5732] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5732/stat : 5732 (java) S 5725 5727 2130 0 -1 64 22 600 0 0 0 0 5 1 16 0 9 0 2001609071 888840192 34345 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5733] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5733/stat : 5733 (java) S 5725 5727 2130 0 -1 64 1 600 0 0 0 0 5 1 18 0 9 0 2001609073 888840192 34345 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5734] ppid=5725 vsize=868008 CPUtime=0.43
/proc/5727/task/5734/stat : 5734 (java) S 5725 5727 2130 0 -1 64 946 600 0 0 36 1 5 1 16 0 9 0 2001609073 888840192 34345 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5735] ppid=5725 vsize=868008 CPUtime=0.06

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

/proc/5727/task/5732/stat : 5732 (java) S 5725 5727 2130 0 -1 64 22 600 0 0 0 0 5 1 16 0 9 0 2001609071 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5733] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5733/stat : 5733 (java) S 5725 5727 2130 0 -1 64 1 600 0 0 0 0 5 1 18 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5734] ppid=5725 vsize=868008 CPUtime=0.49
/proc/5727/task/5734/stat : 5734 (java) S 5725 5727 2130 0 -1 64 977 600 0 0 42 1 5 1 16 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5727/tid=5735] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5735/stat : 5735 (java) S 5725 5727 2130 0 -1 64 1 600 0 0 0 0 5 1 19 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5736] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5736/stat : 5736 (java) S 5725 5727 2130 0 -1 64 8 600 0 0 0 0 5 1 15 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1540.73
Current children cumulated vsize (KiB) 868008

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/81 5810
/proc/meminfo: memFree=1394680/2055920 swapFree=4180456/4192956
[pid=5727] ppid=5725 vsize=868008 CPUtime=1600.7
/proc/5727/stat : 5727 (java) S 5725 5727 2130 0 -1 0 61840 600 1 0 160016 48 5 1 18 0 9 0 2001609067 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5727/statm: 217002 36380 2638 9 0 211508 0
[pid=5727/tid=5729] ppid=5725 vsize=868008 CPUtime=1599.01
/proc/5727/task/5729/stat : 5729 (java) R 5725 5727 2130 0 -1 64 29948 600 1 0 159864 31 5 1 25 0 9 0 2001609069 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4127118771 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5727/tid=5730] ppid=5725 vsize=868008 CPUtime=1.29
/proc/5727/task/5730/stat : 5730 (java) S 5725 5727 2130 0 -1 64 30052 600 0 0 109 14 5 1 16 0 9 0 2001609071 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5727/tid=5731] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5731/stat : 5731 (java) S 5725 5727 2130 0 -1 64 17 600 0 0 0 0 5 1 16 0 9 0 2001609071 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5732] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5732/stat : 5732 (java) S 5725 5727 2130 0 -1 64 22 600 0 0 0 0 5 1 16 0 9 0 2001609071 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5733] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5733/stat : 5733 (java) S 5725 5727 2130 0 -1 64 1 600 0 0 0 0 5 1 18 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5734] ppid=5725 vsize=868008 CPUtime=0.49
/proc/5727/task/5734/stat : 5734 (java) S 5725 5727 2130 0 -1 64 977 600 0 0 42 1 5 1 16 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5727/tid=5735] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5735/stat : 5735 (java) S 5725 5727 2130 0 -1 64 1 600 0 0 0 0 5 1 19 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5736] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5736/stat : 5736 (java) S 5725 5727 2130 0 -1 64 8 600 0 0 0 0 5 1 15 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1600.7
Current children cumulated vsize (KiB) 868008

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/81 5810
/proc/meminfo: memFree=1394680/2055920 swapFree=4180456/4192956
[pid=5727] ppid=5725 vsize=868008 CPUtime=1660.68
/proc/5727/stat : 5727 (java) S 5725 5727 2130 0 -1 0 61854 600 1 0 166013 49 5 1 18 0 9 0 2001609067 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5727/statm: 217002 36380 2638 9 0 211508 0
[pid=5727/tid=5729] ppid=5725 vsize=868008 CPUtime=1658.95
/proc/5727/task/5729/stat : 5729 (java) R 5725 5727 2130 0 -1 64 29962 600 1 0 165858 31 5 1 25 0 9 0 2001609069 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4127277361 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5727/tid=5730] ppid=5725 vsize=868008 CPUtime=1.32
/proc/5727/task/5730/stat : 5730 (java) S 5725 5727 2130 0 -1 64 30052 600 0 0 112 14 5 1 16 0 9 0 2001609071 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5727/tid=5731] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5731/stat : 5731 (java) S 5725 5727 2130 0 -1 64 17 600 0 0 0 0 5 1 16 0 9 0 2001609071 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5732] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5732/stat : 5732 (java) S 5725 5727 2130 0 -1 64 22 600 0 0 0 0 5 1 16 0 9 0 2001609071 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5733] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5733/stat : 5733 (java) S 5725 5727 2130 0 -1 64 1 600 0 0 0 0 5 1 18 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5734] ppid=5725 vsize=868008 CPUtime=0.49
/proc/5727/task/5734/stat : 5734 (java) S 5725 5727 2130 0 -1 64 977 600 0 0 42 1 5 1 16 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5727/tid=5735] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5735/stat : 5735 (java) S 5725 5727 2130 0 -1 64 1 600 0 0 0 0 5 1 19 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5736] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5736/stat : 5736 (java) S 5725 5727 2130 0 -1 64 8 600 0 0 0 0 5 1 15 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.68
Current children cumulated vsize (KiB) 868008

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/81 5810
/proc/meminfo: memFree=1394680/2055920 swapFree=4180456/4192956
[pid=5727] ppid=5725 vsize=868008 CPUtime=1720.66
/proc/5727/stat : 5727 (java) S 5725 5727 2130 0 -1 0 61871 600 1 0 172011 49 5 1 18 0 9 0 2001609067 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5727/statm: 217002 36380 2638 9 0 211508 0
[pid=5727/tid=5729] ppid=5725 vsize=868008 CPUtime=1718.88
/proc/5727/task/5729/stat : 5729 (java) R 5725 5727 2130 0 -1 64 29979 600 1 0 171851 31 5 1 25 0 9 0 2001609069 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4127221927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5727/tid=5730] ppid=5725 vsize=868008 CPUtime=1.36
/proc/5727/task/5730/stat : 5730 (java) S 5725 5727 2130 0 -1 64 30052 600 0 0 116 14 5 1 16 0 9 0 2001609071 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5727/tid=5731] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5731/stat : 5731 (java) S 5725 5727 2130 0 -1 64 17 600 0 0 0 0 5 1 16 0 9 0 2001609071 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5732] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5732/stat : 5732 (java) S 5725 5727 2130 0 -1 64 22 600 0 0 0 0 5 1 16 0 9 0 2001609071 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5733] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5733/stat : 5733 (java) S 5725 5727 2130 0 -1 64 1 600 0 0 0 0 5 1 18 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5734] ppid=5725 vsize=868008 CPUtime=0.49
/proc/5727/task/5734/stat : 5734 (java) S 5725 5727 2130 0 -1 64 977 600 0 0 42 1 5 1 16 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5727/tid=5735] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5735/stat : 5735 (java) S 5725 5727 2130 0 -1 64 1 600 0 0 0 0 5 1 19 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5736] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5736/stat : 5736 (java) S 5725 5727 2130 0 -1 64 8 600 0 0 0 0 5 1 15 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.66
Current children cumulated vsize (KiB) 868008

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/81 5810
/proc/meminfo: memFree=1394616/2055920 swapFree=4180456/4192956
[pid=5727] ppid=5725 vsize=868008 CPUtime=1780.62
/proc/5727/stat : 5727 (java) S 5725 5727 2130 0 -1 0 61887 600 1 0 178007 49 5 1 18 0 9 0 2001609067 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5727/statm: 217002 36380 2638 9 0 211508 0
[pid=5727/tid=5729] ppid=5725 vsize=868008 CPUtime=1778.82
/proc/5727/task/5729/stat : 5729 (java) R 5725 5727 2130 0 -1 64 29995 600 1 0 177845 31 5 1 25 0 9 0 2001609069 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4127231783 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5727/tid=5730] ppid=5725 vsize=868008 CPUtime=1.4
/proc/5727/task/5730/stat : 5730 (java) S 5725 5727 2130 0 -1 64 30052 600 0 0 120 14 5 1 16 0 9 0 2001609071 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5727/tid=5731] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5731/stat : 5731 (java) S 5725 5727 2130 0 -1 64 17 600 0 0 0 0 5 1 16 0 9 0 2001609071 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5732] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5732/stat : 5732 (java) S 5725 5727 2130 0 -1 64 22 600 0 0 0 0 5 1 16 0 9 0 2001609071 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5733] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5733/stat : 5733 (java) S 5725 5727 2130 0 -1 64 1 600 0 0 0 0 5 1 18 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5734] ppid=5725 vsize=868008 CPUtime=0.49
/proc/5727/task/5734/stat : 5734 (java) S 5725 5727 2130 0 -1 64 977 600 0 0 42 1 5 1 16 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5727/tid=5735] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5735/stat : 5735 (java) S 5725 5727 2130 0 -1 64 1 600 0 0 0 0 5 1 19 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5736] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5736/stat : 5736 (java) S 5725 5727 2130 0 -1 64 8 600 0 0 0 0 5 1 15 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.62
Current children cumulated vsize (KiB) 868008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.7 s]
/proc/loadavg: 1.99 1.97 1.97 4/81 5810
/proc/meminfo: memFree=1394616/2055920 swapFree=4180456/4192956
[pid=5727] ppid=5725 vsize=868008 CPUtime=1800.02
/proc/5727/stat : 5727 (java) S 5725 5727 2130 0 -1 0 61891 600 1 0 179947 49 5 1 18 0 9 0 2001609067 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5727/statm: 217002 36380 2638 9 0 211508 0
[pid=5727/tid=5729] ppid=5725 vsize=868008 CPUtime=1798.22
/proc/5727/task/5729/stat : 5729 (java) R 5725 5727 2130 0 -1 64 29999 600 1 0 179784 32 5 1 25 0 9 0 2001609069 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4127101152 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5727/tid=5730] ppid=5725 vsize=868008 CPUtime=1.4
/proc/5727/task/5730/stat : 5730 (java) S 5725 5727 2130 0 -1 64 30052 600 0 0 120 14 5 1 16 0 9 0 2001609071 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5727/tid=5731] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5731/stat : 5731 (java) S 5725 5727 2130 0 -1 64 17 600 0 0 0 0 5 1 16 0 9 0 2001609071 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5732] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5732/stat : 5732 (java) S 5725 5727 2130 0 -1 64 22 600 0 0 0 0 5 1 16 0 9 0 2001609071 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5733] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5733/stat : 5733 (java) S 5725 5727 2130 0 -1 64 1 600 0 0 0 0 5 1 18 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5734] ppid=5725 vsize=868008 CPUtime=0.49
/proc/5727/task/5734/stat : 5734 (java) S 5725 5727 2130 0 -1 64 977 600 0 0 42 1 5 1 16 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5727/tid=5735] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5735/stat : 5735 (java) S 5725 5727 2130 0 -1 64 1 600 0 0 0 0 5 1 19 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5736] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5736/stat : 5736 (java) R 5725 5727 2130 0 -1 64 8 600 0 0 0 0 5 1 15 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868008

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

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

[startup+1801.7 s]
/proc/loadavg: 1.99 1.97 1.97 4/81 5810
/proc/meminfo: memFree=1394616/2055920 swapFree=4180456/4192956
[pid=5727] ppid=5725 vsize=868008 CPUtime=1800.02
/proc/5727/stat : 5727 (java) S 5725 5727 2130 0 -1 0 61891 600 1 0 179947 49 5 1 18 0 9 0 2001609067 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5727/statm: 217002 36380 2638 9 0 211508 0
[pid=5727/tid=5729] ppid=5725 vsize=868008 CPUtime=1798.22
/proc/5727/task/5729/stat : 5729 (java) R 5725 5727 2130 0 -1 64 29999 600 1 0 179784 32 5 1 25 0 9 0 2001609069 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4127101152 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5727/tid=5730] ppid=5725 vsize=868008 CPUtime=1.4
/proc/5727/task/5730/stat : 5730 (java) S 5725 5727 2130 0 -1 64 30052 600 0 0 120 14 5 1 16 0 9 0 2001609071 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5727/tid=5731] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5731/stat : 5731 (java) S 5725 5727 2130 0 -1 64 17 600 0 0 0 0 5 1 16 0 9 0 2001609071 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5732] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5732/stat : 5732 (java) S 5725 5727 2130 0 -1 64 22 600 0 0 0 0 5 1 16 0 9 0 2001609071 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5733] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5733/stat : 5733 (java) S 5725 5727 2130 0 -1 64 1 600 0 0 0 0 5 1 18 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5734] ppid=5725 vsize=868008 CPUtime=0.49
/proc/5727/task/5734/stat : 5734 (java) S 5725 5727 2130 0 -1 64 977 600 0 0 42 1 5 1 16 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5727/tid=5735] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5735/stat : 5735 (java) S 5725 5727 2130 0 -1 64 1 600 0 0 0 0 5 1 19 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5727/tid=5736] ppid=5725 vsize=868008 CPUtime=0.06
/proc/5727/task/5736/stat : 5736 (java) R 5725 5727 2130 0 -1 64 8 600 0 0 0 0 5 1 15 0 9 0 2001609073 888840192 36380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868008

Child status: 143
Real time (s): 1801.79
CPU time (s): 1800.13
CPU user time (s): 1799.59
CPU system time (s): 0.542917
CPU usage (%): 99.9081
Max. virtual memory (cumulated for all children) (KiB): 868008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 0.542917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62524
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= 40448
involuntary context switches= 14117

runsolver used 2.03069 second user time and 6.17606 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-05 04:52:27
IDJOB=1083237
IDBENCH=57429
IDSOLVER=364
FILE ID=node19/1083237-1215226347
PBS_JOBID= 7881704
Free space on /tmp= 66504 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-taillard-15-8.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083237-1215226347/watcher-1083237-1215226347 -o /tmp/evaluation-result-1083237-1215226347/solver-1083237-1215226347 -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-1083237-1215226347.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cc2484161be3248ca6cbf843f373e18c
RANDOM SEED=1271060413

node19.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.263
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	: 5931.00
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.263
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:       1254352 kB
Buffers:        107212 kB
Cached:         345656 kB
SwapCached:       6540 kB
Active:         595624 kB
Inactive:       133088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1254352 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            2724 kB
Writeback:           0 kB
Mapped:         283488 kB
Slab:            57504 kB
Committed_AS:  3717020 kB
PageTables:       2404 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 node19 at 2008-07-05 05:22:31