Trace number 1082441

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.1 1815.65

General information on the benchmark

Namecsp/super-os/super-os-taillard-10/
normalized-super-os-taillard-10-24.xml
MD5SUM9306ef7954ddac95b00e0f57746494c3
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 benchmark1.66675
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Maximum constraint arity2
Maximum domain size548
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2800
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1082441-1215222658.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.38	   
0.28/0.38	   variables being loaded...
0.37/0.50	     nbVariables=200  nbDomainTypes=65  minDomainSize=451  maxDomainSize=548  nbTotalValues=100248
0.37/0.50	       =>  wckTime=0.25  cpuTime=0.21  mem=10M818
0.37/0.50	   
0.37/0.50	   predicates being loaded...
0.48/0.59	   
0.48/0.59	   constraints being loaded...
4.82/4.97	     nbConstraints=2810  nbGlobalConstraints=2710  nbConvertedConstraints=100  nbConvertConstraintsChecks=16437502
4.82/4.97	     nbExtensionStructures=65  nbSharedExtensionStructures=35  nbConflictsStructures=65  nbSharedConflictsStructures=35
4.82/4.97	     nbSharedBinaryRepresentations=32636  minDegree=19  maxDegree=38  minArity=2  avgArity=2.03  maxArity=11
4.82/4.97	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.315  symmetryCpuTime=0.24  nbCliques=10
4.82/4.97	       =>  wckTime=4.726  cpuTime=4.37  mem=44M238
5.03/5.13	   
5.03/5.13	   solver IterativeSystematicSolver being built... 
5.12/5.20	   
5.12/5.20	   INFO : Forward propagation technique limited 
5.12/5.28	       =>  wckTime=5.032  cpuTime=4.49  mem=32M508
5.22/5.31	   
5.22/5.31	   preprocessing
5.22/5.31	     nbConstraintChecks=0  nbPropagations=200  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
5.22/5.31	     detectedInconsistency=no
5.22/5.31	       =>  wckTime=0.026  cpuTime=0.02  mem=33M458
10.56/10.72	   
10.56/10.72	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=33M696)

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.99 3/72 22582
/proc/meminfo: memFree=1795024/2055920 swapFree=4180256/4192956
[pid=22582] ppid=22580 vsize=18572 CPUtime=0
/proc/22582/stat : 22582 (runsolver) R 22580 22582 19419 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2001239943 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 272467815719 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/22582/statm: 4643 292 257 25 0 2626 0

[startup+0.089913 s]
/proc/loadavg: 1.92 1.99 1.99 3/72 22582
/proc/meminfo: memFree=1795024/2055920 swapFree=4180256/4192956
[pid=22582] ppid=22580 vsize=865856 CPUtime=0.07
/proc/22582/stat : 22582 (java) S 22580 22582 19419 0 -1 0 3542 0 1 0 5 2 0 0 18 0 9 0 2001239943 886636544 3032 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22582/statm: 216464 3032 1631 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865856

[startup+0.10291 s]
/proc/loadavg: 1.92 1.99 1.99 3/72 22582
/proc/meminfo: memFree=1795024/2055920 swapFree=4180256/4192956
[pid=22582] ppid=22580 vsize=865884 CPUtime=0.08
/proc/22582/stat : 22582 (java) S 22580 22582 19419 0 -1 0 3676 0 1 0 6 2 0 0 18 0 9 0 2001239943 886665216 3151 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22582/statm: 216471 3151 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302949 s]
/proc/loadavg: 1.92 1.99 1.99 3/72 22582
/proc/meminfo: memFree=1795024/2055920 swapFree=4180256/4192956
[pid=22582] ppid=22580 vsize=866196 CPUtime=0.28
/proc/22582/stat : 22582 (java) S 22580 22582 19419 0 -1 0 5600 0 1 0 24 4 0 0 18 0 9 0 2001239943 886984704 5014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22582/statm: 216549 5014 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.703002 s]
/proc/loadavg: 1.92 1.99 1.99 3/72 22582
/proc/meminfo: memFree=1795024/2055920 swapFree=4180256/4192956
[pid=22582] ppid=22580 vsize=867092 CPUtime=0.68
/proc/22582/stat : 22582 (java) S 22580 22582 19419 0 -1 0 8183 0 1 0 61 7 0 0 18 0 9 0 2001239943 887902208 7543 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22582/statm: 216773 7543 2007 9 0 211279 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867092

