Trace number 1044911

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.11 1811.85

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-6_ext.xml
MD5SUM37d4cc93c1881fb726b597145c5937b8
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark57.2283
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints10142
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension10142
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.27/0.32	   
0.27/0.32	   instance
0.27/0.32	     name=HOME/instance-1044911-1215023150.xml
0.27/0.36	   
0.27/0.36	   domains being loaded...
0.27/0.37	   
0.27/0.37	   variables being loaded...
0.47/0.56	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25  nbTotalValues=6961
0.47/0.56	       =>  wckTime=0.308  cpuTime=0.22  mem=9M870
0.47/0.56	   
0.47/0.56	   relations being loaded...
0.47/0.57	   
0.47/0.57	   constraints being loaded...
1.54/1.61	     nbConstraints=10169  nbRelationTypes=26  nbGlobalConstraints=27  nbSingletonDomainVariables=361
1.54/1.62	     nbExtensionStructures=51  nbSharedExtensionStructures=10091  nbConflictsStructures=51
1.54/1.62	     nbSharedConflictsStructures=10091  nbSharedBinaryRepresentations=1323  minDegree=20  maxDegree=49  minArity=2
1.54/1.62	     avgArity=2.02  maxArity=12  nbGenerators=0  nbFusions=0  symmetryWckTime=0.41  symmetryCpuTime=0.22  nbCliques=27
1.54/1.62	       =>  wckTime=1.364  cpuTime=0.85  mem=27M824
1.63/1.74	   
1.63/1.74	   solver IterativeSystematicSolver being built... 
1.73/1.82	   
1.73/1.82	   INFO : Forward propagation technique limited 
1.83/1.92	       =>  wckTime=1.67  cpuTime=1.0  mem=31M889
2.03/2.19	   
2.03/2.19	   preprocessing
2.03/2.19	     nbConstraintChecks=169420  nbPropagations=3194  nbRevisions=30586  nbUselessRevisions=23209  nbSingletonTests=657
2.03/2.19	     nbEffectiveSingletonTests=0  nbACRemovals=5404  nbFoundSingletons=0  nbRemovedValues=5404  detectedInconsistency=no
2.03/2.19	       =>  wckTime=0.265  cpuTime=0.22  mem=32M883
2.42/2.52	   
2.42/2.52	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=33M895)

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-1044911-1215023150/watcher-1044911-1215023150 -o /tmp/evaluation-result-1044911-1215023150/solver-1044911-1215023150 -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-1044911-1215023150.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.05 2.14 2.01 3/92 2753
/proc/meminfo: memFree=1697632/2055920 swapFree=4180396/4192956
[pid=2753] ppid=2751 vsize=1608 CPUtime=0
/proc/2753/stat : 2753 (java) R 2751 2753 2277 0 -1 0 140 0 0 0 0 0 0 0 18 0 1 0 1981287836 1646592 113 996147200 134512640 134550740 4294956144 18446744073709551615 11549984 0 0 4096 0 0 0 0 17 0 0 0
/proc/2753/statm: 403 120 95 9 0 45 0

[startup+0.0862759 s]
/proc/loadavg: 2.05 2.14 2.01 3/92 2753
/proc/meminfo: memFree=1697632/2055920 swapFree=4180396/4192956
[pid=2753] ppid=2751 vsize=865856 CPUtime=0.06
/proc/2753/stat : 2753 (java) S 2751 2753 2277 0 -1 0 3395 0 1 0 4 2 0 0 18 0 9 0 1981287836 886636544 2905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2753/statm: 216464 2905 1570 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.102275 s]
/proc/loadavg: 2.05 2.14 2.01 3/92 2753
/proc/meminfo: memFree=1697632/2055920 swapFree=4180396/4192956
[pid=2753] ppid=2751 vsize=865884 CPUtime=0.08
/proc/2753/stat : 2753 (java) S 2751 2753 2277 0 -1 0 3676 0 1 0 6 2 0 0 18 0 9 0 1981287836 886665216 3151 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2753/statm: 216471 3151 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302297 s]
/proc/loadavg: 2.05 2.14 2.01 3/92 2753
/proc/meminfo: memFree=1697632/2055920 swapFree=4180396/4192956
[pid=2753] ppid=2751 vsize=866196 CPUtime=0.27
/proc/2753/stat : 2753 (java) S 2751 2753 2277 0 -1 0 5616 0 1 0 23 4 0 0 18 0 9 0 1981287836 886984704 5030 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2753/statm: 216549 5030 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866196

