Trace number 1077617

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.23 1805.55

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-2.xml
MD5SUMdeee800a676362b8ba7ef4a56056f1e3
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark102.676
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints65133
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64933
Global constraints used (with number of constraints)alldifferent(200)

Solver Data (download as text)

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.17/0.26	
0.17/0.26	   configuration
0.17/0.26	     name=mac.xml
0.17/0.30	   
0.17/0.30	   instance
0.17/0.30	     name=HOME/instance-1077617-1215193991.xml
0.27/0.33	   
0.27/0.33	   domains being loaded...
0.27/0.35	   
0.27/0.35	   variables being loaded...
0.48/0.51	     nbVariables=800  nbDomainTypes=32  minDomainSize=1  maxDomainSize=45  nbTotalValues=19530
0.48/0.51	       =>  wckTime=0.244  cpuTime=0.15  mem=10M812
0.48/0.51	   
0.48/0.51	   predicates being loaded...
0.48/0.56	   
0.48/0.56	   constraints being loaded...
17.68/17.96	     nbConstraints=65133  nbGlobalConstraints=200  nbSingletonDomainVariables=24  nbConflictsStructures=20
17.68/17.96	     nbSharedConflictsStructures=6286  nbUnbuiltConflictsStructures=470  nbSharedBinaryRepresentations=0
17.68/17.96	     nbEvaluationManagers=490  nbSharedEvaluationManagers=64443  minDegree=272  maxDegree=399  minArity=4  avgArity=4.04
17.68/17.96	     maxArity=20  nbGenerators=0  nbFusions=0  symmetryWckTime=3.311  symmetryCpuTime=1.03
17.68/17.96	       =>  wckTime=17.701  cpuTime=13.12  mem=366M591
18.79/19.07	   
18.79/19.07	   solver IterativeSystematicSolver being built... 
22.55/22.83	   
22.55/22.84	   INFO : Forward propagation technique limited 
22.75/23.03	       =>  wckTime=22.762  cpuTime=15.26  mem=575M798
26.51/26.81	   
26.51/26.81	   preprocessing
26.51/26.81	     nbConstraintChecks=5579897  nbValidityChecks=210851  nbPropagations=800  nbRevisions=234508
26.51/26.81	     nbUselessRevisions=234508  nbRemovedValues=0  detectedInconsistency=no
26.51/26.81	       =>  wckTime=3.779  cpuTime=3.72  mem=585M14
166.87/168.52	   
166.87/168.52	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=589M119)

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-1077617-1215193991/watcher-1077617-1215193991 -o /tmp/evaluation-result-1077617-1215193991/solver-1077617-1215193991 -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-1077617-1215193991.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.93 1.98 1.99 3/82 834
/proc/meminfo: memFree=1617968/2055920 swapFree=4181452/4192956
[pid=834] ppid=832 vsize=18572 CPUtime=0
/proc/834/stat : 834 (runsolver) R 832 834 31557 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 131410180 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 210723466535 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/834/statm: 4643 292 257 25 0 2626 0

