Trace number 1064641

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.09 1811.86

General information on the benchmark

Namecsp/tdsp/
normalized-C5-1-91.xml
MD5SUM166b656c48baaba962d92b1da6129743
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark257.173
Satisfiable
(Un)Satisfiability was proved
Number of variables221
Number of constraints2774
Maximum constraint arity6
Maximum domain size92
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2774
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1064641-1215143019.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.38/0.43	     nbVariables=221  nbDomainTypes=5  minDomainSize=1  maxDomainSize=92  nbTotalValues=11317
0.38/0.43	       =>  wckTime=0.185  cpuTime=0.15  mem=8M894
0.38/0.43	   
0.38/0.43	   predicates being loaded...
0.48/0.50	   
0.48/0.50	   constraints being loaded...
5.12/5.22	     nbConstraints=2774  nbSingletonDomainVariables=2  nbConflictsStructures=116  nbSharedConflictsStructures=30
5.12/5.22	     nbUnbuiltConflictsStructures=1840  nbSharedBinaryRepresentations=0  nbEvaluationManagers=1956
5.12/5.22	     nbSharedEvaluationManagers=818  minDegree=73  maxDegree=74  minArity=3  avgArity=5.84  maxArity=6  nbGenerators=0
5.12/5.22	     nbFusions=0  symmetryWckTime=0.263  symmetryCpuTime=0.13
5.12/5.22	       =>  wckTime=4.973  cpuTime=4.33  mem=36M187
5.21/5.37	   
5.21/5.37	   solver IterativeSystematicSolver being built... 
5.61/5.79	   
5.61/5.79	   INFO : Forward propagation technique limited 
5.71/5.86	       =>  wckTime=5.613  cpuTime=4.67  mem=76M509
5.81/5.93	   
5.81/5.93	   preprocessing
5.81/5.93	     nbConstraintChecks=1556  nbPropagations=221  nbRevisions=146  nbUselessRevisions=0  nbRemovedValues=778
5.81/5.93	     detectedInconsistency=no
5.81/5.93	       =>  wckTime=0.066  cpuTime=0.06  mem=77M510
118.87/119.08	   
118.87/119.08	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=80M548)

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

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


[startup+0 s]
/proc/loadavg: 2.24 2.29 2.18 3/72 26074
/proc/meminfo: memFree=1448200/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=148 CPUtime=0
/proc/26074/stat : 26074 (java) R 26072 26074 23403 0 -1 0 35 0 0 0 0 0 0 0 19 0 1 0 125972028 151552 20 996147200 134512640 134550740 4294956144 18446744073709551615 10677311 0 0 4096 0 0 0 0 17 0 0 0
/proc/26074/statm: 37 20 14 9 0 3 0

[startup+0.0888179 s]
/proc/loadavg: 2.24 2.29 2.18 3/72 26074
/proc/meminfo: memFree=1448200/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=865856 CPUtime=0.07
/proc/26074/stat : 26074 (java) S 26072 26074 23403 0 -1 0 3531 0 1 0 5 2 0 0 19 0 9 0 125972028 886636544 3021 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26074/statm: 216464 3021 1636 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865856

[startup+0.101813 s]
/proc/loadavg: 2.24 2.29 2.18 3/72 26074
/proc/meminfo: memFree=1448200/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=865884 CPUtime=0.08
/proc/26074/stat : 26074 (java) S 26072 26074 23403 0 -1 0 3680 0 1 0 6 2 0 0 19 0 9 0 125972028 886665216 3155 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26074/statm: 216471 3155 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301836 s]
/proc/loadavg: 2.24 2.29 2.18 3/72 26074
/proc/meminfo: memFree=1448200/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=866196 CPUtime=0.28
/proc/26074/stat : 26074 (java) S 26072 26074 23403 0 -1 0 5608 0 1 0 24 4 0 0 19 0 9 0 125972028 886984704 5022 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26074/statm: 216549 5022 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701876 s]
/proc/loadavg: 2.24 2.29 2.18 3/72 26074
/proc/meminfo: memFree=1448200/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=867092 CPUtime=0.67
/proc/26074/stat : 26074 (java) S 26072 26074 23403 0 -1 0 8396 0 1 0 62 5 0 0 19 0 9 0 125972028 887902208 7756 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26074/statm: 216773 7756 2007 9 0 211279 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867092

