Trace number 1050594

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.07 1807.13

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-70-12-a3.xml
MD5SUM159836703c8d4079f442c681ff91b599
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.6326
Satisfiable
(Un)Satisfiability was proved
Number of variables78
Number of constraints2277
Maximum constraint arity3
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2277
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.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1050594-1215050287.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.28/0.37	     nbVariables=78  nbDomainTypes=2  minDomainSize=70  maxDomainSize=71  nbTotalValues=5472
0.28/0.37	       =>  wckTime=0.114  cpuTime=0.1  mem=7M919
0.28/0.37	   
0.28/0.37	   predicates being loaded...
0.38/0.43	   
0.38/0.43	   constraints being loaded...
1.07/1.19	     nbConstraints=2279  nbGlobalConstraints=2  nbConvertedConstraints=2211  nbConvertConstraintsChecks=9941
1.07/1.19	     nbExtensionStructures=2  nbSharedExtensionStructures=2209  nbConflictsStructures=2
1.07/1.19	     nbSharedConflictsStructures=2209  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=72
1.07/1.19	     nbEvaluationManagers=1  nbSharedEvaluationManagers=65  minDegree=23  maxDegree=67  minArity=2  avgArity=2.06
1.07/1.19	     maxArity=66  nbGenerators=0  nbFusions=0  symmetryWckTime=0.162  symmetryCpuTime=0.09  nbCliques=2
1.07/1.19	       =>  wckTime=0.931  cpuTime=0.68  mem=26M496
1.17/1.29	   
1.17/1.29	   solver IterativeSystematicSolver being built... 
1.27/1.36	   
1.27/1.37	   INFO : Forward propagation technique limited 
1.37/1.43	       =>  wckTime=1.173  cpuTime=0.81  mem=23M110
3.76/3.82	   
3.76/3.82	   preprocessing
3.76/3.82	     nbConstraintChecks=11702377  nbValidityChecks=31715  nbPropagations=90  nbRevisions=1015  nbUselessRevisions=728
3.76/3.82	     nbRemovedValues=572  detectedInconsistency=no
3.76/3.82	       =>  wckTime=2.391  cpuTime=2.36  mem=24M79
14.69/14.86	   
14.69/14.86	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=25M48)

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-1050594-1215050287/watcher-1050594-1215050287 -o /tmp/evaluation-result-1050594-1215050287/solver-1050594-1215050287 -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-1050594-1215050287.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.30 2.21 2.08 3/72 13768
/proc/meminfo: memFree=1798164/2055920 swapFree=4179028/4192956
[pid=13768] ppid=13766 vsize=1616 CPUtime=0
/proc/13768/stat : 13768 (java) D 13766 13768 11868 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1984001575 1654784 148 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/13768/statm: 68 37 28 9 0 6 0

[startup+0.087702 s]
/proc/loadavg: 2.30 2.21 2.08 3/72 13768
/proc/meminfo: memFree=1798164/2055920 swapFree=4179028/4192956
[pid=13768] ppid=13766 vsize=865856 CPUtime=0.07
/proc/13768/stat : 13768 (java) S 13766 13768 11868 0 -1 0 3556 0 1 0 5 2 0 0 18 0 9 0 1984001575 886636544 3046 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13768/statm: 216464 3046 1636 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865856

[startup+0.101705 s]
/proc/loadavg: 2.30 2.21 2.08 3/72 13768
/proc/meminfo: memFree=1798164/2055920 swapFree=4179028/4192956
[pid=13768] ppid=13766 vsize=865884 CPUtime=0.08
/proc/13768/stat : 13768 (java) S 13766 13768 11868 0 -1 0 3689 0 1 0 6 2 0 0 18 0 9 0 1984001575 886665216 3164 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13768/statm: 216471 3164 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301726 s]
/proc/loadavg: 2.30 2.21 2.08 3/72 13768
/proc/meminfo: memFree=1798164/2055920 swapFree=4179028/4192956
[pid=13768] ppid=13766 vsize=866284 CPUtime=0.28
/proc/13768/stat : 13768 (java) S 13766 13768 11868 0 -1 0 5824 0 1 0 24 4 0 0 18 0 9 0 1984001575 887074816 5198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13768/statm: 216571 5198 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701771 s]
/proc/loadavg: 2.30 2.21 2.08 3/72 13768
/proc/meminfo: memFree=1798164/2055920 swapFree=4179028/4192956
[pid=13768] ppid=13766 vsize=867676 CPUtime=0.67
/proc/13768/stat : 13768 (java) S 13766 13768 11868 0 -1 0 8827 0 1 0 61 6 0 0 18 0 9 0 1984001575 888500224 8187 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13768/statm: 216919 8187 2011 9 0 211425 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867676

