Trace number 1063466

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.27 1805.96

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-bell3a.xml
MD5SUM9671342a156282dfa58edb9dcf56f269
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.484925
Satisfiable
(Un)Satisfiability was proved
Number of variables2219
Number of constraints155
Maximum constraint arity191
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension155
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1063466-1215137337.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.49/0.57	     nbVariables=2219  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=3981
0.49/0.57	       =>  wckTime=0.317  cpuTime=0.21  mem=13M721
0.49/0.57	   
0.49/0.57	   predicates being loaded...
0.68/0.79	   
0.68/0.79	   constraints being loaded...
2.86/2.94	     nbConstraints=155  nbSingletonDomainVariables=457  nbConvertedConstraints=22  nbConvertConstraintsChecks=1188
2.86/2.94	     nbExtensionStructures=1  nbSharedExtensionStructures=21  nbConflictsStructures=4  nbSharedConflictsStructures=66
2.86/2.94	     nbUnbuiltConflictsStructures=44  nbSharedBinaryRepresentations=1  nbEvaluationManagers=47
2.86/2.94	     nbSharedEvaluationManagers=86  minDegree=2  maxDegree=7  minArity=2  avgArity=41.52  maxArity=191  nbGenerators=0
2.86/2.94	     nbFusions=0  symmetryWckTime=0.32  symmetryCpuTime=0.24
2.86/2.94	       =>  wckTime=2.682  cpuTime=2.34  mem=27M366
2.96/3.02	   
2.96/3.02	   solver IterativeSystematicSolver being built... 
3.06/3.14	   
3.06/3.14	   INFO : Forward propagation technique limited 
3.26/3.31	       =>  wckTime=3.051  cpuTime=2.59  mem=49M793
16.29/16.45	   
16.29/16.45	   preprocessing
16.29/16.45	     nbConstraintChecks=2443271  nbValidityChecks=9959  nbPropagations=5332  nbRevisions=7559  nbUselessRevisions=7302
16.29/16.45	     nbSingletonTests=2863  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
16.29/16.45	     detectedInconsistency=no
16.29/16.45	       =>  wckTime=13.134  cpuTime=13.02  mem=52M759

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-1063466-1215137337/watcher-1063466-1215137337 -o /tmp/evaluation-result-1063466-1215137337/solver-1063466-1215137337 -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-1063466-1215137337.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.94 1.99 1.99 3/72 7818
/proc/meminfo: memFree=1524448/2055920 swapFree=4174728/4192956
[pid=7818] ppid=7816 vsize=1616 CPUtime=0
/proc/7818/stat : 7818 (java) D 7816 7818 4876 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 998136232 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/7818/statm: 404 145 119 9 0 46 0

[startup+0.0284389 s]
/proc/loadavg: 1.94 1.99 1.99 3/72 7818
/proc/meminfo: memFree=1524448/2055920 swapFree=4174728/4192956
[pid=7818] ppid=7816 vsize=861876 CPUtime=0.02
/proc/7818/stat : 7818 (java) S 7816 7818 4876 0 -1 0 1879 0 1 0 1 1 0 0 18 0 5 0 998136232 882561024 1566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/7818/statm: 215469 1566 695 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101431 s]
/proc/loadavg: 1.94 1.99 1.99 3/72 7818
/proc/meminfo: memFree=1524448/2055920 swapFree=4174728/4192956
[pid=7818] ppid=7816 vsize=865884 CPUtime=0.08
/proc/7818/stat : 7818 (java) S 7816 7818 4876 0 -1 0 3690 0 1 0 6 2 0 0 18 0 9 0 998136232 886665216 3165 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7818/statm: 216471 3165 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.30147 s]
/proc/loadavg: 1.94 1.99 1.99 3/72 7818
/proc/meminfo: memFree=1524448/2055920 swapFree=4174728/4192956
[pid=7818] ppid=7816 vsize=866284 CPUtime=0.28
/proc/7818/stat : 7818 (java) S 7816 7818 4876 0 -1 0 5815 0 1 0 24 4 0 0 18 0 9 0 998136232 887074816 5189 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7818/statm: 216571 5189 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701549 s]
/proc/loadavg: 1.94 1.99 1.99 3/72 7818
/proc/meminfo: memFree=1524448/2055920 swapFree=4174728/4192956
[pid=7818] ppid=7816 vsize=867520 CPUtime=0.68
/proc/7818/stat : 7818 (java) S 7816 7818 4876 0 -1 0 10026 0 1 0 61 7 0 0 18 0 9 0 998136232 888340480 9386 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7818/statm: 216880 9386 2011 9 0 211386 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867520

