Trace number 1083320

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 AC? (TO) 1800.11 1804.77

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-23.xml
MD5SUMf339edaeb02c3bbac8ad2c8469a1d500
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 benchmark1413.42
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1495
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.17/0.25	
0.17/0.25	   configuration
0.17/0.25	     name=mac.xml
0.17/0.29	   
0.17/0.29	   instance
0.17/0.29	     name=HOME/instance-1083320-1215226915.xml
0.27/0.32	   
0.27/0.32	   domains being loaded...
0.27/0.35	   
0.27/0.35	   variables being loaded...
0.48/0.54	     nbVariables=800  nbDomainTypes=99  minDomainSize=1397  maxDomainSize=1495  nbTotalValues=1156628
0.48/0.54	       =>  wckTime=0.286  cpuTime=0.21  mem=34M323
0.48/0.54	   
0.48/0.54	   predicates being loaded...
0.48/0.60	   
0.48/0.60	   constraints being loaded...
20.80/21.04	   
20.80/21.04	   INFO : Stopping converting binary constraints (cpu=20.2, mem = 65M241)
23.47/23.74	     nbConstraints=12960  nbGlobalConstraints=12035  nbConvertedConstraints=93  nbConvertConstraintsChecks=108292959
23.47/23.74	     nbExtensionStructures=52  nbSharedExtensionStructures=41  nbConflictsStructures=52  nbSharedConflictsStructures=41
23.47/23.74	     nbUnbuiltConflictsStructures=255  nbSharedBinaryRepresentations=75532  nbEvaluationManagers=255
23.47/23.74	     nbSharedEvaluationManagers=577  minDegree=21  maxDegree=44  minArity=2  avgArity=2.03  maxArity=21  nbGenerators=0
23.47/23.74	     nbFusions=0  symmetryWckTime=2.195  symmetryCpuTime=1.98  nbCliques=20
23.47/23.74	       =>  wckTime=23.482  cpuTime=22.46  mem=81M103
23.76/24.00	   
23.76/24.00	   solver IterativeSystematicSolver being built... 
23.87/24.11	   
23.87/24.11	   INFO : Forward propagation technique limited 
23.97/24.29	       =>  wckTime=24.031  cpuTime=22.66  mem=109M656
96.15/96.48	   
96.15/96.48	   preprocessing
96.15/96.48	     nbConstraintChecks=431583560  nbValidityChecks=2022188  nbPropagations=1788  nbRevisions=4441
96.15/96.48	     nbUselessRevisions=3036  nbRemovedValues=763268  detectedInconsistency=no
96.15/96.48	       =>  wckTime=72.149  cpuTime=72.03  mem=128M968
113.84/114.10	   
113.84/114.10	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=103, mem=144M701)

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-1083320-1215226915/watcher-1083320-1215226915 -o /tmp/evaluation-result-1083320-1215226915/solver-1083320-1215226915 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1083320-1215226915.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.09 2.02 2.00 4/81 2077
/proc/meminfo: memFree=1036976/2055920 swapFree=4179952/4192956
[pid=2077] ppid=2074 vsize=18572 CPUtime=0
/proc/2077/stat : 2077 (runsolver) R 2074 2077 31768 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 634938806 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 270187162919 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/2077/statm: 4643 292 257 25 0 2626 0

[startup+0.097461 s]
/proc/loadavg: 2.09 2.02 2.00 4/81 2077
/proc/meminfo: memFree=1036976/2055920 swapFree=4179952/4192956
[pid=2077] ppid=2074 vsize=865884 CPUtime=0.07
/proc/2077/stat : 2077 (java) S 2074 2077 31768 0 -1 0 3683 0 1 0 6 1 0 0 20 0 9 0 634938806 886665216 3158 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2077/statm: 216471 3158 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.10246 s]
/proc/loadavg: 2.09 2.02 2.00 4/81 2077
/proc/meminfo: memFree=1036976/2055920 swapFree=4179952/4192956
[pid=2077] ppid=2074 vsize=865884 CPUtime=0.08
/proc/2077/stat : 2077 (java) S 2074 2077 31768 0 -1 0 3693 0 1 0 7 1 0 0 20 0 9 0 634938806 886665216 3168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2077/statm: 216471 3168 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302486 s]
/proc/loadavg: 2.09 2.02 2.00 4/81 2077
/proc/meminfo: memFree=1036976/2055920 swapFree=4179952/4192956
[pid=2077] ppid=2074 vsize=866284 CPUtime=0.27
/proc/2077/stat : 2077 (java) S 2074 2077 31768 0 -1 0 5842 0 1 0 24 3 0 0 20 0 9 0 634938806 887074816 5216 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2077/statm: 216571 5216 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866284

