Trace number 1049760

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.18 1814.57

General information on the benchmark

Namecsp/pseudo/routing/
normalized-s4-4-3-4.xml
MD5SUMef444482ff2f983ece739c11a5a9c60e
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 benchmark1.9417
Satisfiable
(Un)Satisfiability was proved
Number of variables696
Number of constraints2096
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2096
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=esac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1049760-1215046683.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.37/0.48	     nbVariables=696  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=1392
0.37/0.48	       =>  wckTime=0.246  cpuTime=0.21  mem=8M829
0.37/0.48	   
0.37/0.48	   predicates being loaded...
0.48/0.59	   
0.48/0.59	   constraints being loaded...
1.25/1.39	     nbConstraints=1071  nbGlobalConstraints=9  nbMergedConstraints=1034  nbConvertedConstraints=290
1.25/1.39	     nbConvertConstraintsChecks=68  nbExtensionStructures=3  nbSharedExtensionStructures=287  nbConflictsStructures=8
1.25/1.39	     nbSharedConflictsStructures=1030  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=9
1.25/1.39	     nbEvaluationManagers=6  nbSharedEvaluationManagers=766  minDegree=3  maxDegree=11  minArity=2  avgArity=3.8
1.25/1.39	     maxArity=48  nbGenerators=9  nbFusions=0  symmetryWckTime=0.159  symmetryCpuTime=0.1
1.25/1.39	       =>  wckTime=1.148  cpuTime=0.88  mem=40M235
1.36/1.49	   
1.36/1.49	   solver IterativeSystematicSolver being built... 
1.56/1.60	   
1.56/1.60	   INFO : Forward propagation technique limited 
1.56/1.69	       =>  wckTime=1.456  cpuTime=1.05  mem=32M842
9.68/9.89	   
9.68/9.89	   preprocessing
9.68/9.89	     nbConstraintChecks=3183315  nbValidityChecks=12104  nbPropagations=2199  nbRevisions=8750  nbUselessRevisions=8078
9.68/9.89	     nbSingletonTests=844  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
9.68/9.89	     detectedInconsistency=no
9.68/9.89	       =>  wckTime=8.194  cpuTime=8.08  mem=33M790
81.67/82.48	   
81.67/82.48	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=35M704)

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

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


[startup+0 s]
/proc/loadavg: 1.93 2.00 1.99 4/73 16651
/proc/meminfo: memFree=1795288/2055920 swapFree=4180076/4192956
[pid=16651] ppid=16649 vsize=18572 CPUtime=0
/proc/16651/stat : 16651 (runsolver) R 16649 16651 15638 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1983640766 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 259415141671 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/16651/statm: 4643 292 257 25 0 2626 0

[startup+0.0729559 s]
/proc/loadavg: 1.93 2.00 1.99 4/73 16651
/proc/meminfo: memFree=1795288/2055920 swapFree=4180076/4192956
[pid=16651] ppid=16649 vsize=865856 CPUtime=0.05
/proc/16651/stat : 16651 (java) S 16649 16651 15638 0 -1 0 2920 0 1 0 4 1 0 0 18 0 9 0 1983640766 886636544 2446 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16651/statm: 216464 2446 1191 9 0 211026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 865856

[startup+0.102959 s]
/proc/loadavg: 1.93 2.00 1.99 4/73 16651
/proc/meminfo: memFree=1795288/2055920 swapFree=4180076/4192956
[pid=16651] ppid=16649 vsize=865884 CPUtime=0.08
/proc/16651/stat : 16651 (java) S 16649 16651 15638 0 -1 0 3725 0 1 0 7 1 0 0 18 0 9 0 1983640766 886665216 3188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16651/statm: 216471 3188 1688 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302985 s]
/proc/loadavg: 1.93 2.00 1.99 4/73 16651
/proc/meminfo: memFree=1795288/2055920 swapFree=4180076/4192956
[pid=16651] ppid=16649 vsize=866196 CPUtime=0.28
/proc/16651/stat : 16651 (java) S 16649 16651 15638 0 -1 0 5624 0 1 0 25 3 0 0 18 0 9 0 1983640766 886984704 5038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16651/statm: 216549 5038 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.702035 s]
/proc/loadavg: 1.93 2.00 1.99 4/73 16651
/proc/meminfo: memFree=1795288/2055920 swapFree=4180076/4192956
[pid=16651] ppid=16649 vsize=867716 CPUtime=0.68
/proc/16651/stat : 16651 (java) S 16649 16651 15638 0 -1 0 8063 0 1 0 63 5 0 0 18 0 9 0 1983640766 888541184 7423 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16651/statm: 216929 7423 2007 9 0 211435 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867716