[startup+1.50271 s]
/proc/loadavg: 1.94 1.99 1.99 3/81 7827
/proc/meminfo: memFree=1476696/2055920 swapFree=4174728/4192956
[pid=7818] ppid=7816 vsize=867432 CPUtime=1.48
/proc/7818/stat : 7818 (java) S 7816 7818 4876 0 -1 0 17863 0 1 0 136 12 0 0 18 0 9 0 998136232 888250368 17196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7818/statm: 216858 17196 2005 9 0 211386 0
[pid=7818/tid=7820] ppid=7816 vsize=867432 CPUtime=1.24
/proc/7818/task/7820/stat : 7820 (java) R 7816 7818 4876 0 -1 64 15773 0 1 0 114 10 0 0 25 0 9 0 998136233 888250368 17196 996147200 134512640 134550740 4294955968 18446744073709551615 102064732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7821] ppid=7816 vsize=867432 CPUtime=0.02
/proc/7818/task/7821/stat : 7821 (java) S 7816 7818 4876 0 -1 64 735 0 0 0 2 0 0 0 16 0 9 0 998136234 888250368 17196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7822] ppid=7816 vsize=867432 CPUtime=0
/proc/7818/task/7822/stat : 7822 (java) S 7816 7818 4876 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 998136235 888250368 17196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7823] ppid=7816 vsize=867432 CPUtime=0
/proc/7818/task/7823/stat : 7823 (java) S 7816 7818 4876 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 998136235 888250368 17196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7824] ppid=7816 vsize=867432 CPUtime=0
/proc/7818/task/7824/stat : 7824 (java) S 7816 7818 4876 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 998136237 888250368 17196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7825] ppid=7816 vsize=867432 CPUtime=0.19
/proc/7818/task/7825/stat : 7825 (java) S 7816 7818 4876 0 -1 64 657 0 0 0 19 0 0 0 15 0 9 0 998136237 888250368 17196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7826] ppid=7816 vsize=867432 CPUtime=0
/proc/7818/task/7826/stat : 7826 (java) S 7816 7818 4876 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 998136237 888250368 17196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7827] ppid=7816 vsize=867432 CPUtime=0
/proc/7818/task/7827/stat : 7827 (java) S 7816 7818 4876 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 998136237 888250368 17196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867432

[startup+3.10201 s]
/proc/loadavg: 1.95 1.99 1.99 3/81 7827
/proc/meminfo: memFree=1460248/2055920 swapFree=4174728/4192956
[pid=7818] ppid=7816 vsize=867844 CPUtime=3.06
/proc/7818/stat : 7818 (java) S 7816 7818 4876 0 -1 0 29206 422 1 0 286 16 3 1 18 0 9 0 998136232 888672256 20502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7818/statm: 216961 20502 2636 9 0 211467 0
[pid=7818/tid=7820] ppid=7816 vsize=867844 CPUtime=2.64
/proc/7818/task/7820/stat : 7820 (java) R 7816 7818 4876 0 -1 64 21731 422 1 0 248 12 3 1 25 0 9 0 998136233 888672256 20502 996147200 134512640 134550740 4294955968 18446744073709551615 4126559066 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7821] ppid=7816 vsize=867844 CPUtime=0.16
/proc/7818/task/7821/stat : 7821 (java) S 7816 7818 4876 0 -1 64 5775 422 0 0 11 1 3 1 16 0 9 0 998136234 888672256 20502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7822] ppid=7816 vsize=867844 CPUtime=0.04
/proc/7818/task/7822/stat : 7822 (java) S 7816 7818 4876 0 -1 64 17 422 0 0 0 0 3 1 16 0 9 0 998136235 888672256 20502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7823] ppid=7816 vsize=867844 CPUtime=0.04
/proc/7818/task/7823/stat : 7823 (java) S 7816 7818 4876 0 -1 64 9 422 0 0 0 0 3 1 16 0 9 0 998136235 888672256 20502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7824] ppid=7816 vsize=867844 CPUtime=0.04
/proc/7818/task/7824/stat : 7824 (java) S 7816 7818 4876 0 -1 64 0 422 0 0 0 0 3 1 18 0 9 0 998136237 888672256 20502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7825] ppid=7816 vsize=867844 CPUtime=0.3
/proc/7818/task/7825/stat : 7825 (java) S 7816 7818 4876 0 -1 64 859 422 0 0 25 1 3 1 15 0 9 0 998136237 888672256 20502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7826] ppid=7816 vsize=867844 CPUtime=0.04
/proc/7818/task/7826/stat : 7826 (java) S 7816 7818 4876 0 -1 64 2 422 0 0 0 0 3 1 19 0 9 0 998136237 888672256 20502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7827] ppid=7816 vsize=867844 CPUtime=0.04
/proc/7818/task/7827/stat : 7827 (java) S 7816 7818 4876 0 -1 64 10 422 0 0 0 0 3 1 15 0 9 0 998136237 888672256 20502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867844