[startup+1.50196 s]
/proc/loadavg: 2.22 2.28 2.18 4/81 26083
/proc/meminfo: memFree=1407552/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=867600 CPUtime=1.47
/proc/26074/stat : 26074 (java) S 26072 26074 23403 0 -1 0 18311 0 1 0 134 13 0 0 19 0 9 0 125972028 888422400 17646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26074/statm: 216900 17646 2004 9 0 211428 0
[pid=26074/tid=26076] ppid=26072 vsize=867600 CPUtime=1.18
/proc/26074/task/26076/stat : 26076 (java) R 26072 26074 23403 0 -1 64 15763 0 1 0 107 11 0 0 25 0 9 0 125972030 888422400 17646 996147200 134512640 134550740 4294955984 18446744073709551615 11008693 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26077] ppid=26072 vsize=867600 CPUtime=0.04
/proc/26074/task/26077/stat : 26077 (java) S 26072 26074 23403 0 -1 64 1137 0 0 0 4 0 0 0 16 0 9 0 125972032 888422400 17646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26078] ppid=26072 vsize=867600 CPUtime=0
/proc/26074/task/26078/stat : 26078 (java) S 26072 26074 23403 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 125972032 888422400 17646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26079] ppid=26072 vsize=867600 CPUtime=0
/proc/26074/task/26079/stat : 26079 (java) S 26072 26074 23403 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 125972032 888422400 17646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26080] ppid=26072 vsize=867600 CPUtime=0
/proc/26074/task/26080/stat : 26080 (java) S 26072 26074 23403 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 125972034 888422400 17646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26081] ppid=26072 vsize=867600 CPUtime=0.22
/proc/26074/task/26081/stat : 26081 (java) S 26072 26074 23403 0 -1 64 714 0 0 0 22 0 0 0 16 0 9 0 125972034 888422400 17646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26082] ppid=26072 vsize=867600 CPUtime=0
/proc/26074/task/26082/stat : 26082 (java) S 26072 26074 23403 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 125972034 888422400 17646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26083] ppid=26072 vsize=867600 CPUtime=0
/proc/26074/task/26083/stat : 26083 (java) S 26072 26074 23403 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 125972034 888422400 17646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867600

[startup+3.10213 s]
/proc/loadavg: 2.22 2.28 2.18 4/81 26083
/proc/meminfo: memFree=1383232/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=867600 CPUtime=3.06
/proc/26074/stat : 26074 (java) S 26072 26074 23403 0 -1 0 19814 0 1 0 289 17 0 0 19 0 9 0 125972028 888422400 19147 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26074/statm: 216900 19147 2005 9 0 211428 0
[pid=26074/tid=26076] ppid=26072 vsize=867600 CPUtime=2.68
/proc/26074/task/26076/stat : 26076 (java) R 26072 26074 23403 0 -1 64 15770 0 1 0 254 14 0 0 25 0 9 0 125972030 888422400 19147 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26077] ppid=26072 vsize=867600 CPUtime=0.11
/proc/26074/task/26077/stat : 26077 (java) S 26072 26074 23403 0 -1 64 2625 0 0 0 10 1 0 0 16 0 9 0 125972032 888422400 19147 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26078] ppid=26072 vsize=867600 CPUtime=0
/proc/26074/task/26078/stat : 26078 (java) S 26072 26074 23403 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 125972032 888422400 19147 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26079] ppid=26072 vsize=867600 CPUtime=0
/proc/26074/task/26079/stat : 26079 (java) S 26072 26074 23403 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 125972032 888422400 19147 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26080] ppid=26072 vsize=867600 CPUtime=0
/proc/26074/task/26080/stat : 26080 (java) S 26072 26074 23403 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 125972034 888422400 19147 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26081] ppid=26072 vsize=867600 CPUtime=0.24
/proc/26074/task/26081/stat : 26081 (java) S 26072 26074 23403 0 -1 64 722 0 0 0 24 0 0 0 15 0 9 0 125972034 888422400 19147 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26082] ppid=26072 vsize=867600 CPUtime=0
/proc/26074/task/26082/stat : 26082 (java) S 26072 26074 23403 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 125972034 888422400 19147 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26083] ppid=26072 vsize=867600 CPUtime=0
/proc/26074/task/26083/stat : 26083 (java) S 26072 26074 23403 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 125972034 888422400 19147 996147200 134512640 134550740 4294955984 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) 867600