[startup+1.50112 s]
/proc/loadavg: 1.92 1.99 1.99 3/81 22591
/proc/meminfo: memFree=1763464/2055920 swapFree=4180256/4192956
[pid=22582] ppid=22580 vsize=867684 CPUtime=1.46
/proc/22582/stat : 22582 (java) S 22580 22582 19419 0 -1 0 10981 0 1 0 136 10 0 0 18 0 9 0 2001239943 888508416 10338 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22582/statm: 216921 10338 2014 9 0 211427 0
[pid=22582/tid=22584] ppid=22580 vsize=867684 CPUtime=1.25
/proc/22582/task/22584/stat : 22584 (java) R 22580 22582 19419 0 -1 64 9596 0 1 0 116 9 0 0 25 0 9 0 2001239945 888508416 10338 996147200 134512640 134550740 4294955968 18446744073709551615 4126892953 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22585] ppid=22580 vsize=867684 CPUtime=0
/proc/22582/task/22585/stat : 22585 (java) S 22580 22582 19419 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2001239947 888508416 10338 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22586] ppid=22580 vsize=867684 CPUtime=0
/proc/22582/task/22586/stat : 22586 (java) S 22580 22582 19419 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001239947 888508416 10338 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22587] ppid=22580 vsize=867684 CPUtime=0
/proc/22582/task/22587/stat : 22587 (java) S 22580 22582 19419 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001239947 888508416 10338 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22588] ppid=22580 vsize=867684 CPUtime=0
/proc/22582/task/22588/stat : 22588 (java) S 22580 22582 19419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001239949 888508416 10338 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22589] ppid=22580 vsize=867684 CPUtime=0.2
/proc/22582/task/22589/stat : 22589 (java) S 22580 22582 19419 0 -1 64 688 0 0 0 20 0 0 0 16 0 9 0 2001239949 888508416 10338 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22590] ppid=22580 vsize=867684 CPUtime=0
/proc/22582/task/22590/stat : 22590 (java) S 22580 22582 19419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001239949 888508416 10338 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22591] ppid=22580 vsize=867684 CPUtime=0
/proc/22582/task/22591/stat : 22591 (java) S 22580 22582 19419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001239949 888508416 10338 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867684

[startup+3.10135 s]
/proc/loadavg: 1.92 1.99 1.99 3/81 22591
/proc/meminfo: memFree=1758536/2055920 swapFree=4180256/4192956
[pid=22582] ppid=22580 vsize=867684 CPUtime=3.05
/proc/22582/stat : 22582 (java) S 22580 22582 19419 0 -1 0 12796 0 1 0 290 15 0 0 18 0 9 0 2001239943 888508416 12151 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22582/statm: 216921 12151 2014 9 0 211427 0
[pid=22582/tid=22584] ppid=22580 vsize=867684 CPUtime=2.8
/proc/22582/task/22584/stat : 22584 (java) R 22580 22582 19419 0 -1 64 11387 0 1 0 266 14 0 0 25 0 9 0 2001239945 888508416 12151 996147200 134512640 134550740 4294955968 18446744073709551615 4126899490 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22585] ppid=22580 vsize=867684 CPUtime=0
/proc/22582/task/22585/stat : 22585 (java) S 22580 22582 19419 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2001239947 888508416 12151 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22586] ppid=22580 vsize=867684 CPUtime=0
/proc/22582/task/22586/stat : 22586 (java) S 22580 22582 19419 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001239947 888508416 12151 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22587] ppid=22580 vsize=867684 CPUtime=0
/proc/22582/task/22587/stat : 22587 (java) S 22580 22582 19419 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001239947 888508416 12151 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22588] ppid=22580 vsize=867684 CPUtime=0
/proc/22582/task/22588/stat : 22588 (java) S 22580 22582 19419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001239949 888508416 12151 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22589] ppid=22580 vsize=867684 CPUtime=0.23
/proc/22582/task/22589/stat : 22589 (java) S 22580 22582 19419 0 -1 64 712 0 0 0 23 0 0 0 15 0 9 0 2001239949 888508416 12151 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22590] ppid=22580 vsize=867684 CPUtime=0
/proc/22582/task/22590/stat : 22590 (java) S 22580 22582 19419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001239949 888508416 12151 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22591] ppid=22580 vsize=867684 CPUtime=0
/proc/22582/task/22591/stat : 22591 (java) S 22580 22582 19419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001239949 888508416 12151 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867684

