Trace number 1044277

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.14 1800.86

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-1_ext.xml
MD5SUM79e6a324f7cdeb5e62d757131dbe1778
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 benchmark137.596
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.08	
0.06/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1044277-1215022975.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.38/0.43	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25  nbTotalValues=6961
0.38/0.44	       =>  wckTime=0.194  cpuTime=0.14  mem=9M869
0.38/0.44	   
0.38/0.44	   relations being loaded...
0.38/0.44	   
0.38/0.45	   constraints being loaded...
1.27/1.38	     nbConstraints=10167  nbRelationTypes=26  nbGlobalConstraints=25  nbSingletonDomainVariables=361
1.27/1.38	     nbExtensionStructures=51  nbSharedExtensionStructures=10091  nbConflictsStructures=51
1.27/1.38	     nbSharedConflictsStructures=10091  nbSharedBinaryRepresentations=1323  minDegree=20  maxDegree=49  minArity=2
1.27/1.38	     avgArity=2.02  maxArity=12  nbGenerators=0  nbFusions=0  symmetryWckTime=0.361  symmetryCpuTime=0.19  nbCliques=25
1.27/1.38	       =>  wckTime=1.14  cpuTime=0.71  mem=27M839
1.49/1.51	   
1.49/1.51	   solver IterativeSystematicSolver being built... 
1.49/1.57	   
1.49/1.58	   INFO : Forward propagation technique limited 
1.59/1.66	       =>  wckTime=1.423  cpuTime=0.85  mem=31M895
1.69/1.73	   
1.69/1.73	   preprocessing
1.69/1.73	     nbConstraintChecks=101511  nbPropagations=625  nbRevisions=7660  nbUselessRevisions=2241  nbRemovedValues=5419
1.69/1.73	     detectedInconsistency=no
1.69/1.73	       =>  wckTime=0.063  cpuTime=0.04  mem=31M895
2.09/2.12	   
2.09/2.12	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=33M917)

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-1044277-1215022975/watcher-1044277-1215022975 -o /tmp/evaluation-result-1044277-1215022975/solver-1044277-1215022975 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044277-1215022975.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.92 1.98 1.90 4/92 12039
/proc/meminfo: memFree=1699808/2055920 swapFree=4180436/4192956
[pid=12039] ppid=12037 vsize=1616 CPUtime=0
/proc/12039/stat : 12039 (java) R 12037 12039 11623 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1981266213 1654784 148 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/12039/statm: 404 148 122 9 0 46 0

[startup+0.0783609 s]
/proc/loadavg: 1.92 1.98 1.90 4/92 12039
/proc/meminfo: memFree=1699808/2055920 swapFree=4180436/4192956
[pid=12039] ppid=12037 vsize=865856 CPUtime=0.06
/proc/12039/stat : 12039 (java) S 12037 12039 11623 0 -1 0 3516 0 1 0 5 1 0 0 18 0 9 0 1981266213 886636544 3006 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12039/statm: 216464 3006 1625 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101368 s]
/proc/loadavg: 1.92 1.98 1.90 4/92 12039
/proc/meminfo: memFree=1699808/2055920 swapFree=4180436/4192956
[pid=12039] ppid=12037 vsize=865884 CPUtime=0.09
/proc/12039/stat : 12039 (java) S 12037 12039 11623 0 -1 0 3727 0 1 0 8 1 0 0 18 0 9 0 1981266213 886665216 3193 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12039/statm: 216471 3195 1692 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301392 s]
/proc/loadavg: 1.92 1.98 1.90 4/92 12039
/proc/meminfo: memFree=1699808/2055920 swapFree=4180436/4192956
[pid=12039] ppid=12037 vsize=866284 CPUtime=0.28
/proc/12039/stat : 12039 (java) S 12037 12039 11623 0 -1 0 6009 0 1 0 26 2 0 0 18 0 9 0 1981266213 887074816 5383 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12039/statm: 216571 5383 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701448 s]
/proc/loadavg: 1.92 1.98 1.90 4/92 12039
/proc/meminfo: memFree=1699808/2055920 swapFree=4180436/4192956
[pid=12039] ppid=12037 vsize=867440 CPUtime=0.68
/proc/12039/stat : 12039 (java) S 12037 12039 11623 0 -1 0 10042 0 1 0 64 4 0 0 18 0 9 0 1981266213 888258560 9402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12039/statm: 216860 9403 1983 9 0 211388 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867440