[startup+6.30245 s]
/proc/loadavg: 2.22 2.28 2.18 5/82 26087
/proc/meminfo: memFree=1366328/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=868120 CPUtime=6.22
/proc/26074/stat : 26074 (java) S 26072 26074 23403 0 -1 0 46127 579 1 0 583 31 7 1 19 0 9 0 125972028 888954880 27549 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26074/statm: 217030 27549 2637 9 0 211536 0
[pid=26074/tid=26076] ppid=26072 vsize=868120 CPUtime=5.36
/proc/26074/task/26076/stat : 26076 (java) R 26072 26074 23403 0 -1 64 27749 579 1 0 506 22 7 1 25 0 9 0 125972030 888954880 27549 996147200 134512640 134550740 4294955984 18446744073709551615 4126891128 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26077] ppid=26072 vsize=868120 CPUtime=0.53
/proc/26074/task/26077/stat : 26077 (java) S 26072 26074 23403 0 -1 64 16511 579 0 0 40 5 7 1 17 0 9 0 125972032 888954880 27549 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26078] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26078/stat : 26078 (java) S 26072 26074 23403 0 -1 64 18 579 0 0 0 0 7 1 16 0 9 0 125972032 888954880 27549 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26079] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26079/stat : 26079 (java) S 26072 26074 23403 0 -1 64 20 579 0 0 0 0 7 1 16 0 9 0 125972032 888954880 27549 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26080] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26080/stat : 26080 (java) S 26072 26074 23403 0 -1 64 0 579 0 0 0 0 7 1 18 0 9 0 125972034 888954880 27549 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26081] ppid=26072 vsize=868120 CPUtime=0.44
/proc/26074/task/26081/stat : 26081 (java) S 26072 26074 23403 0 -1 64 969 579 0 0 36 0 7 1 16 0 9 0 125972034 888954880 27549 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26082] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26082/stat : 26082 (java) S 26072 26074 23403 0 -1 64 2 579 0 0 0 0 7 1 19 0 9 0 125972034 888954880 27549 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26083] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26083/stat : 26083 (java) S 26072 26074 23403 0 -1 64 50 579 0 0 0 0 7 1 15 0 9 0 125972034 888954880 27549 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868120

[startup+12.7021 s]
/proc/loadavg: 2.18 2.27 2.18 3/81 26087
/proc/meminfo: memFree=1347520/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=868120 CPUtime=12.61
/proc/26074/stat : 26074 (java) S 26072 26074 23403 0 -1 0 46142 579 1 0 1222 31 7 1 19 0 9 0 125972028 888954880 27557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26074/statm: 217030 27557 2637 9 0 211536 0
[pid=26074/tid=26076] ppid=26072 vsize=868120 CPUtime=11.73
/proc/26074/task/26076/stat : 26076 (java) R 26072 26074 23403 0 -1 64 27754 579 1 0 1143 22 7 1 25 0 9 0 125972030 888954880 27557 996147200 134512640 134550740 4294955984 18446744073709551615 4127328039 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26077] ppid=26072 vsize=868120 CPUtime=0.53
/proc/26074/task/26077/stat : 26077 (java) S 26072 26074 23403 0 -1 64 16511 579 0 0 40 5 7 1 17 0 9 0 125972032 888954880 27557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26078] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26078/stat : 26078 (java) S 26072 26074 23403 0 -1 64 18 579 0 0 0 0 7 1 16 0 9 0 125972032 888954880 27557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26079] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26079/stat : 26079 (java) S 26072 26074 23403 0 -1 64 20 579 0 0 0 0 7 1 16 0 9 0 125972032 888954880 27557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26080] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26080/stat : 26080 (java) S 26072 26074 23403 0 -1 64 0 579 0 0 0 0 7 1 18 0 9 0 125972034 888954880 27557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26081] ppid=26072 vsize=868120 CPUtime=0.46
/proc/26074/task/26081/stat : 26081 (java) S 26072 26074 23403 0 -1 64 979 579 0 0 38 0 7 1 15 0 9 0 125972034 888954880 27557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26082] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26082/stat : 26082 (java) S 26072 26074 23403 0 -1 64 2 579 0 0 0 0 7 1 19 0 9 0 125972034 888954880 27557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26083] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26083/stat : 26083 (java) S 26072 26074 23403 0 -1 64 50 579 0 0 0 0 7 1 15 0 9 0 125972034 888954880 27557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 868120

