Trace number 1082673

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.14 1807.47

General information on the benchmark

Namecsp/super-os/super-os-taillard-20/
normalized-super-os-taillard-20-27.xml
MD5SUMec22dd72fedf3b6844826e496bf5d03b
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 benchmark11.1333
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints23200
Maximum constraint arity2
Maximum domain size1284
Number of constraints which are defined in extension0
Number of constraints which are defined in intension23200
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1082673-1215223791.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.48/0.52	     nbVariables=800  nbDomainTypes=98  minDomainSize=1186  maxDomainSize=1284  nbTotalValues=986230
0.48/0.52	       =>  wckTime=0.272  cpuTime=0.19  mem=30M373
0.48/0.52	   
0.48/0.52	   predicates being loaded...
0.48/0.57	   
0.48/0.57	   constraints being loaded...
21.02/21.22	   
21.02/21.22	   INFO : Stopping converting binary constraints (cpu=20.24, mem = 71M208)
24.89/25.16	     nbConstraints=23220  nbGlobalConstraints=22820  nbConvertedConstraints=117  nbConvertConstraintsChecks=99402778
24.89/25.16	     nbExtensionStructures=65  nbSharedExtensionStructures=52  nbConflictsStructures=65  nbSharedConflictsStructures=52
24.89/25.16	     nbUnbuiltConflictsStructures=94  nbSharedBinaryRepresentations=80360  nbEvaluationManagers=94
24.89/25.16	     nbSharedEvaluationManagers=189  minDegree=39  maxDegree=78  minArity=2  avgArity=2.02  maxArity=21  nbGenerators=0
24.89/25.16	     nbFusions=0  symmetryWckTime=3.332  symmetryCpuTime=2.98  nbCliques=20
24.89/25.16	       =>  wckTime=24.911  cpuTime=23.58  mem=108M432
25.29/25.56	   
25.29/25.56	   solver IterativeSystematicSolver being built... 
25.38/25.65	   
25.38/25.65	   INFO : Forward propagation technique limited 
25.59/25.86	       =>  wckTime=25.617  cpuTime=23.78  mem=108M297
25.99/26.21	   
25.99/26.21	   preprocessing
25.99/26.21	     nbConstraintChecks=696809  nbValidityChecks=566  nbPropagations=800  nbRevisions=566  nbUselessRevisions=566
25.99/26.21	     nbRemovedValues=0  detectedInconsistency=no
25.99/26.21	       =>  wckTime=0.31  cpuTime=0.3  mem=110M118
34.73/35.00	   
34.73/35.00	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=127, mem=128M924)

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-1082673-1215223791/watcher-1082673-1215223791 -o /tmp/evaluation-result-1082673-1215223791/solver-1082673-1215223791 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1082673-1215223791.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 5/81 29424
/proc/meminfo: memFree=881704/2055920 swapFree=4176992/4192956
[pid=29424] ppid=29422 vsize=18572 CPUtime=0
/proc/29424/stat : 29424 (runsolver) R 29422 29424 27578 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 645299241 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 243665530151 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/29424/statm: 4643 292 257 25 0 2626 0

[startup+0.0194691 s]
/proc/loadavg: 1.92 1.98 1.99 5/81 29424
/proc/meminfo: memFree=881704/2055920 swapFree=4176992/4192956
[pid=29424] ppid=29422 vsize=10936 CPUtime=0
/proc/29424/stat : 29424 (java) S 29422 29424 27578 0 -1 0 853 0 1 0 0 0 0 0 20 0 2 0 645299241 11198464 605 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/29424/statm: 2734 605 310 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10936