[startup+1.50256 s]
/proc/loadavg: 1.92 1.98 1.90 4/79 12052
/proc/meminfo: memFree=1717320/2055920 swapFree=4180436/4192956
[pid=12039] ppid=12037 vsize=867924 CPUtime=1.49
/proc/12039/stat : 12039 (java) S 12037 12039 11623 0 -1 0 26726 742 1 0 126 10 12 1 18 0 9 0 1981266213 888754176 21311 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12039/statm: 216981 21320 2612 9 0 211509 0
[pid=12039/tid=12041] ppid=12037 vsize=867924 CPUtime=1.03
/proc/12039/task/12041/stat : 12041 (java) S 12037 12039 11623 0 -1 64 17325 742 1 0 84 6 12 1 16 0 9 0 1981266214 888754176 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12042] ppid=12037 vsize=867924 CPUtime=0.34
/proc/12039/task/12042/stat : 12042 (java) R 12037 12039 11623 0 -1 64 7802 742 0 0 19 2 12 1 16 0 9 0 1981266216 888754176 21331 996147200 134512640 134550740 4294955984 18446744073709551615 104182533 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12043] ppid=12037 vsize=867924 CPUtime=0.13
/proc/12039/task/12043/stat : 12043 (java) S 12037 12039 11623 0 -1 64 13 742 0 0 0 0 12 1 16 0 9 0 1981266216 888754176 21338 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12044] ppid=12037 vsize=867924 CPUtime=0.13
/proc/12039/task/12044/stat : 12044 (java) S 12037 12039 11623 0 -1 64 5 742 0 0 0 0 12 1 16 0 9 0 1981266216 888754176 21343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12045] ppid=12037 vsize=867924 CPUtime=0.13
/proc/12039/task/12045/stat : 12045 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 23 0 9 0 1981266218 888754176 21351 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12046] ppid=12037 vsize=867924 CPUtime=0.35
/proc/12039/task/12046/stat : 12046 (java) S 12037 12039 11623 0 -1 64 787 742 0 0 22 0 12 1 16 0 9 0 1981266218 888754176 21357 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12047] ppid=12037 vsize=867924 CPUtime=0.13
/proc/12039/task/12047/stat : 12047 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 24 0 9 0 1981266218 888754176 21363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12048] ppid=12037 vsize=867924 CPUtime=0.13
/proc/12039/task/12048/stat : 12048 (java) S 12037 12039 11623 0 -1 64 10 742 0 0 0 0 12 1 15 0 9 0 1981266218 888754176 21369 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867924

