Trace number 1064704

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.15 1809.14

General information on the benchmark

Namecsp/tdsp/
normalized-C5-2-91.xml
MD5SUM47946473c43a0c517dbef8b6f98d48d6
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 benchmark588.036
Satisfiable
(Un)Satisfiability was proved
Number of variables221
Number of constraints2774
Maximum constraint arity6
Maximum domain size92
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2774
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1064704-1215143434.xml
0.27/0.32	   
0.27/0.32	   domains being loaded...
0.27/0.33	   
0.27/0.33	   variables being loaded...
0.27/0.39	     nbVariables=221  nbDomainTypes=5  minDomainSize=1  maxDomainSize=92  nbTotalValues=11317
0.27/0.39	       =>  wckTime=0.141  cpuTime=0.11  mem=8M894
0.27/0.39	   
0.27/0.39	   predicates being loaded...
0.37/0.45	   
0.37/0.45	   constraints being loaded...
5.14/5.21	     nbConstraints=2774  nbSingletonDomainVariables=2  nbConflictsStructures=120  nbSharedConflictsStructures=26
5.14/5.21	     nbUnbuiltConflictsStructures=2111  nbSharedBinaryRepresentations=0  nbEvaluationManagers=2231
5.14/5.21	     nbSharedEvaluationManagers=543  minDegree=73  maxDegree=74  minArity=3  avgArity=5.84  maxArity=6  nbGenerators=0
5.14/5.21	     nbFusions=0  symmetryWckTime=0.301  symmetryCpuTime=0.13
5.14/5.21	       =>  wckTime=4.963  cpuTime=4.38  mem=25M577
5.24/5.35	   
5.24/5.35	   solver IterativeSystematicSolver being built... 
5.63/5.75	   
5.63/5.75	   INFO : Forward propagation technique limited 
5.73/5.82	       =>  wckTime=5.566  cpuTime=4.7  mem=77M378
5.73/5.88	   
5.73/5.88	   preprocessing
5.73/5.88	     nbConstraintChecks=1352  nbPropagations=221  nbRevisions=146  nbUselessRevisions=0  nbRemovedValues=676
5.73/5.88	     detectedInconsistency=no
5.73/5.88	       =>  wckTime=0.063  cpuTime=0.06  mem=78M394
158.87/159.73	   
158.87/159.73	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=80M458)

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-1064704-1215143434/watcher-1064704-1215143434 -o /tmp/evaluation-result-1064704-1215143434/solver-1064704-1215143434 -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-1064704-1215143434.xml 

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


[startup+0 s]
/proc/loadavg: 2.11 2.70 2.64 4/81 5074
/proc/meminfo: memFree=725448/2055920 swapFree=4179140/4192956
[pid=5074] ppid=5072 vsize=18572 CPUtime=0
/proc/5074/stat : 5074 (runsolver) R 5072 5074 645 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 126024050 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 265674091815 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/5074/statm: 4643 292 257 25 0 2626 0

[startup+0.0973981 s]
/proc/loadavg: 2.11 2.70 2.64 4/81 5074
/proc/meminfo: memFree=725448/2055920 swapFree=4179140/4192956
[pid=5074] ppid=5072 vsize=865884 CPUtime=0.08
/proc/5074/stat : 5074 (java) S 5072 5074 645 0 -1 0 3671 0 1 0 6 2 0 0 20 0 9 0 126024050 886665216 3148 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5074/statm: 216471 3148 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.101395 s]
/proc/loadavg: 2.11 2.70 2.64 4/81 5074
/proc/meminfo: memFree=725448/2055920 swapFree=4179140/4192956
[pid=5074] ppid=5072 vsize=865884 CPUtime=0.08
/proc/5074/stat : 5074 (java) S 5072 5074 645 0 -1 0 3688 0 1 0 6 2 0 0 20 0 9 0 126024050 886665216 3163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5074/statm: 216471 3163 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301423 s]
/proc/loadavg: 2.11 2.70 2.64 4/81 5074
/proc/meminfo: memFree=725448/2055920 swapFree=4179140/4192956
[pid=5074] ppid=5072 vsize=866284 CPUtime=0.27
/proc/5074/stat : 5074 (java) S 5072 5074 645 0 -1 0 5856 0 1 0 24 3 0 0 20 0 9 0 126024050 887074816 5230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5074/statm: 216571 5230 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866284