[startup+0.102356 s]
/proc/loadavg: 1.92 1.98 1.99 5/81 29424
/proc/meminfo: memFree=881704/2055920 swapFree=4176992/4192956
[pid=29424] ppid=29422 vsize=865884 CPUtime=0.08
/proc/29424/stat : 29424 (java) S 29422 29424 27578 0 -1 0 3696 0 1 0 6 2 0 0 20 0 9 0 645299241 886665216 3171 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29424/statm: 216471 3171 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.30138 s]
/proc/loadavg: 1.92 1.98 1.99 5/81 29424
/proc/meminfo: memFree=881704/2055920 swapFree=4176992/4192956
[pid=29424] ppid=29422 vsize=866284 CPUtime=0.28
/proc/29424/stat : 29424 (java) S 29422 29424 27578 0 -1 0 5915 0 1 0 24 4 0 0 20 0 9 0 645299241 887074816 5289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29424/statm: 216571 5289 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701423 s]
/proc/loadavg: 1.92 1.98 1.99 5/81 29424
/proc/meminfo: memFree=881704/2055920 swapFree=4176992/4192956
[pid=29424] ppid=29422 vsize=867712 CPUtime=0.68
/proc/29424/stat : 29424 (java) S 29422 29424 27578 0 -1 0 13716 0 1 0 60 8 0 0 20 0 9 0 645299241 888537088 13076 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29424/statm: 216928 13076 2011 9 0 211434 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867712

[startup+1.5025 s]
/proc/loadavg: 1.92 1.98 1.99 4/90 29433
/proc/meminfo: memFree=799840/2055920 swapFree=4176992/4192956
[pid=29424] ppid=29422 vsize=867624 CPUtime=1.47
/proc/29424/stat : 29424 (java) S 29422 29424 27578 0 -1 0 23024 0 1 0 135 12 0 0 20 0 9 0 645299241 888446976 22360 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29424/statm: 216906 22360 2004 9 0 211434 0
[pid=29424/tid=29426] ppid=29422 vsize=867624 CPUtime=1.21
/proc/29424/task/29426/stat : 29426 (java) R 29422 29424 27578 0 -1 64 15749 0 1 0 113 8 0 0 25 0 9 0 645299242 888446976 22360 996147200 134512640 134550740 4294955968 18446744073709551615 102887992 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29427] ppid=29422 vsize=867624 CPUtime=0.07
/proc/29424/task/29427/stat : 29427 (java) S 29422 29424 27578 0 -1 64 5915 0 0 0 6 1 0 0 17 0 9 0 645299244 888446976 22360 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29428] ppid=29422 vsize=867624 CPUtime=0
/proc/29424/task/29428/stat : 29428 (java) S 29422 29424 27578 0 -1 64 13 0 0 0 0 0 0 0 17 0 9 0 645299244 888446976 22360 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29429] ppid=29422 vsize=867624 CPUtime=0
/proc/29424/task/29429/stat : 29429 (java) S 29422 29424 27578 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 645299244 888446976 22360 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29430] ppid=29422 vsize=867624 CPUtime=0
/proc/29424/task/29430/stat : 29430 (java) S 29422 29424 27578 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 645299246 888446976 22360 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29431] ppid=29422 vsize=867624 CPUtime=0.16
/proc/29424/task/29431/stat : 29431 (java) S 29422 29424 27578 0 -1 64 662 0 0 0 15 1 0 0 16 0 9 0 645299246 888446976 22360 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29432] ppid=29422 vsize=867624 CPUtime=0
/proc/29424/task/29432/stat : 29432 (java) S 29422 29424 27578 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 645299246 888446976 22360 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29433] ppid=29422 vsize=867624 CPUtime=0
/proc/29424/task/29433/stat : 29433 (java) S 29422 29424 27578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645299246 888446976 22360 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.10166 s]
/proc/loadavg: 1.92 1.98 1.99 3/90 29433
/proc/meminfo: memFree=783968/2055920 swapFree=4176992/4192956
[pid=29424] ppid=29422 vsize=867624 CPUtime=3.06
/proc/29424/stat : 29424 (java) S 29422 29424 27578 0 -1 0 26964 0 1 0 290 16 0 0 20 0 9 0 645299241 888446976 26296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29424/statm: 216906 26296 2006 9 0 211434 0
[pid=29424/tid=29426] ppid=29422 vsize=867624 CPUtime=2.64
/proc/29424/task/29426/stat : 29426 (java) R 29422 29424 27578 0 -1 64 15779 0 1 0 253 11 0 0 25 0 9 0 645299242 888446976 26296 996147200 134512640 134550740 4294955968 18446744073709551615 4126911749 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29427] ppid=29422 vsize=867624 CPUtime=0.21
/proc/29424/task/29427/stat : 29427 (java) S 29422 29424 27578 0 -1 64 9795 0 0 0 18 3 0 0 17 0 9 0 645299244 888446976 26296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29428] ppid=29422 vsize=867624 CPUtime=0
/proc/29424/task/29428/stat : 29428 (java) S 29422 29424 27578 0 -1 64 13 0 0 0 0 0 0 0 17 0 9 0 645299244 888446976 26296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29429] ppid=29422 vsize=867624 CPUtime=0
/proc/29424/task/29429/stat : 29429 (java) S 29422 29424 27578 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 645299244 888446976 26296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29430] ppid=29422 vsize=867624 CPUtime=0
/proc/29424/task/29430/stat : 29430 (java) S 29422 29424 27578 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 645299246 888446976 26296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29431] ppid=29422 vsize=867624 CPUtime=0.19
/proc/29424/task/29431/stat : 29431 (java) S 29422 29424 27578 0 -1 64 692 0 0 0 18 1 0 0 15 0 9 0 645299246 888446976 26296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29432] ppid=29422 vsize=867624 CPUtime=0
/proc/29424/task/29432/stat : 29432 (java) S 29422 29424 27578 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 645299246 888446976 26296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29433] ppid=29422 vsize=867624 CPUtime=0
/proc/29424/task/29433/stat : 29433 (java) S 29422 29424 27578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645299246 888446976 26296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867624