[startup+0.0465489 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 834
/proc/meminfo: memFree=1617968/2055920 swapFree=4181452/4192956
[pid=834] ppid=832 vsize=861876 CPUtime=0.02
/proc/834/stat : 834 (java) S 832 834 31557 0 -1 0 2249 0 1 0 1 1 0 0 18 0 5 0 131410180 882561024 1860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/834/statm: 215469 1860 854 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.102466 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 834
/proc/meminfo: memFree=1617968/2055920 swapFree=4181452/4192956
[pid=834] ppid=832 vsize=865884 CPUtime=0.08
/proc/834/stat : 834 (java) S 832 834 31557 0 -1 0 3679 0 1 0 6 2 0 0 18 0 9 0 131410180 886665216 3154 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/834/statm: 216471 3154 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301491 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 834
/proc/meminfo: memFree=1617968/2055920 swapFree=4181452/4192956
[pid=834] ppid=832 vsize=866284 CPUtime=0.27
/proc/834/stat : 834 (java) S 832 834 31557 0 -1 0 5773 0 1 0 23 4 0 0 18 0 9 0 131410180 887074816 5147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/834/statm: 216571 5147 1951 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866284

[startup+0.701541 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 834
/proc/meminfo: memFree=1617968/2055920 swapFree=4181452/4192956
[pid=834] ppid=832 vsize=867680 CPUtime=0.67
/proc/834/stat : 834 (java) S 832 834 31557 0 -1 0 8863 0 1 0 61 6 0 0 18 0 9 0 131410180 888504320 8223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/834/statm: 216920 8223 2011 9 0 211426 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867680

[startup+1.50264 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 843
/proc/meminfo: memFree=1574760/2055920 swapFree=4181452/4192956
[pid=834] ppid=832 vsize=867592 CPUtime=1.46
/proc/834/stat : 834 (java) S 832 834 31557 0 -1 0 18502 0 1 0 135 11 0 0 18 0 9 0 131410180 888414208 17837 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/834/statm: 216898 17837 2004 9 0 211426 0
[pid=834/tid=836] ppid=832 vsize=867592 CPUtime=1.21
/proc/834/task/836/stat : 836 (java) R 832 834 31557 0 -1 64 15749 0 1 0 112 9 0 0 25 0 9 0 131410182 888414208 17837 996147200 134512640 134550740 4294955968 18446744073709551615 4126632989 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=837] ppid=832 vsize=867592 CPUtime=0.05
/proc/834/task/837/stat : 837 (java) S 832 834 31557 0 -1 64 1389 0 0 0 5 0 0 0 16 0 9 0 131410183 888414208 17837 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=838] ppid=832 vsize=867592 CPUtime=0
/proc/834/task/838/stat : 838 (java) S 832 834 31557 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 131410184 888414208 17837 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=839] ppid=832 vsize=867592 CPUtime=0
/proc/834/task/839/stat : 839 (java) S 832 834 31557 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 131410184 888414208 17837 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=840] ppid=832 vsize=867592 CPUtime=0
/proc/834/task/840/stat : 840 (java) S 832 834 31557 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 131410186 888414208 17837 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=841] ppid=832 vsize=867592 CPUtime=0.17
/proc/834/task/841/stat : 841 (java) S 832 834 31557 0 -1 64 667 0 0 0 17 0 0 0 16 0 9 0 131410186 888414208 17837 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=842] ppid=832 vsize=867592 CPUtime=0
/proc/834/task/842/stat : 842 (java) S 832 834 31557 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 131410186 888414208 17837 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=843] ppid=832 vsize=867592 CPUtime=0
/proc/834/task/843/stat : 843 (java) S 832 834 31557 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 131410186 888414208 17837 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) 867592

[startup+3.10282 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 843
/proc/meminfo: memFree=1542952/2055920 swapFree=4181452/4192956
[pid=834] ppid=832 vsize=867592 CPUtime=3.06
/proc/834/stat : 834 (java) S 832 834 31557 0 -1 0 22755 0 1 0 292 14 0 0 18 0 9 0 131410180 888414208 22088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/834/statm: 216898 22088 2004 9 0 211426 0
[pid=834/tid=836] ppid=832 vsize=867592 CPUtime=2.57
/proc/834/task/836/stat : 836 (java) R 832 834 31557 0 -1 64 15752 0 1 0 248 9 0 0 25 0 9 0 131410182 888414208 22088 996147200 134512640 134550740 4294955968 18446744073709551615 4126625544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=837] ppid=832 vsize=867592 CPUtime=0.27
/proc/834/task/837/stat : 837 (java) S 832 834 31557 0 -1 64 5639 0 0 0 25 2 0 0 16 0 9 0 131410183 888414208 22088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=838] ppid=832 vsize=867592 CPUtime=0
/proc/834/task/838/stat : 838 (java) S 832 834 31557 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 131410184 888414208 22088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=839] ppid=832 vsize=867592 CPUtime=0
/proc/834/task/839/stat : 839 (java) S 832 834 31557 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 131410184 888414208 22088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=840] ppid=832 vsize=867592 CPUtime=0
/proc/834/task/840/stat : 840 (java) S 832 834 31557 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 131410186 888414208 22088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=841] ppid=832 vsize=867592 CPUtime=0.17
/proc/834/task/841/stat : 841 (java) S 832 834 31557 0 -1 64 667 0 0 0 17 0 0 0 17 0 9 0 131410186 888414208 22088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=842] ppid=832 vsize=867592 CPUtime=0
/proc/834/task/842/stat : 842 (java) S 832 834 31557 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 131410186 888414208 22088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=843] ppid=832 vsize=867592 CPUtime=0
/proc/834/task/843/stat : 843 (java) S 832 834 31557 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 131410186 888414208 22088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867592