[startup+6.30261 s]
/proc/loadavg: 1.95 1.99 1.99 3/81 7831
/proc/meminfo: memFree=1452056/2055920 swapFree=4174728/4192956
[pid=7818] ppid=7816 vsize=867964 CPUtime=6.25
/proc/7818/stat : 7818 (java) S 7816 7818 4876 0 -1 0 35447 422 1 0 603 18 3 1 18 0 9 0 998136232 888795136 20563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7818/statm: 216991 20563 2637 9 0 211497 0
[pid=7818/tid=7820] ppid=7816 vsize=867964 CPUtime=5.78
/proc/7818/task/7820/stat : 7820 (java) R 7816 7818 4876 0 -1 64 27920 422 1 0 561 13 3 1 25 0 9 0 998136233 888795136 20563 996147200 134512640 134550740 4294955968 18446744073709551615 4126904842 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7821] ppid=7816 vsize=867964 CPUtime=0.16
/proc/7818/task/7821/stat : 7821 (java) S 7816 7818 4876 0 -1 64 5776 422 0 0 11 1 3 1 16 0 9 0 998136234 888795136 20563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7822] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7822/stat : 7822 (java) S 7816 7818 4876 0 -1 64 17 422 0 0 0 0 3 1 16 0 9 0 998136235 888795136 20563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7823] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7823/stat : 7823 (java) S 7816 7818 4876 0 -1 64 9 422 0 0 0 0 3 1 16 0 9 0 998136235 888795136 20563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7824] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7824/stat : 7824 (java) S 7816 7818 4876 0 -1 64 0 422 0 0 0 0 3 1 18 0 9 0 998136237 888795136 20563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7825] ppid=7816 vsize=867964 CPUtime=0.35
/proc/7818/task/7825/stat : 7825 (java) S 7816 7818 4876 0 -1 64 886 422 0 0 30 1 3 1 16 0 9 0 998136237 888795136 20563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7826] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7826/stat : 7826 (java) S 7816 7818 4876 0 -1 64 2 422 0 0 0 0 3 1 19 0 9 0 998136237 888795136 20563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7827] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7827/stat : 7827 (java) S 7816 7818 4876 0 -1 64 34 422 0 0 0 0 3 1 15 0 9 0 998136237 888795136 20563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867964