[startup+0.70147 s]
/proc/loadavg: 2.11 2.70 2.64 4/81 5074
/proc/meminfo: memFree=725448/2055920 swapFree=4179140/4192956
[pid=5074] ppid=5072 vsize=867636 CPUtime=0.67
/proc/5074/stat : 5074 (java) S 5072 5074 645 0 -1 0 9744 0 1 0 62 5 0 0 20 0 9 0 126024050 888459264 9104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5074/statm: 216909 9104 2010 9 0 211415 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867636

[startup+1.50256 s]
/proc/loadavg: 2.11 2.70 2.64 3/90 5083
/proc/meminfo: memFree=681024/2055920 swapFree=4179140/4192956
[pid=5074] ppid=5072 vsize=867548 CPUtime=1.47
/proc/5074/stat : 5074 (java) S 5072 5074 645 0 -1 0 18306 0 1 0 135 12 0 0 20 0 9 0 126024050 888369152 17641 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5074/statm: 216887 17641 2004 9 0 211415 0
[pid=5074/tid=5076] ppid=5072 vsize=867548 CPUtime=1.2
/proc/5074/task/5076/stat : 5076 (java) R 5072 5074 645 0 -1 64 15773 0 1 0 110 10 0 0 25 0 9 0 126024051 888369152 17641 996147200 134512640 134550740 4294955984 18446744073709551615 4126911657 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5077] ppid=5072 vsize=867548 CPUtime=0.03
/proc/5074/task/5077/stat : 5077 (java) S 5072 5074 645 0 -1 64 1133 0 0 0 3 0 0 0 16 0 9 0 126024053 888369152 17641 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5078] ppid=5072 vsize=867548 CPUtime=0
/proc/5074/task/5078/stat : 5078 (java) S 5072 5074 645 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 126024053 888369152 17641 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5079] ppid=5072 vsize=867548 CPUtime=0
/proc/5074/task/5079/stat : 5079 (java) S 5072 5074 645 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 126024053 888369152 17641 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5080] ppid=5072 vsize=867548 CPUtime=0
/proc/5074/task/5080/stat : 5080 (java) S 5072 5074 645 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 126024055 888369152 17641 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5081] ppid=5072 vsize=867548 CPUtime=0.21
/proc/5074/task/5081/stat : 5081 (java) S 5072 5074 645 0 -1 64 703 0 0 0 21 0 0 0 15 0 9 0 126024055 888369152 17641 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5082] ppid=5072 vsize=867548 CPUtime=0
/proc/5074/task/5082/stat : 5082 (java) S 5072 5074 645 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 126024055 888369152 17641 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5083] ppid=5072 vsize=867548 CPUtime=0
/proc/5074/task/5083/stat : 5083 (java) S 5072 5074 645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 126024055 888369152 17641 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867548