[startup+6.30209 s]
/proc/loadavg: 1.93 1.98 1.99 3/90 29433
/proc/meminfo: memFree=783592/2055920 swapFree=4176992/4192956
[pid=29424] ppid=29422 vsize=867624 CPUtime=6.25
/proc/29424/stat : 29424 (java) S 29422 29424 27578 0 -1 0 26980 0 1 0 605 20 0 0 20 0 9 0 645299241 888446976 26310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29424/statm: 216906 26310 2006 9 0 211434 0
[pid=29424/tid=29426] ppid=29422 vsize=867624 CPUtime=5.81
/proc/29424/task/29426/stat : 29426 (java) R 29422 29424 27578 0 -1 64 15782 0 1 0 566 15 0 0 25 0 9 0 645299242 888446976 26310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29427] ppid=29422 vsize=867624 CPUtime=0.21
/proc/29424/task/29427/stat : 29427 (java) S 29422 29424 27578 0 -1 64 9795 0 0 0 18 3 0 0 16 0 9 0 645299244 888446976 26310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29428] ppid=29422 vsize=867624 CPUtime=0
/proc/29424/task/29428/stat : 29428 (java) S 29422 29424 27578 0 -1 64 13 0 0 0 0 0 0 0 17 0 9 0 645299244 888446976 26310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29429] ppid=29422 vsize=867624 CPUtime=0
/proc/29424/task/29429/stat : 29429 (java) S 29422 29424 27578 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 645299244 888446976 26310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29430] ppid=29422 vsize=867624 CPUtime=0
/proc/29424/task/29430/stat : 29430 (java) S 29422 29424 27578 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 645299246 888446976 26310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29431] ppid=29422 vsize=867624 CPUtime=0.2
/proc/29424/task/29431/stat : 29431 (java) S 29422 29424 27578 0 -1 64 705 0 0 0 19 1 0 0 15 0 9 0 645299246 888446976 26310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29432] ppid=29422 vsize=867624 CPUtime=0
/proc/29424/task/29432/stat : 29432 (java) S 29422 29424 27578 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 645299246 888446976 26310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29433] ppid=29422 vsize=867624 CPUtime=0
/proc/29424/task/29433/stat : 29433 (java) S 29422 29424 27578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645299246 888446976 26310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867624