[startup+0.702534 s]
/proc/loadavg: 2.09 2.02 2.00 4/81 2077
/proc/meminfo: memFree=1036976/2055920 swapFree=4179952/4192956
[pid=2077] ppid=2074 vsize=867712 CPUtime=0.67
/proc/2077/stat : 2077 (java) S 2074 2077 31768 0 -1 0 14301 0 1 0 60 7 0 0 20 0 9 0 634938806 888537088 13661 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2077/statm: 216928 13661 2011 9 0 211434 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867712

[startup+1.50163 s]
/proc/loadavg: 2.08 2.02 2.00 3/90 2088
/proc/meminfo: memFree=952424/2055920 swapFree=4179952/4192956
[pid=2077] ppid=2074 vsize=867624 CPUtime=1.47
/proc/2077/stat : 2077 (java) S 2074 2077 31768 0 -1 0 23714 0 1 0 136 11 0 0 20 0 9 0 634938806 888446976 23050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2077/statm: 216906 23050 2005 9 0 211434 0
[pid=2077/tid=2080] ppid=2074 vsize=867624 CPUtime=1.19
/proc/2077/task/2080/stat : 2080 (java) R 2074 2077 31768 0 -1 64 15765 0 1 0 112 7 0 0 25 0 9 0 634938807 888446976 23050 996147200 134512640 134550740 4294955968 18446744073709551615 4126887649 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2081] ppid=2074 vsize=867624 CPUtime=0.08
/proc/2077/task/2081/stat : 2081 (java) S 2074 2077 31768 0 -1 64 6579 0 0 0 6 2 0 0 17 0 9 0 634938809 888446976 23050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2082] ppid=2074 vsize=867624 CPUtime=0
/proc/2077/task/2082/stat : 2082 (java) S 2074 2077 31768 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 634938809 888446976 23050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2083] ppid=2074 vsize=867624 CPUtime=0
/proc/2077/task/2083/stat : 2083 (java) S 2074 2077 31768 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 634938809 888446976 23050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2084] ppid=2074 vsize=867624 CPUtime=0
/proc/2077/task/2084/stat : 2084 (java) S 2074 2077 31768 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634938811 888446976 23050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2085] ppid=2074 vsize=867624 CPUtime=0.17
/proc/2077/task/2085/stat : 2085 (java) S 2074 2077 31768 0 -1 64 673 0 0 0 17 0 0 0 16 0 9 0 634938811 888446976 23050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2087] ppid=2074 vsize=867624 CPUtime=0
/proc/2077/task/2087/stat : 2087 (java) S 2074 2077 31768 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634938811 888446976 23050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2088] ppid=2074 vsize=867624 CPUtime=0
/proc/2077/task/2088/stat : 2088 (java) S 2074 2077 31768 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 634938811 888446976 23050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867624