[startup+25.5014 s]
/proc/loadavg: 2.15 2.26 2.18 3/81 26087
/proc/meminfo: memFree=1347520/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=868120 CPUtime=25.41
/proc/26074/stat : 26074 (java) S 26072 26074 23403 0 -1 0 46146 579 1 0 2502 31 7 1 19 0 9 0 125972028 888954880 27560 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26074/statm: 217030 27560 2637 9 0 211536 0
[pid=26074/tid=26076] ppid=26072 vsize=868120 CPUtime=24.53
/proc/26074/task/26076/stat : 26076 (java) R 26072 26074 23403 0 -1 64 27755 579 1 0 2422 23 7 1 25 0 9 0 125972030 888954880 27560 996147200 134512640 134550740 4294955984 18446744073709551615 4127325086 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26077] ppid=26072 vsize=868120 CPUtime=0.53
/proc/26074/task/26077/stat : 26077 (java) S 26072 26074 23403 0 -1 64 16511 579 0 0 40 5 7 1 16 0 9 0 125972032 888954880 27560 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26078] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26078/stat : 26078 (java) S 26072 26074 23403 0 -1 64 18 579 0 0 0 0 7 1 16 0 9 0 125972032 888954880 27560 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26079] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26079/stat : 26079 (java) S 26072 26074 23403 0 -1 64 20 579 0 0 0 0 7 1 16 0 9 0 125972032 888954880 27560 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26080] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26080/stat : 26080 (java) S 26072 26074 23403 0 -1 64 0 579 0 0 0 0 7 1 18 0 9 0 125972034 888954880 27560 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26081] ppid=26072 vsize=868120 CPUtime=0.46
/proc/26074/task/26081/stat : 26081 (java) S 26072 26074 23403 0 -1 64 982 579 0 0 38 0 7 1 16 0 9 0 125972034 888954880 27560 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26082] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26082/stat : 26082 (java) S 26072 26074 23403 0 -1 64 2 579 0 0 0 0 7 1 19 0 9 0 125972034 888954880 27560 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26083] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26083/stat : 26083 (java) S 26072 26074 23403 0 -1 64 50 579 0 0 0 0 7 1 15 0 9 0 125972034 888954880 27560 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 868120