[startup+0.702339 s]
/proc/loadavg: 2.05 2.14 2.01 3/92 2753
/proc/meminfo: memFree=1697632/2055920 swapFree=4180396/4192956
[pid=2753] ppid=2751 vsize=867448 CPUtime=0.68
/proc/2753/stat : 2753 (java) S 2751 2753 2277 0 -1 0 7881 0 1 0 62 6 0 0 18 0 9 0 1981287836 888266752 7251 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2753/statm: 216862 7251 1974 9 0 211390 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867448

[startup+1.50142 s]
/proc/loadavg: 2.12 2.15 2.02 3/101 2762
/proc/meminfo: memFree=1642904/2055920 swapFree=4180396/4192956
[pid=2753] ppid=2751 vsize=867772 CPUtime=1.44
/proc/2753/stat : 2753 (java) S 2751 2753 2277 0 -1 0 19692 620 1 0 118 13 13 0 18 0 9 0 1981287836 888598528 18902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2753/statm: 216943 18902 2009 9 0 211471 0
[pid=2753/tid=2755] ppid=2751 vsize=867772 CPUtime=1.1
/proc/2753/task/2755/stat : 2755 (java) R 2751 2753 2277 0 -1 64 15818 620 1 0 87 10 13 0 16 0 9 0 1981287837 888598528 18902 996147200 134512640 134550740 4294955968 18446744073709551615 102687297 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2756] ppid=2751 vsize=867772 CPUtime=0.22
/proc/2753/task/2756/stat : 2756 (java) S 2751 2753 2277 0 -1 64 2446 620 0 0 9 0 13 0 17 0 9 0 1981287839 888598528 18902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2757] ppid=2751 vsize=867772 CPUtime=0.13
/proc/2753/task/2757/stat : 2757 (java) S 2751 2753 2277 0 -1 64 12 620 0 0 0 0 13 0 16 0 9 0 1981287839 888598528 18902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2758] ppid=2751 vsize=867772 CPUtime=0.13
/proc/2753/task/2758/stat : 2758 (java) S 2751 2753 2277 0 -1 64 5 620 0 0 0 0 13 0 16 0 9 0 1981287839 888598528 18902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2759] ppid=2751 vsize=867772 CPUtime=0.13
/proc/2753/task/2759/stat : 2759 (java) S 2751 2753 2277 0 -1 64 1 620 0 0 0 0 13 0 18 0 9 0 1981287841 888598528 18902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2760] ppid=2751 vsize=867772 CPUtime=0.33
/proc/2753/task/2760/stat : 2760 (java) S 2751 2753 2277 0 -1 64 648 620 0 0 20 0 13 0 16 0 9 0 1981287841 888598528 18902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2761] ppid=2751 vsize=867772 CPUtime=0.13
/proc/2753/task/2761/stat : 2761 (java) S 2751 2753 2277 0 -1 64 2 620 0 0 0 0 13 0 19 0 9 0 1981287841 888598528 18902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2762] ppid=2751 vsize=867772 CPUtime=0.13
/proc/2753/task/2762/stat : 2762 (java) S 2751 2753 2277 0 -1 64 7 620 0 0 0 0 13 0 15 0 9 0 1981287841 888598528 18902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 867772