[startup+3.10274 s]
/proc/loadavg: 2.11 2.70 2.64 3/90 5083
/proc/meminfo: memFree=656192/2055920 swapFree=4179140/4192956
[pid=5074] ppid=5072 vsize=867548 CPUtime=3.06
/proc/5074/stat : 5074 (java) S 5072 5074 645 0 -1 0 19760 0 1 0 288 18 0 0 20 0 9 0 126024050 888369152 19093 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5074/statm: 216887 19093 2005 9 0 211415 0
[pid=5074/tid=5076] ppid=5072 vsize=867548 CPUtime=2.72
/proc/5074/task/5076/stat : 5076 (java) R 5072 5074 645 0 -1 64 15778 0 1 0 257 15 0 0 25 0 9 0 126024051 888369152 19093 996147200 134512640 134550740 4294955984 18446744073709551615 103813185 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5077] ppid=5072 vsize=867548 CPUtime=0.09
/proc/5074/task/5077/stat : 5077 (java) S 5072 5074 645 0 -1 64 2574 0 0 0 8 1 0 0 16 0 9 0 126024053 888369152 19093 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5078] ppid=5072 vsize=867548 CPUtime=0
/proc/5074/task/5078/stat : 5078 (java) S 5072 5074 645 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 126024053 888369152 19093 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5079] ppid=5072 vsize=867548 CPUtime=0
/proc/5074/task/5079/stat : 5079 (java) S 5072 5074 645 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 126024053 888369152 19093 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5080] ppid=5072 vsize=867548 CPUtime=0
/proc/5074/task/5080/stat : 5080 (java) S 5072 5074 645 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 126024055 888369152 19093 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5081] ppid=5072 vsize=867548 CPUtime=0.22
/proc/5074/task/5081/stat : 5081 (java) S 5072 5074 645 0 -1 64 711 0 0 0 22 0 0 0 15 0 9 0 126024055 888369152 19093 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5082] ppid=5072 vsize=867548 CPUtime=0
/proc/5074/task/5082/stat : 5082 (java) S 5072 5074 645 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 126024055 888369152 19093 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5083] ppid=5072 vsize=867548 CPUtime=0
/proc/5074/task/5083/stat : 5083 (java) S 5072 5074 645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 126024055 888369152 19093 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867548

[startup+6.3011 s]
/proc/loadavg: 2.10 2.69 2.64 4/91 5087
/proc/meminfo: memFree=641848/2055920 swapFree=4179140/4192956
[pid=5074] ppid=5072 vsize=868072 CPUtime=6.23
/proc/5074/stat : 5074 (java) S 5072 5074 645 0 -1 0 46583 559 1 0 583 32 7 1 20 0 9 0 126024050 888905728 27917 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5074/statm: 217018 27917 2637 9 0 211524 0
[pid=5074/tid=5076] ppid=5072 vsize=868072 CPUtime=5.39
/proc/5074/task/5076/stat : 5076 (java) R 5072 5074 645 0 -1 64 28443 559 1 0 508 23 7 1 25 0 9 0 126024051 888905728 27917 996147200 134512640 134550740 4294955984 18446744073709551615 4126868456 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5077] ppid=5072 vsize=868072 CPUtime=0.54
/proc/5074/task/5077/stat : 5077 (java) S 5072 5074 645 0 -1 64 16256 559 0 0 40 6 7 1 17 0 9 0 126024053 888905728 27917 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5078] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5078/stat : 5078 (java) S 5072 5074 645 0 -1 64 18 559 0 0 0 0 7 1 16 0 9 0 126024053 888905728 27917 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5079] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5079/stat : 5079 (java) S 5072 5074 645 0 -1 64 20 559 0 0 0 0 7 1 16 0 9 0 126024053 888905728 27917 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5080] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5080/stat : 5080 (java) S 5072 5074 645 0 -1 64 0 559 0 0 0 0 7 1 25 0 9 0 126024055 888905728 27917 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5081] ppid=5072 vsize=868072 CPUtime=0.43
/proc/5074/task/5081/stat : 5081 (java) S 5072 5074 645 0 -1 64 982 559 0 0 34 1 7 1 15 0 9 0 126024055 888905728 27917 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5082] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5082/stat : 5082 (java) S 5072 5074 645 0 -1 64 2 559 0 0 0 0 7 1 25 0 9 0 126024055 888905728 27917 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5083] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5083/stat : 5083 (java) S 5072 5074 645 0 -1 64 51 559 0 0 0 0 7 1 15 0 9 0 126024055 888905728 27917 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 868072