[startup+12.7018 s]
/proc/loadavg: 1.95 1.99 1.99 3/81 7831
/proc/meminfo: memFree=1451880/2055920 swapFree=4174728/4192956
[pid=7818] ppid=7816 vsize=867964 CPUtime=12.61
/proc/7818/stat : 7818 (java) S 7816 7818 4876 0 -1 0 35485 422 1 0 1239 18 3 1 18 0 9 0 998136232 888795136 20578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7818/statm: 216991 20578 2637 9 0 211497 0
[pid=7818/tid=7820] ppid=7816 vsize=867964 CPUtime=12.12
/proc/7818/task/7820/stat : 7820 (java) R 7816 7818 4876 0 -1 64 27928 422 1 0 1195 13 3 1 25 0 9 0 998136233 888795136 20578 996147200 134512640 134550740 4294955968 18446744073709551615 4126906523 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7821] ppid=7816 vsize=867964 CPUtime=0.16
/proc/7818/task/7821/stat : 7821 (java) S 7816 7818 4876 0 -1 64 5776 422 0 0 11 1 3 1 16 0 9 0 998136234 888795136 20578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7822] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7822/stat : 7822 (java) S 7816 7818 4876 0 -1 64 17 422 0 0 0 0 3 1 16 0 9 0 998136235 888795136 20578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7823] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7823/stat : 7823 (java) S 7816 7818 4876 0 -1 64 9 422 0 0 0 0 3 1 16 0 9 0 998136235 888795136 20578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7824] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7824/stat : 7824 (java) S 7816 7818 4876 0 -1 64 0 422 0 0 0 0 3 1 18 0 9 0 998136237 888795136 20578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7825] ppid=7816 vsize=867964 CPUtime=0.37
/proc/7818/task/7825/stat : 7825 (java) S 7816 7818 4876 0 -1 64 916 422 0 0 32 1 3 1 15 0 9 0 998136237 888795136 20578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7826] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7826/stat : 7826 (java) S 7816 7818 4876 0 -1 64 2 422 0 0 0 0 3 1 19 0 9 0 998136237 888795136 20578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7827] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7827/stat : 7827 (java) S 7816 7818 4876 0 -1 64 34 422 0 0 0 0 3 1 15 0 9 0 998136237 888795136 20578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 867964

[startup+25.5023 s]
/proc/loadavg: 1.96 1.99 1.99 3/81 7831
/proc/meminfo: memFree=1451880/2055920 swapFree=4174728/4192956
[pid=7818] ppid=7816 vsize=867964 CPUtime=25.35
/proc/7818/stat : 7818 (java) S 7816 7818 4876 0 -1 0 35775 422 1 0 2513 18 3 1 18 0 9 0 998136232 888795136 20587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7818/statm: 216991 20587 2637 9 0 211497 0
[pid=7818/tid=7820] ppid=7816 vsize=867964 CPUtime=24.84
/proc/7818/task/7820/stat : 7820 (java) R 7816 7818 4876 0 -1 64 28197 422 1 0 2467 13 3 1 25 0 9 0 998136233 888795136 20587 996147200 134512640 134550740 4294955968 18446744073709551615 4126903088 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7821] ppid=7816 vsize=867964 CPUtime=0.16
/proc/7818/task/7821/stat : 7821 (java) S 7816 7818 4876 0 -1 64 5776 422 0 0 11 1 3 1 16 0 9 0 998136234 888795136 20587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7822] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7822/stat : 7822 (java) S 7816 7818 4876 0 -1 64 17 422 0 0 0 0 3 1 16 0 9 0 998136235 888795136 20587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7823] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7823/stat : 7823 (java) S 7816 7818 4876 0 -1 64 9 422 0 0 0 0 3 1 16 0 9 0 998136235 888795136 20587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7824] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7824/stat : 7824 (java) S 7816 7818 4876 0 -1 64 0 422 0 0 0 0 3 1 18 0 9 0 998136237 888795136 20587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7825] ppid=7816 vsize=867964 CPUtime=0.38
/proc/7818/task/7825/stat : 7825 (java) S 7816 7818 4876 0 -1 64 937 422 0 0 33 1 3 1 16 0 9 0 998136237 888795136 20587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7826] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7826/stat : 7826 (java) S 7816 7818 4876 0 -1 64 2 422 0 0 0 0 3 1 19 0 9 0 998136237 888795136 20587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7827] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7827/stat : 7827 (java) S 7816 7818 4876 0 -1 64 34 422 0 0 0 0 3 1 15 0 9 0 998136237 888795136 20587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 867964