[startup+3.10158 s]
/proc/loadavg: 2.12 2.15 2.02 4/103 2766
/proc/meminfo: memFree=1620680/2055920 swapFree=4180396/4192956
[pid=2753] ppid=2751 vsize=867924 CPUtime=3.01
/proc/2753/stat : 2753 (java) S 2751 2753 2277 0 -1 0 32329 742 1 0 270 17 13 1 18 0 9 0 1981287836 888754176 21594 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2753/statm: 216981 21594 2636 9 0 211487 0
[pid=2753/tid=2755] ppid=2751 vsize=867924 CPUtime=2.43
/proc/2753/task/2755/stat : 2755 (java) R 2751 2753 2277 0 -1 64 22689 742 1 0 216 13 13 1 25 0 9 0 1981287837 888754176 21594 996147200 134512640 134550740 4294955968 18446744073709551615 4127094375 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2756] ppid=2751 vsize=867924 CPUtime=0.36
/proc/2753/task/2756/stat : 2756 (java) S 2751 2753 2277 0 -1 64 7908 742 0 0 20 2 13 1 16 0 9 0 1981287839 888754176 21594 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2757] ppid=2751 vsize=867924 CPUtime=0.14
/proc/2753/task/2757/stat : 2757 (java) S 2751 2753 2277 0 -1 64 14 742 0 0 0 0 13 1 15 0 9 0 1981287839 888754176 21594 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2758] ppid=2751 vsize=867924 CPUtime=0.14
/proc/2753/task/2758/stat : 2758 (java) S 2751 2753 2277 0 -1 64 8 742 0 0 0 0 13 1 15 0 9 0 1981287839 888754176 21594 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2759] ppid=2751 vsize=867924 CPUtime=0.14
/proc/2753/task/2759/stat : 2759 (java) S 2751 2753 2277 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1981287841 888754176 21594 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2760] ppid=2751 vsize=867924 CPUtime=0.46
/proc/2753/task/2760/stat : 2760 (java) S 2751 2753 2277 0 -1 64 896 742 0 0 32 0 13 1 15 0 9 0 1981287841 888754176 21594 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2761] ppid=2751 vsize=867924 CPUtime=0.14
/proc/2753/task/2761/stat : 2761 (java) S 2751 2753 2277 0 -1 64 2 742 0 0 0 0 13 1 19 0 9 0 1981287841 888754176 21594 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2762] ppid=2751 vsize=867924 CPUtime=0.14
/proc/2753/task/2762/stat : 2762 (java) S 2751 2753 2277 0 -1 64 10 742 0 0 0 0 13 1 15 0 9 0 1981287841 888754176 21594 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 867924

[startup+6.30292 s]
/proc/loadavg: 2.12 2.15 2.02 3/101 2766
/proc/meminfo: memFree=1621072/2055920 swapFree=4180396/4192956
[pid=2753] ppid=2751 vsize=867924 CPUtime=6.15
/proc/2753/stat : 2753 (java) S 2751 2753 2277 0 -1 0 34205 742 1 0 583 18 13 1 18 0 9 0 1981287836 888754176 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2753/statm: 216981 21600 2636 9 0 211487 0
[pid=2753/tid=2755] ppid=2751 vsize=867924 CPUtime=5.55
/proc/2753/task/2755/stat : 2755 (java) R 2751 2753 2277 0 -1 64 24534 742 1 0 528 13 13 1 25 0 9 0 1981287837 888754176 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4127169104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2756] ppid=2751 vsize=867924 CPUtime=0.36
/proc/2753/task/2756/stat : 2756 (java) S 2751 2753 2277 0 -1 64 7908 742 0 0 20 2 13 1 17 0 9 0 1981287839 888754176 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2757] ppid=2751 vsize=867924 CPUtime=0.14
/proc/2753/task/2757/stat : 2757 (java) S 2751 2753 2277 0 -1 64 14 742 0 0 0 0 13 1 15 0 9 0 1981287839 888754176 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2758] ppid=2751 vsize=867924 CPUtime=0.14
/proc/2753/task/2758/stat : 2758 (java) S 2751 2753 2277 0 -1 64 8 742 0 0 0 0 13 1 15 0 9 0 1981287839 888754176 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2759] ppid=2751 vsize=867924 CPUtime=0.14
/proc/2753/task/2759/stat : 2759 (java) S 2751 2753 2277 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1981287841 888754176 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2760] ppid=2751 vsize=867924 CPUtime=0.49
/proc/2753/task/2760/stat : 2760 (java) S 2751 2753 2277 0 -1 64 904 742 0 0 34 1 13 1 17 0 9 0 1981287841 888754176 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2761] ppid=2751 vsize=867924 CPUtime=0.14
/proc/2753/task/2761/stat : 2761 (java) S 2751 2753 2277 0 -1 64 2 742 0 0 0 0 13 1 19 0 9 0 1981287841 888754176 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2762] ppid=2751 vsize=867924 CPUtime=0.14
/proc/2753/task/2762/stat : 2762 (java) S 2751 2753 2277 0 -1 64 33 742 0 0 0 0 13 1 15 0 9 0 1981287841 888754176 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 867924