[startup+12.7018 s]
/proc/loadavg: 2.09 2.67 2.63 3/90 5087
/proc/meminfo: memFree=622264/2055920 swapFree=4179140/4192956
[pid=5074] ppid=5072 vsize=868072 CPUtime=12.59
/proc/5074/stat : 5074 (java) S 5072 5074 645 0 -1 0 46595 559 1 0 1219 32 7 1 20 0 9 0 126024050 888905728 27923 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5074/statm: 217018 27923 2637 9 0 211524 0
[pid=5074/tid=5076] ppid=5072 vsize=868072 CPUtime=11.74
/proc/5074/task/5076/stat : 5076 (java) R 5072 5074 645 0 -1 64 28448 559 1 0 1143 23 7 1 25 0 9 0 126024051 888905728 27923 996147200 134512640 134550740 4294955984 18446744073709551615 4126884996 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5077] ppid=5072 vsize=868072 CPUtime=0.54
/proc/5074/task/5077/stat : 5077 (java) S 5072 5074 645 0 -1 64 16256 559 0 0 40 6 7 1 17 0 9 0 126024053 888905728 27923 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5078] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5078/stat : 5078 (java) S 5072 5074 645 0 -1 64 18 559 0 0 0 0 7 1 16 0 9 0 126024053 888905728 27923 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5079] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5079/stat : 5079 (java) S 5072 5074 645 0 -1 64 20 559 0 0 0 0 7 1 16 0 9 0 126024053 888905728 27923 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5080] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5080/stat : 5080 (java) S 5072 5074 645 0 -1 64 0 559 0 0 0 0 7 1 25 0 9 0 126024055 888905728 27923 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5081] ppid=5072 vsize=868072 CPUtime=0.44
/proc/5074/task/5081/stat : 5081 (java) S 5072 5074 645 0 -1 64 989 559 0 0 35 1 7 1 16 0 9 0 126024055 888905728 27923 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5082] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5082/stat : 5082 (java) S 5072 5074 645 0 -1 64 2 559 0 0 0 0 7 1 25 0 9 0 126024055 888905728 27923 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5083] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5083/stat : 5083 (java) S 5072 5074 645 0 -1 64 51 559 0 0 0 0 7 1 15 0 9 0 126024055 888905728 27923 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 868072

[startup+25.5023 s]
/proc/loadavg: 2.07 2.64 2.62 3/90 5087
/proc/meminfo: memFree=621560/2055920 swapFree=4179140/4192956
[pid=5074] ppid=5072 vsize=868072 CPUtime=25.33
/proc/5074/stat : 5074 (java) S 5072 5074 645 0 -1 0 46600 559 1 0 2493 32 7 1 20 0 9 0 126024050 888905728 27926 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5074/statm: 217018 27926 2637 9 0 211524 0
[pid=5074/tid=5076] ppid=5072 vsize=868072 CPUtime=24.48
/proc/5074/task/5076/stat : 5076 (java) R 5072 5074 645 0 -1 64 28449 559 1 0 2417 23 7 1 25 0 9 0 126024051 888905728 27926 996147200 134512640 134550740 4294955984 18446744073709551615 4126886875 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5077] ppid=5072 vsize=868072 CPUtime=0.54
/proc/5074/task/5077/stat : 5077 (java) S 5072 5074 645 0 -1 64 16256 559 0 0 40 6 7 1 16 0 9 0 126024053 888905728 27926 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5078] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5078/stat : 5078 (java) S 5072 5074 645 0 -1 64 18 559 0 0 0 0 7 1 16 0 9 0 126024053 888905728 27926 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5079] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5079/stat : 5079 (java) S 5072 5074 645 0 -1 64 20 559 0 0 0 0 7 1 16 0 9 0 126024053 888905728 27926 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5080] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5080/stat : 5080 (java) S 5072 5074 645 0 -1 64 0 559 0 0 0 0 7 1 25 0 9 0 126024055 888905728 27926 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5081] ppid=5072 vsize=868072 CPUtime=0.45
/proc/5074/task/5081/stat : 5081 (java) S 5072 5074 645 0 -1 64 993 559 0 0 36 1 7 1 16 0 9 0 126024055 888905728 27926 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5082] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5082/stat : 5082 (java) S 5072 5074 645 0 -1 64 2 559 0 0 0 0 7 1 25 0 9 0 126024055 888905728 27926 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5083] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5083/stat : 5083 (java) S 5072 5074 645 0 -1 64 51 559 0 0 0 0 7 1 15 0 9 0 126024055 888905728 27926 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 868072