[startup+51.102 s]
/proc/loadavg: 2.10 2.24 2.17 3/81 26087
/proc/meminfo: memFree=1347520/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=868120 CPUtime=50.99
/proc/26074/stat : 26074 (java) S 26072 26074 23403 0 -1 0 46152 579 1 0 5060 31 7 1 19 0 9 0 125972028 888954880 27563 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26074/statm: 217030 27563 2637 9 0 211536 0
[pid=26074/tid=26076] ppid=26072 vsize=868120 CPUtime=50.11
/proc/26074/task/26076/stat : 26076 (java) R 26072 26074 23403 0 -1 64 27758 579 1 0 4980 23 7 1 25 0 9 0 125972030 888954880 27563 996147200 134512640 134550740 4294955984 18446744073709551615 4126890469 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26077] ppid=26072 vsize=868120 CPUtime=0.53
/proc/26074/task/26077/stat : 26077 (java) S 26072 26074 23403 0 -1 64 16511 579 0 0 40 5 7 1 16 0 9 0 125972032 888954880 27563 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26078] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26078/stat : 26078 (java) S 26072 26074 23403 0 -1 64 18 579 0 0 0 0 7 1 16 0 9 0 125972032 888954880 27563 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26079] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26079/stat : 26079 (java) S 26072 26074 23403 0 -1 64 20 579 0 0 0 0 7 1 16 0 9 0 125972032 888954880 27563 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26080] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26080/stat : 26080 (java) S 26072 26074 23403 0 -1 64 0 579 0 0 0 0 7 1 18 0 9 0 125972034 888954880 27563 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26081] ppid=26072 vsize=868120 CPUtime=0.47
/proc/26074/task/26081/stat : 26081 (java) S 26072 26074 23403 0 -1 64 985 579 0 0 39 0 7 1 17 0 9 0 125972034 888954880 27563 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26082] ppid=26072 vsize=868120 CPUtime=0.08

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

/proc/26074/task/26079/stat : 26079 (java) S 26072 26074 23403 0 -1 64 20 579 0 0 0 0 7 1 16 0 9 0 125972032 888954880 27576 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26080] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26080/stat : 26080 (java) S 26072 26074 23403 0 -1 64 0 579 0 0 0 0 7 1 18 0 9 0 125972034 888954880 27576 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26081] ppid=26072 vsize=868120 CPUtime=0.5
/proc/26074/task/26081/stat : 26081 (java) S 26072 26074 23403 0 -1 64 1009 579 0 0 42 0 7 1 16 0 9 0 125972034 888954880 27576 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26082] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26082/stat : 26082 (java) S 26072 26074 23403 0 -1 64 2 579 0 0 0 0 7 1 19 0 9 0 125972034 888954880 27576 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26083] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26083/stat : 26083 (java) S 26072 26074 23403 0 -1 64 50 579 0 0 0 0 7 1 15 0 9 0 125972034 888954880 27576 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1472.89
Current children cumulated vsize (KiB) 868120

[startup+1542.3 s]
/proc/loadavg: 2.28 2.11 2.08 5/92 26134
/proc/meminfo: memFree=929256/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=868120 CPUtime=1532.65
/proc/26074/stat : 26074 (java) S 26072 26074 23403 0 -1 0 46181 579 1 0 153224 33 7 1 19 0 9 0 125972028 888954880 27576 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26074/statm: 217030 27576 2637 9 0 211536 0
[pid=26074/tid=26076] ppid=26072 vsize=868120 CPUtime=1531.74
/proc/26074/task/26076/stat : 26076 (java) R 26072 26074 23403 0 -1 64 27763 579 1 0 153141 25 7 1 25 0 9 0 125972030 888954880 27576 996147200 134512640 134550740 4294955984 18446744073709551615 4127317795 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26077] ppid=26072 vsize=868120 CPUtime=0.53
/proc/26074/task/26077/stat : 26077 (java) S 26072 26074 23403 0 -1 64 16511 579 0 0 40 5 7 1 16 0 9 0 125972032 888954880 27576 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26078] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26078/stat : 26078 (java) S 26072 26074 23403 0 -1 64 18 579 0 0 0 0 7 1 16 0 9 0 125972032 888954880 27576 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26079] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26079/stat : 26079 (java) S 26072 26074 23403 0 -1 64 20 579 0 0 0 0 7 1 16 0 9 0 125972032 888954880 27576 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26080] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26080/stat : 26080 (java) S 26072 26074 23403 0 -1 64 0 579 0 0 0 0 7 1 18 0 9 0 125972034 888954880 27576 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26081] ppid=26072 vsize=868120 CPUtime=0.5
/proc/26074/task/26081/stat : 26081 (java) S 26072 26074 23403 0 -1 64 1009 579 0 0 42 0 7 1 16 0 9 0 125972034 888954880 27576 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26082] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26082/stat : 26082 (java) S 26072 26074 23403 0 -1 64 2 579 0 0 0 0 7 1 19 0 9 0 125972034 888954880 27576 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26083] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26083/stat : 26083 (java) S 26072 26074 23403 0 -1 64 50 579 0 0 0 0 7 1 15 0 9 0 125972034 888954880 27576 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1532.65
Current children cumulated vsize (KiB) 868120