[startup+3.10181 s]
/proc/loadavg: 2.08 2.02 2.00 3/90 2088
/proc/meminfo: memFree=952104/2055920 swapFree=4179952/4192956
[pid=2077] ppid=2074 vsize=867624 CPUtime=3.05
/proc/2077/stat : 2077 (java) S 2074 2077 31768 0 -1 0 23744 0 1 0 293 12 0 0 20 0 9 0 634938806 888446976 23076 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2077/statm: 216906 23076 2006 9 0 211434 0
[pid=2077/tid=2080] ppid=2074 vsize=867624 CPUtime=2.76
/proc/2077/task/2080/stat : 2080 (java) R 2074 2077 31768 0 -1 64 15776 0 1 0 268 8 0 0 25 0 9 0 634938807 888446976 23076 996147200 134512640 134550740 4294955968 18446744073709551615 4126908695 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2081] ppid=2074 vsize=867624 CPUtime=0.08
/proc/2077/task/2081/stat : 2081 (java) S 2074 2077 31768 0 -1 64 6579 0 0 0 6 2 0 0 17 0 9 0 634938809 888446976 23076 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2082] ppid=2074 vsize=867624 CPUtime=0
/proc/2077/task/2082/stat : 2082 (java) S 2074 2077 31768 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 634938809 888446976 23076 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2083] ppid=2074 vsize=867624 CPUtime=0
/proc/2077/task/2083/stat : 2083 (java) S 2074 2077 31768 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 634938809 888446976 23076 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2084] ppid=2074 vsize=867624 CPUtime=0
/proc/2077/task/2084/stat : 2084 (java) S 2074 2077 31768 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634938811 888446976 23076 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2085] ppid=2074 vsize=867624 CPUtime=0.19
/proc/2077/task/2085/stat : 2085 (java) S 2074 2077 31768 0 -1 64 692 0 0 0 19 0 0 0 15 0 9 0 634938811 888446976 23076 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2087] ppid=2074 vsize=867624 CPUtime=0
/proc/2077/task/2087/stat : 2087 (java) S 2074 2077 31768 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634938811 888446976 23076 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2088] ppid=2074 vsize=867624 CPUtime=0
/proc/2077/task/2088/stat : 2088 (java) S 2074 2077 31768 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 634938811 888446976 23076 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867624

[startup+6.30117 s]
/proc/loadavg: 2.08 2.01 2.00 3/90 2088
/proc/meminfo: memFree=951784/2055920 swapFree=4179952/4192956
[pid=2077] ppid=2074 vsize=867624 CPUtime=6.23
/proc/2077/stat : 2077 (java) S 2074 2077 31768 0 -1 0 23756 0 1 0 609 14 0 0 20 0 9 0 634938806 888446976 23085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2077/statm: 216906 23085 2006 9 0 211434 0
[pid=2077/tid=2080] ppid=2074 vsize=867624 CPUtime=5.92
/proc/2077/task/2080/stat : 2080 (java) R 2074 2077 31768 0 -1 64 15781 0 1 0 582 10 0 0 25 0 9 0 634938807 888446976 23085 996147200 134512640 134550740 4294955968 18446744073709551615 4126886259 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2081] ppid=2074 vsize=867624 CPUtime=0.08
/proc/2077/task/2081/stat : 2081 (java) S 2074 2077 31768 0 -1 64 6579 0 0 0 6 2 0 0 17 0 9 0 634938809 888446976 23085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2082] ppid=2074 vsize=867624 CPUtime=0
/proc/2077/task/2082/stat : 2082 (java) S 2074 2077 31768 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 634938809 888446976 23085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2083] ppid=2074 vsize=867624 CPUtime=0
/proc/2077/task/2083/stat : 2083 (java) S 2074 2077 31768 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 634938809 888446976 23085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2084] ppid=2074 vsize=867624 CPUtime=0
/proc/2077/task/2084/stat : 2084 (java) S 2074 2077 31768 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634938811 888446976 23085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2085] ppid=2074 vsize=867624 CPUtime=0.2
/proc/2077/task/2085/stat : 2085 (java) S 2074 2077 31768 0 -1 64 699 0 0 0 20 0 0 0 15 0 9 0 634938811 888446976 23085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2087] ppid=2074 vsize=867624 CPUtime=0
/proc/2077/task/2087/stat : 2087 (java) S 2074 2077 31768 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634938811 888446976 23085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2088] ppid=2074 vsize=867624 CPUtime=0
/proc/2077/task/2088/stat : 2088 (java) R 2074 2077 31768 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 634938811 888446976 23085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867624