[startup+51.1021 s]
/proc/loadavg: 2.05 2.59 2.60 3/90 5087
/proc/meminfo: memFree=618488/2055920 swapFree=4179140/4192956
[pid=5074] ppid=5072 vsize=868072 CPUtime=50.81
/proc/5074/stat : 5074 (java) S 5072 5074 645 0 -1 0 46601 559 1 0 5040 33 7 1 20 0 9 0 126024050 888905728 27927 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5074/statm: 217018 27927 2637 9 0 211524 0
[pid=5074/tid=5076] ppid=5072 vsize=868072 CPUtime=49.95
/proc/5074/task/5076/stat : 5076 (java) R 5072 5074 645 0 -1 64 28449 559 1 0 4963 24 7 1 25 0 9 0 126024051 888905728 27927 996147200 134512640 134550740 4294955984 18446744073709551615 4126872560 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5077] ppid=5072 vsize=868072 CPUtime=0.54
/proc/5074/task/5077/stat : 5077 (java) S 5072 5074 645 0 -1 64 16256 559 0 0 40 6 7 1 16 0 9 0 126024053 888905728 27927 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5078] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5078/stat : 5078 (java) S 5072 5074 645 0 -1 64 18 559 0 0 0 0 7 1 16 0 9 0 126024053 888905728 27927 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5079] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5079/stat : 5079 (java) S 5072 5074 645 0 -1 64 20 559 0 0 0 0 7 1 16 0 9 0 126024053 888905728 27927 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5080] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5080/stat : 5080 (java) S 5072 5074 645 0 -1 64 0 559 0 0 0 0 7 1 25 0 9 0 126024055 888905728 27927 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5081] ppid=5072 vsize=868072 CPUtime=0.45
/proc/5074/task/5081/stat : 5081 (java) S 5072 5074 645 0 -1 64 994 559 0 0 36 1 7 1 16 0 9 0 126024055 888905728 27927 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5082] ppid=5072 vsize=868072 CPUtime=0.08

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