[startup+12.7016 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 29476
/proc/meminfo: memFree=818400/2055920 swapFree=4176992/4192956
[pid=29424] ppid=29422 vsize=867624 CPUtime=12.59
/proc/29424/stat : 29424 (java) S 29422 29424 27578 0 -1 0 26990 0 1 0 1229 30 0 0 20 0 9 0 645299241 888446976 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29424/statm: 216906 26319 2006 9 0 211434 0
[pid=29424/tid=29426] ppid=29422 vsize=867624 CPUtime=12.12
/proc/29424/task/29426/stat : 29426 (java) R 29422 29424 27578 0 -1 64 15783 0 1 0 1188 24 0 0 25 0 9 0 645299242 888446976 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4126911769 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29427] ppid=29422 vsize=867624 CPUtime=0.21
/proc/29424/task/29427/stat : 29427 (java) S 29422 29424 27578 0 -1 64 9795 0 0 0 18 3 0 0 16 0 9 0 645299244 888446976 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29428] ppid=29422 vsize=867624 CPUtime=0
/proc/29424/task/29428/stat : 29428 (java) S 29422 29424 27578 0 -1 64 13 0 0 0 0 0 0 0 17 0 9 0 645299244 888446976 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29429] ppid=29422 vsize=867624 CPUtime=0
/proc/29424/task/29429/stat : 29429 (java) S 29422 29424 27578 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 645299244 888446976 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29430] ppid=29422 vsize=867624 CPUtime=0
/proc/29424/task/29430/stat : 29430 (java) S 29422 29424 27578 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 645299246 888446976 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29431] ppid=29422 vsize=867624 CPUtime=0.22
/proc/29424/task/29431/stat : 29431 (java) S 29422 29424 27578 0 -1 64 714 0 0 0 21 1 0 0 16 0 9 0 645299246 888446976 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29432] ppid=29422 vsize=867624 CPUtime=0
/proc/29424/task/29432/stat : 29432 (java) S 29422 29424 27578 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 645299246 888446976 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29433] ppid=29422 vsize=867624 CPUtime=0
/proc/29424/task/29433/stat : 29433 (java) S 29422 29424 27578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645299246 888446976 26319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 867624

[startup+25.503 s]
/proc/loadavg: 2.09 2.02 2.00 4/94 29483
/proc/meminfo: memFree=660688/2055920 swapFree=4176992/4192956
[pid=29424] ppid=29422 vsize=867948 CPUtime=25.29
/proc/29424/stat : 29424 (java) S 29422 29424 27578 0 -1 0 58064 1389 1 0 2442 60 24 3 20 0 9 0 645299241 888778752 35181 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29424/statm: 216987 35181 2614 9 0 211515 0
[pid=29424/tid=29426] ppid=29422 vsize=867948 CPUtime=24.04
/proc/29424/task/29426/stat : 29426 (java) R 29422 29424 27578 0 -1 64 23465 1389 1 0 2331 46 24 3 25 0 9 0 645299242 888778752 35181 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29427] ppid=29422 vsize=867948 CPUtime=1.2
/proc/29424/task/29427/stat : 29427 (java) R 29422 29424 27578 0 -1 64 32873 1389 0 0 84 9 24 3 18 0 9 0 645299244 888778752 35181 996147200 134512640 134550740 4294955968 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29428] ppid=29422 vsize=867948 CPUtime=0.27
/proc/29424/task/29428/stat : 29428 (java) S 29422 29424 27578 0 -1 64 13 1389 0 0 0 0 24 3 17 0 9 0 645299244 888778752 35181 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29429] ppid=29422 vsize=867948 CPUtime=0.27
/proc/29424/task/29429/stat : 29429 (java) S 29422 29424 27578 0 -1 64 5 1389 0 0 0 0 24 3 17 0 9 0 645299244 888778752 35181 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29430] ppid=29422 vsize=867948 CPUtime=0.27
/proc/29424/task/29430/stat : 29430 (java) S 29422 29424 27578 0 -1 64 1 1389 0 0 0 0 24 3 25 0 9 0 645299246 888778752 35181 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29431] ppid=29422 vsize=867948 CPUtime=0.54
/proc/29424/task/29431/stat : 29431 (java) S 29422 29424 27578 0 -1 64 877 1389 0 0 26 1 24 3 16 0 9 0 645299246 888778752 35181 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29432] ppid=29422 vsize=867948 CPUtime=0.27
/proc/29424/task/29432/stat : 29432 (java) S 29422 29424 27578 0 -1 64 2 1389 0 0 0 0 24 3 25 0 9 0 645299246 888778752 35181 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29433] ppid=29422 vsize=867948 CPUtime=0.27
/proc/29424/task/29433/stat : 29433 (java) S 29422 29424 27578 0 -1 64 12 1389 0 0 0 0 24 3 15 0 9 0 645299246 888778752 35181 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 867948