[startup+1602.3 s]
/proc/loadavg: 2.30 2.15 2.09 3/92 26134
/proc/meminfo: memFree=900136/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=868120 CPUtime=1592.31
/proc/26074/stat : 26074 (java) S 26072 26074 23403 0 -1 0 46183 579 1 0 159189 34 7 1 19 0 9 0 125972028 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26074/statm: 217030 27577 2637 9 0 211536 0
[pid=26074/tid=26076] ppid=26072 vsize=868120 CPUtime=1591.38
/proc/26074/task/26076/stat : 26076 (java) R 26072 26074 23403 0 -1 64 27763 579 1 0 159105 25 7 1 25 0 9 0 125972030 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4126890497 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26077] ppid=26072 vsize=868120 CPUtime=0.53
/proc/26074/task/26077/stat : 26077 (java) S 26072 26074 23403 0 -1 64 16511 579 0 0 40 5 7 1 16 0 9 0 125972032 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26078] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26078/stat : 26078 (java) S 26072 26074 23403 0 -1 64 18 579 0 0 0 0 7 1 16 0 9 0 125972032 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26079] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26079/stat : 26079 (java) S 26072 26074 23403 0 -1 64 20 579 0 0 0 0 7 1 16 0 9 0 125972032 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26080] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26080/stat : 26080 (java) S 26072 26074 23403 0 -1 64 0 579 0 0 0 0 7 1 18 0 9 0 125972034 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26081] ppid=26072 vsize=868120 CPUtime=0.5
/proc/26074/task/26081/stat : 26081 (java) S 26072 26074 23403 0 -1 64 1011 579 0 0 42 0 7 1 16 0 9 0 125972034 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26082] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26082/stat : 26082 (java) S 26072 26074 23403 0 -1 64 2 579 0 0 0 0 7 1 19 0 9 0 125972034 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26083] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26083/stat : 26083 (java) R 26072 26074 23403 0 -1 64 50 579 0 0 0 0 7 1 15 0 9 0 125972034 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.31
Current children cumulated vsize (KiB) 868120

[startup+1662.3 s]
/proc/loadavg: 2.11 2.12 2.08 3/92 26134
/proc/meminfo: memFree=869928/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=868120 CPUtime=1651.84
/proc/26074/stat : 26074 (java) S 26072 26074 23403 0 -1 0 46183 579 1 0 165142 34 7 1 19 0 9 0 125972028 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26074/statm: 217030 27577 2637 9 0 211536 0
[pid=26074/tid=26076] ppid=26072 vsize=868120 CPUtime=1650.91
/proc/26074/task/26076/stat : 26076 (java) R 26072 26074 23403 0 -1 64 27763 579 1 0 165058 25 7 1 25 0 9 0 125972030 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4127325064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26077] ppid=26072 vsize=868120 CPUtime=0.53
/proc/26074/task/26077/stat : 26077 (java) S 26072 26074 23403 0 -1 64 16511 579 0 0 40 5 7 1 16 0 9 0 125972032 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26078] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26078/stat : 26078 (java) S 26072 26074 23403 0 -1 64 18 579 0 0 0 0 7 1 16 0 9 0 125972032 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26079] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26079/stat : 26079 (java) S 26072 26074 23403 0 -1 64 20 579 0 0 0 0 7 1 16 0 9 0 125972032 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26080] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26080/stat : 26080 (java) S 26072 26074 23403 0 -1 64 0 579 0 0 0 0 7 1 18 0 9 0 125972034 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26081] ppid=26072 vsize=868120 CPUtime=0.5
/proc/26074/task/26081/stat : 26081 (java) S 26072 26074 23403 0 -1 64 1011 579 0 0 42 0 7 1 16 0 9 0 125972034 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26082] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26082/stat : 26082 (java) S 26072 26074 23403 0 -1 64 2 579 0 0 0 0 7 1 19 0 9 0 125972034 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26083] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26083/stat : 26083 (java) S 26072 26074 23403 0 -1 64 50 579 0 0 0 0 7 1 15 0 9 0 125972034 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.84
Current children cumulated vsize (KiB) 868120