[startup+1.50284 s]
/proc/loadavg: 2.30 2.21 2.08 3/81 13777
/proc/meminfo: memFree=1767564/2055920 swapFree=4179028/4192956
[pid=13768] ppid=13766 vsize=868456 CPUtime=1.46
/proc/13768/stat : 13768 (java) S 13766 13768 11868 0 -1 0 19474 398 1 0 123 20 3 0 18 0 10 0 1984001575 889298944 12150 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13768/statm: 217114 12150 2633 9 0 211620 0
[pid=13768/tid=13770] ppid=13766 vsize=868456 CPUtime=1.08
/proc/13768/task/13770/stat : 13770 (java) R 13766 13768 11868 0 -1 64 13695 398 1 0 88 17 3 0 17 0 10 0 1984001577 889298944 12150 996147200 134512640 134550740 4294955984 18446744073709551615 4126870773 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13771] ppid=13766 vsize=868456 CPUtime=0.1
/proc/13768/task/13771/stat : 13771 (java) S 13766 13768 11868 0 -1 64 4030 398 0 0 7 0 3 0 17 0 10 0 1984001578 889298944 12150 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13772] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13772/stat : 13772 (java) S 13766 13768 11868 0 -1 64 14 398 0 0 0 0 3 0 16 0 10 0 1984001578 889298944 12150 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13773] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13773/stat : 13773 (java) S 13766 13768 11868 0 -1 64 10 398 0 0 0 0 3 0 16 0 10 0 1984001578 889298944 12150 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13774] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13774/stat : 13774 (java) S 13766 13768 11868 0 -1 64 1 398 0 0 0 0 3 0 23 0 10 0 1984001580 889298944 12150 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13775] ppid=13766 vsize=868456 CPUtime=0.3
/proc/13768/task/13775/stat : 13775 (java) S 13766 13768 11868 0 -1 64 915 398 0 0 27 0 3 0 15 0 10 0 1984001580 889298944 12150 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13776] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13776/stat : 13776 (java) S 13766 13768 11868 0 -1 64 2 398 0 0 0 0 3 0 24 0 10 0 1984001581 889298944 12150 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13777] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13777/stat : 13777 (java) S 13766 13768 11868 0 -1 64 12 398 0 0 0 0 3 0 15 0 10 0 1984001581 889298944 12150 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868456

[startup+3.10299 s]
/proc/loadavg: 2.30 2.21 2.08 3/81 13781
/proc/meminfo: memFree=1759500/2055920 swapFree=4179028/4192956
[pid=13768] ppid=13766 vsize=868456 CPUtime=3.06
/proc/13768/stat : 13768 (java) S 13766 13768 11868 0 -1 0 19483 398 1 0 282 21 3 0 18 0 9 0 1984001575 889298944 12154 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13768/statm: 217114 12154 2633 9 0 211620 0
[pid=13768/tid=13770] ppid=13766 vsize=868456 CPUtime=2.67
/proc/13768/task/13770/stat : 13770 (java) R 13766 13768 11868 0 -1 64 13695 398 1 0 247 17 3 0 23 0 9 0 1984001577 889298944 12154 996147200 134512640 134550740 4294955984 18446744073709551615 4126870704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13771] ppid=13766 vsize=868456 CPUtime=0.1
/proc/13768/task/13771/stat : 13771 (java) S 13766 13768 11868 0 -1 64 4031 398 0 0 7 0 3 0 16 0 9 0 1984001578 889298944 12154 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13772] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13772/stat : 13772 (java) S 13766 13768 11868 0 -1 64 14 398 0 0 0 0 3 0 16 0 9 0 1984001578 889298944 12154 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13773] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13773/stat : 13773 (java) S 13766 13768 11868 0 -1 64 10 398 0 0 0 0 3 0 16 0 9 0 1984001578 889298944 12154 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13774] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13774/stat : 13774 (java) S 13766 13768 11868 0 -1 64 1 398 0 0 0 0 3 0 23 0 9 0 1984001580 889298944 12154 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13775] ppid=13766 vsize=868456 CPUtime=0.3
/proc/13768/task/13775/stat : 13775 (java) S 13766 13768 11868 0 -1 64 920 398 0 0 27 0 3 0 16 0 9 0 1984001580 889298944 12154 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13776] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13776/stat : 13776 (java) S 13766 13768 11868 0 -1 64 2 398 0 0 0 0 3 0 24 0 9 0 1984001581 889298944 12154 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13777] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13777/stat : 13777 (java) S 13766 13768 11868 0 -1 64 12 398 0 0 0 0 3 0 15 0 9 0 1984001581 889298944 12154 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868456