[startup+51.1026 s]
/proc/loadavg: 2.14 2.03 2.01 3/82 29549
/proc/meminfo: memFree=759096/2055920 swapFree=4176992/4192956
[pid=29424] ppid=29422 vsize=868036 CPUtime=50.61
/proc/29424/stat : 29424 (java) S 29422 29424 27578 0 -1 0 79875 1389 1 0 4967 67 24 3 20 0 9 0 645299241 888868864 47807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29424/statm: 217009 47807 2638 9 0 211515 0
[pid=29424/tid=29426] ppid=29422 vsize=868036 CPUtime=48.92
/proc/29424/task/29426/stat : 29426 (java) R 29422 29424 27578 0 -1 64 31847 1389 1 0 4816 49 24 3 25 0 9 0 645299242 888868864 47807 996147200 134512640 134550740 4294955968 18446744073709551615 4126731058 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29427] ppid=29422 vsize=868036 CPUtime=1.51
/proc/29424/task/29427/stat : 29427 (java) S 29422 29424 27578 0 -1 64 46173 1389 0 0 110 14 24 3 16 0 9 0 645299244 888868864 47807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29428] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29428/stat : 29428 (java) S 29422 29424 27578 0 -1 64 16 1389 0 0 0 0 24 3 16 0 9 0 645299244 888868864 47807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29429] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29429/stat : 29429 (java) S 29422 29424 27578 0 -1 64 17 1389 0 0 0 0 24 3 15 0 9 0 645299244 888868864 47807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29430] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29430/stat : 29430 (java) S 29422 29424 27578 0 -1 64 1 1389 0 0 0 0 24 3 25 0 9 0 645299246 888868864 47807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29431] ppid=29422 vsize=868036 CPUtime=0.67
/proc/29424/task/29431/stat : 29431 (java) S 29422 29424 27578 0 -1 64 991 1389 0 0 39 1 24 3 15 0 9 0 645299246 888868864 47807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29432] ppid=29422 vsize=868036 CPUtime=0.27

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

/proc/29424/task/29429/stat : 29429 (java) S 29422 29424 27578 0 -1 64 17 1389 0 0 0 0 24 3 15 0 9 0 645299244 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29430] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29430/stat : 29430 (java) S 29422 29424 27578 0 -1 64 1 1389 0 0 0 0 24 3 25 0 9 0 645299246 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29431] ppid=29422 vsize=868036 CPUtime=0.68
/proc/29424/task/29431/stat : 29431 (java) S 29422 29424 27578 0 -1 64 992 1389 0 0 40 1 24 3 16 0 9 0 645299246 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29432] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29432/stat : 29432 (java) S 29422 29424 27578 0 -1 64 2 1389 0 0 0 0 24 3 25 0 9 0 645299246 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29433] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29433/stat : 29433 (java) S 29422 29424 27578 0 -1 64 12 1389 0 0 0 0 24 3 15 0 9 0 645299246 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.22
Current children cumulated vsize (KiB) 868036

[startup+1542.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/82 29549
/proc/meminfo: memFree=755128/2055920 swapFree=4176992/4192956
[pid=29424] ppid=29422 vsize=868036 CPUtime=1535.99
/proc/29424/stat : 29424 (java) S 29422 29424 27578 0 -1 0 82124 1389 1 0 153477 95 24 3 20 0 9 0 645299241 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29424/statm: 217009 47860 2638 9 0 211515 0
[pid=29424/tid=29426] ppid=29422 vsize=868036 CPUtime=1522.84
/proc/29424/task/29426/stat : 29426 (java) R 29422 29424 27578 0 -1 64 34043 1389 1 0 152198 59 24 3 25 0 9 0 645299242 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4127312309 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29427] ppid=29422 vsize=868036 CPUtime=12.95
/proc/29424/task/29427/stat : 29427 (java) S 29422 29424 27578 0 -1 64 46225 1389 0 0 1237 31 24 3 16 0 9 0 645299244 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29428] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29428/stat : 29428 (java) S 29422 29424 27578 0 -1 64 16 1389 0 0 0 0 24 3 16 0 9 0 645299244 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29429] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29429/stat : 29429 (java) S 29422 29424 27578 0 -1 64 17 1389 0 0 0 0 24 3 15 0 9 0 645299244 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29430] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29430/stat : 29430 (java) S 29422 29424 27578 0 -1 64 1 1389 0 0 0 0 24 3 25 0 9 0 645299246 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29431] ppid=29422 vsize=868036 CPUtime=0.68
/proc/29424/task/29431/stat : 29431 (java) S 29422 29424 27578 0 -1 64 992 1389 0 0 40 1 24 3 16 0 9 0 645299246 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29432] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29432/stat : 29432 (java) S 29422 29424 27578 0 -1 64 2 1389 0 0 0 0 24 3 25 0 9 0 645299246 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29433] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29433/stat : 29433 (java) S 29422 29424 27578 0 -1 64 12 1389 0 0 0 0 24 3 15 0 9 0 645299246 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.99
Current children cumulated vsize (KiB) 868036