[startup+51.1021 s]
/proc/loadavg: 1.97 1.99 1.99 3/81 7831
/proc/meminfo: memFree=1451880/2055920 swapFree=4174728/4192956
[pid=7818] ppid=7816 vsize=867964 CPUtime=50.82
/proc/7818/stat : 7818 (java) S 7816 7818 4876 0 -1 0 35775 422 1 0 5060 18 3 1 18 0 9 0 998136232 888795136 20587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7818/statm: 216991 20587 2637 9 0 211497 0
[pid=7818/tid=7820] ppid=7816 vsize=867964 CPUtime=50.32
/proc/7818/task/7820/stat : 7820 (java) R 7816 7818 4876 0 -1 64 28197 422 1 0 5015 13 3 1 25 0 9 0 998136233 888795136 20587 996147200 134512640 134550740 4294955968 18446744073709551615 4126902116 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7821] ppid=7816 vsize=867964 CPUtime=0.16
/proc/7818/task/7821/stat : 7821 (java) S 7816 7818 4876 0 -1 64 5776 422 0 0 11 1 3 1 16 0 9 0 998136234 888795136 20587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7822] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7822/stat : 7822 (java) S 7816 7818 4876 0 -1 64 17 422 0 0 0 0 3 1 16 0 9 0 998136235 888795136 20587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7823] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7823/stat : 7823 (java) S 7816 7818 4876 0 -1 64 9 422 0 0 0 0 3 1 16 0 9 0 998136235 888795136 20587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7824] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7824/stat : 7824 (java) S 7816 7818 4876 0 -1 64 0 422 0 0 0 0 3 1 18 0 9 0 998136237 888795136 20587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7825] ppid=7816 vsize=867964 CPUtime=0.38
/proc/7818/task/7825/stat : 7825 (java) S 7816 7818 4876 0 -1 64 937 422 0 0 33 1 3 1 16 0 9 0 998136237 888795136 20587 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7826] ppid=7816 vsize=867964 CPUtime=0.04

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