[startup+12.7019 s]
/proc/loadavg: 2.07 2.01 2.00 3/90 2088
/proc/meminfo: memFree=929256/2055920 swapFree=4179952/4192956
[pid=2077] ppid=2074 vsize=867624 CPUtime=12.56
/proc/2077/stat : 2077 (java) S 2074 2077 31768 0 -1 0 29355 0 1 0 1236 20 0 0 20 0 9 0 634938806 888446976 28681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2077/statm: 216906 28681 2006 9 0 211434 0
[pid=2077/tid=2080] ppid=2074 vsize=867624 CPUtime=12.08
/proc/2077/task/2080/stat : 2080 (java) R 2074 2077 31768 0 -1 64 15786 0 1 0 1194 14 0 0 25 0 9 0 634938807 888446976 28681 996147200 134512640 134550740 4294955968 18446744073709551615 4126908695 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2081] ppid=2074 vsize=867624 CPUtime=0.23
/proc/2077/task/2081/stat : 2081 (java) S 2074 2077 31768 0 -1 64 12159 0 0 0 19 4 0 0 17 0 9 0 634938809 888446976 28681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2082] ppid=2074 vsize=867624 CPUtime=0
/proc/2077/task/2082/stat : 2082 (java) S 2074 2077 31768 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 634938809 888446976 28681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2083] ppid=2074 vsize=867624 CPUtime=0
/proc/2077/task/2083/stat : 2083 (java) S 2074 2077 31768 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 634938809 888446976 28681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2084] ppid=2074 vsize=867624 CPUtime=0
/proc/2077/task/2084/stat : 2084 (java) S 2074 2077 31768 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634938811 888446976 28681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2085] ppid=2074 vsize=867624 CPUtime=0.22
/proc/2077/task/2085/stat : 2085 (java) S 2074 2077 31768 0 -1 64 713 0 0 0 22 0 0 0 17 0 9 0 634938811 888446976 28681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2087] ppid=2074 vsize=867624 CPUtime=0
/proc/2077/task/2087/stat : 2087 (java) S 2074 2077 31768 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634938811 888446976 28681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2088] ppid=2074 vsize=867624 CPUtime=0
/proc/2077/task/2088/stat : 2088 (java) S 2074 2077 31768 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 634938811 888446976 28681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867624

[startup+25.5024 s]
/proc/loadavg: 2.05 2.01 2.00 3/90 2092
/proc/meminfo: memFree=881952/2055920 swapFree=4179952/4192956
[pid=2077] ppid=2074 vsize=868036 CPUtime=25.27
/proc/2077/stat : 2077 (java) S 2074 2077 31768 0 -1 0 69986 889 1 0 2475 38 13 1 20 0 9 0 634938806 888868864 41124 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2077/statm: 217009 41124 2638 9 0 211515 0
[pid=2077/tid=2080] ppid=2074 vsize=868036 CPUtime=24.18
/proc/2077/task/2080/stat : 2080 (java) R 2074 2077 31768 0 -1 64 30883 889 1 0 2381 23 13 1 25 0 9 0 634938807 888868864 41124 996147200 134512640 134550740 4294955968 18446744073709551615 4126969456 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2081] ppid=2074 vsize=868036 CPUtime=0.85
/proc/2077/task/2081/stat : 2081 (java) S 2074 2077 31768 0 -1 64 37302 889 0 0 60 11 13 1 17 0 9 0 634938809 888868864 41124 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2082] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2082/stat : 2082 (java) S 2074 2077 31768 0 -1 64 17 889 0 0 0 0 13 1 16 0 9 0 634938809 888868864 41124 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2083] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2083/stat : 2083 (java) S 2074 2077 31768 0 -1 64 22 889 0 0 0 0 13 1 15 0 9 0 634938809 888868864 41124 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2084] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2084/stat : 2084 (java) S 2074 2077 31768 0 -1 64 1 889 0 0 0 0 13 1 25 0 9 0 634938811 888868864 41124 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2085] ppid=2074 vsize=868036 CPUtime=0.48
/proc/2077/task/2085/stat : 2085 (java) S 2074 2077 31768 0 -1 64 933 889 0 0 33 1 13 1 15 0 9 0 634938811 888868864 41124 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2087] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2087/stat : 2087 (java) S 2074 2077 31768 0 -1 64 1 889 0 0 0 0 13 1 25 0 9 0 634938811 888868864 41124 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2088] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2088/stat : 2088 (java) S 2074 2077 31768 0 -1 64 15 889 0 0 0 0 13 1 15 0 9 0 634938811 888868864 41124 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 868036