[startup+1.50111 s]
/proc/loadavg: 1.93 2.00 1.99 3/82 16660
/proc/meminfo: memFree=1762576/2055920 swapFree=4180076/4192956
[pid=16651] ppid=16649 vsize=868364 CPUtime=1.45
/proc/16651/stat : 16651 (java) S 16649 16651 15638 0 -1 0 22606 389 1 0 127 15 2 1 18 0 9 0 1983640766 889204736 15720 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16651/statm: 217091 15720 2631 9 0 211597 0
[pid=16651/tid=16653] ppid=16649 vsize=868364 CPUtime=1.12
/proc/16651/task/16653/stat : 16653 (java) R 16649 16651 15638 0 -1 64 14742 389 1 0 97 12 2 1 22 0 9 0 1983640767 889204736 15720 996147200 134512640 134550740 4294955968 18446744073709551615 4159510547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16654] ppid=16649 vsize=868364 CPUtime=0.11
/proc/16651/task/16654/stat : 16654 (java) S 16649 16651 15638 0 -1 64 6178 389 0 0 8 0 2 1 16 0 9 0 1983640769 889204736 15720 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16655] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16655/stat : 16655 (java) S 16649 16651 15638 0 -1 64 15 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15720 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16656] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16656/stat : 16656 (java) S 16649 16651 15638 0 -1 64 12 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15720 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16657] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16657/stat : 16657 (java) S 16649 16651 15638 0 -1 64 0 389 0 0 0 0 2 1 18 0 9 0 1983640771 889204736 15720 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16658] ppid=16649 vsize=868364 CPUtime=0.24
/proc/16651/task/16658/stat : 16658 (java) S 16649 16651 15638 0 -1 64 833 389 0 0 21 0 2 1 16 0 9 0 1983640771 889204736 15720 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16659] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16659/stat : 16659 (java) S 16649 16651 15638 0 -1 64 2 389 0 0 0 0 2 1 19 0 9 0 1983640771 889204736 15720 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16660] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16660/stat : 16660 (java) S 16649 16651 15638 0 -1 64 9 389 0 0 0 0 2 1 15 0 9 0 1983640771 889204736 15720 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 868364

[startup+3.10128 s]
/proc/loadavg: 1.93 2.00 1.99 3/82 16664
/proc/meminfo: memFree=1741968/2055920 swapFree=4180076/4192956
[pid=16651] ppid=16649 vsize=868364 CPUtime=3.04
/proc/16651/stat : 16651 (java) S 16649 16651 15638 0 -1 0 25503 389 1 0 285 16 2 1 18 0 9 0 1983640766 889204736 15823 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16651/statm: 217091 15823 2633 9 0 211597 0
[pid=16651/tid=16653] ppid=16649 vsize=868364 CPUtime=2.66
/proc/16651/task/16653/stat : 16653 (java) R 16649 16651 15638 0 -1 64 17558 389 1 0 250 13 2 1 25 0 9 0 1983640767 889204736 15823 996147200 134512640 134550740 4294955968 18446744073709551615 4127097770 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16654] ppid=16649 vsize=868364 CPUtime=0.11
/proc/16651/task/16654/stat : 16654 (java) S 16649 16651 15638 0 -1 64 6179 389 0 0 8 0 2 1 17 0 9 0 1983640769 889204736 15823 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16655] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16655/stat : 16655 (java) S 16649 16651 15638 0 -1 64 15 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15823 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16656] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16656/stat : 16656 (java) S 16649 16651 15638 0 -1 64 12 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15823 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16657] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16657/stat : 16657 (java) S 16649 16651 15638 0 -1 64 0 389 0 0 0 0 2 1 18 0 9 0 1983640771 889204736 15823 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16658] ppid=16649 vsize=868364 CPUtime=0.29
/proc/16651/task/16658/stat : 16658 (java) S 16649 16651 15638 0 -1 64 913 389 0 0 26 0 2 1 16 0 9 0 1983640771 889204736 15823 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16659] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16659/stat : 16659 (java) S 16649 16651 15638 0 -1 64 2 389 0 0 0 0 2 1 19 0 9 0 1983640771 889204736 15823 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16660] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16660/stat : 16660 (java) S 16649 16651 15638 0 -1 64 9 389 0 0 0 0 2 1 15 0 9 0 1983640771 889204736 15823 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868364