[startup+6.30131 s]
/proc/loadavg: 2.28 2.21 2.08 3/81 13781
/proc/meminfo: memFree=1759244/2055920 swapFree=4179028/4192956
[pid=13768] ppid=13766 vsize=868456 CPUtime=6.24
/proc/13768/stat : 13768 (java) S 13766 13768 11868 0 -1 0 19632 398 1 0 600 21 3 0 18 0 9 0 1984001575 889298944 12162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13768/statm: 217114 12162 2633 9 0 211620 0
[pid=13768/tid=13770] ppid=13766 vsize=868456 CPUtime=5.84
/proc/13768/task/13770/stat : 13770 (java) R 13766 13768 11868 0 -1 64 13805 398 1 0 563 18 3 0 17 0 9 0 1984001577 889298944 12162 996147200 134512640 134550740 4294955984 18446744073709551615 4127138953 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13771] ppid=13766 vsize=868456 CPUtime=0.1
/proc/13768/task/13771/stat : 13771 (java) S 13766 13768 11868 0 -1 64 4031 398 0 0 7 0 3 0 16 0 9 0 1984001578 889298944 12162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13772] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13772/stat : 13772 (java) S 13766 13768 11868 0 -1 64 14 398 0 0 0 0 3 0 16 0 9 0 1984001578 889298944 12162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13773] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13773/stat : 13773 (java) S 13766 13768 11868 0 -1 64 10 398 0 0 0 0 3 0 16 0 9 0 1984001578 889298944 12162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13774] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13774/stat : 13774 (java) S 13766 13768 11868 0 -1 64 1 398 0 0 0 0 3 0 23 0 9 0 1984001580 889298944 12162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13775] ppid=13766 vsize=868456 CPUtime=0.32
/proc/13768/task/13775/stat : 13775 (java) S 13766 13768 11868 0 -1 64 928 398 0 0 29 0 3 0 15 0 9 0 1984001580 889298944 12162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13776] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13776/stat : 13776 (java) S 13766 13768 11868 0 -1 64 2 398 0 0 0 0 3 0 24 0 9 0 1984001581 889298944 12162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13777] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13777/stat : 13777 (java) S 13766 13768 11868 0 -1 64 43 398 0 0 0 0 3 0 15 0 9 0 1984001581 889298944 12162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 868456