[startup+12.7016 s]
/proc/loadavg: 2.11 2.14 2.02 3/101 2766
/proc/meminfo: memFree=1620880/2055920 swapFree=4180396/4192956
[pid=2753] ppid=2751 vsize=867836 CPUtime=12.43
/proc/2753/stat : 2753 (java) S 2751 2753 2277 0 -1 0 39444 742 1 0 1209 20 13 1 18 0 9 0 1981287836 888664064 22689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2753/statm: 216959 22689 2615 9 0 211487 0
[pid=2753/tid=2755] ppid=2751 vsize=867836 CPUtime=11.81
/proc/2753/task/2755/stat : 2755 (java) R 2751 2753 2277 0 -1 64 28659 742 1 0 1152 15 13 1 25 0 9 0 1981287837 888664064 22689 996147200 134512640 134550740 4294955968 18446744073709551615 4127091964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2756] ppid=2751 vsize=867836 CPUtime=0.37
/proc/2753/task/2756/stat : 2756 (java) S 2751 2753 2277 0 -1 64 9021 742 0 0 21 2 13 1 16 0 9 0 1981287839 888664064 22689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2757] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2757/stat : 2757 (java) S 2751 2753 2277 0 -1 64 14 742 0 0 0 0 13 1 16 0 9 0 1981287839 888664064 22689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2758] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2758/stat : 2758 (java) S 2751 2753 2277 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 1981287839 888664064 22689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2759] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2759/stat : 2759 (java) S 2751 2753 2277 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1981287841 888664064 22689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2760] ppid=2751 vsize=867836 CPUtime=0.49
/proc/2753/task/2760/stat : 2760 (java) S 2751 2753 2277 0 -1 64 904 742 0 0 34 1 13 1 17 0 9 0 1981287841 888664064 22689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2761] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2761/stat : 2761 (java) S 2751 2753 2277 0 -1 64 2 742 0 0 0 0 13 1 19 0 9 0 1981287841 888664064 22689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2762] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2762/stat : 2762 (java) S 2751 2753 2277 0 -1 64 33 742 0 0 0 0 13 1 15 0 9 0 1981287841 888664064 22689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 867836

[startup+25.5029 s]
/proc/loadavg: 2.09 2.14 2.02 3/101 2766
/proc/meminfo: memFree=1616400/2055920 swapFree=4180396/4192956
[pid=2753] ppid=2751 vsize=867836 CPUtime=24.97
/proc/2753/stat : 2753 (java) S 2751 2753 2277 0 -1 0 39455 742 1 0 2463 20 13 1 18 0 9 0 1981287836 888664064 22689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2753/statm: 216959 22689 2615 9 0 211487 0
[pid=2753/tid=2755] ppid=2751 vsize=867836 CPUtime=24.36
/proc/2753/task/2755/stat : 2755 (java) R 2751 2753 2277 0 -1 64 28670 742 1 0 2407 15 13 1 25 0 9 0 1981287837 888664064 22689 996147200 134512640 134550740 4294955968 18446744073709551615 4127168936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2756] ppid=2751 vsize=867836 CPUtime=0.37
/proc/2753/task/2756/stat : 2756 (java) S 2751 2753 2277 0 -1 64 9021 742 0 0 21 2 13 1 16 0 9 0 1981287839 888664064 22689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2757] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2757/stat : 2757 (java) S 2751 2753 2277 0 -1 64 14 742 0 0 0 0 13 1 16 0 9 0 1981287839 888664064 22689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2758] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2758/stat : 2758 (java) S 2751 2753 2277 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 1981287839 888664064 22689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2759] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2759/stat : 2759 (java) S 2751 2753 2277 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1981287841 888664064 22689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2760] ppid=2751 vsize=867836 CPUtime=0.49
/proc/2753/task/2760/stat : 2760 (java) S 2751 2753 2277 0 -1 64 904 742 0 0 34 1 13 1 17 0 9 0 1981287841 888664064 22689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2761] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2761/stat : 2761 (java) S 2751 2753 2277 0 -1 64 2 742 0 0 0 0 13 1 19 0 9 0 1981287841 888664064 22689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2762] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2762/stat : 2762 (java) S 2751 2753 2277 0 -1 64 33 742 0 0 0 0 13 1 15 0 9 0 1981287841 888664064 22689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 867836