[startup+6.30264 s]
/proc/loadavg: 1.94 2.00 1.99 3/82 16664
/proc/meminfo: memFree=1741840/2055920 swapFree=4180076/4192956
[pid=16651] ppid=16649 vsize=868364 CPUtime=6.22
/proc/16651/stat : 16651 (java) S 16649 16651 15638 0 -1 0 25539 389 1 0 603 16 2 1 18 0 9 0 1983640766 889204736 15826 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16651/statm: 217091 15826 2633 9 0 211597 0
[pid=16651/tid=16653] ppid=16649 vsize=868364 CPUtime=5.83
/proc/16651/task/16653/stat : 16653 (java) R 16649 16651 15638 0 -1 64 17558 389 1 0 567 13 2 1 25 0 9 0 1983640767 889204736 15826 996147200 134512640 134550740 4294955968 18446744073709551615 4126520004 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16654] ppid=16649 vsize=868364 CPUtime=0.11
/proc/16651/task/16654/stat : 16654 (java) S 16649 16651 15638 0 -1 64 6179 389 0 0 8 0 2 1 16 0 9 0 1983640769 889204736 15826 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16655] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16655/stat : 16655 (java) S 16649 16651 15638 0 -1 64 15 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15826 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16656] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16656/stat : 16656 (java) S 16649 16651 15638 0 -1 64 12 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15826 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16657] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16657/stat : 16657 (java) S 16649 16651 15638 0 -1 64 0 389 0 0 0 0 2 1 18 0 9 0 1983640771 889204736 15826 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16658] ppid=16649 vsize=868364 CPUtime=0.3
/proc/16651/task/16658/stat : 16658 (java) S 16649 16651 15638 0 -1 64 917 389 0 0 27 0 2 1 16 0 9 0 1983640771 889204736 15826 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16659] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16659/stat : 16659 (java) S 16649 16651 15638 0 -1 64 2 389 0 0 0 0 2 1 19 0 9 0 1983640771 889204736 15826 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16660] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16660/stat : 16660 (java) S 16649 16651 15638 0 -1 64 41 389 0 0 0 0 2 1 15 0 9 0 1983640771 889204736 15826 996147200 134512640 134550740 4294955968 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) 868364

[startup+12.7013 s]
/proc/loadavg: 1.94 2.00 1.99 3/82 16664
/proc/meminfo: memFree=1741648/2055920 swapFree=4180076/4192956
[pid=16651] ppid=16649 vsize=868364 CPUtime=12.55
/proc/16651/stat : 16651 (java) S 16649 16651 15638 0 -1 0 26007 389 1 0 1236 16 2 1 18 0 9 0 1983640766 889204736 15853 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16651/statm: 217091 15853 2633 9 0 211597 0
[pid=16651/tid=16653] ppid=16649 vsize=868364 CPUtime=12.13
/proc/16651/task/16653/stat : 16653 (java) R 16649 16651 15638 0 -1 64 17972 389 1 0 1197 13 2 1 25 0 9 0 1983640767 889204736 15853 996147200 134512640 134550740 4294955968 18446744073709551615 4127117159 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16654] ppid=16649 vsize=868364 CPUtime=0.11
/proc/16651/task/16654/stat : 16654 (java) S 16649 16651 15638 0 -1 64 6179 389 0 0 8 0 2 1 16 0 9 0 1983640769 889204736 15853 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16655] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16655/stat : 16655 (java) S 16649 16651 15638 0 -1 64 15 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15853 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16656] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16656/stat : 16656 (java) S 16649 16651 15638 0 -1 64 12 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15853 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16657] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16657/stat : 16657 (java) S 16649 16651 15638 0 -1 64 0 389 0 0 0 0 2 1 18 0 9 0 1983640771 889204736 15853 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16658] ppid=16649 vsize=868364 CPUtime=0.34
/proc/16651/task/16658/stat : 16658 (java) S 16649 16651 15638 0 -1 64 971 389 0 0 31 0 2 1 15 0 9 0 1983640771 889204736 15853 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16659] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16659/stat : 16659 (java) S 16649 16651 15638 0 -1 64 2 389 0 0 0 0 2 1 19 0 9 0 1983640771 889204736 15853 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16660] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16660/stat : 16660 (java) S 16649 16651 15638 0 -1 64 41 389 0 0 0 0 2 1 15 0 9 0 1983640771 889204736 15853 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868364