[startup+1722.3 s]
/proc/loadavg: 2.14 2.13 2.09 3/92 26134
/proc/meminfo: memFree=811688/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=868120 CPUtime=1711.39
/proc/26074/stat : 26074 (java) S 26072 26074 23403 0 -1 0 46183 579 1 0 171097 34 7 1 19 0 9 0 125972028 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26074/statm: 217030 27577 2637 9 0 211536 0
[pid=26074/tid=26076] ppid=26072 vsize=868120 CPUtime=1710.47
/proc/26074/task/26076/stat : 26076 (java) R 26072 26074 23403 0 -1 64 27763 579 1 0 171014 25 7 1 25 0 9 0 125972030 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4127258129 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26077] ppid=26072 vsize=868120 CPUtime=0.53
/proc/26074/task/26077/stat : 26077 (java) S 26072 26074 23403 0 -1 64 16511 579 0 0 40 5 7 1 16 0 9 0 125972032 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26078] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26078/stat : 26078 (java) S 26072 26074 23403 0 -1 64 18 579 0 0 0 0 7 1 16 0 9 0 125972032 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26079] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26079/stat : 26079 (java) S 26072 26074 23403 0 -1 64 20 579 0 0 0 0 7 1 16 0 9 0 125972032 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26080] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26080/stat : 26080 (java) S 26072 26074 23403 0 -1 64 0 579 0 0 0 0 7 1 18 0 9 0 125972034 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26081] ppid=26072 vsize=868120 CPUtime=0.5
/proc/26074/task/26081/stat : 26081 (java) S 26072 26074 23403 0 -1 64 1011 579 0 0 42 0 7 1 16 0 9 0 125972034 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26082] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26082/stat : 26082 (java) S 26072 26074 23403 0 -1 64 2 579 0 0 0 0 7 1 19 0 9 0 125972034 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26083] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26083/stat : 26083 (java) S 26072 26074 23403 0 -1 64 50 579 0 0 0 0 7 1 15 0 9 0 125972034 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.39
Current children cumulated vsize (KiB) 868120