[startup+3.10277 s]
/proc/loadavg: 1.92 1.98 1.90 3/89 12088
/proc/meminfo: memFree=1709104/2055920 swapFree=4180436/4192956
[pid=12039] ppid=12037 vsize=867908 CPUtime=3.08
/proc/12039/stat : 12039 (java) S 12037 12039 11623 0 -1 0 32490 742 1 0 283 12 12 1 18 0 9 0 1981266213 888737792 21576 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12039/statm: 216977 21576 2636 9 0 211483 0
[pid=12039/tid=12041] ppid=12037 vsize=867908 CPUtime=2.51
/proc/12039/task/12041/stat : 12041 (java) R 12037 12039 11623 0 -1 64 22852 742 1 0 230 8 12 1 25 0 9 0 1981266214 888737792 21576 996147200 134512640 134550740 4294955984 18446744073709551615 4126705062 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12042] ppid=12037 vsize=867908 CPUtime=0.34
/proc/12039/task/12042/stat : 12042 (java) S 12037 12039 11623 0 -1 64 7900 742 0 0 19 2 12 1 17 0 9 0 1981266216 888737792 21576 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12043] ppid=12037 vsize=867908 CPUtime=0.13
/proc/12039/task/12043/stat : 12043 (java) S 12037 12039 11623 0 -1 64 17 742 0 0 0 0 12 1 15 0 9 0 1981266216 888737792 21576 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12044] ppid=12037 vsize=867908 CPUtime=0.13
/proc/12039/task/12044/stat : 12044 (java) S 12037 12039 11623 0 -1 64 9 742 0 0 0 0 12 1 15 0 9 0 1981266216 888737792 21576 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12045] ppid=12037 vsize=867908 CPUtime=0.13
/proc/12039/task/12045/stat : 12045 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 23 0 9 0 1981266218 888737792 21576 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12046] ppid=12037 vsize=867908 CPUtime=0.46
/proc/12039/task/12046/stat : 12046 (java) S 12037 12039 11623 0 -1 64 898 742 0 0 33 0 12 1 16 0 9 0 1981266218 888737792 21576 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12047] ppid=12037 vsize=867908 CPUtime=0.13
/proc/12039/task/12047/stat : 12047 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 24 0 9 0 1981266218 888737792 21576 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12048] ppid=12037 vsize=867908 CPUtime=0.13
/proc/12039/task/12048/stat : 12048 (java) S 12037 12039 11623 0 -1 64 10 742 0 0 0 0 12 1 15 0 9 0 1981266218 888737792 21576 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867908

[startup+6.30121 s]
/proc/loadavg: 2.01 2.00 1.91 3/89 12092
/proc/meminfo: memFree=1653936/2055920 swapFree=4180436/4192956
[pid=12039] ppid=12037 vsize=867908 CPUtime=6.28
/proc/12039/stat : 12039 (java) S 12037 12039 11623 0 -1 0 34499 742 1 0 602 13 12 1 18 0 9 0 1981266213 888737792 21578 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12039/statm: 216977 21578 2636 9 0 211483 0
[pid=12039/tid=12041] ppid=12037 vsize=867908 CPUtime=5.7
/proc/12039/task/12041/stat : 12041 (java) R 12037 12039 11623 0 -1 64 24835 742 1 0 549 8 12 1 25 0 9 0 1981266214 888737792 21578 996147200 134512640 134550740 4294955984 18446744073709551615 4127120300 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12042] ppid=12037 vsize=867908 CPUtime=0.34
/proc/12039/task/12042/stat : 12042 (java) S 12037 12039 11623 0 -1 64 7900 742 0 0 19 2 12 1 17 0 9 0 1981266216 888737792 21578 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12043] ppid=12037 vsize=867908 CPUtime=0.13
/proc/12039/task/12043/stat : 12043 (java) S 12037 12039 11623 0 -1 64 17 742 0 0 0 0 12 1 15 0 9 0 1981266216 888737792 21578 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12044] ppid=12037 vsize=867908 CPUtime=0.13
/proc/12039/task/12044/stat : 12044 (java) S 12037 12039 11623 0 -1 64 9 742 0 0 0 0 12 1 15 0 9 0 1981266216 888737792 21578 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12045] ppid=12037 vsize=867908 CPUtime=0.13
/proc/12039/task/12045/stat : 12045 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 23 0 9 0 1981266218 888737792 21578 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12046] ppid=12037 vsize=867908 CPUtime=0.46
/proc/12039/task/12046/stat : 12046 (java) S 12037 12039 11623 0 -1 64 900 742 0 0 33 0 12 1 17 0 9 0 1981266218 888737792 21578 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12047] ppid=12037 vsize=867908 CPUtime=0.13
/proc/12039/task/12047/stat : 12047 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 24 0 9 0 1981266218 888737792 21578 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12048] ppid=12037 vsize=867908 CPUtime=0.13
/proc/12039/task/12048/stat : 12048 (java) S 12037 12039 11623 0 -1 64 34 742 0 0 0 0 12 1 15 0 9 0 1981266218 888737792 21578 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867908