[startup+25.5028 s]
/proc/loadavg: 1.95 2.00 1.99 3/82 16664
/proc/meminfo: memFree=1741648/2055920 swapFree=4180076/4192956
[pid=16651] ppid=16649 vsize=868364 CPUtime=25.25
/proc/16651/stat : 16651 (java) S 16649 16651 15638 0 -1 0 26023 389 1 0 2506 16 2 1 18 0 9 0 1983640766 889204736 15855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16651/statm: 217091 15855 2633 9 0 211597 0
[pid=16651/tid=16653] ppid=16649 vsize=868364 CPUtime=24.82
/proc/16651/task/16653/stat : 16653 (java) R 16649 16651 15638 0 -1 64 17985 389 1 0 2466 13 2 1 25 0 9 0 1983640767 889204736 15855 996147200 134512640 134550740 4294955968 18446744073709551615 4127097828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16654] ppid=16649 vsize=868364 CPUtime=0.11
/proc/16651/task/16654/stat : 16654 (java) S 16649 16651 15638 0 -1 64 6179 389 0 0 8 0 2 1 16 0 9 0 1983640769 889204736 15855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16655] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16655/stat : 16655 (java) S 16649 16651 15638 0 -1 64 15 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16656] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16656/stat : 16656 (java) S 16649 16651 15638 0 -1 64 12 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16657] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16657/stat : 16657 (java) S 16649 16651 15638 0 -1 64 0 389 0 0 0 0 2 1 18 0 9 0 1983640771 889204736 15855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16658] ppid=16649 vsize=868364 CPUtime=0.34
/proc/16651/task/16658/stat : 16658 (java) S 16649 16651 15638 0 -1 64 974 389 0 0 31 0 2 1 16 0 9 0 1983640771 889204736 15855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16659] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16659/stat : 16659 (java) S 16649 16651 15638 0 -1 64 2 389 0 0 0 0 2 1 19 0 9 0 1983640771 889204736 15855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16660] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16660/stat : 16660 (java) S 16649 16651 15638 0 -1 64 41 389 0 0 0 0 2 1 15 0 9 0 1983640771 889204736 15855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 868364

[startup+51.1026 s]
/proc/loadavg: 1.97 2.00 1.99 3/82 16664
/proc/meminfo: memFree=1741584/2055920 swapFree=4180076/4192956
[pid=16651] ppid=16649 vsize=868364 CPUtime=50.63
/proc/16651/stat : 16651 (java) S 16649 16651 15638 0 -1 0 26047 389 1 0 5043 17 2 1 18 0 9 0 1983640766 889204736 15857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16651/statm: 217091 15857 2633 9 0 211597 0
[pid=16651/tid=16653] ppid=16649 vsize=868364 CPUtime=50.2
/proc/16651/task/16653/stat : 16653 (java) R 16649 16651 15638 0 -1 64 18007 389 1 0 5003 14 2 1 25 0 9 0 1983640767 889204736 15857 996147200 134512640 134550740 4294955968 18446744073709551615 4127119280 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16654] ppid=16649 vsize=868364 CPUtime=0.11
/proc/16651/task/16654/stat : 16654 (java) S 16649 16651 15638 0 -1 64 6179 389 0 0 8 0 2 1 16 0 9 0 1983640769 889204736 15857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16655] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16655/stat : 16655 (java) S 16649 16651 15638 0 -1 64 15 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16656] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16656/stat : 16656 (java) S 16649 16651 15638 0 -1 64 12 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16657] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16657/stat : 16657 (java) S 16649 16651 15638 0 -1 64 0 389 0 0 0 0 2 1 18 0 9 0 1983640771 889204736 15857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16658] ppid=16649 vsize=868364 CPUtime=0.34
/proc/16651/task/16658/stat : 16658 (java) S 16649 16651 15638 0 -1 64 976 389 0 0 31 0 2 1 16 0 9 0 1983640771 889204736 15857 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16659] ppid=16649 vsize=868364 CPUtime=0.03

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