[startup+1602.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/82 29549
/proc/meminfo: memFree=755064/2055920 swapFree=4176992/4192956
[pid=29424] ppid=29422 vsize=868036 CPUtime=1595.76
/proc/29424/stat : 29424 (java) S 29422 29424 27578 0 -1 0 82197 1389 1 0 159453 96 24 3 20 0 9 0 645299241 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29424/statm: 217009 47860 2638 9 0 211515 0
[pid=29424/tid=29426] ppid=29422 vsize=868036 CPUtime=1582.23
/proc/29424/task/29426/stat : 29426 (java) R 29422 29424 27578 0 -1 64 34116 1389 1 0 158137 59 24 3 25 0 9 0 645299242 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4126656252 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29427] ppid=29422 vsize=868036 CPUtime=13.34
/proc/29424/task/29427/stat : 29427 (java) S 29422 29424 27578 0 -1 64 46225 1389 0 0 1275 32 24 3 16 0 9 0 645299244 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29428] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29428/stat : 29428 (java) S 29422 29424 27578 0 -1 64 16 1389 0 0 0 0 24 3 16 0 9 0 645299244 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29429] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29429/stat : 29429 (java) S 29422 29424 27578 0 -1 64 17 1389 0 0 0 0 24 3 15 0 9 0 645299244 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29430] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29430/stat : 29430 (java) S 29422 29424 27578 0 -1 64 1 1389 0 0 0 0 24 3 25 0 9 0 645299246 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29431] ppid=29422 vsize=868036 CPUtime=0.68
/proc/29424/task/29431/stat : 29431 (java) S 29422 29424 27578 0 -1 64 992 1389 0 0 40 1 24 3 16 0 9 0 645299246 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29432] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29432/stat : 29432 (java) S 29422 29424 27578 0 -1 64 2 1389 0 0 0 0 24 3 25 0 9 0 645299246 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29433] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29433/stat : 29433 (java) S 29422 29424 27578 0 -1 64 12 1389 0 0 0 0 24 3 15 0 9 0 645299246 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.76
Current children cumulated vsize (KiB) 868036

[startup+1662.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/82 29549
/proc/meminfo: memFree=755064/2055920 swapFree=4176992/4192956
[pid=29424] ppid=29422 vsize=868036 CPUtime=1655.51
/proc/29424/stat : 29424 (java) S 29422 29424 27578 0 -1 0 82268 1389 1 0 165428 96 24 3 20 0 9 0 645299241 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29424/statm: 217009 47860 2638 9 0 211515 0
[pid=29424/tid=29426] ppid=29422 vsize=868036 CPUtime=1641.63
/proc/29424/task/29426/stat : 29426 (java) R 29422 29424 27578 0 -1 64 34187 1389 1 0 164077 59 24 3 25 0 9 0 645299242 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4127291764 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29427] ppid=29422 vsize=868036 CPUtime=13.7
/proc/29424/task/29427/stat : 29427 (java) S 29422 29424 27578 0 -1 64 46225 1389 0 0 1311 32 24 3 17 0 9 0 645299244 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29428] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29428/stat : 29428 (java) S 29422 29424 27578 0 -1 64 16 1389 0 0 0 0 24 3 16 0 9 0 645299244 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29429] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29429/stat : 29429 (java) S 29422 29424 27578 0 -1 64 17 1389 0 0 0 0 24 3 15 0 9 0 645299244 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29430] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29430/stat : 29430 (java) S 29422 29424 27578 0 -1 64 1 1389 0 0 0 0 24 3 25 0 9 0 645299246 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29431] ppid=29422 vsize=868036 CPUtime=0.68
/proc/29424/task/29431/stat : 29431 (java) S 29422 29424 27578 0 -1 64 992 1389 0 0 40 1 24 3 16 0 9 0 645299246 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29432] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29432/stat : 29432 (java) S 29422 29424 27578 0 -1 64 2 1389 0 0 0 0 24 3 25 0 9 0 645299246 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29433] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29433/stat : 29433 (java) S 29422 29424 27578 0 -1 64 12 1389 0 0 0 0 24 3 15 0 9 0 645299246 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.51
Current children cumulated vsize (KiB) 868036