/proc/7818/task/7823/stat : 7823 (java) S 7816 7818 4876 0 -1 64 9 422 0 0 0 0 3 1 16 0 9 0 998136235 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7824] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7824/stat : 7824 (java) S 7816 7818 4876 0 -1 64 0 422 0 0 0 0 3 1 18 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7825] ppid=7816 vsize=867964 CPUtime=0.42
/proc/7818/task/7825/stat : 7825 (java) S 7816 7818 4876 0 -1 64 951 422 0 0 36 2 3 1 16 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7826] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7826/stat : 7826 (java) S 7816 7818 4876 0 -1 64 2 422 0 0 0 0 3 1 19 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7827] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7827/stat : 7827 (java) S 7816 7818 4876 0 -1 64 34 422 0 0 0 0 3 1 15 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.72
Current children cumulated vsize (KiB) 867964

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 7867
/proc/meminfo: memFree=1399208/2055920 swapFree=4174728/4192956
[pid=7818] ppid=7816 vsize=867964 CPUtime=1596.69
/proc/7818/stat : 7818 (java) S 7816 7818 4876 0 -1 0 35804 422 1 0 159642 23 3 1 18 0 9 0 998136232 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7818/statm: 216991 20599 2637 9 0 211497 0
[pid=7818/tid=7820] ppid=7816 vsize=867964 CPUtime=1596.16
/proc/7818/task/7820/stat : 7820 (java) R 7816 7818 4876 0 -1 64 28212 422 1 0 159594 18 3 1 25 0 9 0 998136233 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4126904798 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7818/tid=7821] ppid=7816 vsize=867964 CPUtime=0.16
/proc/7818/task/7821/stat : 7821 (java) S 7816 7818 4876 0 -1 64 5776 422 0 0 11 1 3 1 16 0 9 0 998136234 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7822] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7822/stat : 7822 (java) S 7816 7818 4876 0 -1 64 17 422 0 0 0 0 3 1 16 0 9 0 998136235 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7823] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7823/stat : 7823 (java) S 7816 7818 4876 0 -1 64 9 422 0 0 0 0 3 1 16 0 9 0 998136235 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7824] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7824/stat : 7824 (java) S 7816 7818 4876 0 -1 64 0 422 0 0 0 0 3 1 18 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7825] ppid=7816 vsize=867964 CPUtime=0.42
/proc/7818/task/7825/stat : 7825 (java) S 7816 7818 4876 0 -1 64 951 422 0 0 36 2 3 1 16 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7826] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7826/stat : 7826 (java) S 7816 7818 4876 0 -1 64 2 422 0 0 0 0 3 1 19 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7827] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7827/stat : 7827 (java) S 7816 7818 4876 0 -1 64 34 422 0 0 0 0 3 1 15 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.69
Current children cumulated vsize (KiB) 867964

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 7867
/proc/meminfo: memFree=1399208/2055920 swapFree=4174728/4192956
[pid=7818] ppid=7816 vsize=867964 CPUtime=1656.67
/proc/7818/stat : 7818 (java) S 7816 7818 4876 0 -1 0 35804 422 1 0 165640 23 3 1 18 0 9 0 998136232 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7818/statm: 216991 20599 2637 9 0 211497 0
[pid=7818/tid=7820] ppid=7816 vsize=867964 CPUtime=1656.14
/proc/7818/task/7820/stat : 7820 (java) R 7816 7818 4876 0 -1 64 28212 422 1 0 165592 18 3 1 25 0 9 0 998136233 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4126900428 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7818/tid=7821] ppid=7816 vsize=867964 CPUtime=0.16
/proc/7818/task/7821/stat : 7821 (java) S 7816 7818 4876 0 -1 64 5776 422 0 0 11 1 3 1 16 0 9 0 998136234 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7822] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7822/stat : 7822 (java) S 7816 7818 4876 0 -1 64 17 422 0 0 0 0 3 1 16 0 9 0 998136235 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7823] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7823/stat : 7823 (java) S 7816 7818 4876 0 -1 64 9 422 0 0 0 0 3 1 16 0 9 0 998136235 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7824] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7824/stat : 7824 (java) S 7816 7818 4876 0 -1 64 0 422 0 0 0 0 3 1 18 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7825] ppid=7816 vsize=867964 CPUtime=0.42
/proc/7818/task/7825/stat : 7825 (java) S 7816 7818 4876 0 -1 64 951 422 0 0 36 2 3 1 16 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7826] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7826/stat : 7826 (java) S 7816 7818 4876 0 -1 64 2 422 0 0 0 0 3 1 19 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7827] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7827/stat : 7827 (java) S 7816 7818 4876 0 -1 64 34 422 0 0 0 0 3 1 15 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.67
Current children cumulated vsize (KiB) 867964

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 7867
/proc/meminfo: memFree=1399208/2055920 swapFree=4174728/4192956
[pid=7818] ppid=7816 vsize=867964 CPUtime=1716.64
/proc/7818/stat : 7818 (java) S 7816 7818 4876 0 -1 0 35805 422 1 0 171637 23 3 1 18 0 9 0 998136232 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7818/statm: 216991 20599 2637 9 0 211497 0
[pid=7818/tid=7820] ppid=7816 vsize=867964 CPUtime=1716.11
/proc/7818/task/7820/stat : 7820 (java) R 7816 7818 4876 0 -1 64 28213 422 1 0 171589 18 3 1 25 0 9 0 998136233 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4126907242 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7818/tid=7821] ppid=7816 vsize=867964 CPUtime=0.16
/proc/7818/task/7821/stat : 7821 (java) S 7816 7818 4876 0 -1 64 5776 422 0 0 11 1 3 1 16 0 9 0 998136234 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7822] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7822/stat : 7822 (java) S 7816 7818 4876 0 -1 64 17 422 0 0 0 0 3 1 16 0 9 0 998136235 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7823] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7823/stat : 7823 (java) S 7816 7818 4876 0 -1 64 9 422 0 0 0 0 3 1 16 0 9 0 998136235 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7824] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7824/stat : 7824 (java) S 7816 7818 4876 0 -1 64 0 422 0 0 0 0 3 1 18 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7825] ppid=7816 vsize=867964 CPUtime=0.42
/proc/7818/task/7825/stat : 7825 (java) S 7816 7818 4876 0 -1 64 951 422 0 0 36 2 3 1 16 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7826] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7826/stat : 7826 (java) S 7816 7818 4876 0 -1 64 2 422 0 0 0 0 3 1 19 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7827] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7827/stat : 7827 (java) S 7816 7818 4876 0 -1 64 34 422 0 0 0 0 3 1 15 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.64
Current children cumulated vsize (KiB) 867964

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 7867
/proc/meminfo: memFree=1399016/2055920 swapFree=4174728/4192956
[pid=7818] ppid=7816 vsize=867964 CPUtime=1776.61
/proc/7818/stat : 7818 (java) S 7816 7818 4876 0 -1 0 35805 422 1 0 177634 23 3 1 18 0 9 0 998136232 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7818/statm: 216991 20599 2637 9 0 211497 0
[pid=7818/tid=7820] ppid=7816 vsize=867964 CPUtime=1776.08
/proc/7818/task/7820/stat : 7820 (java) R 7816 7818 4876 0 -1 64 28213 422 1 0 177586 18 3 1 25 0 9 0 998136233 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4126907216 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7818/tid=7821] ppid=7816 vsize=867964 CPUtime=0.16
/proc/7818/task/7821/stat : 7821 (java) S 7816 7818 4876 0 -1 64 5776 422 0 0 11 1 3 1 16 0 9 0 998136234 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7822] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7822/stat : 7822 (java) S 7816 7818 4876 0 -1 64 17 422 0 0 0 0 3 1 16 0 9 0 998136235 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7823] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7823/stat : 7823 (java) S 7816 7818 4876 0 -1 64 9 422 0 0 0 0 3 1 16 0 9 0 998136235 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7824] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7824/stat : 7824 (java) S 7816 7818 4876 0 -1 64 0 422 0 0 0 0 3 1 18 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7825] ppid=7816 vsize=867964 CPUtime=0.42
/proc/7818/task/7825/stat : 7825 (java) S 7816 7818 4876 0 -1 64 951 422 0 0 36 2 3 1 16 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7826] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7826/stat : 7826 (java) S 7816 7818 4876 0 -1 64 2 422 0 0 0 0 3 1 19 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7827] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7827/stat : 7827 (java) S 7816 7818 4876 0 -1 64 34 422 0 0 0 0 3 1 15 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.61
Current children cumulated vsize (KiB) 867964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.8 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 7867
/proc/meminfo: memFree=1399016/2055920 swapFree=4174728/4192956
[pid=7818] ppid=7816 vsize=867964 CPUtime=1800.1
/proc/7818/stat : 7818 (java) S 7816 7818 4876 0 -1 0 35805 422 1 0 179983 23 3 1 18 0 9 0 998136232 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7818/statm: 216991 20599 2637 9 0 211497 0
[pid=7818/tid=7820] ppid=7816 vsize=867964 CPUtime=1799.57
/proc/7818/task/7820/stat : 7820 (java) R 7816 7818 4876 0 -1 64 28213 422 1 0 179935 18 3 1 25 0 9 0 998136233 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4127222675 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7818/tid=7821] ppid=7816 vsize=867964 CPUtime=0.16
/proc/7818/task/7821/stat : 7821 (java) S 7816 7818 4876 0 -1 64 5776 422 0 0 11 1 3 1 16 0 9 0 998136234 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7822] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7822/stat : 7822 (java) S 7816 7818 4876 0 -1 64 17 422 0 0 0 0 3 1 16 0 9 0 998136235 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7823] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7823/stat : 7823 (java) S 7816 7818 4876 0 -1 64 9 422 0 0 0 0 3 1 16 0 9 0 998136235 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7824] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7824/stat : 7824 (java) S 7816 7818 4876 0 -1 64 0 422 0 0 0 0 3 1 18 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7825] ppid=7816 vsize=867964 CPUtime=0.42
/proc/7818/task/7825/stat : 7825 (java) S 7816 7818 4876 0 -1 64 951 422 0 0 36 2 3 1 16 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7826] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7826/stat : 7826 (java) S 7816 7818 4876 0 -1 64 2 422 0 0 0 0 3 1 19 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7827] ppid=7816 vsize=867964 CPUtime=0.04
/proc/7818/task/7827/stat : 7827 (java) S 7816 7818 4876 0 -1 64 34 422 0 0 0 0 3 1 15 0 9 0 998136237 888795136 20599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 867964

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

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