[startup+51.1025 s]
/proc/loadavg: 2.06 2.13 2.01 3/102 2821
/proc/meminfo: memFree=1612352/2055920 swapFree=4180396/4192956
[pid=2753] ppid=2751 vsize=867836 CPUtime=50.23
/proc/2753/stat : 2753 (java) S 2751 2753 2277 0 -1 0 40573 742 1 0 4985 24 13 1 18 0 9 0 1981287836 888664064 23802 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2753/statm: 216959 23802 2615 9 0 211487 0
[pid=2753/tid=2755] ppid=2751 vsize=867836 CPUtime=49.6
/proc/2753/task/2755/stat : 2755 (java) R 2751 2753 2277 0 -1 64 28671 742 1 0 4928 18 13 1 25 0 9 0 1981287837 888664064 23802 996147200 134512640 134550740 4294955968 18446744073709551615 4127165646 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2756] ppid=2751 vsize=867836 CPUtime=0.38
/proc/2753/task/2756/stat : 2756 (java) S 2751 2753 2277 0 -1 64 10137 742 0 0 21 3 13 1 16 0 9 0 1981287839 888664064 23802 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2757] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2757/stat : 2757 (java) S 2751 2753 2277 0 -1 64 14 742 0 0 0 0 13 1 16 0 9 0 1981287839 888664064 23802 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2758] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2758/stat : 2758 (java) S 2751 2753 2277 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 1981287839 888664064 23802 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2759] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2759/stat : 2759 (java) S 2751 2753 2277 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1981287841 888664064 23802 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2760] ppid=2751 vsize=867836 CPUtime=0.49
/proc/2753/task/2760/stat : 2760 (java) S 2751 2753 2277 0 -1 64 905 742 0 0 34 1 13 1 16 0 9 0 1981287841 888664064 23802 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2761] ppid=2751 vsize=867836 CPUtime=0.14

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