[startup+1782.3 s]
/proc/loadavg: 2.13 2.13 2.09 3/92 26134
/proc/meminfo: memFree=776488/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=868120 CPUtime=1770.83
/proc/26074/stat : 26074 (java) S 26072 26074 23403 0 -1 0 46183 579 1 0 177041 34 7 1 19 0 9 0 125972028 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26074/statm: 217030 27577 2637 9 0 211536 0
[pid=26074/tid=26076] ppid=26072 vsize=868120 CPUtime=1769.92
/proc/26074/task/26076/stat : 26076 (java) R 26072 26074 23403 0 -1 64 27763 579 1 0 176958 26 7 1 25 0 9 0 125972030 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4127260687 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26077] ppid=26072 vsize=868120 CPUtime=0.53
/proc/26074/task/26077/stat : 26077 (java) S 26072 26074 23403 0 -1 64 16511 579 0 0 40 5 7 1 16 0 9 0 125972032 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26078] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26078/stat : 26078 (java) S 26072 26074 23403 0 -1 64 18 579 0 0 0 0 7 1 16 0 9 0 125972032 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26079] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26079/stat : 26079 (java) S 26072 26074 23403 0 -1 64 20 579 0 0 0 0 7 1 16 0 9 0 125972032 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26080] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26080/stat : 26080 (java) S 26072 26074 23403 0 -1 64 0 579 0 0 0 0 7 1 18 0 9 0 125972034 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26081] ppid=26072 vsize=868120 CPUtime=0.5
/proc/26074/task/26081/stat : 26081 (java) S 26072 26074 23403 0 -1 64 1011 579 0 0 42 0 7 1 16 0 9 0 125972034 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26082] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26082/stat : 26082 (java) S 26072 26074 23403 0 -1 64 2 579 0 0 0 0 7 1 19 0 9 0 125972034 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26083] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26083/stat : 26083 (java) S 26072 26074 23403 0 -1 64 50 579 0 0 0 0 7 1 15 0 9 0 125972034 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.83
Current children cumulated vsize (KiB) 868120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.8 s]
/proc/loadavg: 2.08 2.12 2.09 3/92 26134
/proc/meminfo: memFree=760744/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=868120 CPUtime=1800
/proc/26074/stat : 26074 (java) S 26072 26074 23403 0 -1 0 46183 579 1 0 179958 34 7 1 19 0 9 0 125972028 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26074/statm: 217030 27577 2637 9 0 211536 0
[pid=26074/tid=26076] ppid=26072 vsize=868120 CPUtime=1799.09
/proc/26074/task/26076/stat : 26076 (java) R 26072 26074 23403 0 -1 64 27763 579 1 0 179875 26 7 1 25 0 9 0 125972030 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4126872956 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26077] ppid=26072 vsize=868120 CPUtime=0.53
/proc/26074/task/26077/stat : 26077 (java) S 26072 26074 23403 0 -1 64 16511 579 0 0 40 5 7 1 16 0 9 0 125972032 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26078] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26078/stat : 26078 (java) S 26072 26074 23403 0 -1 64 18 579 0 0 0 0 7 1 16 0 9 0 125972032 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26079] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26079/stat : 26079 (java) S 26072 26074 23403 0 -1 64 20 579 0 0 0 0 7 1 16 0 9 0 125972032 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26080] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26080/stat : 26080 (java) S 26072 26074 23403 0 -1 64 0 579 0 0 0 0 7 1 18 0 9 0 125972034 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26081] ppid=26072 vsize=868120 CPUtime=0.5
/proc/26074/task/26081/stat : 26081 (java) S 26072 26074 23403 0 -1 64 1011 579 0 0 42 0 7 1 16 0 9 0 125972034 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26074/tid=26082] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26082/stat : 26082 (java) S 26072 26074 23403 0 -1 64 2 579 0 0 0 0 7 1 19 0 9 0 125972034 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26074/tid=26083] ppid=26072 vsize=868120 CPUtime=0.08
/proc/26074/task/26083/stat : 26083 (java) S 26072 26074 23403 0 -1 64 50 579 0 0 0 0 7 1 15 0 9 0 125972034 888954880 27577 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 868120

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

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

Child status: 143
Real time (s): 1811.86
CPU time (s): 1800.09
CPU user time (s): 1799.71
CPU system time (s): 0.379942
CPU usage (%): 99.35
Max. virtual memory (cumulated for all children) (KiB): 868120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.71
system time used= 0.379942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46795
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= 38454
involuntary context switches= 56529

runsolver used 2.34764 second user time and 5.9011 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-04 05:43:39
IDJOB=1064641
IDBENCH=54971
IDSOLVER=363
FILE ID=node27/1064641-1215143019
PBS_JOBID= 7877373
Free space on /tmp= 66480 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/tdsp/normalized-C5-1-91.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-1064641-1215143019/watcher-1064641-1215143019 -o /tmp/evaluation-result-1064641-1215143019/solver-1064641-1215143019 -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-1064641-1215143019.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 166b656c48baaba962d92b1da6129743
RANDOM SEED=1546445769

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1448680 kB
Buffers:         55040 kB
Cached:         454348 kB
SwapCached:          0 kB
Active:         208488 kB
Inactive:       328892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1448680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2460 kB
Writeback:           0 kB
Mapped:          41028 kB
Slab:            55496 kB
Committed_AS:   278572 kB
PageTables:       1520 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node27 at 2008-07-04 06:13:53