[startup+51.1023 s]
/proc/loadavg: 2.03 2.01 2.00 3/90 2092
/proc/meminfo: memFree=881952/2055920 swapFree=4179952/4192956
[pid=2077] ppid=2074 vsize=868036 CPUtime=50.86
/proc/2077/stat : 2077 (java) S 2074 2077 31768 0 -1 0 70289 889 1 0 5034 38 13 1 20 0 9 0 634938806 888868864 41126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2077/statm: 217009 41126 2638 9 0 211515 0
[pid=2077/tid=2080] ppid=2074 vsize=868036 CPUtime=49.76
/proc/2077/task/2080/stat : 2080 (java) R 2074 2077 31768 0 -1 64 31180 889 1 0 4939 23 13 1 25 0 9 0 634938807 888868864 41126 996147200 134512640 134550740 4294955968 18446744073709551615 4126969481 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2081] ppid=2074 vsize=868036 CPUtime=0.85
/proc/2077/task/2081/stat : 2081 (java) S 2074 2077 31768 0 -1 64 37302 889 0 0 60 11 13 1 16 0 9 0 634938809 888868864 41126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2082] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2082/stat : 2082 (java) S 2074 2077 31768 0 -1 64 17 889 0 0 0 0 13 1 16 0 9 0 634938809 888868864 41126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2083] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2083/stat : 2083 (java) S 2074 2077 31768 0 -1 64 22 889 0 0 0 0 13 1 15 0 9 0 634938809 888868864 41126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2084] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2084/stat : 2084 (java) S 2074 2077 31768 0 -1 64 1 889 0 0 0 0 13 1 25 0 9 0 634938811 888868864 41126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2085] ppid=2074 vsize=868036 CPUtime=0.48
/proc/2077/task/2085/stat : 2085 (java) S 2074 2077 31768 0 -1 64 939 889 0 0 33 1 13 1 17 0 9 0 634938811 888868864 41126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2087] ppid=2074 vsize=868036 CPUtime=0.14

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

/proc/2077/task/2083/stat : 2083 (java) S 2074 2077 31768 0 -1 64 22 889 0 0 0 0 13 1 15 0 9 0 634938809 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2084] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2084/stat : 2084 (java) S 2074 2077 31768 0 -1 64 1 889 0 0 0 0 13 1 25 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2085] ppid=2074 vsize=868036 CPUtime=0.56
/proc/2077/task/2085/stat : 2085 (java) S 2074 2077 31768 0 -1 64 990 889 0 0 41 1 13 1 16 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2087] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2087/stat : 2087 (java) S 2074 2077 31768 0 -1 64 1 889 0 0 0 0 13 1 25 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2088] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2088/stat : 2088 (java) S 2074 2077 31768 0 -1 64 15 889 0 0 0 0 13 1 15 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.65
Current children cumulated vsize (KiB) 868036