/proc/2753/task/2758/stat : 2758 (java) S 2751 2753 2277 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 1981287839 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2759] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2759/stat : 2759 (java) S 2751 2753 2277 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1981287841 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2760] ppid=2751 vsize=867836 CPUtime=0.5
/proc/2753/task/2760/stat : 2760 (java) S 2751 2753 2277 0 -1 64 906 742 0 0 35 1 13 1 16 0 9 0 1981287841 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2761] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2761/stat : 2761 (java) S 2751 2753 2277 0 -1 64 2 742 0 0 0 0 13 1 19 0 9 0 1981287841 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2762] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2762/stat : 2762 (java) S 2751 2753 2277 0 -1 64 33 742 0 0 0 0 13 1 15 0 9 0 1981287841 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.66
Current children cumulated vsize (KiB) 867836

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 3054
/proc/meminfo: memFree=1721392/2055920 swapFree=4180396/4192956
[pid=2753] ppid=2751 vsize=867836 CPUtime=1530.63
/proc/2753/stat : 2753 (java) S 2751 2753 2277 0 -1 0 40675 742 1 0 153016 33 13 1 18 0 9 0 1981287836 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2753/statm: 216959 23814 2615 9 0 211487 0
[pid=2753/tid=2755] ppid=2751 vsize=867836 CPUtime=1529.88
/proc/2753/task/2755/stat : 2755 (java) R 2751 2753 2277 0 -1 64 28754 742 1 0 152948 26 13 1 25 0 9 0 1981287837 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4127103978 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2753/tid=2756] ppid=2751 vsize=867836 CPUtime=0.49
/proc/2753/task/2756/stat : 2756 (java) S 2751 2753 2277 0 -1 64 10155 742 0 0 32 3 13 1 16 0 9 0 1981287839 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2753/tid=2757] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2757/stat : 2757 (java) S 2751 2753 2277 0 -1 64 14 742 0 0 0 0 13 1 16 0 9 0 1981287839 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2758] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2758/stat : 2758 (java) S 2751 2753 2277 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 1981287839 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2759] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2759/stat : 2759 (java) S 2751 2753 2277 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1981287841 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2760] ppid=2751 vsize=867836 CPUtime=0.5
/proc/2753/task/2760/stat : 2760 (java) S 2751 2753 2277 0 -1 64 906 742 0 0 35 1 13 1 16 0 9 0 1981287841 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2761] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2761/stat : 2761 (java) S 2751 2753 2277 0 -1 64 2 742 0 0 0 0 13 1 19 0 9 0 1981287841 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2762] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2762/stat : 2762 (java) S 2751 2753 2277 0 -1 64 33 742 0 0 0 0 13 1 15 0 9 0 1981287841 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.63
Current children cumulated vsize (KiB) 867836

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 3054
/proc/meminfo: memFree=1721264/2055920 swapFree=4180396/4192956
[pid=2753] ppid=2751 vsize=867836 CPUtime=1590.61
/proc/2753/stat : 2753 (java) S 2751 2753 2277 0 -1 0 40679 742 1 0 159014 33 13 1 18 0 9 0 1981287836 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2753/statm: 216959 23814 2615 9 0 211487 0
[pid=2753/tid=2755] ppid=2751 vsize=867836 CPUtime=1589.85
/proc/2753/task/2755/stat : 2755 (java) R 2751 2753 2277 0 -1 64 28758 742 1 0 158945 26 13 1 25 0 9 0 1981287837 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4127146325 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2753/tid=2756] ppid=2751 vsize=867836 CPUtime=0.5
/proc/2753/task/2756/stat : 2756 (java) S 2751 2753 2277 0 -1 64 10155 742 0 0 33 3 13 1 16 0 9 0 1981287839 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2753/tid=2757] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2757/stat : 2757 (java) S 2751 2753 2277 0 -1 64 14 742 0 0 0 0 13 1 16 0 9 0 1981287839 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2758] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2758/stat : 2758 (java) S 2751 2753 2277 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 1981287839 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2759] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2759/stat : 2759 (java) S 2751 2753 2277 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1981287841 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2760] ppid=2751 vsize=867836 CPUtime=0.5
/proc/2753/task/2760/stat : 2760 (java) S 2751 2753 2277 0 -1 64 906 742 0 0 35 1 13 1 16 0 9 0 1981287841 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2761] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2761/stat : 2761 (java) S 2751 2753 2277 0 -1 64 2 742 0 0 0 0 13 1 19 0 9 0 1981287841 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2762] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2762/stat : 2762 (java) S 2751 2753 2277 0 -1 64 33 742 0 0 0 0 13 1 15 0 9 0 1981287841 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.61
Current children cumulated vsize (KiB) 867836

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 3054
/proc/meminfo: memFree=1721200/2055920 swapFree=4180396/4192956
[pid=2753] ppid=2751 vsize=867836 CPUtime=1650.58
/proc/2753/stat : 2753 (java) S 2751 2753 2277 0 -1 0 40682 742 1 0 165011 33 13 1 18 0 9 0 1981287836 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2753/statm: 216959 23814 2615 9 0 211487 0
[pid=2753/tid=2755] ppid=2751 vsize=867836 CPUtime=1649.83
/proc/2753/task/2755/stat : 2755 (java) R 2751 2753 2277 0 -1 64 28761 742 1 0 164942 27 13 1 25 0 9 0 1981287837 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4127100685 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2753/tid=2756] ppid=2751 vsize=867836 CPUtime=0.5
/proc/2753/task/2756/stat : 2756 (java) S 2751 2753 2277 0 -1 64 10155 742 0 0 33 3 13 1 16 0 9 0 1981287839 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2753/tid=2757] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2757/stat : 2757 (java) S 2751 2753 2277 0 -1 64 14 742 0 0 0 0 13 1 16 0 9 0 1981287839 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2758] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2758/stat : 2758 (java) S 2751 2753 2277 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 1981287839 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2759] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2759/stat : 2759 (java) S 2751 2753 2277 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1981287841 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2760] ppid=2751 vsize=867836 CPUtime=0.5
/proc/2753/task/2760/stat : 2760 (java) S 2751 2753 2277 0 -1 64 906 742 0 0 35 1 13 1 16 0 9 0 1981287841 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2761] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2761/stat : 2761 (java) S 2751 2753 2277 0 -1 64 2 742 0 0 0 0 13 1 19 0 9 0 1981287841 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2762] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2762/stat : 2762 (java) S 2751 2753 2277 0 -1 64 33 742 0 0 0 0 13 1 15 0 9 0 1981287841 888664064 23814 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.58
Current children cumulated vsize (KiB) 867836

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 3054
/proc/meminfo: memFree=1721200/2055920 swapFree=4180396/4192956
[pid=2753] ppid=2751 vsize=867836 CPUtime=1710.57
/proc/2753/stat : 2753 (java) S 2751 2753 2277 0 -1 0 40687 742 1 0 171009 34 13 1 18 0 9 0 1981287836 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2753/statm: 216959 23815 2615 9 0 211487 0
[pid=2753/tid=2755] ppid=2751 vsize=867836 CPUtime=1709.8
/proc/2753/task/2755/stat : 2755 (java) R 2751 2753 2277 0 -1 64 28765 742 1 0 170939 27 13 1 25 0 9 0 1981287837 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4127168019 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2753/tid=2756] ppid=2751 vsize=867836 CPUtime=0.5
/proc/2753/task/2756/stat : 2756 (java) S 2751 2753 2277 0 -1 64 10156 742 0 0 33 3 13 1 16 0 9 0 1981287839 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2753/tid=2757] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2757/stat : 2757 (java) S 2751 2753 2277 0 -1 64 14 742 0 0 0 0 13 1 16 0 9 0 1981287839 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2758] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2758/stat : 2758 (java) S 2751 2753 2277 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 1981287839 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2759] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2759/stat : 2759 (java) S 2751 2753 2277 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1981287841 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2760] ppid=2751 vsize=867836 CPUtime=0.5
/proc/2753/task/2760/stat : 2760 (java) S 2751 2753 2277 0 -1 64 906 742 0 0 35 1 13 1 16 0 9 0 1981287841 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2761] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2761/stat : 2761 (java) S 2751 2753 2277 0 -1 64 2 742 0 0 0 0 13 1 19 0 9 0 1981287841 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2762] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2762/stat : 2762 (java) S 2751 2753 2277 0 -1 64 33 742 0 0 0 0 13 1 15 0 9 0 1981287841 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.57
Current children cumulated vsize (KiB) 867836

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 3054
/proc/meminfo: memFree=1721136/2055920 swapFree=4180396/4192956
[pid=2753] ppid=2751 vsize=867836 CPUtime=1770.55
/proc/2753/stat : 2753 (java) S 2751 2753 2277 0 -1 0 40690 742 1 0 177007 34 13 1 18 0 9 0 1981287836 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2753/statm: 216959 23815 2615 9 0 211487 0
[pid=2753/tid=2755] ppid=2751 vsize=867836 CPUtime=1769.77
/proc/2753/task/2755/stat : 2755 (java) R 2751 2753 2277 0 -1 64 28768 742 1 0 176936 27 13 1 25 0 9 0 1981287837 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4127168022 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2753/tid=2756] ppid=2751 vsize=867836 CPUtime=0.51
/proc/2753/task/2756/stat : 2756 (java) S 2751 2753 2277 0 -1 64 10156 742 0 0 34 3 13 1 16 0 9 0 1981287839 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2753/tid=2757] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2757/stat : 2757 (java) S 2751 2753 2277 0 -1 64 14 742 0 0 0 0 13 1 16 0 9 0 1981287839 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2758] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2758/stat : 2758 (java) S 2751 2753 2277 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 1981287839 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2759] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2759/stat : 2759 (java) S 2751 2753 2277 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1981287841 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2760] ppid=2751 vsize=867836 CPUtime=0.5
/proc/2753/task/2760/stat : 2760 (java) S 2751 2753 2277 0 -1 64 906 742 0 0 35 1 13 1 16 0 9 0 1981287841 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2761] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2761/stat : 2761 (java) S 2751 2753 2277 0 -1 64 2 742 0 0 0 0 13 1 19 0 9 0 1981287841 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2762] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2762/stat : 2762 (java) S 2751 2753 2277 0 -1 64 33 742 0 0 0 0 13 1 15 0 9 0 1981287841 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.55
Current children cumulated vsize (KiB) 867836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 3054
/proc/meminfo: memFree=1721136/2055920 swapFree=4180396/4192956
[pid=2753] ppid=2751 vsize=867836 CPUtime=1800.04
/proc/2753/stat : 2753 (java) S 2751 2753 2277 0 -1 0 40692 742 1 0 179956 34 13 1 18 0 9 0 1981287836 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2753/statm: 216959 23815 2615 9 0 211487 0
[pid=2753/tid=2755] ppid=2751 vsize=867836 CPUtime=1799.27
/proc/2753/task/2755/stat : 2755 (java) R 2751 2753 2277 0 -1 64 28770 742 1 0 179886 27 13 1 25 0 9 0 1981287837 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4127096451 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2753/tid=2756] ppid=2751 vsize=867836 CPUtime=0.51
/proc/2753/task/2756/stat : 2756 (java) S 2751 2753 2277 0 -1 64 10156 742 0 0 34 3 13 1 16 0 9 0 1981287839 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2753/tid=2757] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2757/stat : 2757 (java) S 2751 2753 2277 0 -1 64 14 742 0 0 0 0 13 1 16 0 9 0 1981287839 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2758] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2758/stat : 2758 (java) S 2751 2753 2277 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 1981287839 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2759] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2759/stat : 2759 (java) S 2751 2753 2277 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1981287841 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2760] ppid=2751 vsize=867836 CPUtime=0.5
/proc/2753/task/2760/stat : 2760 (java) S 2751 2753 2277 0 -1 64 906 742 0 0 35 1 13 1 16 0 9 0 1981287841 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2761] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2761/stat : 2761 (java) S 2751 2753 2277 0 -1 64 2 742 0 0 0 0 13 1 19 0 9 0 1981287841 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2753/tid=2762] ppid=2751 vsize=867836 CPUtime=0.14
/proc/2753/task/2762/stat : 2762 (java) S 2751 2753 2277 0 -1 64 33 742 0 0 0 0 13 1 15 0 9 0 1981287841 888664064 23815 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867836

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

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