[startup+12.702 s]
/proc/loadavg: 2.25 2.21 2.08 3/81 13781
/proc/meminfo: memFree=1758988/2055920 swapFree=4179028/4192956
[pid=13768] ppid=13766 vsize=868456 CPUtime=12.61
/proc/13768/stat : 13768 (java) S 13766 13768 11868 0 -1 0 19687 398 1 0 1237 21 3 0 18 0 9 0 1984001575 889298944 12176 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13768/statm: 217114 12176 2633 9 0 211620 0
[pid=13768/tid=13770] ppid=13766 vsize=868456 CPUtime=12.18
/proc/13768/task/13770/stat : 13770 (java) R 13766 13768 11868 0 -1 64 13823 398 1 0 1197 18 3 0 25 0 9 0 1984001577 889298944 12176 996147200 134512640 134550740 4294955984 18446744073709551615 4127147209 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13771] ppid=13766 vsize=868456 CPUtime=0.1
/proc/13768/task/13771/stat : 13771 (java) S 13766 13768 11868 0 -1 64 4031 398 0 0 7 0 3 0 16 0 9 0 1984001578 889298944 12176 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13772] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13772/stat : 13772 (java) S 13766 13768 11868 0 -1 64 14 398 0 0 0 0 3 0 16 0 9 0 1984001578 889298944 12176 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13773] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13773/stat : 13773 (java) S 13766 13768 11868 0 -1 64 10 398 0 0 0 0 3 0 16 0 9 0 1984001578 889298944 12176 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13774] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13774/stat : 13774 (java) S 13766 13768 11868 0 -1 64 1 398 0 0 0 0 3 0 23 0 9 0 1984001580 889298944 12176 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13775] ppid=13766 vsize=868456 CPUtime=0.34
/proc/13768/task/13775/stat : 13775 (java) S 13766 13768 11868 0 -1 64 965 398 0 0 31 0 3 0 16 0 9 0 1984001580 889298944 12176 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13776] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13776/stat : 13776 (java) S 13766 13768 11868 0 -1 64 2 398 0 0 0 0 3 0 24 0 9 0 1984001581 889298944 12176 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13777] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13777/stat : 13777 (java) S 13766 13768 11868 0 -1 64 43 398 0 0 0 0 3 0 15 0 9 0 1984001581 889298944 12176 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 868456

[startup+25.5022 s]
/proc/loadavg: 2.20 2.20 2.08 3/81 13781
/proc/meminfo: memFree=1758988/2055920 swapFree=4179028/4192956
[pid=13768] ppid=13766 vsize=868456 CPUtime=25.33
/proc/13768/stat : 13768 (java) S 13766 13768 11868 0 -1 0 19752 398 1 0 2509 21 3 0 18 0 9 0 1984001575 889298944 12190 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13768/statm: 217114 12190 2633 9 0 211620 0
[pid=13768/tid=13770] ppid=13766 vsize=868456 CPUtime=24.87
/proc/13768/task/13770/stat : 13770 (java) R 13766 13768 11868 0 -1 64 13836 398 1 0 2466 18 3 0 18 0 9 0 1984001577 889298944 12190 996147200 134512640 134550740 4294955984 18446744073709551615 4127137246 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13771] ppid=13766 vsize=868456 CPUtime=0.1
/proc/13768/task/13771/stat : 13771 (java) S 13766 13768 11868 0 -1 64 4031 398 0 0 7 0 3 0 16 0 9 0 1984001578 889298944 12190 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13772] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13772/stat : 13772 (java) S 13766 13768 11868 0 -1 64 14 398 0 0 0 0 3 0 16 0 9 0 1984001578 889298944 12190 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13773] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13773/stat : 13773 (java) S 13766 13768 11868 0 -1 64 10 398 0 0 0 0 3 0 16 0 9 0 1984001578 889298944 12190 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13774] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13774/stat : 13774 (java) S 13766 13768 11868 0 -1 64 1 398 0 0 0 0 3 0 23 0 9 0 1984001580 889298944 12190 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13775] ppid=13766 vsize=868456 CPUtime=0.38
/proc/13768/task/13775/stat : 13775 (java) S 13766 13768 11868 0 -1 64 1017 398 0 0 35 0 3 0 15 0 9 0 1984001580 889298944 12190 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13776] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13776/stat : 13776 (java) S 13766 13768 11868 0 -1 64 2 398 0 0 0 0 3 0 24 0 9 0 1984001581 889298944 12190 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13777] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13777/stat : 13777 (java) S 13766 13768 11868 0 -1 64 43 398 0 0 0 0 3 0 15 0 9 0 1984001581 889298944 12190 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 868456