/proc/16651/task/16656/stat : 16656 (java) S 16649 16651 15638 0 -1 64 12 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16657] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16657/stat : 16657 (java) S 16649 16651 15638 0 -1 64 0 389 0 0 0 0 2 1 18 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16658] ppid=16649 vsize=868364 CPUtime=0.37
/proc/16651/task/16658/stat : 16658 (java) S 16649 16651 15638 0 -1 64 1007 389 0 0 34 0 2 1 16 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16659] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16659/stat : 16659 (java) S 16649 16651 15638 0 -1 64 2 389 0 0 0 0 2 1 19 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16660] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16660/stat : 16660 (java) S 16649 16651 15638 0 -1 64 41 389 0 0 0 0 2 1 15 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.33
Current children cumulated vsize (KiB) 868364

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 16673
/proc/meminfo: memFree=1740472/2055920 swapFree=4180076/4192956
[pid=16651] ppid=16649 vsize=868364 CPUtime=1588.82
/proc/16651/stat : 16651 (java) S 16649 16651 15638 0 -1 0 26102 389 1 0 158856 23 2 1 18 0 9 0 1983640766 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16651/statm: 217091 15873 2633 9 0 211597 0
[pid=16651/tid=16653] ppid=16649 vsize=868364 CPUtime=1588.34
/proc/16651/task/16653/stat : 16653 (java) R 16649 16651 15638 0 -1 64 18031 389 1 0 158812 19 2 1 25 0 9 0 1983640767 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4127130413 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16654] ppid=16649 vsize=868364 CPUtime=0.12
/proc/16651/task/16654/stat : 16654 (java) S 16649 16651 15638 0 -1 64 6179 389 0 0 8 1 2 1 16 0 9 0 1983640769 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16655] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16655/stat : 16655 (java) S 16649 16651 15638 0 -1 64 15 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16656] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16656/stat : 16656 (java) S 16649 16651 15638 0 -1 64 12 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16657] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16657/stat : 16657 (java) S 16649 16651 15638 0 -1 64 0 389 0 0 0 0 2 1 18 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16658] ppid=16649 vsize=868364 CPUtime=0.37
/proc/16651/task/16658/stat : 16658 (java) S 16649 16651 15638 0 -1 64 1007 389 0 0 34 0 2 1 16 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16659] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16659/stat : 16659 (java) S 16649 16651 15638 0 -1 64 2 389 0 0 0 0 2 1 19 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16660] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16660/stat : 16660 (java) S 16649 16651 15638 0 -1 64 41 389 0 0 0 0 2 1 15 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.82
Current children cumulated vsize (KiB) 868364

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 16673
/proc/meminfo: memFree=1740408/2055920 swapFree=4180076/4192956
[pid=16651] ppid=16649 vsize=868364 CPUtime=1648.32
/proc/16651/stat : 16651 (java) S 16649 16651 15638 0 -1 0 26102 389 1 0 164806 23 2 1 18 0 9 0 1983640766 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16651/statm: 217091 15873 2633 9 0 211597 0
[pid=16651/tid=16653] ppid=16649 vsize=868364 CPUtime=1647.84
/proc/16651/task/16653/stat : 16653 (java) R 16649 16651 15638 0 -1 64 18031 389 1 0 164762 19 2 1 25 0 9 0 1983640767 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4127130234 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16654] ppid=16649 vsize=868364 CPUtime=0.12
/proc/16651/task/16654/stat : 16654 (java) S 16649 16651 15638 0 -1 64 6179 389 0 0 8 1 2 1 16 0 9 0 1983640769 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16655] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16655/stat : 16655 (java) S 16649 16651 15638 0 -1 64 15 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16656] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16656/stat : 16656 (java) S 16649 16651 15638 0 -1 64 12 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16657] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16657/stat : 16657 (java) S 16649 16651 15638 0 -1 64 0 389 0 0 0 0 2 1 18 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16658] ppid=16649 vsize=868364 CPUtime=0.37
/proc/16651/task/16658/stat : 16658 (java) S 16649 16651 15638 0 -1 64 1007 389 0 0 34 0 2 1 16 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16659] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16659/stat : 16659 (java) S 16649 16651 15638 0 -1 64 2 389 0 0 0 0 2 1 19 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16660] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16660/stat : 16660 (java) S 16649 16651 15638 0 -1 64 41 389 0 0 0 0 2 1 15 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.32
Current children cumulated vsize (KiB) 868364