[startup+6.3012 s]
/proc/loadavg: 2.09 2.02 2.01 3/91 843
/proc/meminfo: memFree=1516520/2055920 swapFree=4181452/4192956
[pid=834] ppid=832 vsize=867592 CPUtime=6.21
/proc/834/stat : 834 (java) S 832 834 31557 0 -1 0 33030 0 1 0 579 42 0 0 18 0 9 0 131410180 888414208 32358 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/834/statm: 216898 32358 2005 9 0 211426 0
[pid=834/tid=836] ppid=832 vsize=867592 CPUtime=5.2
/proc/834/task/836/stat : 836 (java) R 832 834 31557 0 -1 64 15778 0 1 0 486 34 0 0 25 0 9 0 131410182 888414208 32358 996147200 134512640 134550740 4294955968 18446744073709551615 102064724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=837] ppid=832 vsize=867592 CPUtime=0.74
/proc/834/task/837/stat : 837 (java) S 832 834 31557 0 -1 64 15830 0 0 0 68 6 0 0 17 0 9 0 131410183 888414208 32358 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=838] ppid=832 vsize=867592 CPUtime=0
/proc/834/task/838/stat : 838 (java) S 832 834 31557 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 131410184 888414208 32358 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=839] ppid=832 vsize=867592 CPUtime=0
/proc/834/task/839/stat : 839 (java) S 832 834 31557 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 131410184 888414208 32358 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=840] ppid=832 vsize=867592 CPUtime=0
/proc/834/task/840/stat : 840 (java) S 832 834 31557 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 131410186 888414208 32358 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=841] ppid=832 vsize=867592 CPUtime=0.25
/proc/834/task/841/stat : 841 (java) S 832 834 31557 0 -1 64 725 0 0 0 25 0 0 0 15 0 9 0 131410186 888414208 32358 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=842] ppid=832 vsize=867592 CPUtime=0
/proc/834/task/842/stat : 842 (java) S 832 834 31557 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 131410186 888414208 32358 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=843] ppid=832 vsize=867592 CPUtime=0
/proc/834/task/843/stat : 843 (java) S 832 834 31557 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 131410186 888414208 32358 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867592