[startup+6.30183 s]
/proc/loadavg: 1.93 1.99 1.99 3/81 22595
/proc/meminfo: memFree=1731656/2055920 swapFree=4180256/4192956
[pid=22582] ppid=22580 vsize=868120 CPUtime=6.2
/proc/22582/stat : 22582 (java) S 22580 22582 19419 0 -1 0 34771 436 1 0 588 29 2 1 18 0 9 0 2001239943 888954880 21893 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22582/statm: 217030 21893 2637 9 0 211536 0
[pid=22582/tid=22584] ppid=22580 vsize=868120 CPUtime=5.66
/proc/22582/task/22584/stat : 22584 (java) R 22580 22582 19419 0 -1 64 23003 436 1 0 539 24 2 1 25 0 9 0 2001239945 888954880 21893 996147200 134512640 134550740 4294955968 18446744073709551615 4126872620 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22585] ppid=22580 vsize=868120 CPUtime=0.2
/proc/22582/task/22585/stat : 22585 (java) S 22580 22582 19419 0 -1 64 9910 436 0 0 14 3 2 1 16 0 9 0 2001239947 888954880 21893 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22586] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22586/stat : 22586 (java) S 22580 22582 19419 0 -1 64 16 436 0 0 0 0 2 1 16 0 9 0 2001239947 888954880 21893 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22587] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22587/stat : 22587 (java) S 22580 22582 19419 0 -1 64 25 436 0 0 0 0 2 1 16 0 9 0 2001239947 888954880 21893 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22588] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22588/stat : 22588 (java) S 22580 22582 19419 0 -1 64 1 436 0 0 0 0 2 1 18 0 9 0 2001239949 888954880 21893 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22589] ppid=22580 vsize=868120 CPUtime=0.37
/proc/22582/task/22589/stat : 22589 (java) S 22580 22582 19419 0 -1 64 970 436 0 0 34 0 2 1 15 0 9 0 2001239949 888954880 21893 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22590] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22590/stat : 22590 (java) S 22580 22582 19419 0 -1 64 1 436 0 0 0 0 2 1 19 0 9 0 2001239949 888954880 21893 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22591] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22591/stat : 22591 (java) S 22580 22582 19419 0 -1 64 36 436 0 0 0 0 2 1 15 0 9 0 2001239949 888954880 21893 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 868120

[startup+12.7018 s]
/proc/loadavg: 1.93 1.99 1.99 3/81 22595
/proc/meminfo: memFree=1710408/2055920 swapFree=4180256/4192956
[pid=22582] ppid=22580 vsize=868120 CPUtime=12.54
/proc/22582/stat : 22582 (java) S 22580 22582 19419 0 -1 0 36474 436 1 0 1221 30 2 1 18 0 9 0 2001239943 888954880 23570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22582/statm: 217030 23570 2637 9 0 211536 0
[pid=22582/tid=22584] ppid=22580 vsize=868120 CPUtime=11.92
/proc/22582/task/22584/stat : 22584 (java) R 22580 22582 19419 0 -1 64 23018 436 1 0 1165 24 2 1 25 0 9 0 2001239945 888954880 23570 996147200 134512640 134550740 4294955968 18446744073709551615 4127220208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22585] ppid=22580 vsize=868120 CPUtime=0.23
/proc/22582/task/22585/stat : 22585 (java) S 22580 22582 19419 0 -1 64 11569 436 0 0 16 4 2 1 16 0 9 0 2001239947 888954880 23570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22586] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22586/stat : 22586 (java) S 22580 22582 19419 0 -1 64 16 436 0 0 0 0 2 1 16 0 9 0 2001239947 888954880 23570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22587] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22587/stat : 22587 (java) S 22580 22582 19419 0 -1 64 25 436 0 0 0 0 2 1 16 0 9 0 2001239947 888954880 23570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22588] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22588/stat : 22588 (java) S 22580 22582 19419 0 -1 64 1 436 0 0 0 0 2 1 18 0 9 0 2001239949 888954880 23570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22589] ppid=22580 vsize=868120 CPUtime=0.41
/proc/22582/task/22589/stat : 22589 (java) S 22580 22582 19419 0 -1 64 999 436 0 0 38 0 2 1 16 0 9 0 2001239949 888954880 23570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22590] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22590/stat : 22590 (java) S 22580 22582 19419 0 -1 64 1 436 0 0 0 0 2 1 19 0 9 0 2001239949 888954880 23570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22591] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22591/stat : 22591 (java) S 22580 22582 19419 0 -1 64 36 436 0 0 0 0 2 1 15 0 9 0 2001239949 888954880 23570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 868120