[startup+12.7021 s]
/proc/loadavg: 2.01 2.00 1.91 3/89 12092
/proc/meminfo: memFree=1653552/2055920 swapFree=4180436/4192956
[pid=12039] ppid=12037 vsize=867820 CPUtime=12.68
/proc/12039/stat : 12039 (java) S 12037 12039 11623 0 -1 0 39417 742 1 0 1240 15 12 1 18 0 9 0 1981266213 888647680 22666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12039/statm: 216955 22666 2615 9 0 211483 0
[pid=12039/tid=12041] ppid=12037 vsize=867820 CPUtime=12.09
/proc/12039/task/12041/stat : 12041 (java) R 12037 12039 11623 0 -1 64 28641 742 1 0 1186 10 12 1 25 0 9 0 1981266214 888647680 22666 996147200 134512640 134550740 4294955984 18446744073709551615 4125952094 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12042] ppid=12037 vsize=867820 CPUtime=0.35
/proc/12039/task/12042/stat : 12042 (java) S 12037 12039 11623 0 -1 64 9011 742 0 0 20 2 12 1 16 0 9 0 1981266216 888647680 22666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12043] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12043/stat : 12043 (java) S 12037 12039 11623 0 -1 64 17 742 0 0 0 0 12 1 16 0 9 0 1981266216 888647680 22666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12044] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12044/stat : 12044 (java) S 12037 12039 11623 0 -1 64 10 742 0 0 0 0 12 1 16 0 9 0 1981266216 888647680 22666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12045] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12045/stat : 12045 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 23 0 9 0 1981266218 888647680 22666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12046] ppid=12037 vsize=867820 CPUtime=0.46
/proc/12039/task/12046/stat : 12046 (java) S 12037 12039 11623 0 -1 64 900 742 0 0 33 0 12 1 17 0 9 0 1981266218 888647680 22666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12047] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12047/stat : 12047 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 24 0 9 0 1981266218 888647680 22666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12048] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12048/stat : 12048 (java) S 12037 12039 11623 0 -1 64 34 742 0 0 0 0 12 1 15 0 9 0 1981266218 888647680 22666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 867820

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 12092
/proc/meminfo: memFree=1644736/2055920 swapFree=4180436/4192956
[pid=12039] ppid=12037 vsize=867820 CPUtime=25.47
/proc/12039/stat : 12039 (java) S 12037 12039 11623 0 -1 0 39426 742 1 0 2519 15 12 1 18 0 9 0 1981266213 888647680 22667 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12039/statm: 216955 22667 2615 9 0 211483 0
[pid=12039/tid=12041] ppid=12037 vsize=867820 CPUtime=24.87
/proc/12039/task/12041/stat : 12041 (java) R 12037 12039 11623 0 -1 64 28649 742 1 0 2464 10 12 1 25 0 9 0 1981266214 888647680 22667 996147200 134512640 134550740 4294955984 18446744073709551615 4127128782 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12042] ppid=12037 vsize=867820 CPUtime=0.35
/proc/12039/task/12042/stat : 12042 (java) S 12037 12039 11623 0 -1 64 9011 742 0 0 20 2 12 1 16 0 9 0 1981266216 888647680 22667 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12043] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12043/stat : 12043 (java) S 12037 12039 11623 0 -1 64 17 742 0 0 0 0 12 1 16 0 9 0 1981266216 888647680 22667 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12044] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12044/stat : 12044 (java) S 12037 12039 11623 0 -1 64 10 742 0 0 0 0 12 1 16 0 9 0 1981266216 888647680 22667 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12045] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12045/stat : 12045 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 23 0 9 0 1981266218 888647680 22667 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12046] ppid=12037 vsize=867820 CPUtime=0.47
/proc/12039/task/12046/stat : 12046 (java) S 12037 12039 11623 0 -1 64 901 742 0 0 34 0 12 1 17 0 9 0 1981266218 888647680 22667 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12047] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12047/stat : 12047 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 24 0 9 0 1981266218 888647680 22667 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12048] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12048/stat : 12048 (java) S 12037 12039 11623 0 -1 64 34 742 0 0 0 0 12 1 15 0 9 0 1981266218 888647680 22667 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 867820