[startup+1602.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/82 2127
/proc/meminfo: memFree=930736/2055920 swapFree=4179952/4192956
[pid=2077] ppid=2074 vsize=868036 CPUtime=1598.42
/proc/2077/stat : 2077 (java) S 2074 2077 31768 0 -1 0 77644 889 1 0 159783 45 13 1 20 0 9 0 634938806 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2077/statm: 217009 47541 2638 9 0 211515 0
[pid=2077/tid=2080] ppid=2074 vsize=868036 CPUtime=1596.34
/proc/2077/task/2080/stat : 2080 (java) R 2074 2077 31768 0 -1 64 32087 889 1 0 159595 25 13 1 25 0 9 0 634938807 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4126888800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2081] ppid=2074 vsize=868036 CPUtime=1.75
/proc/2077/task/2081/stat : 2081 (java) S 2074 2077 31768 0 -1 64 43699 889 0 0 145 16 13 1 16 0 9 0 634938809 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2082] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2082/stat : 2082 (java) S 2074 2077 31768 0 -1 64 17 889 0 0 0 0 13 1 16 0 9 0 634938809 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2083] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2083/stat : 2083 (java) S 2074 2077 31768 0 -1 64 22 889 0 0 0 0 13 1 15 0 9 0 634938809 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2084] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2084/stat : 2084 (java) S 2074 2077 31768 0 -1 64 1 889 0 0 0 0 13 1 25 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2085] ppid=2074 vsize=868036 CPUtime=0.56
/proc/2077/task/2085/stat : 2085 (java) S 2074 2077 31768 0 -1 64 990 889 0 0 41 1 13 1 16 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2087] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2087/stat : 2087 (java) S 2074 2077 31768 0 -1 64 1 889 0 0 0 0 13 1 25 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2088] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2088/stat : 2088 (java) S 2074 2077 31768 0 -1 64 15 889 0 0 0 0 13 1 15 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.42
Current children cumulated vsize (KiB) 868036

[startup+1662.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/82 2127
/proc/meminfo: memFree=930672/2055920 swapFree=4179952/4192956
[pid=2077] ppid=2074 vsize=868036 CPUtime=1658.18
/proc/2077/stat : 2077 (java) S 2074 2077 31768 0 -1 0 77653 889 1 0 165759 45 13 1 20 0 9 0 634938806 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2077/statm: 217009 47541 2638 9 0 211515 0
[pid=2077/tid=2080] ppid=2074 vsize=868036 CPUtime=1656.07
/proc/2077/task/2080/stat : 2080 (java) R 2074 2077 31768 0 -1 64 32096 889 1 0 165568 25 13 1 25 0 9 0 634938807 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4127105276 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2081] ppid=2074 vsize=868036 CPUtime=1.78
/proc/2077/task/2081/stat : 2081 (java) S 2074 2077 31768 0 -1 64 43699 889 0 0 148 16 13 1 16 0 9 0 634938809 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2082] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2082/stat : 2082 (java) S 2074 2077 31768 0 -1 64 17 889 0 0 0 0 13 1 16 0 9 0 634938809 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2083] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2083/stat : 2083 (java) S 2074 2077 31768 0 -1 64 22 889 0 0 0 0 13 1 15 0 9 0 634938809 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2084] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2084/stat : 2084 (java) S 2074 2077 31768 0 -1 64 1 889 0 0 0 0 13 1 25 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2085] ppid=2074 vsize=868036 CPUtime=0.56
/proc/2077/task/2085/stat : 2085 (java) S 2074 2077 31768 0 -1 64 990 889 0 0 41 1 13 1 16 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2087] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2087/stat : 2087 (java) S 2074 2077 31768 0 -1 64 1 889 0 0 0 0 13 1 25 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2088] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2088/stat : 2088 (java) S 2074 2077 31768 0 -1 64 15 889 0 0 0 0 13 1 15 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.18
Current children cumulated vsize (KiB) 868036