[startup+1722.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 16724
/proc/meminfo: memFree=1728200/2055920 swapFree=4180076/4192956
[pid=16651] ppid=16649 vsize=868364 CPUtime=1707.92
/proc/16651/stat : 16651 (java) S 16649 16651 15638 0 -1 0 26102 389 1 0 170765 24 2 1 18 0 9 0 1983640766 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16651/statm: 217091 15873 2633 9 0 211597 0
[pid=16651/tid=16653] ppid=16649 vsize=868364 CPUtime=1707.44
/proc/16651/task/16653/stat : 16653 (java) R 16649 16651 15638 0 -1 64 18031 389 1 0 170721 20 2 1 25 0 9 0 1983640767 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4127118240 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16651/tid=16654] ppid=16649 vsize=868364 CPUtime=0.12
/proc/16651/task/16654/stat : 16654 (java) S 16649 16651 15638 0 -1 64 6179 389 0 0 8 1 2 1 16 0 9 0 1983640769 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16655] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16655/stat : 16655 (java) S 16649 16651 15638 0 -1 64 15 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16656] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16656/stat : 16656 (java) S 16649 16651 15638 0 -1 64 12 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16657] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16657/stat : 16657 (java) S 16649 16651 15638 0 -1 64 0 389 0 0 0 0 2 1 18 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16658] ppid=16649 vsize=868364 CPUtime=0.37
/proc/16651/task/16658/stat : 16658 (java) S 16649 16651 15638 0 -1 64 1007 389 0 0 34 0 2 1 16 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16659] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16659/stat : 16659 (java) S 16649 16651 15638 0 -1 64 2 389 0 0 0 0 2 1 19 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16660] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16660/stat : 16660 (java) S 16649 16651 15638 0 -1 64 41 389 0 0 0 0 2 1 15 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1707.92
Current children cumulated vsize (KiB) 868364

[startup+1782.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/83 16724
/proc/meminfo: memFree=1722760/2055920 swapFree=4180076/4192956
[pid=16651] ppid=16649 vsize=868364 CPUtime=1767.9
/proc/16651/stat : 16651 (java) S 16649 16651 15638 0 -1 0 26102 389 1 0 176762 25 2 1 18 0 9 0 1983640766 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16651/statm: 217091 15873 2633 9 0 211597 0
[pid=16651/tid=16653] ppid=16649 vsize=868364 CPUtime=1767.42
/proc/16651/task/16653/stat : 16653 (java) R 16649 16651 15638 0 -1 64 18031 389 1 0 176718 21 2 1 25 0 9 0 1983640767 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4126967620 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16651/tid=16654] ppid=16649 vsize=868364 CPUtime=0.12
/proc/16651/task/16654/stat : 16654 (java) S 16649 16651 15638 0 -1 64 6179 389 0 0 8 1 2 1 16 0 9 0 1983640769 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16655] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16655/stat : 16655 (java) S 16649 16651 15638 0 -1 64 15 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16656] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16656/stat : 16656 (java) S 16649 16651 15638 0 -1 64 12 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16657] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16657/stat : 16657 (java) S 16649 16651 15638 0 -1 64 0 389 0 0 0 0 2 1 18 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16658] ppid=16649 vsize=868364 CPUtime=0.37
/proc/16651/task/16658/stat : 16658 (java) S 16649 16651 15638 0 -1 64 1007 389 0 0 34 0 2 1 16 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16659] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16659/stat : 16659 (java) S 16649 16651 15638 0 -1 64 2 389 0 0 0 0 2 1 19 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16660] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16660/stat : 16660 (java) S 16649 16651 15638 0 -1 64 41 389 0 0 0 0 2 1 15 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1767.9
Current children cumulated vsize (KiB) 868364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.5 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 16724
/proc/meminfo: memFree=1721864/2055920 swapFree=4180076/4192956
[pid=16651] ppid=16649 vsize=868364 CPUtime=1800.1
/proc/16651/stat : 16651 (java) S 16649 16651 15638 0 -1 0 26102 389 1 0 179982 25 2 1 18 0 9 0 1983640766 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16651/statm: 217091 15873 2633 9 0 211597 0
[pid=16651/tid=16653] ppid=16649 vsize=868364 CPUtime=1799.62
/proc/16651/task/16653/stat : 16653 (java) R 16649 16651 15638 0 -1 64 18031 389 1 0 179938 21 2 1 25 0 9 0 1983640767 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4127119364 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16651/tid=16654] ppid=16649 vsize=868364 CPUtime=0.12
/proc/16651/task/16654/stat : 16654 (java) S 16649 16651 15638 0 -1 64 6179 389 0 0 8 1 2 1 16 0 9 0 1983640769 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16655] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16655/stat : 16655 (java) S 16649 16651 15638 0 -1 64 15 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16656] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16656/stat : 16656 (java) S 16649 16651 15638 0 -1 64 12 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16657] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16657/stat : 16657 (java) S 16649 16651 15638 0 -1 64 0 389 0 0 0 0 2 1 18 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16658] ppid=16649 vsize=868364 CPUtime=0.37
/proc/16651/task/16658/stat : 16658 (java) S 16649 16651 15638 0 -1 64 1007 389 0 0 34 0 2 1 16 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16659] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16659/stat : 16659 (java) S 16649 16651 15638 0 -1 64 2 389 0 0 0 0 2 1 19 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16660] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16660/stat : 16660 (java) R 16649 16651 15638 0 -1 64 41 389 0 0 0 0 2 1 15 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 868364

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

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