[startup+51.1028 s]
/proc/loadavg: 2.13 2.18 2.07 3/81 13781
/proc/meminfo: memFree=1758924/2055920 swapFree=4179028/4192956
[pid=13768] ppid=13766 vsize=868456 CPUtime=50.81
/proc/13768/stat : 13768 (java) S 13766 13768 11868 0 -1 0 19761 398 1 0 5057 21 3 0 18 0 9 0 1984001575 889298944 12194 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13768/statm: 217114 12194 2633 9 0 211620 0
[pid=13768/tid=13770] ppid=13766 vsize=868456 CPUtime=50.34
/proc/13768/task/13770/stat : 13770 (java) R 13766 13768 11868 0 -1 64 13841 398 1 0 5013 18 3 0 25 0 9 0 1984001577 889298944 12194 996147200 134512640 134550740 4294955984 18446744073709551615 4126868132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13771] ppid=13766 vsize=868456 CPUtime=0.1
/proc/13768/task/13771/stat : 13771 (java) S 13766 13768 11868 0 -1 64 4031 398 0 0 7 0 3 0 16 0 9 0 1984001578 889298944 12194 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13772] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13772/stat : 13772 (java) S 13766 13768 11868 0 -1 64 14 398 0 0 0 0 3 0 16 0 9 0 1984001578 889298944 12194 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13773] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13773/stat : 13773 (java) S 13766 13768 11868 0 -1 64 10 398 0 0 0 0 3 0 16 0 9 0 1984001578 889298944 12194 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13774] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13774/stat : 13774 (java) S 13766 13768 11868 0 -1 64 1 398 0 0 0 0 3 0 23 0 9 0 1984001580 889298944 12194 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13775] ppid=13766 vsize=868456 CPUtime=0.39
/proc/13768/task/13775/stat : 13775 (java) S 13766 13768 11868 0 -1 64 1021 398 0 0 36 0 3 0 16 0 9 0 1984001580 889298944 12194 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13776] ppid=13766 vsize=868456 CPUtime=0.03

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