[startup+1722.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/82 2127
/proc/meminfo: memFree=930672/2055920 swapFree=4179952/4192956
[pid=2077] ppid=2074 vsize=868036 CPUtime=1717.94
/proc/2077/stat : 2077 (java) S 2074 2077 31768 0 -1 0 77661 889 1 0 171735 45 13 1 20 0 9 0 634938806 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2077/statm: 217009 47541 2638 9 0 211515 0
[pid=2077/tid=2080] ppid=2074 vsize=868036 CPUtime=1715.8
/proc/2077/task/2080/stat : 2080 (java) R 2074 2077 31768 0 -1 64 32104 889 1 0 171541 25 13 1 25 0 9 0 634938807 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4126888801 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2081] ppid=2074 vsize=868036 CPUtime=1.81
/proc/2077/task/2081/stat : 2081 (java) S 2074 2077 31768 0 -1 64 43699 889 0 0 151 16 13 1 16 0 9 0 634938809 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2082] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2082/stat : 2082 (java) S 2074 2077 31768 0 -1 64 17 889 0 0 0 0 13 1 16 0 9 0 634938809 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2083] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2083/stat : 2083 (java) S 2074 2077 31768 0 -1 64 22 889 0 0 0 0 13 1 15 0 9 0 634938809 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2084] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2084/stat : 2084 (java) S 2074 2077 31768 0 -1 64 1 889 0 0 0 0 13 1 25 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2085] ppid=2074 vsize=868036 CPUtime=0.56
/proc/2077/task/2085/stat : 2085 (java) S 2074 2077 31768 0 -1 64 990 889 0 0 41 1 13 1 16 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2087] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2087/stat : 2087 (java) S 2074 2077 31768 0 -1 64 1 889 0 0 0 0 13 1 25 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2088] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2088/stat : 2088 (java) S 2074 2077 31768 0 -1 64 15 889 0 0 0 0 13 1 15 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.94
Current children cumulated vsize (KiB) 868036

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/82 2127
/proc/meminfo: memFree=930608/2055920 swapFree=4179952/4192956
[pid=2077] ppid=2074 vsize=868036 CPUtime=1777.7
/proc/2077/stat : 2077 (java) S 2074 2077 31768 0 -1 0 77669 889 1 0 177711 45 13 1 20 0 9 0 634938806 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2077/statm: 217009 47541 2638 9 0 211515 0
[pid=2077/tid=2080] ppid=2074 vsize=868036 CPUtime=1775.54
/proc/2077/task/2080/stat : 2080 (java) R 2074 2077 31768 0 -1 64 32112 889 1 0 177514 26 13 1 25 0 9 0 634938807 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4126970081 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2081] ppid=2074 vsize=868036 CPUtime=1.84
/proc/2077/task/2081/stat : 2081 (java) S 2074 2077 31768 0 -1 64 43699 889 0 0 154 16 13 1 16 0 9 0 634938809 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2082] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2082/stat : 2082 (java) S 2074 2077 31768 0 -1 64 17 889 0 0 0 0 13 1 16 0 9 0 634938809 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2083] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2083/stat : 2083 (java) S 2074 2077 31768 0 -1 64 22 889 0 0 0 0 13 1 15 0 9 0 634938809 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2084] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2084/stat : 2084 (java) S 2074 2077 31768 0 -1 64 1 889 0 0 0 0 13 1 25 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2085] ppid=2074 vsize=868036 CPUtime=0.56
/proc/2077/task/2085/stat : 2085 (java) S 2074 2077 31768 0 -1 64 990 889 0 0 41 1 13 1 16 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2087] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2087/stat : 2087 (java) S 2074 2077 31768 0 -1 64 1 889 0 0 0 0 13 1 25 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2088] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2088/stat : 2088 (java) S 2074 2077 31768 0 -1 64 15 889 0 0 0 0 13 1 15 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.7
Current children cumulated vsize (KiB) 868036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 2127
/proc/meminfo: memFree=930608/2055920 swapFree=4179952/4192956
[pid=2077] ppid=2074 vsize=868036 CPUtime=1800.02
/proc/2077/stat : 2077 (java) S 2074 2077 31768 0 -1 0 77673 889 1 0 179943 45 13 1 20 0 9 0 634938806 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2077/statm: 217009 47541 2638 9 0 211515 0
[pid=2077/tid=2080] ppid=2074 vsize=868036 CPUtime=1797.84
/proc/2077/task/2080/stat : 2080 (java) R 2074 2077 31768 0 -1 64 32116 889 1 0 179744 26 13 1 25 0 9 0 634938807 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4126888876 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2081] ppid=2074 vsize=868036 CPUtime=1.86
/proc/2077/task/2081/stat : 2081 (java) S 2074 2077 31768 0 -1 64 43699 889 0 0 156 16 13 1 16 0 9 0 634938809 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2082] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2082/stat : 2082 (java) S 2074 2077 31768 0 -1 64 17 889 0 0 0 0 13 1 16 0 9 0 634938809 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2083] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2083/stat : 2083 (java) S 2074 2077 31768 0 -1 64 22 889 0 0 0 0 13 1 15 0 9 0 634938809 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2084] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2084/stat : 2084 (java) S 2074 2077 31768 0 -1 64 1 889 0 0 0 0 13 1 25 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2085] ppid=2074 vsize=868036 CPUtime=0.56
/proc/2077/task/2085/stat : 2085 (java) S 2074 2077 31768 0 -1 64 990 889 0 0 41 1 13 1 16 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2087] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2087/stat : 2087 (java) S 2074 2077 31768 0 -1 64 1 889 0 0 0 0 13 1 25 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2088] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2088/stat : 2088 (java) S 2074 2077 31768 0 -1 64 15 889 0 0 0 0 13 1 15 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868036

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

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