[startup+1814.5 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 16724
/proc/meminfo: memFree=1721864/2055920 swapFree=4180076/4192956
[pid=16651] ppid=16649 vsize=868364 CPUtime=1800.1
/proc/16651/stat : 16651 (java) S 16649 16651 15638 0 -1 0 26102 389 1 0 179982 25 2 1 18 0 9 0 1983640766 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16651/statm: 217091 15873 2633 9 0 211597 0
[pid=16651/tid=16653] ppid=16649 vsize=868364 CPUtime=1799.62
/proc/16651/task/16653/stat : 16653 (java) R 16649 16651 15638 0 -1 64 18031 389 1 0 179938 21 2 1 25 0 9 0 1983640767 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4127119364 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16651/tid=16654] ppid=16649 vsize=868364 CPUtime=0.12
/proc/16651/task/16654/stat : 16654 (java) S 16649 16651 15638 0 -1 64 6179 389 0 0 8 1 2 1 16 0 9 0 1983640769 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16655] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16655/stat : 16655 (java) S 16649 16651 15638 0 -1 64 15 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16656] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16656/stat : 16656 (java) S 16649 16651 15638 0 -1 64 12 389 0 0 0 0 2 1 16 0 9 0 1983640769 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16657] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16657/stat : 16657 (java) S 16649 16651 15638 0 -1 64 0 389 0 0 0 0 2 1 18 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16658] ppid=16649 vsize=868364 CPUtime=0.37
/proc/16651/task/16658/stat : 16658 (java) S 16649 16651 15638 0 -1 64 1007 389 0 0 34 0 2 1 16 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16659] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16659/stat : 16659 (java) S 16649 16651 15638 0 -1 64 2 389 0 0 0 0 2 1 19 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16651/tid=16660] ppid=16649 vsize=868364 CPUtime=0.03
/proc/16651/task/16660/stat : 16660 (java) R 16649 16651 15638 0 -1 64 41 389 0 0 0 0 2 1 15 0 9 0 1983640771 889204736 15873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 868364

Child status: 143
Real time (s): 1814.57
CPU time (s): 1800.18
CPU user time (s): 1799.9
CPU system time (s): 0.271958
CPU usage (%): 99.2066
Max. virtual memory (cumulated for all children) (KiB): 868364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.271958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26522
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= 38181
involuntary context switches= 72540

runsolver used 2.57961 second user time and 5.52316 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-03 02:58:03
IDJOB=1049760
IDBENCH=54845
IDSOLVER=364
FILE ID=node42/1049760-1215046683
PBS_JOBID= 7875092
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ef444482ff2f983ece739c11a5a9c60e
RANDOM SEED=2146152098

node42.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.214
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.214
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:       1795768 kB
Buffers:         32012 kB
Cached:         139476 kB
SwapCached:       6808 kB
Active:          65488 kB
Inactive:       122628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795768 kB
SwapTotal:     4192956 kB
SwapFree:      4180076 kB
Dirty:            2324 kB
Writeback:           0 kB
Mapped:          23264 kB
Slab:            57252 kB
Committed_AS:  3536180 kB
PageTables:       1832 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= 66520 MiB
End job on node42 at 2008-07-03 03:28:19