/proc/13768/task/13773/stat : 13773 (java) S 13766 13768 11868 0 -1 64 10 398 0 0 0 0 3 0 16 0 9 0 1984001578 889298944 12197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13774] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13774/stat : 13774 (java) S 13766 13768 11868 0 -1 64 1 398 0 0 0 0 3 0 23 0 9 0 1984001580 889298944 12197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13775] ppid=13766 vsize=868456 CPUtime=0.39
/proc/13768/task/13775/stat : 13775 (java) S 13766 13768 11868 0 -1 64 1025 398 0 0 36 0 3 0 16 0 9 0 1984001580 889298944 12197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13776] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13776/stat : 13776 (java) S 13766 13768 11868 0 -1 64 2 398 0 0 0 0 3 0 24 0 9 0 1984001581 889298944 12197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13777] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13777/stat : 13777 (java) S 13766 13768 11868 0 -1 64 43 398 0 0 0 0 3 0 15 0 9 0 1984001581 889298944 12197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.32
Current children cumulated vsize (KiB) 868456

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 2.00 3/81 14291
/proc/meminfo: memFree=1762124/2055920 swapFree=4179028/4192956
[pid=13768] ppid=13766 vsize=868456 CPUtime=1595.3
/proc/13768/stat : 13768 (java) S 13766 13768 11868 0 -1 0 19777 398 1 0 159500 27 3 0 18 0 9 0 1984001575 889298944 12197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13768/statm: 217114 12197 2633 9 0 211620 0
[pid=13768/tid=13770] ppid=13766 vsize=868456 CPUtime=1594.81
/proc/13768/task/13770/stat : 13770 (java) R 13766 13768 11868 0 -1 64 13853 398 1 0 159455 23 3 0 25 0 9 0 1984001577 889298944 12197 996147200 134512640 134550740 4294955984 18446744073709551615 4127175080 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13771] ppid=13766 vsize=868456 CPUtime=0.1
/proc/13768/task/13771/stat : 13771 (java) S 13766 13768 11868 0 -1 64 4031 398 0 0 7 0 3 0 16 0 9 0 1984001578 889298944 12197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13772] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13772/stat : 13772 (java) S 13766 13768 11868 0 -1 64 14 398 0 0 0 0 3 0 16 0 9 0 1984001578 889298944 12197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13773] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13773/stat : 13773 (java) S 13766 13768 11868 0 -1 64 10 398 0 0 0 0 3 0 16 0 9 0 1984001578 889298944 12197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13774] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13774/stat : 13774 (java) S 13766 13768 11868 0 -1 64 1 398 0 0 0 0 3 0 23 0 9 0 1984001580 889298944 12197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13775] ppid=13766 vsize=868456 CPUtime=0.39
/proc/13768/task/13775/stat : 13775 (java) S 13766 13768 11868 0 -1 64 1025 398 0 0 36 0 3 0 16 0 9 0 1984001580 889298944 12197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13776] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13776/stat : 13776 (java) S 13766 13768 11868 0 -1 64 2 398 0 0 0 0 3 0 24 0 9 0 1984001581 889298944 12197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13777] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13777/stat : 13777 (java) S 13766 13768 11868 0 -1 64 43 398 0 0 0 0 3 0 15 0 9 0 1984001581 889298944 12197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.3
Current children cumulated vsize (KiB) 868456

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 2.00 3/81 14291
/proc/meminfo: memFree=1762060/2055920 swapFree=4179028/4192956
[pid=13768] ppid=13766 vsize=868456 CPUtime=1655.28
/proc/13768/stat : 13768 (java) S 13766 13768 11868 0 -1 0 19777 398 1 0 165498 27 3 0 18 0 9 0 1984001575 889298944 12197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13768/statm: 217114 12197 2633 9 0 211620 0
[pid=13768/tid=13770] ppid=13766 vsize=868456 CPUtime=1654.79
/proc/13768/task/13770/stat : 13770 (java) R 13766 13768 11868 0 -1 64 13853 398 1 0 165453 23 3 0 25 0 9 0 1984001577 889298944 12197 996147200 134512640 134550740 4294955984 18446744073709551615 4127172946 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13771] ppid=13766 vsize=868456 CPUtime=0.1
/proc/13768/task/13771/stat : 13771 (java) S 13766 13768 11868 0 -1 64 4031 398 0 0 7 0 3 0 16 0 9 0 1984001578 889298944 12197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13772] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13772/stat : 13772 (java) S 13766 13768 11868 0 -1 64 14 398 0 0 0 0 3 0 16 0 9 0 1984001578 889298944 12197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13773] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13773/stat : 13773 (java) S 13766 13768 11868 0 -1 64 10 398 0 0 0 0 3 0 16 0 9 0 1984001578 889298944 12197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13774] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13774/stat : 13774 (java) S 13766 13768 11868 0 -1 64 1 398 0 0 0 0 3 0 23 0 9 0 1984001580 889298944 12197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13775] ppid=13766 vsize=868456 CPUtime=0.39
/proc/13768/task/13775/stat : 13775 (java) S 13766 13768 11868 0 -1 64 1025 398 0 0 36 0 3 0 16 0 9 0 1984001580 889298944 12197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13776] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13776/stat : 13776 (java) S 13766 13768 11868 0 -1 64 2 398 0 0 0 0 3 0 24 0 9 0 1984001581 889298944 12197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13777] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13777/stat : 13777 (java) S 13766 13768 11868 0 -1 64 43 398 0 0 0 0 3 0 15 0 9 0 1984001581 889298944 12197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.28
Current children cumulated vsize (KiB) 868456

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 2.00 3/81 14291
/proc/meminfo: memFree=1761996/2055920 swapFree=4179028/4192956
[pid=13768] ppid=13766 vsize=868456 CPUtime=1715.25
/proc/13768/stat : 13768 (java) S 13766 13768 11868 0 -1 0 19780 398 1 0 171495 27 3 0 18 0 9 0 1984001575 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13768/statm: 217114 12198 2633 9 0 211620 0
[pid=13768/tid=13770] ppid=13766 vsize=868456 CPUtime=1714.77
/proc/13768/task/13770/stat : 13770 (java) R 13766 13768 11868 0 -1 64 13855 398 1 0 171450 24 3 0 25 0 9 0 1984001577 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4127169843 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13771] ppid=13766 vsize=868456 CPUtime=0.1
/proc/13768/task/13771/stat : 13771 (java) S 13766 13768 11868 0 -1 64 4031 398 0 0 7 0 3 0 16 0 9 0 1984001578 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13772] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13772/stat : 13772 (java) S 13766 13768 11868 0 -1 64 14 398 0 0 0 0 3 0 16 0 9 0 1984001578 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13773] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13773/stat : 13773 (java) S 13766 13768 11868 0 -1 64 10 398 0 0 0 0 3 0 16 0 9 0 1984001578 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13774] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13774/stat : 13774 (java) S 13766 13768 11868 0 -1 64 1 398 0 0 0 0 3 0 23 0 9 0 1984001580 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13775] ppid=13766 vsize=868456 CPUtime=0.39
/proc/13768/task/13775/stat : 13775 (java) S 13766 13768 11868 0 -1 64 1026 398 0 0 36 0 3 0 17 0 9 0 1984001580 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13776] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13776/stat : 13776 (java) S 13766 13768 11868 0 -1 64 2 398 0 0 0 0 3 0 24 0 9 0 1984001581 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13777] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13777/stat : 13777 (java) S 13766 13768 11868 0 -1 64 43 398 0 0 0 0 3 0 15 0 9 0 1984001581 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.25
Current children cumulated vsize (KiB) 868456

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 2.00 3/81 14291
/proc/meminfo: memFree=1761996/2055920 swapFree=4179028/4192956
[pid=13768] ppid=13766 vsize=868456 CPUtime=1775.23
/proc/13768/stat : 13768 (java) S 13766 13768 11868 0 -1 0 19780 398 1 0 177493 27 3 0 18 0 9 0 1984001575 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13768/statm: 217114 12198 2633 9 0 211620 0
[pid=13768/tid=13770] ppid=13766 vsize=868456 CPUtime=1774.75
/proc/13768/task/13770/stat : 13770 (java) R 13766 13768 11868 0 -1 64 13855 398 1 0 177448 24 3 0 25 0 9 0 1984001577 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4127173979 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13771] ppid=13766 vsize=868456 CPUtime=0.1
/proc/13768/task/13771/stat : 13771 (java) S 13766 13768 11868 0 -1 64 4031 398 0 0 7 0 3 0 16 0 9 0 1984001578 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13772] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13772/stat : 13772 (java) S 13766 13768 11868 0 -1 64 14 398 0 0 0 0 3 0 16 0 9 0 1984001578 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13773] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13773/stat : 13773 (java) S 13766 13768 11868 0 -1 64 10 398 0 0 0 0 3 0 16 0 9 0 1984001578 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13774] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13774/stat : 13774 (java) S 13766 13768 11868 0 -1 64 1 398 0 0 0 0 3 0 23 0 9 0 1984001580 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13775] ppid=13766 vsize=868456 CPUtime=0.39
/proc/13768/task/13775/stat : 13775 (java) S 13766 13768 11868 0 -1 64 1026 398 0 0 36 0 3 0 16 0 9 0 1984001580 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13776] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13776/stat : 13776 (java) S 13766 13768 11868 0 -1 64 2 398 0 0 0 0 3 0 24 0 9 0 1984001581 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13777] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13777/stat : 13777 (java) S 13766 13768 11868 0 -1 64 43 398 0 0 0 0 3 0 15 0 9 0 1984001581 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.23
Current children cumulated vsize (KiB) 868456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.1 s]
/proc/loadavg: 1.99 1.98 2.00 3/81 14291
/proc/meminfo: memFree=1761996/2055920 swapFree=4179028/4192956
[pid=13768] ppid=13766 vsize=868456 CPUtime=1800.02
/proc/13768/stat : 13768 (java) S 13766 13768 11868 0 -1 0 19780 398 1 0 179972 27 3 0 18 0 9 0 1984001575 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13768/statm: 217114 12198 2633 9 0 211620 0
[pid=13768/tid=13770] ppid=13766 vsize=868456 CPUtime=1799.54
/proc/13768/task/13770/stat : 13770 (java) R 13766 13768 11868 0 -1 64 13855 398 1 0 179927 24 3 0 25 0 9 0 1984001577 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4127147750 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13771] ppid=13766 vsize=868456 CPUtime=0.1
/proc/13768/task/13771/stat : 13771 (java) S 13766 13768 11868 0 -1 64 4031 398 0 0 7 0 3 0 16 0 9 0 1984001578 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13772] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13772/stat : 13772 (java) S 13766 13768 11868 0 -1 64 14 398 0 0 0 0 3 0 16 0 9 0 1984001578 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13773] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13773/stat : 13773 (java) S 13766 13768 11868 0 -1 64 10 398 0 0 0 0 3 0 16 0 9 0 1984001578 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13774] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13774/stat : 13774 (java) S 13766 13768 11868 0 -1 64 1 398 0 0 0 0 3 0 23 0 9 0 1984001580 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13775] ppid=13766 vsize=868456 CPUtime=0.39
/proc/13768/task/13775/stat : 13775 (java) S 13766 13768 11868 0 -1 64 1026 398 0 0 36 0 3 0 16 0 9 0 1984001580 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13776] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13776/stat : 13776 (java) S 13766 13768 11868 0 -1 64 2 398 0 0 0 0 3 0 24 0 9 0 1984001581 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13777] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13777/stat : 13777 (java) S 13766 13768 11868 0 -1 64 43 398 0 0 0 0 3 0 15 0 9 0 1984001581 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868456

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

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