[startup+25.5027 s]
/proc/loadavg: 1.95 1.99 1.99 3/81 22595
/proc/meminfo: memFree=1710408/2055920 swapFree=4180256/4192956
[pid=22582] ppid=22580 vsize=868120 CPUtime=25.23
/proc/22582/stat : 22582 (java) S 22580 22582 19419 0 -1 0 36497 436 1 0 2489 31 2 1 18 0 9 0 2001239943 888954880 23581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22582/statm: 217030 23581 2637 9 0 211536 0
[pid=22582/tid=22584] ppid=22580 vsize=868120 CPUtime=24.58
/proc/22582/task/22584/stat : 22584 (java) R 22580 22582 19419 0 -1 64 23030 436 1 0 2431 24 2 1 25 0 9 0 2001239945 888954880 23581 996147200 134512640 134550740 4294955968 18446744073709551615 4126675032 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22585] ppid=22580 vsize=868120 CPUtime=0.25
/proc/22582/task/22585/stat : 22585 (java) S 22580 22582 19419 0 -1 64 11580 436 0 0 18 4 2 1 16 0 9 0 2001239947 888954880 23581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22586] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22586/stat : 22586 (java) S 22580 22582 19419 0 -1 64 16 436 0 0 0 0 2 1 16 0 9 0 2001239947 888954880 23581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22587] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22587/stat : 22587 (java) S 22580 22582 19419 0 -1 64 25 436 0 0 0 0 2 1 16 0 9 0 2001239947 888954880 23581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22588] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22588/stat : 22588 (java) S 22580 22582 19419 0 -1 64 1 436 0 0 0 0 2 1 18 0 9 0 2001239949 888954880 23581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22589] ppid=22580 vsize=868120 CPUtime=0.41
/proc/22582/task/22589/stat : 22589 (java) S 22580 22582 19419 0 -1 64 999 436 0 0 38 0 2 1 16 0 9 0 2001239949 888954880 23581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22590] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22590/stat : 22590 (java) S 22580 22582 19419 0 -1 64 1 436 0 0 0 0 2 1 19 0 9 0 2001239949 888954880 23581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22591] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22591/stat : 22591 (java) S 22580 22582 19419 0 -1 64 36 436 0 0 0 0 2 1 15 0 9 0 2001239949 888954880 23581 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) 868120

[startup+51.1024 s]
/proc/loadavg: 1.96 1.99 1.99 3/81 22595
/proc/meminfo: memFree=1710280/2055920 swapFree=4180256/4192956
[pid=22582] ppid=22580 vsize=868120 CPUtime=50.58
/proc/22582/stat : 22582 (java) S 22580 22582 19419 0 -1 0 36540 436 1 0 5024 31 2 1 18 0 9 0 2001239943 888954880 23601 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22582/statm: 217030 23601 2637 9 0 211536 0
[pid=22582/tid=22584] ppid=22580 vsize=868120 CPUtime=49.89
/proc/22582/task/22584/stat : 22584 (java) R 22580 22582 19419 0 -1 64 23053 436 1 0 4962 24 2 1 25 0 9 0 2001239945 888954880 23601 996147200 134512640 134550740 4294955968 18446744073709551615 4127199379 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22585] ppid=22580 vsize=868120 CPUtime=0.29
/proc/22582/task/22585/stat : 22585 (java) S 22580 22582 19419 0 -1 64 11599 436 0 0 22 4 2 1 16 0 9 0 2001239947 888954880 23601 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22586] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22586/stat : 22586 (java) S 22580 22582 19419 0 -1 64 16 436 0 0 0 0 2 1 16 0 9 0 2001239947 888954880 23601 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22587] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22587/stat : 22587 (java) S 22580 22582 19419 0 -1 64 25 436 0 0 0 0 2 1 16 0 9 0 2001239947 888954880 23601 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22588] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22588/stat : 22588 (java) S 22580 22582 19419 0 -1 64 1 436 0 0 0 0 2 1 18 0 9 0 2001239949 888954880 23601 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22589] ppid=22580 vsize=868120 CPUtime=0.42
/proc/22582/task/22589/stat : 22589 (java) S 22580 22582 19419 0 -1 64 1000 436 0 0 39 0 2 1 16 0 9 0 2001239949 888954880 23601 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22590] ppid=22580 vsize=868120 CPUtime=0.03

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