/proc/5074/task/5079/stat : 5079 (java) S 5072 5074 645 0 -1 64 20 559 0 0 0 0 7 1 16 0 9 0 126024053 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5080] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5080/stat : 5080 (java) S 5072 5074 645 0 -1 64 0 559 0 0 0 0 7 1 25 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5081] ppid=5072 vsize=868072 CPUtime=0.49
/proc/5074/task/5081/stat : 5081 (java) S 5072 5074 645 0 -1 64 1016 559 0 0 40 1 7 1 16 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5074/tid=5082] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5082/stat : 5082 (java) S 5072 5074 645 0 -1 64 2 559 0 0 0 0 7 1 25 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5083] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5083/stat : 5083 (java) S 5072 5074 645 0 -1 64 51 559 0 0 0 0 7 1 15 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.57
Current children cumulated vsize (KiB) 868072

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.08 3/88 5187
/proc/meminfo: memFree=1579272/2055920 swapFree=4179140/4192956
[pid=5074] ppid=5072 vsize=868072 CPUtime=1594.29
/proc/5074/stat : 5074 (java) S 5072 5074 645 0 -1 0 46633 559 1 0 159384 37 7 1 20 0 9 0 126024050 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5074/statm: 217018 27944 2637 9 0 211524 0
[pid=5074/tid=5076] ppid=5072 vsize=868072 CPUtime=1593.38
/proc/5074/task/5076/stat : 5076 (java) R 5072 5074 645 0 -1 64 28459 559 1 0 159303 27 7 1 25 0 9 0 126024051 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4126872148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5074/tid=5077] ppid=5072 vsize=868072 CPUtime=0.54
/proc/5074/task/5077/stat : 5077 (java) S 5072 5074 645 0 -1 64 16256 559 0 0 40 6 7 1 16 0 9 0 126024053 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5078] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5078/stat : 5078 (java) S 5072 5074 645 0 -1 64 18 559 0 0 0 0 7 1 16 0 9 0 126024053 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5079] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5079/stat : 5079 (java) S 5072 5074 645 0 -1 64 20 559 0 0 0 0 7 1 16 0 9 0 126024053 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5080] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5080/stat : 5080 (java) S 5072 5074 645 0 -1 64 0 559 0 0 0 0 7 1 25 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5081] ppid=5072 vsize=868072 CPUtime=0.49
/proc/5074/task/5081/stat : 5081 (java) S 5072 5074 645 0 -1 64 1016 559 0 0 40 1 7 1 16 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5074/tid=5082] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5082/stat : 5082 (java) S 5072 5074 645 0 -1 64 2 559 0 0 0 0 7 1 25 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5083] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5083/stat : 5083 (java) S 5072 5074 645 0 -1 64 51 559 0 0 0 0 7 1 15 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.29
Current children cumulated vsize (KiB) 868072

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.08 3/88 5187
/proc/meminfo: memFree=1579272/2055920 swapFree=4179140/4192956
[pid=5074] ppid=5072 vsize=868072 CPUtime=1654
/proc/5074/stat : 5074 (java) S 5072 5074 645 0 -1 0 46633 559 1 0 165355 37 7 1 20 0 9 0 126024050 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5074/statm: 217018 27944 2637 9 0 211524 0
[pid=5074/tid=5076] ppid=5072 vsize=868072 CPUtime=1653.09
/proc/5074/task/5076/stat : 5076 (java) R 5072 5074 645 0 -1 64 28459 559 1 0 165274 27 7 1 25 0 9 0 126024051 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4126884919 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5074/tid=5077] ppid=5072 vsize=868072 CPUtime=0.54
/proc/5074/task/5077/stat : 5077 (java) S 5072 5074 645 0 -1 64 16256 559 0 0 40 6 7 1 16 0 9 0 126024053 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5078] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5078/stat : 5078 (java) S 5072 5074 645 0 -1 64 18 559 0 0 0 0 7 1 16 0 9 0 126024053 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5079] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5079/stat : 5079 (java) S 5072 5074 645 0 -1 64 20 559 0 0 0 0 7 1 16 0 9 0 126024053 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5080] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5080/stat : 5080 (java) S 5072 5074 645 0 -1 64 0 559 0 0 0 0 7 1 25 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5081] ppid=5072 vsize=868072 CPUtime=0.49
/proc/5074/task/5081/stat : 5081 (java) S 5072 5074 645 0 -1 64 1016 559 0 0 40 1 7 1 16 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5074/tid=5082] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5082/stat : 5082 (java) S 5072 5074 645 0 -1 64 2 559 0 0 0 0 7 1 25 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5083] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5083/stat : 5083 (java) S 5072 5074 645 0 -1 64 51 559 0 0 0 0 7 1 15 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654
Current children cumulated vsize (KiB) 868072

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/88 5187
/proc/meminfo: memFree=1579272/2055920 swapFree=4179140/4192956
[pid=5074] ppid=5072 vsize=868072 CPUtime=1713.71
/proc/5074/stat : 5074 (java) S 5072 5074 645 0 -1 0 46633 559 1 0 171326 37 7 1 20 0 9 0 126024050 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5074/statm: 217018 27944 2637 9 0 211524 0
[pid=5074/tid=5076] ppid=5072 vsize=868072 CPUtime=1712.8
/proc/5074/task/5076/stat : 5076 (java) R 5072 5074 645 0 -1 64 28459 559 1 0 171245 27 7 1 25 0 9 0 126024051 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4126873950 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5074/tid=5077] ppid=5072 vsize=868072 CPUtime=0.54
/proc/5074/task/5077/stat : 5077 (java) S 5072 5074 645 0 -1 64 16256 559 0 0 40 6 7 1 16 0 9 0 126024053 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5078] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5078/stat : 5078 (java) S 5072 5074 645 0 -1 64 18 559 0 0 0 0 7 1 16 0 9 0 126024053 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5079] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5079/stat : 5079 (java) S 5072 5074 645 0 -1 64 20 559 0 0 0 0 7 1 16 0 9 0 126024053 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5080] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5080/stat : 5080 (java) S 5072 5074 645 0 -1 64 0 559 0 0 0 0 7 1 25 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5081] ppid=5072 vsize=868072 CPUtime=0.49
/proc/5074/task/5081/stat : 5081 (java) S 5072 5074 645 0 -1 64 1016 559 0 0 40 1 7 1 16 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5074/tid=5082] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5082/stat : 5082 (java) S 5072 5074 645 0 -1 64 2 559 0 0 0 0 7 1 25 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5083] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5083/stat : 5083 (java) S 5072 5074 645 0 -1 64 51 559 0 0 0 0 7 1 15 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.71
Current children cumulated vsize (KiB) 868072

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/88 5187
/proc/meminfo: memFree=1579272/2055920 swapFree=4179140/4192956
[pid=5074] ppid=5072 vsize=868072 CPUtime=1773.42
/proc/5074/stat : 5074 (java) S 5072 5074 645 0 -1 0 46633 559 1 0 177297 37 7 1 20 0 9 0 126024050 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5074/statm: 217018 27944 2637 9 0 211524 0
[pid=5074/tid=5076] ppid=5072 vsize=868072 CPUtime=1772.51
/proc/5074/task/5076/stat : 5076 (java) R 5072 5074 645 0 -1 64 28459 559 1 0 177216 27 7 1 25 0 9 0 126024051 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4125952166 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5074/tid=5077] ppid=5072 vsize=868072 CPUtime=0.54
/proc/5074/task/5077/stat : 5077 (java) S 5072 5074 645 0 -1 64 16256 559 0 0 40 6 7 1 16 0 9 0 126024053 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5078] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5078/stat : 5078 (java) S 5072 5074 645 0 -1 64 18 559 0 0 0 0 7 1 16 0 9 0 126024053 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5079] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5079/stat : 5079 (java) S 5072 5074 645 0 -1 64 20 559 0 0 0 0 7 1 16 0 9 0 126024053 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5080] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5080/stat : 5080 (java) S 5072 5074 645 0 -1 64 0 559 0 0 0 0 7 1 25 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5081] ppid=5072 vsize=868072 CPUtime=0.49
/proc/5074/task/5081/stat : 5081 (java) S 5072 5074 645 0 -1 64 1016 559 0 0 40 1 7 1 16 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5074/tid=5082] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5082/stat : 5082 (java) S 5072 5074 645 0 -1 64 2 559 0 0 0 0 7 1 25 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5083] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5083/stat : 5083 (java) S 5072 5074 645 0 -1 64 51 559 0 0 0 0 7 1 15 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.42
Current children cumulated vsize (KiB) 868072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.1 s]
/proc/loadavg: 2.00 2.00 2.06 3/88 5187
/proc/meminfo: memFree=1579272/2055920 swapFree=4179140/4192956
[pid=5074] ppid=5072 vsize=868072 CPUtime=1800.1
/proc/5074/stat : 5074 (java) S 5072 5074 645 0 -1 0 46633 559 1 0 179965 37 7 1 20 0 9 0 126024050 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5074/statm: 217018 27944 2637 9 0 211524 0
[pid=5074/tid=5076] ppid=5072 vsize=868072 CPUtime=1799.19
/proc/5074/task/5076/stat : 5076 (java) R 5072 5074 645 0 -1 64 28459 559 1 0 179884 27 7 1 25 0 9 0 126024051 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4126872103 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5074/tid=5077] ppid=5072 vsize=868072 CPUtime=0.54
/proc/5074/task/5077/stat : 5077 (java) S 5072 5074 645 0 -1 64 16256 559 0 0 40 6 7 1 16 0 9 0 126024053 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5078] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5078/stat : 5078 (java) S 5072 5074 645 0 -1 64 18 559 0 0 0 0 7 1 16 0 9 0 126024053 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5079] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5079/stat : 5079 (java) S 5072 5074 645 0 -1 64 20 559 0 0 0 0 7 1 16 0 9 0 126024053 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5080] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5080/stat : 5080 (java) S 5072 5074 645 0 -1 64 0 559 0 0 0 0 7 1 25 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5081] ppid=5072 vsize=868072 CPUtime=0.49
/proc/5074/task/5081/stat : 5081 (java) S 5072 5074 645 0 -1 64 1016 559 0 0 40 1 7 1 16 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5074/tid=5082] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5082/stat : 5082 (java) S 5072 5074 645 0 -1 64 2 559 0 0 0 0 7 1 25 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5083] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5083/stat : 5083 (java) S 5072 5074 645 0 -1 64 51 559 0 0 0 0 7 1 15 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 868072

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

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