[startup+1807.1 s]
/proc/loadavg: 1.99 1.98 2.00 3/81 14291
/proc/meminfo: memFree=1761996/2055920 swapFree=4179028/4192956
[pid=13768] ppid=13766 vsize=868456 CPUtime=1800.02
/proc/13768/stat : 13768 (java) S 13766 13768 11868 0 -1 0 19780 398 1 0 179972 27 3 0 18 0 9 0 1984001575 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13768/statm: 217114 12198 2633 9 0 211620 0
[pid=13768/tid=13770] ppid=13766 vsize=868456 CPUtime=1799.54
/proc/13768/task/13770/stat : 13770 (java) R 13766 13768 11868 0 -1 64 13855 398 1 0 179927 24 3 0 25 0 9 0 1984001577 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4127147750 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13771] ppid=13766 vsize=868456 CPUtime=0.1
/proc/13768/task/13771/stat : 13771 (java) S 13766 13768 11868 0 -1 64 4031 398 0 0 7 0 3 0 16 0 9 0 1984001578 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13772] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13772/stat : 13772 (java) S 13766 13768 11868 0 -1 64 14 398 0 0 0 0 3 0 16 0 9 0 1984001578 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13773] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13773/stat : 13773 (java) S 13766 13768 11868 0 -1 64 10 398 0 0 0 0 3 0 16 0 9 0 1984001578 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13768/tid=13774] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13774/stat : 13774 (java) S 13766 13768 11868 0 -1 64 1 398 0 0 0 0 3 0 23 0 9 0 1984001580 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13775] ppid=13766 vsize=868456 CPUtime=0.39
/proc/13768/task/13775/stat : 13775 (java) S 13766 13768 11868 0 -1 64 1026 398 0 0 36 0 3 0 16 0 9 0 1984001580 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13776] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13776/stat : 13776 (java) S 13766 13768 11868 0 -1 64 2 398 0 0 0 0 3 0 24 0 9 0 1984001581 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13768/tid=13777] ppid=13766 vsize=868456 CPUtime=0.03
/proc/13768/task/13777/stat : 13777 (java) S 13766 13768 11868 0 -1 64 43 398 0 0 0 0 3 0 15 0 9 0 1984001581 889298944 12198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868456

Child status: 143
Real time (s): 1807.13
CPU time (s): 1800.07
CPU user time (s): 1799.78
CPU system time (s): 0.288956
CPU usage (%): 99.6093
Max. virtual memory (cumulated for all children) (KiB): 868456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.288956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20208
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= 38378
involuntary context switches= 49582

runsolver used 2.67159 second user time and 5.2282 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-03 03:58:07
IDJOB=1050594
IDBENCH=55368
IDSOLVER=363
FILE ID=node36/1050594-1215050287
PBS_JOBID= 7875101
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-70-12-a3.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-1050594-1215050287/watcher-1050594-1215050287 -o /tmp/evaluation-result-1050594-1215050287/solver-1050594-1215050287 -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-1050594-1215050287.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 159836703c8d4079f442c681ff91b599
RANDOM SEED=42791145

node36.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.240
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.240
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:       1798580 kB
Buffers:         25908 kB
Cached:         121228 kB
SwapCached:       8244 kB
Active:         140292 kB
Inactive:        57688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1798580 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            2328 kB
Writeback:           0 kB
Mapped:          58008 kB
Slab:            44920 kB
Committed_AS:  3193584 kB
PageTables:       1736 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= 66548 MiB
End job on node36 at 2008-07-03 04:28:16