[startup+12.703 s]
/proc/loadavg: 2.17 2.03 2.01 3/91 843
/proc/meminfo: memFree=1338600/2055920 swapFree=4181452/4192956
[pid=834] ppid=832 vsize=867592 CPUtime=12.56
/proc/834/stat : 834 (java) S 832 834 31557 0 -1 0 72357 0 1 0 1011 245 0 0 18 0 9 0 131410180 888414208 71677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/834/statm: 216898 71677 2005 9 0 211426 0
[pid=834/tid=836] ppid=832 vsize=867592 CPUtime=10.68
/proc/834/task/836/stat : 836 (java) R 832 834 31557 0 -1 64 15786 0 1 0 847 221 0 0 25 0 9 0 131410182 888414208 71677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=837] ppid=832 vsize=867592 CPUtime=1.58
/proc/834/task/837/stat : 837 (java) R 832 834 31557 0 -1 64 55145 0 0 0 136 22 0 0 16 0 9 0 131410183 888414208 71677 996147200 134512640 134550740 4294955968 18446744073709551615 104185923 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=838] ppid=832 vsize=867592 CPUtime=0
/proc/834/task/838/stat : 838 (java) S 832 834 31557 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 131410184 888414208 71677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=839] ppid=832 vsize=867592 CPUtime=0
/proc/834/task/839/stat : 839 (java) S 832 834 31557 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 131410184 888414208 71677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=840] ppid=832 vsize=867592 CPUtime=0
/proc/834/task/840/stat : 840 (java) S 832 834 31557 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 131410186 888414208 71677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=841] ppid=832 vsize=867592 CPUtime=0.26
/proc/834/task/841/stat : 841 (java) S 832 834 31557 0 -1 64 729 0 0 0 26 0 0 0 15 0 9 0 131410186 888414208 71677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=842] ppid=832 vsize=867592 CPUtime=0
/proc/834/task/842/stat : 842 (java) S 832 834 31557 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 131410186 888414208 71677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=843] ppid=832 vsize=867592 CPUtime=0
/proc/834/task/843/stat : 843 (java) S 832 834 31557 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 131410186 888414208 71677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867592

[startup+25.5015 s]
/proc/loadavg: 2.13 2.03 2.01 3/91 847
/proc/meminfo: memFree=996056/2055920 swapFree=4181452/4192956
[pid=834] ppid=832 vsize=868240 CPUtime=25.22
/proc/834/stat : 834 (java) S 832 834 31557 0 -1 0 247897 5536 1 0 1978 357 179 8 18 0 9 0 131410180 889077760 157589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/834/statm: 217060 157589 2615 9 0 211588 0
[pid=834/tid=836] ppid=832 vsize=868240 CPUtime=19.74
/proc/834/task/836/stat : 836 (java) R 832 834 31557 0 -1 64 29021 5536 1 0 1505 282 179 8 25 0 9 0 131410182 889077760 157589 996147200 134512640 134550740 4294955968 18446744073709551615 4125952094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=837] ppid=832 vsize=868240 CPUtime=6.92
/proc/834/task/837/stat : 837 (java) S 832 834 31557 0 -1 64 217068 5536 0 0 435 70 179 8 16 0 9 0 131410183 889077760 157589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=834/tid=838] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/838/stat : 838 (java) S 832 834 31557 0 -1 64 18 5536 0 0 0 0 179 8 16 0 9 0 131410184 889077760 157589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=839] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/839/stat : 839 (java) S 832 834 31557 0 -1 64 8 5536 0 0 0 0 179 8 16 0 9 0 131410184 889077760 157589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=834/tid=840] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/840/stat : 840 (java) S 832 834 31557 0 -1 64 0 5536 0 0 0 0 179 8 18 0 9 0 131410186 889077760 157589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=841] ppid=832 vsize=868240 CPUtime=2.24
/proc/834/task/841/stat : 841 (java) S 832 834 31557 0 -1 64 945 5536 0 0 36 1 179 8 15 0 9 0 131410186 889077760 157589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=842] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/842/stat : 842 (java) S 832 834 31557 0 -1 64 2 5536 0 0 0 0 179 8 19 0 9 0 131410186 889077760 157589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=843] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/843/stat : 843 (java) S 832 834 31557 0 -1 64 20 5536 0 0 0 0 179 8 15 0 9 0 131410186 889077760 157589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868240