[startup+1804.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 2127
/proc/meminfo: memFree=930608/2055920 swapFree=4179952/4192956
[pid=2077] ppid=2074 vsize=868036 CPUtime=1800.02
/proc/2077/stat : 2077 (java) S 2074 2077 31768 0 -1 0 77673 889 1 0 179943 45 13 1 20 0 9 0 634938806 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2077/statm: 217009 47541 2638 9 0 211515 0
[pid=2077/tid=2080] ppid=2074 vsize=868036 CPUtime=1797.84
/proc/2077/task/2080/stat : 2080 (java) R 2074 2077 31768 0 -1 64 32116 889 1 0 179744 26 13 1 25 0 9 0 634938807 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4126888876 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2081] ppid=2074 vsize=868036 CPUtime=1.86
/proc/2077/task/2081/stat : 2081 (java) S 2074 2077 31768 0 -1 64 43699 889 0 0 156 16 13 1 16 0 9 0 634938809 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2082] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2082/stat : 2082 (java) S 2074 2077 31768 0 -1 64 17 889 0 0 0 0 13 1 16 0 9 0 634938809 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2083] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2083/stat : 2083 (java) S 2074 2077 31768 0 -1 64 22 889 0 0 0 0 13 1 15 0 9 0 634938809 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2084] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2084/stat : 2084 (java) S 2074 2077 31768 0 -1 64 1 889 0 0 0 0 13 1 25 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2085] ppid=2074 vsize=868036 CPUtime=0.56
/proc/2077/task/2085/stat : 2085 (java) S 2074 2077 31768 0 -1 64 990 889 0 0 41 1 13 1 16 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2077/tid=2087] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2087/stat : 2087 (java) S 2074 2077 31768 0 -1 64 1 889 0 0 0 0 13 1 25 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2077/tid=2088] ppid=2074 vsize=868036 CPUtime=0.14
/proc/2077/task/2088/stat : 2088 (java) S 2074 2077 31768 0 -1 64 15 889 0 0 0 0 13 1 15 0 9 0 634938811 888868864 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868036

Child status: 143
Real time (s): 1804.77
CPU time (s): 1800.11
CPU user time (s): 1799.61
CPU system time (s): 0.503923
CPU usage (%): 99.7419
Max. virtual memory (cumulated for all children) (KiB): 868036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.61
system time used= 0.503923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78595
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= 40333
involuntary context switches= 24400

runsolver used 2.20966 second user time and 6.00209 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-05 05:01:56
IDJOB=1083320
IDBENCH=57466
IDSOLVER=363
FILE ID=node88/1083320-1215226915
PBS_JOBID= 7881764
Free space on /tmp= 66496 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-23.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083320-1215226915/watcher-1083320-1215226915 -o /tmp/evaluation-result-1083320-1215226915/solver-1083320-1215226915 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1083320-1215226915.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f339edaeb02c3bbac8ad2c8469a1d500
RANDOM SEED=946873935

node88.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1037392 kB
Buffers:         20936 kB
Cached:         796636 kB
SwapCached:       7404 kB
Active:         225032 kB
Inactive:       742108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1037392 kB
SwapTotal:     4192956 kB
SwapFree:      4179952 kB
Dirty:            3684 kB
Writeback:           0 kB
Mapped:         165460 kB
Slab:            36312 kB
Committed_AS:  1829048 kB
PageTables:       2124 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= 66492 MiB
End job on node88 at 2008-07-05 05:32:02