[startup+1722.3 s]
/proc/loadavg: 2.34 2.13 2.03 3/82 29549
/proc/meminfo: memFree=755064/2055920 swapFree=4176992/4192956
[pid=29424] ppid=29422 vsize=868036 CPUtime=1715.29
/proc/29424/stat : 29424 (java) S 29422 29424 27578 0 -1 0 82347 1389 1 0 171405 97 24 3 20 0 9 0 645299241 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29424/statm: 217009 47860 2638 9 0 211515 0
[pid=29424/tid=29426] ppid=29422 vsize=868036 CPUtime=1700.98
/proc/29424/task/29426/stat : 29426 (java) R 29422 29424 27578 0 -1 64 34266 1389 1 0 170012 59 24 3 25 0 9 0 645299242 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4127111409 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29427] ppid=29422 vsize=868036 CPUtime=14.12
/proc/29424/task/29427/stat : 29427 (java) S 29422 29424 27578 0 -1 64 46225 1389 0 0 1352 33 24 3 16 0 9 0 645299244 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29428] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29428/stat : 29428 (java) S 29422 29424 27578 0 -1 64 16 1389 0 0 0 0 24 3 16 0 9 0 645299244 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29429] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29429/stat : 29429 (java) S 29422 29424 27578 0 -1 64 17 1389 0 0 0 0 24 3 15 0 9 0 645299244 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29430] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29430/stat : 29430 (java) S 29422 29424 27578 0 -1 64 1 1389 0 0 0 0 24 3 25 0 9 0 645299246 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29431] ppid=29422 vsize=868036 CPUtime=0.68
/proc/29424/task/29431/stat : 29431 (java) S 29422 29424 27578 0 -1 64 992 1389 0 0 40 1 24 3 16 0 9 0 645299246 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29432] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29432/stat : 29432 (java) S 29422 29424 27578 0 -1 64 2 1389 0 0 0 0 24 3 25 0 9 0 645299246 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29433] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29433/stat : 29433 (java) S 29422 29424 27578 0 -1 64 12 1389 0 0 0 0 24 3 15 0 9 0 645299246 888868864 47860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.29
Current children cumulated vsize (KiB) 868036