[startup+51.1013 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 12092
/proc/meminfo: memFree=1635776/2055920 swapFree=4180436/4192956
[pid=12039] ppid=12037 vsize=867820 CPUtime=51.07
/proc/12039/stat : 12039 (java) S 12037 12039 11623 0 -1 0 40543 742 1 0 5078 16 12 1 18 0 9 0 1981266213 888647680 23778 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12039/statm: 216955 23778 2615 9 0 211483 0
[pid=12039/tid=12041] ppid=12037 vsize=867820 CPUtime=50.45
/proc/12039/task/12041/stat : 12041 (java) R 12037 12039 11623 0 -1 64 28651 742 1 0 5022 10 12 1 25 0 9 0 1981266214 888647680 23778 996147200 134512640 134550740 4294955984 18446744073709551615 4127095816 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12042] ppid=12037 vsize=867820 CPUtime=0.37
/proc/12039/task/12042/stat : 12042 (java) S 12037 12039 11623 0 -1 64 10126 742 0 0 21 3 12 1 16 0 9 0 1981266216 888647680 23778 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12043] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12043/stat : 12043 (java) S 12037 12039 11623 0 -1 64 17 742 0 0 0 0 12 1 16 0 9 0 1981266216 888647680 23778 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12044] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12044/stat : 12044 (java) S 12037 12039 11623 0 -1 64 10 742 0 0 0 0 12 1 16 0 9 0 1981266216 888647680 23778 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12045] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12045/stat : 12045 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 23 0 9 0 1981266218 888647680 23778 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12046] ppid=12037 vsize=867820 CPUtime=0.47
/proc/12039/task/12046/stat : 12046 (java) S 12037 12039 11623 0 -1 64 901 742 0 0 34 0 12 1 16 0 9 0 1981266218 888647680 23778 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12047] ppid=12037 vsize=867820 CPUtime=0.13

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