[startup+51.1015 s]
/proc/loadavg: 2.08 2.03 2.01 3/91 847
/proc/meminfo: memFree=996184/2055920 swapFree=4181452/4192956
[pid=834] ppid=832 vsize=868240 CPUtime=50.58
/proc/834/stat : 834 (java) S 832 834 31557 0 -1 0 247926 5536 1 0 4514 357 179 8 18 0 9 0 131410180 889077760 157606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/834/statm: 217060 157606 2615 9 0 211588 0
[pid=834/tid=836] ppid=832 vsize=868240 CPUtime=45.07
/proc/834/task/836/stat : 836 (java) R 832 834 31557 0 -1 64 29033 5536 1 0 4038 282 179 8 25 0 9 0 131410182 889077760 157606 996147200 134512640 134550740 4294955968 18446744073709551615 4127330013 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=837] ppid=832 vsize=868240 CPUtime=6.92
/proc/834/task/837/stat : 837 (java) S 832 834 31557 0 -1 64 217068 5536 0 0 435 70 179 8 16 0 9 0 131410183 889077760 157606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=834/tid=838] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/838/stat : 838 (java) S 832 834 31557 0 -1 64 18 5536 0 0 0 0 179 8 16 0 9 0 131410184 889077760 157606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=839] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/839/stat : 839 (java) S 832 834 31557 0 -1 64 8 5536 0 0 0 0 179 8 16 0 9 0 131410184 889077760 157606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=834/tid=840] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/840/stat : 840 (java) S 832 834 31557 0 -1 64 0 5536 0 0 0 0 179 8 18 0 9 0 131410186 889077760 157606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=841] ppid=832 vsize=868240 CPUtime=2.27
/proc/834/task/841/stat : 841 (java) S 832 834 31557 0 -1 64 962 5536 0 0 39 1 179 8 16 0 9 0 131410186 889077760 157606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=842] ppid=832 vsize=868240 CPUtime=1.87

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

Current children cumulated CPU time (s) 1477.08
Current children cumulated vsize (KiB) 868240

[startup+1542.3 s]
/proc/loadavg: 2.08 2.07 2.00 3/82 884
/proc/meminfo: memFree=1119008/2055920 swapFree=4181452/4192956
[pid=834] ppid=832 vsize=868240 CPUtime=1537.06
/proc/834/stat : 834 (java) S 832 834 31557 0 -1 0 247972 5536 1 0 153155 364 179 8 18 0 9 0 131410180 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/834/statm: 217060 157630 2615 9 0 211588 0
[pid=834/tid=836] ppid=832 vsize=868240 CPUtime=1531.48
/proc/834/task/836/stat : 836 (java) R 832 834 31557 0 -1 64 29054 5536 1 0 152674 287 179 8 25 0 9 0 131410182 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4126988837 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=834/tid=837] ppid=832 vsize=868240 CPUtime=6.92
/proc/834/task/837/stat : 837 (java) S 832 834 31557 0 -1 64 217068 5536 0 0 435 70 179 8 16 0 9 0 131410183 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=838] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/838/stat : 838 (java) S 832 834 31557 0 -1 64 18 5536 0 0 0 0 179 8 16 0 9 0 131410184 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=839] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/839/stat : 839 (java) S 832 834 31557 0 -1 64 8 5536 0 0 0 0 179 8 16 0 9 0 131410184 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=834/tid=840] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/840/stat : 840 (java) S 832 834 31557 0 -1 64 0 5536 0 0 0 0 179 8 18 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=841] ppid=832 vsize=868240 CPUtime=2.32
/proc/834/task/841/stat : 841 (java) S 832 834 31557 0 -1 64 987 5536 0 0 44 1 179 8 16 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=834/tid=842] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/842/stat : 842 (java) S 832 834 31557 0 -1 64 2 5536 0 0 0 0 179 8 19 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=843] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/843/stat : 843 (java) S 832 834 31557 0 -1 64 20 5536 0 0 0 0 179 8 15 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1537.06
Current children cumulated vsize (KiB) 868240