[startup+1805.91 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 7867
/proc/meminfo: memFree=1399016/2055920 swapFree=4174728/4192956
[pid=7818] ppid=7816 vsize=867876 CPUtime=1800.21
/proc/7818/stat : 7818 (java) S 7816 7818 4876 0 -1 0 38548 422 1 0 179993 24 3 1 16 0 10 0 998136232 888705024 22580 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7818/statm: 216969 22580 2615 9 0 211497 0
[pid=7818/tid=7820] ppid=7816 vsize=867876 CPUtime=1799.62
/proc/7818/task/7820/stat : 7820 (java) R 7816 7818 4876 0 -1 64 28213 422 1 0 179940 18 3 1 17 0 10 0 998136233 888705024 22580 996147200 134512640 134550740 4294955968 18446744073709551615 4126904416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7821] ppid=7816 vsize=867876 CPUtime=0.21
/proc/7818/task/7821/stat : 7821 (java) S 7816 7818 4876 0 -1 64 8508 422 0 0 15 2 3 1 17 0 10 0 998136234 888705024 22580 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7822] ppid=7816 vsize=867876 CPUtime=0.04
/proc/7818/task/7822/stat : 7822 (java) S 7816 7818 4876 0 -1 64 17 422 0 0 0 0 3 1 16 0 10 0 998136235 888705024 22580 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7823] ppid=7816 vsize=867876 CPUtime=0.04
/proc/7818/task/7823/stat : 7823 (java) S 7816 7818 4876 0 -1 64 9 422 0 0 0 0 3 1 16 0 10 0 998136235 888705024 22580 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7824] ppid=7816 vsize=867876 CPUtime=0.04
/proc/7818/task/7824/stat : 7824 (java) S 7816 7818 4876 0 -1 64 6 422 0 0 0 0 3 1 16 0 10 0 998136237 888705024 22580 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7825] ppid=7816 vsize=867876 CPUtime=0.42
/proc/7818/task/7825/stat : 7825 (java) S 7816 7818 4876 0 -1 64 951 422 0 0 36 2 3 1 16 0 10 0 998136237 888705024 22580 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7826] ppid=7816 vsize=867876 CPUtime=0.04
/proc/7818/task/7826/stat : 7826 (java) S 7816 7818 4876 0 -1 64 2 422 0 0 0 0 3 1 19 0 10 0 998136237 888705024 22580 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7818/tid=7827] ppid=7816 vsize=867876 CPUtime=0.04
/proc/7818/task/7827/stat : 7827 (java) S 7816 7818 4876 0 -1 64 34 422 0 0 0 0 3 1 15 0 10 0 998136237 888705024 22580 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 867876

Child status: 143
Real time (s): 1805.96
CPU time (s): 1800.27
CPU user time (s): 1800
CPU system time (s): 0.278957
CPU usage (%): 99.685
Max. virtual memory (cumulated for all children) (KiB): 867964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800
system time used= 0.278957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38990
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= 38494
involuntary context switches= 38532

runsolver used 1.9847 second user time and 6.23805 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-04 04:08:57
IDJOB=1063466
IDBENCH=54756
IDSOLVER=364
FILE ID=node35/1063466-1215137337
PBS_JOBID= 7877310
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-bell3a.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-1063466-1215137337/watcher-1063466-1215137337 -o /tmp/evaluation-result-1063466-1215137337/solver-1063466-1215137337 -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-1063466-1215137337.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9671342a156282dfa58edb9dcf56f269
RANDOM SEED=173166181

node35.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.261
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.261
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:       1524928 kB
Buffers:         77292 kB
Cached:         316876 kB
SwapCached:      12200 kB
Active:         178788 kB
Inactive:       271624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1524928 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            2492 kB
Writeback:           0 kB
Mapped:          64084 kB
Slab:            65880 kB
Committed_AS:  1663056 kB
PageTables:       1848 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 node35 at 2008-07-04 04:39:05