/proc/22582/task/22587/stat : 22587 (java) S 22580 22582 19419 0 -1 64 25 436 0 0 0 0 2 1 16 0 9 0 2001239947 888954880 23740 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22588] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22588/stat : 22588 (java) S 22580 22582 19419 0 -1 64 1 436 0 0 0 0 2 1 18 0 9 0 2001239949 888954880 23740 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22589] ppid=22580 vsize=868120 CPUtime=0.43
/proc/22582/task/22589/stat : 22589 (java) S 22580 22582 19419 0 -1 64 1005 436 0 0 40 0 2 1 16 0 9 0 2001239949 888954880 23740 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22590] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22590/stat : 22590 (java) S 22580 22582 19419 0 -1 64 1 436 0 0 0 0 2 1 19 0 9 0 2001239949 888954880 23740 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22591] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22591/stat : 22591 (java) S 22580 22582 19419 0 -1 64 36 436 0 0 0 0 2 1 15 0 9 0 2001239949 888954880 23740 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1466.87
Current children cumulated vsize (KiB) 868120

[startup+1542.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/82 23226
/proc/meminfo: memFree=1689480/2055920 swapFree=4180256/4192956
[pid=22582] ppid=22580 vsize=868120 CPUtime=1526.85
/proc/22582/stat : 22582 (java) S 22580 22582 19419 0 -1 0 37959 436 1 0 152629 53 2 1 18 0 9 0 2001239943 888954880 23745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22582/statm: 217030 23745 2637 9 0 211536 0
[pid=22582/tid=22584] ppid=22580 vsize=868120 CPUtime=1524.3
/proc/22582/task/22584/stat : 22584 (java) R 22580 22582 19419 0 -1 64 24327 436 1 0 152391 36 2 1 25 0 9 0 2001239945 888954880 23745 996147200 134512640 134550740 4294955968 18446744073709551615 4127246682 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22582/tid=22585] ppid=22580 vsize=868120 CPUtime=2.13
/proc/22582/task/22585/stat : 22585 (java) S 22580 22582 19419 0 -1 64 11739 436 0 0 196 14 2 1 16 0 9 0 2001239947 888954880 23745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22582/tid=22586] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22586/stat : 22586 (java) S 22580 22582 19419 0 -1 64 16 436 0 0 0 0 2 1 16 0 9 0 2001239947 888954880 23745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22587] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22587/stat : 22587 (java) S 22580 22582 19419 0 -1 64 25 436 0 0 0 0 2 1 16 0 9 0 2001239947 888954880 23745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22588] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22588/stat : 22588 (java) S 22580 22582 19419 0 -1 64 1 436 0 0 0 0 2 1 18 0 9 0 2001239949 888954880 23745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22589] ppid=22580 vsize=868120 CPUtime=0.43
/proc/22582/task/22589/stat : 22589 (java) S 22580 22582 19419 0 -1 64 1005 436 0 0 40 0 2 1 16 0 9 0 2001239949 888954880 23745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22590] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22590/stat : 22590 (java) S 22580 22582 19419 0 -1 64 1 436 0 0 0 0 2 1 19 0 9 0 2001239949 888954880 23745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22591] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22591/stat : 22591 (java) S 22580 22582 19419 0 -1 64 36 436 0 0 0 0 2 1 15 0 9 0 2001239949 888954880 23745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1526.85
Current children cumulated vsize (KiB) 868120

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 23226
/proc/meminfo: memFree=1689480/2055920 swapFree=4180256/4192956
[pid=22582] ppid=22580 vsize=868120 CPUtime=1586.82
/proc/22582/stat : 22582 (java) S 22580 22582 19419 0 -1 0 38011 436 1 0 158626 53 2 1 18 0 9 0 2001239943 888954880 23748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22582/statm: 217030 23748 2637 9 0 211536 0
[pid=22582/tid=22584] ppid=22580 vsize=868120 CPUtime=1584.21
/proc/22582/task/22584/stat : 22584 (java) R 22580 22582 19419 0 -1 64 24376 436 1 0 158382 36 2 1 25 0 9 0 2001239945 888954880 23748 996147200 134512640 134550740 4294955968 18446744073709551615 4127227478 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22582/tid=22585] ppid=22580 vsize=868120 CPUtime=2.2
/proc/22582/task/22585/stat : 22585 (java) S 22580 22582 19419 0 -1 64 11742 436 0 0 203 14 2 1 16 0 9 0 2001239947 888954880 23748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22582/tid=22586] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22586/stat : 22586 (java) S 22580 22582 19419 0 -1 64 16 436 0 0 0 0 2 1 16 0 9 0 2001239947 888954880 23748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22587] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22587/stat : 22587 (java) S 22580 22582 19419 0 -1 64 25 436 0 0 0 0 2 1 16 0 9 0 2001239947 888954880 23748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22588] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22588/stat : 22588 (java) S 22580 22582 19419 0 -1 64 1 436 0 0 0 0 2 1 18 0 9 0 2001239949 888954880 23748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22589] ppid=22580 vsize=868120 CPUtime=0.43
/proc/22582/task/22589/stat : 22589 (java) S 22580 22582 19419 0 -1 64 1005 436 0 0 40 0 2 1 16 0 9 0 2001239949 888954880 23748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22590] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22590/stat : 22590 (java) S 22580 22582 19419 0 -1 64 1 436 0 0 0 0 2 1 19 0 9 0 2001239949 888954880 23748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22591] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22591/stat : 22591 (java) S 22580 22582 19419 0 -1 64 36 436 0 0 0 0 2 1 15 0 9 0 2001239949 888954880 23748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1586.82
Current children cumulated vsize (KiB) 868120

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 23226
/proc/meminfo: memFree=1689480/2055920 swapFree=4180256/4192956
[pid=22582] ppid=22580 vsize=868120 CPUtime=1646.8
/proc/22582/stat : 22582 (java) S 22580 22582 19419 0 -1 0 38049 436 1 0 164623 54 2 1 18 0 9 0 2001239943 888954880 23748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22582/statm: 217030 23748 2637 9 0 211536 0
[pid=22582/tid=22584] ppid=22580 vsize=868120 CPUtime=1644.13
/proc/22582/task/22584/stat : 22584 (java) R 22580 22582 19419 0 -1 64 24414 436 1 0 164374 36 2 1 25 0 9 0 2001239945 888954880 23748 996147200 134512640 134550740 4294955968 18446744073709551615 4126675032 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22582/tid=22585] ppid=22580 vsize=868120 CPUtime=2.24
/proc/22582/task/22585/stat : 22585 (java) S 22580 22582 19419 0 -1 64 11742 436 0 0 207 14 2 1 16 0 9 0 2001239947 888954880 23748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22582/tid=22586] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22586/stat : 22586 (java) S 22580 22582 19419 0 -1 64 16 436 0 0 0 0 2 1 16 0 9 0 2001239947 888954880 23748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22587] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22587/stat : 22587 (java) S 22580 22582 19419 0 -1 64 25 436 0 0 0 0 2 1 16 0 9 0 2001239947 888954880 23748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22588] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22588/stat : 22588 (java) S 22580 22582 19419 0 -1 64 1 436 0 0 0 0 2 1 18 0 9 0 2001239949 888954880 23748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22589] ppid=22580 vsize=868120 CPUtime=0.43
/proc/22582/task/22589/stat : 22589 (java) S 22580 22582 19419 0 -1 64 1005 436 0 0 40 0 2 1 16 0 9 0 2001239949 888954880 23748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22590] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22590/stat : 22590 (java) S 22580 22582 19419 0 -1 64 1 436 0 0 0 0 2 1 19 0 9 0 2001239949 888954880 23748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22591] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22591/stat : 22591 (java) S 22580 22582 19419 0 -1 64 36 436 0 0 0 0 2 1 15 0 9 0 2001239949 888954880 23748 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.8
Current children cumulated vsize (KiB) 868120

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 23226
/proc/meminfo: memFree=1689480/2055920 swapFree=4180256/4192956
[pid=22582] ppid=22580 vsize=868120 CPUtime=1706.77
/proc/22582/stat : 22582 (java) S 22580 22582 19419 0 -1 0 38113 436 1 0 170620 54 2 1 18 0 9 0 2001239943 888954880 23752 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22582/statm: 217030 23752 2637 9 0 211536 0
[pid=22582/tid=22584] ppid=22580 vsize=868120 CPUtime=1704.04
/proc/22582/task/22584/stat : 22584 (java) R 22580 22582 19419 0 -1 64 24474 436 1 0 170364 37 2 1 25 0 9 0 2001239945 888954880 23752 996147200 134512640 134550740 4294955968 18446744073709551615 4127222670 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22582/tid=22585] ppid=22580 vsize=868120 CPUtime=2.32
/proc/22582/task/22585/stat : 22585 (java) S 22580 22582 19419 0 -1 64 11746 436 0 0 214 15 2 1 17 0 9 0 2001239947 888954880 23752 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22582/tid=22586] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22586/stat : 22586 (java) S 22580 22582 19419 0 -1 64 16 436 0 0 0 0 2 1 16 0 9 0 2001239947 888954880 23752 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22587] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22587/stat : 22587 (java) S 22580 22582 19419 0 -1 64 25 436 0 0 0 0 2 1 16 0 9 0 2001239947 888954880 23752 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22588] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22588/stat : 22588 (java) S 22580 22582 19419 0 -1 64 1 436 0 0 0 0 2 1 18 0 9 0 2001239949 888954880 23752 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22589] ppid=22580 vsize=868120 CPUtime=0.43
/proc/22582/task/22589/stat : 22589 (java) S 22580 22582 19419 0 -1 64 1005 436 0 0 40 0 2 1 16 0 9 0 2001239949 888954880 23752 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22590] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22590/stat : 22590 (java) S 22580 22582 19419 0 -1 64 1 436 0 0 0 0 2 1 19 0 9 0 2001239949 888954880 23752 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22591] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22591/stat : 22591 (java) S 22580 22582 19419 0 -1 64 36 436 0 0 0 0 2 1 15 0 9 0 2001239949 888954880 23752 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.77
Current children cumulated vsize (KiB) 868120

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/82 23226
/proc/meminfo: memFree=1689288/2055920 swapFree=4180256/4192956
[pid=22582] ppid=22580 vsize=868120 CPUtime=1766.74
/proc/22582/stat : 22582 (java) S 22580 22582 19419 0 -1 0 38182 436 1 0 176616 55 2 1 18 0 9 0 2001239943 888954880 23756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22582/statm: 217030 23756 2637 9 0 211536 0
[pid=22582/tid=22584] ppid=22580 vsize=868120 CPUtime=1763.93
/proc/22582/task/22584/stat : 22584 (java) R 22580 22582 19419 0 -1 64 24539 436 1 0 176353 37 2 1 25 0 9 0 2001239945 888954880 23756 996147200 134512640 134550740 4294955968 18446744073709551615 4127074657 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22582/tid=22585] ppid=22580 vsize=868120 CPUtime=2.4
/proc/22582/task/22585/stat : 22585 (java) S 22580 22582 19419 0 -1 64 11750 436 0 0 222 15 2 1 17 0 9 0 2001239947 888954880 23756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22582/tid=22586] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22586/stat : 22586 (java) S 22580 22582 19419 0 -1 64 16 436 0 0 0 0 2 1 16 0 9 0 2001239947 888954880 23756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22587] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22587/stat : 22587 (java) S 22580 22582 19419 0 -1 64 25 436 0 0 0 0 2 1 16 0 9 0 2001239947 888954880 23756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22588] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22588/stat : 22588 (java) S 22580 22582 19419 0 -1 64 1 436 0 0 0 0 2 1 18 0 9 0 2001239949 888954880 23756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22589] ppid=22580 vsize=868120 CPUtime=0.43
/proc/22582/task/22589/stat : 22589 (java) S 22580 22582 19419 0 -1 64 1005 436 0 0 40 0 2 1 16 0 9 0 2001239949 888954880 23756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22590] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22590/stat : 22590 (java) S 22580 22582 19419 0 -1 64 1 436 0 0 0 0 2 1 19 0 9 0 2001239949 888954880 23756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22591] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22591/stat : 22591 (java) S 22580 22582 19419 0 -1 64 36 436 0 0 0 0 2 1 15 0 9 0 2001239949 888954880 23756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1766.74
Current children cumulated vsize (KiB) 868120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.6 s]
/proc/loadavg: 2.08 2.03 2.00 3/82 23226
/proc/meminfo: memFree=1689288/2055920 swapFree=4180256/4192956
[pid=22582] ppid=22580 vsize=868120 CPUtime=1800.04
/proc/22582/stat : 22582 (java) S 22580 22582 19419 0 -1 0 38222 436 1 0 179945 56 2 1 18 0 9 0 2001239943 888954880 23760 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22582/statm: 217030 23760 2637 9 0 211536 0
[pid=22582/tid=22584] ppid=22580 vsize=868120 CPUtime=1797.18
/proc/22582/task/22584/stat : 22584 (java) R 22580 22582 19419 0 -1 64 24575 436 1 0 179678 37 2 1 25 0 9 0 2001239945 888954880 23760 996147200 134512640 134550740 4294955968 18446744073709551615 4127200820 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22582/tid=22585] ppid=22580 vsize=868120 CPUtime=2.45
/proc/22582/task/22585/stat : 22585 (java) S 22580 22582 19419 0 -1 64 11754 436 0 0 226 16 2 1 17 0 9 0 2001239947 888954880 23760 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22582/tid=22586] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22586/stat : 22586 (java) S 22580 22582 19419 0 -1 64 16 436 0 0 0 0 2 1 16 0 9 0 2001239947 888954880 23760 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22587] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22587/stat : 22587 (java) S 22580 22582 19419 0 -1 64 25 436 0 0 0 0 2 1 16 0 9 0 2001239947 888954880 23760 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22588] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22588/stat : 22588 (java) S 22580 22582 19419 0 -1 64 1 436 0 0 0 0 2 1 18 0 9 0 2001239949 888954880 23760 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22589] ppid=22580 vsize=868120 CPUtime=0.43
/proc/22582/task/22589/stat : 22589 (java) S 22580 22582 19419 0 -1 64 1005 436 0 0 40 0 2 1 16 0 9 0 2001239949 888954880 23760 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22590] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22590/stat : 22590 (java) S 22580 22582 19419 0 -1 64 1 436 0 0 0 0 2 1 19 0 9 0 2001239949 888954880 23760 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22582/tid=22591] ppid=22580 vsize=868120 CPUtime=0.03
/proc/22582/task/22591/stat : 22591 (java) S 22580 22582 19419 0 -1 64 36 436 0 0 0 0 2 1 15 0 9 0 2001239949 888954880 23760 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868120

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

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