[startup+1602.3 s]
/proc/loadavg: 2.08 2.07 2.00 3/82 884
/proc/meminfo: memFree=1119008/2055920 swapFree=4181452/4192956
[pid=834] ppid=832 vsize=868240 CPUtime=1597.04
/proc/834/stat : 834 (java) S 832 834 31557 0 -1 0 247972 5536 1 0 159153 364 179 8 18 0 9 0 131410180 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/834/statm: 217060 157630 2615 9 0 211588 0
[pid=834/tid=836] ppid=832 vsize=868240 CPUtime=1591.45
/proc/834/task/836/stat : 836 (java) R 832 834 31557 0 -1 64 29054 5536 1 0 158671 287 179 8 25 0 9 0 131410182 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4127345093 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=834/tid=837] ppid=832 vsize=868240 CPUtime=6.92
/proc/834/task/837/stat : 837 (java) S 832 834 31557 0 -1 64 217068 5536 0 0 435 70 179 8 16 0 9 0 131410183 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=838] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/838/stat : 838 (java) S 832 834 31557 0 -1 64 18 5536 0 0 0 0 179 8 16 0 9 0 131410184 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=839] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/839/stat : 839 (java) S 832 834 31557 0 -1 64 8 5536 0 0 0 0 179 8 16 0 9 0 131410184 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=834/tid=840] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/840/stat : 840 (java) S 832 834 31557 0 -1 64 0 5536 0 0 0 0 179 8 18 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=841] ppid=832 vsize=868240 CPUtime=2.32
/proc/834/task/841/stat : 841 (java) S 832 834 31557 0 -1 64 987 5536 0 0 44 1 179 8 16 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=834/tid=842] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/842/stat : 842 (java) S 832 834 31557 0 -1 64 2 5536 0 0 0 0 179 8 19 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=843] ppid=832 vsize=868240 CPUtime=1.88
/proc/834/task/843/stat : 843 (java) S 832 834 31557 0 -1 64 20 5536 0 0 0 1 179 8 15 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.04
Current children cumulated vsize (KiB) 868240

[startup+1662.3 s]
/proc/loadavg: 2.07 2.07 2.00 3/82 884
/proc/meminfo: memFree=1119008/2055920 swapFree=4181452/4192956
[pid=834] ppid=832 vsize=868240 CPUtime=1657.01
/proc/834/stat : 834 (java) S 832 834 31557 0 -1 0 247972 5536 1 0 165150 364 179 8 18 0 9 0 131410180 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/834/statm: 217060 157630 2615 9 0 211588 0
[pid=834/tid=836] ppid=832 vsize=868240 CPUtime=1651.43
/proc/834/task/836/stat : 836 (java) R 832 834 31557 0 -1 64 29054 5536 1 0 164669 287 179 8 25 0 9 0 131410182 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4126996659 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=834/tid=837] ppid=832 vsize=868240 CPUtime=6.92
/proc/834/task/837/stat : 837 (java) S 832 834 31557 0 -1 64 217068 5536 0 0 435 70 179 8 16 0 9 0 131410183 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=838] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/838/stat : 838 (java) S 832 834 31557 0 -1 64 18 5536 0 0 0 0 179 8 16 0 9 0 131410184 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=839] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/839/stat : 839 (java) S 832 834 31557 0 -1 64 8 5536 0 0 0 0 179 8 16 0 9 0 131410184 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=834/tid=840] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/840/stat : 840 (java) S 832 834 31557 0 -1 64 0 5536 0 0 0 0 179 8 18 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=841] ppid=832 vsize=868240 CPUtime=2.32
/proc/834/task/841/stat : 841 (java) S 832 834 31557 0 -1 64 987 5536 0 0 44 1 179 8 16 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=834/tid=842] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/842/stat : 842 (java) S 832 834 31557 0 -1 64 2 5536 0 0 0 0 179 8 19 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=843] ppid=832 vsize=868240 CPUtime=1.88
/proc/834/task/843/stat : 843 (java) S 832 834 31557 0 -1 64 20 5536 0 0 0 1 179 8 15 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.01
Current children cumulated vsize (KiB) 868240