/proc/12039/task/12044/stat : 12044 (java) S 12037 12039 11623 0 -1 64 10 742 0 0 0 0 12 1 16 0 9 0 1981266216 888647680 23788 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12045] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12045/stat : 12045 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 23 0 9 0 1981266218 888647680 23788 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12046] ppid=12037 vsize=867820 CPUtime=0.47
/proc/12039/task/12046/stat : 12046 (java) S 12037 12039 11623 0 -1 64 902 742 0 0 34 0 12 1 16 0 9 0 1981266218 888647680 23788 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12047] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12047/stat : 12047 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 24 0 9 0 1981266218 888647680 23788 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12048] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12048/stat : 12048 (java) S 12037 12039 11623 0 -1 64 34 742 0 0 0 0 12 1 15 0 9 0 1981266218 888647680 23788 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.68
Current children cumulated vsize (KiB) 867820

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 12092
/proc/meminfo: memFree=1634496/2055920 swapFree=4180436/4192956
[pid=12039] ppid=12037 vsize=867820 CPUtime=1541.67
/proc/12039/stat : 12039 (java) S 12037 12039 11623 0 -1 0 40636 742 1 0 154135 19 12 1 18 0 9 0 1981266213 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12039/statm: 216955 23789 2615 9 0 211483 0
[pid=12039/tid=12041] ppid=12037 vsize=867820 CPUtime=1540.93
/proc/12039/task/12041/stat : 12041 (java) R 12037 12039 11623 0 -1 64 28728 742 1 0 154067 13 12 1 25 0 9 0 1981266214 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4127091440 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12042] ppid=12037 vsize=867820 CPUtime=0.49
/proc/12039/task/12042/stat : 12042 (java) S 12037 12039 11623 0 -1 64 10141 742 0 0 33 3 12 1 16 0 9 0 1981266216 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12043] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12043/stat : 12043 (java) S 12037 12039 11623 0 -1 64 17 742 0 0 0 0 12 1 16 0 9 0 1981266216 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12044] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12044/stat : 12044 (java) S 12037 12039 11623 0 -1 64 10 742 0 0 0 0 12 1 16 0 9 0 1981266216 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12045] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12045/stat : 12045 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 23 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12046] ppid=12037 vsize=867820 CPUtime=0.47
/proc/12039/task/12046/stat : 12046 (java) S 12037 12039 11623 0 -1 64 902 742 0 0 34 0 12 1 16 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12047] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12047/stat : 12047 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 24 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12048] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12048/stat : 12048 (java) S 12037 12039 11623 0 -1 64 34 742 0 0 0 0 12 1 15 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.67
Current children cumulated vsize (KiB) 867820

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 5/89 12092
/proc/meminfo: memFree=1634496/2055920 swapFree=4180436/4192956
[pid=12039] ppid=12037 vsize=867820 CPUtime=1601.64
/proc/12039/stat : 12039 (java) S 12037 12039 11623 0 -1 0 40639 742 1 0 160132 19 12 1 18 0 9 0 1981266213 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12039/statm: 216955 23789 2615 9 0 211483 0
[pid=12039/tid=12041] ppid=12037 vsize=867820 CPUtime=1600.9
/proc/12039/task/12041/stat : 12041 (java) R 12037 12039 11623 0 -1 64 28731 742 1 0 160064 13 12 1 25 0 9 0 1981266214 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4127091317 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12042] ppid=12037 vsize=867820 CPUtime=0.49
/proc/12039/task/12042/stat : 12042 (java) S 12037 12039 11623 0 -1 64 10141 742 0 0 33 3 12 1 16 0 9 0 1981266216 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12043] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12043/stat : 12043 (java) S 12037 12039 11623 0 -1 64 17 742 0 0 0 0 12 1 16 0 9 0 1981266216 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12044] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12044/stat : 12044 (java) S 12037 12039 11623 0 -1 64 10 742 0 0 0 0 12 1 16 0 9 0 1981266216 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12045] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12045/stat : 12045 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 23 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12046] ppid=12037 vsize=867820 CPUtime=0.47
/proc/12039/task/12046/stat : 12046 (java) S 12037 12039 11623 0 -1 64 902 742 0 0 34 0 12 1 16 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12047] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12047/stat : 12047 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 24 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12048] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12048/stat : 12048 (java) S 12037 12039 11623 0 -1 64 34 742 0 0 0 0 12 1 15 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.64
Current children cumulated vsize (KiB) 867820

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 12094
/proc/meminfo: memFree=1634368/2055920 swapFree=4180436/4192956
[pid=12039] ppid=12037 vsize=867820 CPUtime=1661.62
/proc/12039/stat : 12039 (java) S 12037 12039 11623 0 -1 0 40642 742 1 0 166130 19 12 1 18 0 9 0 1981266213 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12039/statm: 216955 23789 2615 9 0 211483 0
[pid=12039/tid=12041] ppid=12037 vsize=867820 CPUtime=1660.87
/proc/12039/task/12041/stat : 12041 (java) R 12037 12039 11623 0 -1 64 28734 742 1 0 166061 13 12 1 25 0 9 0 1981266214 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4127078619 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12042] ppid=12037 vsize=867820 CPUtime=0.5
/proc/12039/task/12042/stat : 12042 (java) S 12037 12039 11623 0 -1 64 10141 742 0 0 34 3 12 1 16 0 9 0 1981266216 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12043] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12043/stat : 12043 (java) S 12037 12039 11623 0 -1 64 17 742 0 0 0 0 12 1 16 0 9 0 1981266216 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12044] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12044/stat : 12044 (java) S 12037 12039 11623 0 -1 64 10 742 0 0 0 0 12 1 16 0 9 0 1981266216 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12045] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12045/stat : 12045 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 23 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12046] ppid=12037 vsize=867820 CPUtime=0.47
/proc/12039/task/12046/stat : 12046 (java) S 12037 12039 11623 0 -1 64 902 742 0 0 34 0 12 1 16 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12047] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12047/stat : 12047 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 24 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12048] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12048/stat : 12048 (java) S 12037 12039 11623 0 -1 64 34 742 0 0 0 0 12 1 15 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.62
Current children cumulated vsize (KiB) 867820

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 12094
/proc/meminfo: memFree=1634432/2055920 swapFree=4180436/4192956
[pid=12039] ppid=12037 vsize=867820 CPUtime=1721.59
/proc/12039/stat : 12039 (java) S 12037 12039 11623 0 -1 0 40645 742 1 0 172127 19 12 1 18 0 9 0 1981266213 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12039/statm: 216955 23789 2615 9 0 211483 0
[pid=12039/tid=12041] ppid=12037 vsize=867820 CPUtime=1720.84
/proc/12039/task/12041/stat : 12041 (java) R 12037 12039 11623 0 -1 64 28737 742 1 0 172058 13 12 1 25 0 9 0 1981266214 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4127089801 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12042] ppid=12037 vsize=867820 CPUtime=0.5
/proc/12039/task/12042/stat : 12042 (java) S 12037 12039 11623 0 -1 64 10141 742 0 0 34 3 12 1 16 0 9 0 1981266216 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12043] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12043/stat : 12043 (java) S 12037 12039 11623 0 -1 64 17 742 0 0 0 0 12 1 16 0 9 0 1981266216 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12044] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12044/stat : 12044 (java) S 12037 12039 11623 0 -1 64 10 742 0 0 0 0 12 1 16 0 9 0 1981266216 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12045] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12045/stat : 12045 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 23 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12046] ppid=12037 vsize=867820 CPUtime=0.47
/proc/12039/task/12046/stat : 12046 (java) S 12037 12039 11623 0 -1 64 902 742 0 0 34 0 12 1 16 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12047] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12047/stat : 12047 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 24 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12048] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12048/stat : 12048 (java) S 12037 12039 11623 0 -1 64 34 742 0 0 0 0 12 1 15 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.59
Current children cumulated vsize (KiB) 867820

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 12094
/proc/meminfo: memFree=1634112/2055920 swapFree=4180436/4192956
[pid=12039] ppid=12037 vsize=867820 CPUtime=1781.56
/proc/12039/stat : 12039 (java) S 12037 12039 11623 0 -1 0 40648 742 1 0 178124 19 12 1 18 0 9 0 1981266213 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12039/statm: 216955 23789 2615 9 0 211483 0
[pid=12039/tid=12041] ppid=12037 vsize=867820 CPUtime=1780.81
/proc/12039/task/12041/stat : 12041 (java) R 12037 12039 11623 0 -1 64 28740 742 1 0 178055 13 12 1 25 0 9 0 1981266214 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4127091314 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12042] ppid=12037 vsize=867820 CPUtime=0.5
/proc/12039/task/12042/stat : 12042 (java) S 12037 12039 11623 0 -1 64 10141 742 0 0 34 3 12 1 16 0 9 0 1981266216 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12043] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12043/stat : 12043 (java) S 12037 12039 11623 0 -1 64 17 742 0 0 0 0 12 1 16 0 9 0 1981266216 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12044] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12044/stat : 12044 (java) S 12037 12039 11623 0 -1 64 10 742 0 0 0 0 12 1 16 0 9 0 1981266216 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12045] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12045/stat : 12045 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 23 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12046] ppid=12037 vsize=867820 CPUtime=0.47
/proc/12039/task/12046/stat : 12046 (java) S 12037 12039 11623 0 -1 64 902 742 0 0 34 0 12 1 16 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12047] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12047/stat : 12047 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 24 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12048] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12048/stat : 12048 (java) S 12037 12039 11623 0 -1 64 34 742 0 0 0 0 12 1 15 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (KiB) 867820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 12094
/proc/meminfo: memFree=1634176/2055920 swapFree=4180436/4192956
[pid=12039] ppid=12037 vsize=867820 CPUtime=1800.06
/proc/12039/stat : 12039 (java) S 12037 12039 11623 0 -1 0 40649 742 1 0 179974 19 12 1 18 0 9 0 1981266213 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12039/statm: 216955 23789 2615 9 0 211483 0
[pid=12039/tid=12041] ppid=12037 vsize=867820 CPUtime=1799.3
/proc/12039/task/12041/stat : 12041 (java) R 12037 12039 11623 0 -1 64 28741 742 1 0 179904 13 12 1 25 0 9 0 1981266214 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4127091287 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12042] ppid=12037 vsize=867820 CPUtime=0.51
/proc/12039/task/12042/stat : 12042 (java) S 12037 12039 11623 0 -1 64 10141 742 0 0 35 3 12 1 16 0 9 0 1981266216 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12043] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12043/stat : 12043 (java) S 12037 12039 11623 0 -1 64 17 742 0 0 0 0 12 1 16 0 9 0 1981266216 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12044] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12044/stat : 12044 (java) S 12037 12039 11623 0 -1 64 10 742 0 0 0 0 12 1 16 0 9 0 1981266216 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12045] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12045/stat : 12045 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 23 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12046] ppid=12037 vsize=867820 CPUtime=0.47
/proc/12039/task/12046/stat : 12046 (java) S 12037 12039 11623 0 -1 64 902 742 0 0 34 0 12 1 16 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12047] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12047/stat : 12047 (java) S 12037 12039 11623 0 -1 64 1 742 0 0 0 0 12 1 24 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12048] ppid=12037 vsize=867820 CPUtime=0.13
/proc/12039/task/12048/stat : 12048 (java) S 12037 12039 11623 0 -1 64 34 742 0 0 0 0 12 1 15 0 9 0 1981266218 888647680 23789 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 867820

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): 1800.86
CPU time (s): 1800.14
CPU user time (s): 1799.91
CPU system time (s): 0.231964
CPU usage (%): 99.9601
Max. virtual memory (cumulated for all children) (KiB): 867924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.231964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41420
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= 38588
involuntary context switches= 43517

runsolver used 1.9797 second user time and 6.22205 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-02 20:22:55
IDJOB=1044277
IDBENCH=53545
IDSOLVER=363
FILE ID=node71/1044277-1215022975
PBS_JOBID= 7874328
Free space on /tmp= 66524 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-1_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044277-1215022975/watcher-1044277-1215022975 -o /tmp/evaluation-result-1044277-1215022975/solver-1044277-1215022975 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044277-1215022975.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 79e6a324f7cdeb5e62d757131dbe1778
RANDOM SEED=750849523

node71.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.209
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.209
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:       1700288 kB
Buffers:         18368 kB
Cached:         182472 kB
SwapCached:       6764 kB
Active:         213012 kB
Inactive:        82868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1700288 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            2736 kB
Writeback:           0 kB
Mapped:         111732 kB
Slab:            44356 kB
Committed_AS:  4776320 kB
PageTables:       2236 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node71 at 2008-07-02 20:52:58