Child status: 143
Real time (s): 1811.85
CPU time (s): 1800.11
CPU user time (s): 1799.74
CPU system time (s): 0.366944
CPU usage (%): 99.3516
Max. virtual memory (cumulated for all children) (KiB): 867968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.74
system time used= 0.366944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41465
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= 38659
involuntary context switches= 37010

runsolver used 1.9967 second user time and 6.26105 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-02 20:25:50
IDJOB=1044911
IDBENCH=53550
IDSOLVER=364
FILE ID=node44/1044911-1215023150
PBS_JOBID= 7874382
Free space on /tmp= 66504 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-6_ext.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-1044911-1215023150/watcher-1044911-1215023150 -o /tmp/evaluation-result-1044911-1215023150/solver-1044911-1215023150 -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-1044911-1215023150.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 37d4cc93c1881fb726b597145c5937b8
RANDOM SEED=1454807840

node44.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.213
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.213
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:       1698112 kB
Buffers:         17428 kB
Cached:         168148 kB
SwapCached:       6524 kB
Active:         228660 kB
Inactive:        57516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1698112 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            2764 kB
Writeback:           0 kB
Mapped:         117624 kB
Slab:            56248 kB
Committed_AS:  4062988 kB
PageTables:       2168 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= 66524 MiB
End job on node44 at 2008-07-02 20:56:04