[startup+1722.3 s]
/proc/loadavg: 2.07 2.07 2.00 3/82 884
/proc/meminfo: memFree=1118944/2055920 swapFree=4181452/4192956
[pid=834] ppid=832 vsize=868240 CPUtime=1716.99
/proc/834/stat : 834 (java) S 832 834 31557 0 -1 0 247972 5536 1 0 171148 364 179 8 18 0 9 0 131410180 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/834/statm: 217060 157630 2615 9 0 211588 0
[pid=834/tid=836] ppid=832 vsize=868240 CPUtime=1711.4
/proc/834/task/836/stat : 836 (java) R 832 834 31557 0 -1 64 29054 5536 1 0 170666 287 179 8 25 0 9 0 131410182 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4127330058 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=834/tid=837] ppid=832 vsize=868240 CPUtime=6.92
/proc/834/task/837/stat : 837 (java) S 832 834 31557 0 -1 64 217068 5536 0 0 435 70 179 8 16 0 9 0 131410183 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=838] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/838/stat : 838 (java) S 832 834 31557 0 -1 64 18 5536 0 0 0 0 179 8 16 0 9 0 131410184 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=839] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/839/stat : 839 (java) S 832 834 31557 0 -1 64 8 5536 0 0 0 0 179 8 16 0 9 0 131410184 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=834/tid=840] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/840/stat : 840 (java) S 832 834 31557 0 -1 64 0 5536 0 0 0 0 179 8 18 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=841] ppid=832 vsize=868240 CPUtime=2.32
/proc/834/task/841/stat : 841 (java) S 832 834 31557 0 -1 64 987 5536 0 0 44 1 179 8 16 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=834/tid=842] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/842/stat : 842 (java) S 832 834 31557 0 -1 64 2 5536 0 0 0 0 179 8 19 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=843] ppid=832 vsize=868240 CPUtime=1.88
/proc/834/task/843/stat : 843 (java) S 832 834 31557 0 -1 64 20 5536 0 0 0 1 179 8 15 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.99
Current children cumulated vsize (KiB) 868240