[startup+1782.3 s]
/proc/loadavg: 2.16 2.11 2.03 3/82 29549
/proc/meminfo: memFree=754936/2055920 swapFree=4176992/4192956
[pid=29424] ppid=29422 vsize=868036 CPUtime=1775.05
/proc/29424/stat : 29424 (java) S 29422 29424 27578 0 -1 0 82441 1389 1 0 177380 98 24 3 20 0 9 0 645299241 888868864 47864 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29424/statm: 217009 47864 2638 9 0 211515 0
[pid=29424/tid=29426] ppid=29422 vsize=868036 CPUtime=1760.27
/proc/29424/task/29426/stat : 29426 (java) R 29422 29424 27578 0 -1 64 34356 1389 1 0 175941 59 24 3 25 0 9 0 645299242 888868864 47864 996147200 134512640 134550740 4294955968 18446744073709551615 4127333503 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29427] ppid=29422 vsize=868036 CPUtime=14.58
/proc/29424/task/29427/stat : 29427 (java) S 29422 29424 27578 0 -1 64 46229 1389 0 0 1397 34 24 3 16 0 9 0 645299244 888868864 47864 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29428] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29428/stat : 29428 (java) S 29422 29424 27578 0 -1 64 16 1389 0 0 0 0 24 3 16 0 9 0 645299244 888868864 47864 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29429] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29429/stat : 29429 (java) S 29422 29424 27578 0 -1 64 17 1389 0 0 0 0 24 3 15 0 9 0 645299244 888868864 47864 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29430] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29430/stat : 29430 (java) S 29422 29424 27578 0 -1 64 1 1389 0 0 0 0 24 3 25 0 9 0 645299246 888868864 47864 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29431] ppid=29422 vsize=868036 CPUtime=0.68
/proc/29424/task/29431/stat : 29431 (java) S 29422 29424 27578 0 -1 64 992 1389 0 0 40 1 24 3 16 0 9 0 645299246 888868864 47864 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29432] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29432/stat : 29432 (java) S 29422 29424 27578 0 -1 64 2 1389 0 0 0 0 24 3 25 0 9 0 645299246 888868864 47864 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29433] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29433/stat : 29433 (java) S 29422 29424 27578 0 -1 64 12 1389 0 0 0 0 24 3 15 0 9 0 645299246 888868864 47864 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.05
Current children cumulated vsize (KiB) 868036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.4 s]
/proc/loadavg: 2.17 2.12 2.04 3/82 29549
/proc/meminfo: memFree=754936/2055920 swapFree=4176992/4192956
[pid=29424] ppid=29422 vsize=868036 CPUtime=1800.05
/proc/29424/stat : 29424 (java) S 29422 29424 27578 0 -1 0 82476 1389 1 0 179880 98 24 3 20 0 9 0 645299241 888868864 47864 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29424/statm: 217009 47864 2638 9 0 211515 0
[pid=29424/tid=29426] ppid=29422 vsize=868036 CPUtime=1785.1
/proc/29424/task/29426/stat : 29426 (java) R 29422 29424 27578 0 -1 64 34391 1389 1 0 178424 59 24 3 25 0 9 0 645299242 888868864 47864 996147200 134512640 134550740 4294955968 18446744073709551615 4127304720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29427] ppid=29422 vsize=868036 CPUtime=14.76
/proc/29424/task/29427/stat : 29427 (java) S 29422 29424 27578 0 -1 64 46229 1389 0 0 1415 34 24 3 16 0 9 0 645299244 888868864 47864 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29428] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29428/stat : 29428 (java) S 29422 29424 27578 0 -1 64 16 1389 0 0 0 0 24 3 16 0 9 0 645299244 888868864 47864 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29429] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29429/stat : 29429 (java) S 29422 29424 27578 0 -1 64 17 1389 0 0 0 0 24 3 15 0 9 0 645299244 888868864 47864 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29430] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29430/stat : 29430 (java) S 29422 29424 27578 0 -1 64 1 1389 0 0 0 0 24 3 25 0 9 0 645299246 888868864 47864 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29431] ppid=29422 vsize=868036 CPUtime=0.68
/proc/29424/task/29431/stat : 29431 (java) S 29422 29424 27578 0 -1 64 992 1389 0 0 40 1 24 3 16 0 9 0 645299246 888868864 47864 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29424/tid=29432] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29432/stat : 29432 (java) S 29422 29424 27578 0 -1 64 2 1389 0 0 0 0 24 3 25 0 9 0 645299246 888868864 47864 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29424/tid=29433] ppid=29422 vsize=868036 CPUtime=0.27
/proc/29424/task/29433/stat : 29433 (java) S 29422 29424 27578 0 -1 64 12 1389 0 0 0 0 24 3 15 0 9 0 645299246 888868864 47864 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
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

Child status: 143
Real time (s): 1807.47
CPU time (s): 1800.14
CPU user time (s): 1799.09
CPU system time (s): 1.05184
CPU usage (%): 99.5946
Max. virtual memory (cumulated for all children) (KiB): 868036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 1.05184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83897
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= 54931
involuntary context switches= 74090

runsolver used 2.16167 second user time and 5.09123 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-05 04:09:51
IDJOB=1082673
IDBENCH=57311
IDSOLVER=364
FILE ID=node84/1082673-1215223791
PBS_JOBID= 7881788
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ec22dd72fedf3b6844826e496bf5d03b
RANDOM SEED=672474517

node84.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.231
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.231
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:        882120 kB
Buffers:         17108 kB
Cached:        1029360 kB
SwapCached:      10116 kB
Active:         133780 kB
Inactive:       989452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        882120 kB
SwapTotal:     4192956 kB
SwapFree:      4176992 kB
Dirty:            4932 kB
Writeback:           0 kB
Mapped:          89876 kB
Slab:            35720 kB
Committed_AS:  1959544 kB
PageTables:       1928 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= 66552 MiB
End job on node84 at 2008-07-05 04:40:00