[startup+1809.1 s]
/proc/loadavg: 2.00 2.00 2.06 3/88 5187
/proc/meminfo: memFree=1579272/2055920 swapFree=4179140/4192956
[pid=5074] ppid=5072 vsize=868072 CPUtime=1800.1
/proc/5074/stat : 5074 (java) S 5072 5074 645 0 -1 0 46633 559 1 0 179965 37 7 1 20 0 9 0 126024050 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5074/statm: 217018 27944 2637 9 0 211524 0
[pid=5074/tid=5076] ppid=5072 vsize=868072 CPUtime=1799.19
/proc/5074/task/5076/stat : 5076 (java) R 5072 5074 645 0 -1 64 28459 559 1 0 179884 27 7 1 25 0 9 0 126024051 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4126872103 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5074/tid=5077] ppid=5072 vsize=868072 CPUtime=0.54
/proc/5074/task/5077/stat : 5077 (java) S 5072 5074 645 0 -1 64 16256 559 0 0 40 6 7 1 16 0 9 0 126024053 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5078] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5078/stat : 5078 (java) S 5072 5074 645 0 -1 64 18 559 0 0 0 0 7 1 16 0 9 0 126024053 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5079] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5079/stat : 5079 (java) S 5072 5074 645 0 -1 64 20 559 0 0 0 0 7 1 16 0 9 0 126024053 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5080] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5080/stat : 5080 (java) S 5072 5074 645 0 -1 64 0 559 0 0 0 0 7 1 25 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5081] ppid=5072 vsize=868072 CPUtime=0.49
/proc/5074/task/5081/stat : 5081 (java) S 5072 5074 645 0 -1 64 1016 559 0 0 40 1 7 1 16 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5074/tid=5082] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5082/stat : 5082 (java) S 5072 5074 645 0 -1 64 2 559 0 0 0 0 7 1 25 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5074/tid=5083] ppid=5072 vsize=868072 CPUtime=0.08
/proc/5074/task/5083/stat : 5083 (java) S 5072 5074 645 0 -1 64 51 559 0 0 0 0 7 1 15 0 9 0 126024055 888905728 27944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 868072