[startup+1782.3 s]
/proc/loadavg: 2.06 2.07 2.00 3/82 884
/proc/meminfo: memFree=1118880/2055920 swapFree=4181452/4192956
[pid=834] ppid=832 vsize=868240 CPUtime=1776.97
/proc/834/stat : 834 (java) S 832 834 31557 0 -1 0 247972 5536 1 0 177146 364 179 8 18 0 9 0 131410180 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/834/statm: 217060 157630 2615 9 0 211588 0
[pid=834/tid=836] ppid=832 vsize=868240 CPUtime=1771.38
/proc/834/task/836/stat : 836 (java) R 832 834 31557 0 -1 64 29054 5536 1 0 176664 287 179 8 25 0 9 0 131410182 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4126988783 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=834/tid=837] ppid=832 vsize=868240 CPUtime=6.92
/proc/834/task/837/stat : 837 (java) S 832 834 31557 0 -1 64 217068 5536 0 0 435 70 179 8 16 0 9 0 131410183 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=838] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/838/stat : 838 (java) S 832 834 31557 0 -1 64 18 5536 0 0 0 0 179 8 16 0 9 0 131410184 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=839] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/839/stat : 839 (java) S 832 834 31557 0 -1 64 8 5536 0 0 0 0 179 8 16 0 9 0 131410184 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=834/tid=840] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/840/stat : 840 (java) S 832 834 31557 0 -1 64 0 5536 0 0 0 0 179 8 18 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=841] ppid=832 vsize=868240 CPUtime=2.32
/proc/834/task/841/stat : 841 (java) S 832 834 31557 0 -1 64 987 5536 0 0 44 1 179 8 16 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=834/tid=842] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/842/stat : 842 (java) S 832 834 31557 0 -1 64 2 5536 0 0 0 0 179 8 19 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=843] ppid=832 vsize=868240 CPUtime=1.88
/proc/834/task/843/stat : 843 (java) S 832 834 31557 0 -1 64 20 5536 0 0 0 1 179 8 15 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.97
Current children cumulated vsize (KiB) 868240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.4 s]
/proc/loadavg: 2.16 2.09 2.01 3/82 884
/proc/meminfo: memFree=1118816/2055920 swapFree=4181452/4192956
[pid=834] ppid=832 vsize=868240 CPUtime=1800.06
/proc/834/stat : 834 (java) S 832 834 31557 0 -1 0 247972 5536 1 0 179455 364 179 8 18 0 9 0 131410180 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/834/statm: 217060 157630 2615 9 0 211588 0
[pid=834/tid=836] ppid=832 vsize=868240 CPUtime=1794.48
/proc/834/task/836/stat : 836 (java) R 832 834 31557 0 -1 64 29054 5536 1 0 178974 287 179 8 25 0 9 0 131410182 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4127330007 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=834/tid=837] ppid=832 vsize=868240 CPUtime=6.92
/proc/834/task/837/stat : 837 (java) S 832 834 31557 0 -1 64 217068 5536 0 0 435 70 179 8 16 0 9 0 131410183 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=838] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/838/stat : 838 (java) S 832 834 31557 0 -1 64 18 5536 0 0 0 0 179 8 16 0 9 0 131410184 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=839] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/839/stat : 839 (java) S 832 834 31557 0 -1 64 8 5536 0 0 0 0 179 8 16 0 9 0 131410184 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=834/tid=840] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/840/stat : 840 (java) S 832 834 31557 0 -1 64 0 5536 0 0 0 0 179 8 18 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=841] ppid=832 vsize=868240 CPUtime=2.32
/proc/834/task/841/stat : 841 (java) S 832 834 31557 0 -1 64 987 5536 0 0 44 1 179 8 16 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=834/tid=842] ppid=832 vsize=868240 CPUtime=1.87
/proc/834/task/842/stat : 842 (java) S 832 834 31557 0 -1 64 2 5536 0 0 0 0 179 8 19 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=834/tid=843] ppid=832 vsize=868240 CPUtime=1.89
/proc/834/task/843/stat : 843 (java) R 832 834 31557 0 -1 64 20 5536 0 0 1 1 179 8 15 0 9 0 131410186 889077760 157630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868240

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

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

[startup+1805.51 s]
/proc/loadavg: 2.16 2.09 2.01 3/82 884
/proc/meminfo: memFree=1118816/2055920 swapFree=4181452/4192956
[pid=834] ppid=832 vsize=0 CPUtime=1800.18
/proc/834/stat : 834 (java) Z 832 834 31557 0 -1 1036 248003 5536 1 0 179461 370 179 8 16 0 2 0 131410180 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/834/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1805.55
CPU time (s): 1800.23
CPU user time (s): 1796.41
CPU system time (s): 3.82542
CPU usage (%): 99.7054
Max. virtual memory (cumulated for all children) (KiB): 902468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.41
system time used= 3.82542
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253539
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= 38709
involuntary context switches= 28697

runsolver used 2.57161 second user time and 5.65014 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-04 19:53:11
IDJOB=1077617
IDBENCH=56692
IDSOLVER=363
FILE ID=node73/1077617-1215193991
PBS_JOBID= 7881587
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-2.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-1077617-1215193991/watcher-1077617-1215193991 -o /tmp/evaluation-result-1077617-1215193991/solver-1077617-1215193991 -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-1077617-1215193991.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= deee800a676362b8ba7ef4a56056f1e3
RANDOM SEED=488543542

node73.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.230
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.230
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:       1618448 kB
Buffers:         55324 kB
Cached:         193220 kB
SwapCached:       5300 kB
Active:         300132 kB
Inactive:        80156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1618448 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:           11088 kB
Writeback:           0 kB
Mapped:         145488 kB
Slab:            42096 kB
Committed_AS:  1111288 kB
PageTables:       2076 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= 66544 MiB
End job on node73 at 2008-07-04 20:23:19