Child status: 143
Real time (s): 1815.65
CPU time (s): 1800.1
CPU user time (s): 1799.51
CPU system time (s): 0.58691
CPU usage (%): 99.1436
Max. virtual memory (cumulated for all children) (KiB): 868804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.58691
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38687
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= 48552
involuntary context switches= 78110

runsolver used 2.32665 second user time and 5.8991 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-05 03:50:58
IDJOB=1082441
IDBENCH=57251
IDSOLVER=363
FILE ID=node22/1082441-1215222658
PBS_JOBID= 7881679
Free space on /tmp= 66460 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-10/normalized-super-os-taillard-10-24.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-1082441-1215222658/watcher-1082441-1215222658 -o /tmp/evaluation-result-1082441-1215222658/solver-1082441-1215222658 -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-1082441-1215222658.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9306ef7954ddac95b00e0f57746494c3
RANDOM SEED=430824056

node22.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.267
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.267
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:       1795440 kB
Buffers:         36900 kB
Cached:         146804 kB
SwapCached:       6356 kB
Active:         153032 kB
Inactive:        52988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795440 kB
SwapTotal:     4192956 kB
SwapFree:      4180256 kB
Dirty:            2384 kB
Writeback:           0 kB
Mapped:          30204 kB
Slab:            39892 kB
Committed_AS:  3495296 kB
PageTables:       1728 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= 66460 MiB
End job on node22 at 2008-07-05 04:21:15