Child status: 143
Real time (s): 1809.14
CPU time (s): 1800.15
CPU user time (s): 1799.74
CPU system time (s): 0.405938
CPU usage (%): 99.5029
Max. virtual memory (cumulated for all children) (KiB): 868072

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

runsolver used 2.21666 second user time and 6.02208 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-04 05:50:34
IDJOB=1064704
IDBENCH=54974
IDSOLVER=363
FILE ID=node76/1064704-1215143434
PBS_JOBID= 7877356
Free space on /tmp= 66200 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/tdsp/normalized-C5-2-91.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-1064704-1215143434/watcher-1064704-1215143434 -o /tmp/evaluation-result-1064704-1215143434/solver-1064704-1215143434 -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-1064704-1215143434.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 47946473c43a0c517dbef8b6f98d48d6
RANDOM SEED=363205739

node76.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        725928 kB
Buffers:         10064 kB
Cached:         474004 kB
SwapCached:       7844 kB
Active:        1219764 kB
Inactive:        39500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        725928 kB
SwapTotal:     4192956 kB
SwapFree:      4179140 kB
Dirty:            2480 kB
Writeback:           0 kB
Mapped:         784812 kB
Slab:            54024 kB
Committed_AS:  1120444 kB
PageTables:       3696 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node76 at 2008-07-04 06:20:45