Trace number 1045294

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.17 1805.86

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-20.xml
MD5SUM83883806705727ca3a0004ae8dbf9fd1
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints481
Maximum constraint arity400
Maximum domain size400
Number of constraints which are defined in extension400
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(81)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-1045294-1215028474.xml
0.29/0.35	   
0.29/0.35	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.58/0.61	     nbVariables=1200  nbDomainTypes=2  minDomainSize=20  maxDomainSize=400  nbTotalValues=176000
0.58/0.61	       =>  wckTime=0.376  cpuTime=0.26  mem=15M736
0.58/0.61	   
0.58/0.61	   relations being loaded...
0.58/0.62	   
0.58/0.62	   constraints being loaded...
1.76/1.83	     nbConstraints=519  nbRelationTypes=1  nbGlobalConstraints=519  nbExtensionStructures=1
1.76/1.83	     nbSharedExtensionStructures=399  nbConflictsStructures=1  nbSharedConflictsStructures=399
1.76/1.83	     nbSharedBinaryRepresentations=0  minDegree=3  maxDegree=8  minArity=3  avgArity=16.92  maxArity=1140
1.76/1.83	     nbGenerators=38  nbFusions=0  symmetryWckTime=1.0  symmetryCpuTime=0.71
1.76/1.83	       =>  wckTime=1.6  cpuTime=1.14  mem=69M525
1.86/1.96	   
1.86/1.96	   solver IterativeSystematicSolver being built... 
1.96/2.03	   
1.96/2.03	   INFO : Forward propagation technique limited 
2.06/2.15	       =>  wckTime=1.913  cpuTime=1.3  mem=52M882
2.16/2.28	   
2.16/2.28	   preprocessing
2.16/2.28	     nbConstraintChecks=0  nbValidityChecks=160000  nbPropagations=1200  nbRevisions=0  nbUselessRevisions=0
2.16/2.28	     nbRemovedValues=0  detectedInconsistency=no
2.16/2.28	       =>  wckTime=0.122  cpuTime=0.1  mem=52M882
9.10/9.20	   
9.10/9.20	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=66M590)

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-1045294-1215028474/watcher-1045294-1215028474 -o /tmp/evaluation-result-1045294-1215028474/solver-1045294-1215028474 -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-1045294-1215028474.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.99 1.98 1.99 4/72 22374
/proc/meminfo: memFree=1754440/2055920 swapFree=4180440/4192956
[pid=22374] ppid=22372 vsize=1616 CPUtime=0
/proc/22374/stat : 22374 (java) D 22372 22374 20873 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1981821152 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/22374/statm: 404 148 122 9 0 46 0

[startup+0.100153 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 22374
/proc/meminfo: memFree=1754440/2055920 swapFree=4180440/4192956
[pid=22374] ppid=22372 vsize=865884 CPUtime=0.08
/proc/22374/stat : 22374 (java) S 22372 22374 20873 0 -1 0 3751 0 1 0 7 1 0 0 18 0 9 0 1981821152 886665216 3208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22374/statm: 216471 3208 1701 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.201161 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 22374
/proc/meminfo: memFree=1754440/2055920 swapFree=4180440/4192956
[pid=22374] ppid=22372 vsize=866048 CPUtime=0.18
/proc/22374/stat : 22374 (java) S 22372 22374 20873 0 -1 0 4739 0 1 0 16 2 0 0 18 0 9 0 1981821152 886833152 4166 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22374/statm: 216512 4166 1852 9 0 211060 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866048

[startup+0.301166 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 22374
/proc/meminfo: memFree=1754440/2055920 swapFree=4180440/4192956
[pid=22374] ppid=22372 vsize=866196 CPUtime=0.29
/proc/22374/stat : 22374 (java) S 22372 22374 20873 0 -1 0 5624 0 1 0 26 3 0 0 18 0 9 0 1981821152 886984704 5038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22374/statm: 216549 5038 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.701192 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 22374
/proc/meminfo: memFree=1754440/2055920 swapFree=4180440/4192956
[pid=22374] ppid=22372 vsize=867448 CPUtime=0.68
/proc/22374/stat : 22374 (java) S 22372 22374 20873 0 -1 0 9043 0 1 0 62 6 0 0 18 0 9 0 1981821152 888266752 8413 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22374/statm: 216862 8413 1982 9 0 211390 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867448

[startup+1.50224 s]
/proc/loadavg: 1.99 1.98 1.99 4/83 22387
/proc/meminfo: memFree=1699696/2055920 swapFree=4180440/4192956
[pid=22374] ppid=22372 vsize=867772 CPUtime=1.46
/proc/22374/stat : 22374 (java) S 22372 22374 20873 0 -1 0 33028 311 1 0 125 13 8 0 18 0 10 0 1981821152 888598528 22038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22374/statm: 216943 22038 2013 9 0 211471 0
[pid=22387] ppid=22374 vsize=0 CPUtime=0
/proc/22387/stat : 22387 (rm) Z 22374 22374 20873 0 -1 4194316 126 0 0 0 0 0 0 0 21 0 1 0 1981821251 0 0 996147200 0 0 0 0 0 0 4 0 0 18446744071563351923 0 0 17 1 0 0
/proc/22387/statm: 0 0 0 0 0 0 0
[pid=22374/tid=22376] ppid=22372 vsize=867772 CPUtime=1.1
/proc/22374/task/22376/stat : 22376 (java) R 22372 22374 20873 0 -1 64 19283 311 1 0 94 8 8 0 18 0 10 0 1981821153 888598528 22038 996147200 134512640 134550740 4294955968 18446744073709551615 4126919609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22377] ppid=22372 vsize=867772 CPUtime=0.21
/proc/22374/task/22377/stat : 22377 (java) S 22372 22374 20873 0 -1 64 12071 311 0 0 11 2 8 0 17 0 10 0 1981821154 888598528 22038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22378] ppid=22372 vsize=867772 CPUtime=0.08
/proc/22374/task/22378/stat : 22378 (java) S 22372 22374 20873 0 -1 64 10 311 0 0 0 0 8 0 19 0 10 0 1981821154 888598528 22038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22379] ppid=22372 vsize=867772 CPUtime=0.08
/proc/22374/task/22379/stat : 22379 (java) S 22372 22374 20873 0 -1 64 4 311 0 0 0 0 8 0 20 0 10 0 1981821155 888598528 22038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22380] ppid=22372 vsize=867772 CPUtime=0.08
/proc/22374/task/22380/stat : 22380 (java) S 22372 22374 20873 0 -1 64 1 311 0 0 0 0 8 0 18 0 10 0 1981821157 888598528 22038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22381] ppid=22372 vsize=867772 CPUtime=0.27
/proc/22374/task/22381/stat : 22381 (java) S 22372 22374 20873 0 -1 64 852 311 0 0 19 0 8 0 16 0 10 0 1981821157 888598528 22038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22382] ppid=22372 vsize=867772 CPUtime=0.08
/proc/22374/task/22382/stat : 22382 (java) S 22372 22374 20873 0 -1 64 1 311 0 0 0 0 8 0 19 0 10 0 1981821157 888598528 22038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22383] ppid=22372 vsize=867772 CPUtime=0.08
/proc/22374/task/22383/stat : 22383 (java) S 22372 22374 20873 0 -1 64 5 311 0 0 0 0 8 0 15 0 10 0 1981821157 888598528 22038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22386] ppid=22372 vsize=867772 CPUtime=0.08
/proc/22374/task/22386/stat : 22386 (java) R 22372 22374 20873 0 -1 64 46 311 0 0 0 0 8 0 19 0 10 0 1981821251 888598528 22038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867772

[startup+3.10234 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 22387
/proc/meminfo: memFree=1664632/2055920 swapFree=4180440/4192956
[pid=22374] ppid=22372 vsize=867888 CPUtime=3.05
/proc/22374/stat : 22374 (java) S 22372 22374 20873 0 -1 0 37517 437 1 0 282 14 8 1 18 0 9 0 1981821152 888717312 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22374/statm: 216972 24976 2637 9 0 211478 0
[pid=22374/tid=22376] ppid=22372 vsize=867888 CPUtime=2.47
/proc/22374/task/22376/stat : 22376 (java) R 22372 22374 20873 0 -1 64 20661 437 1 0 229 9 8 1 25 0 9 0 1981821153 888717312 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4127042337 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22377] ppid=22372 vsize=867888 CPUtime=0.34
/proc/22374/task/22377/stat : 22377 (java) S 22372 22374 20873 0 -1 64 15095 437 0 0 22 3 8 1 17 0 9 0 1981821154 888717312 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22378] ppid=22372 vsize=867888 CPUtime=0.09
/proc/22374/task/22378/stat : 22378 (java) S 22372 22374 20873 0 -1 64 16 437 0 0 0 0 8 1 17 0 9 0 1981821154 888717312 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22379] ppid=22372 vsize=867888 CPUtime=0.09
/proc/22374/task/22379/stat : 22379 (java) S 22372 22374 20873 0 -1 64 9 437 0 0 0 0 8 1 16 0 9 0 1981821155 888717312 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22380] ppid=22372 vsize=867888 CPUtime=0.09
/proc/22374/task/22380/stat : 22380 (java) S 22372 22374 20873 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 1981821157 888717312 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22381] ppid=22372 vsize=867888 CPUtime=0.38
/proc/22374/task/22381/stat : 22381 (java) S 22372 22374 20873 0 -1 64 924 437 0 0 29 0 8 1 15 0 9 0 1981821157 888717312 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22382] ppid=22372 vsize=867888 CPUtime=0.09
/proc/22374/task/22382/stat : 22382 (java) S 22372 22374 20873 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 1981821157 888717312 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22383] ppid=22372 vsize=867888 CPUtime=0.09
/proc/22374/task/22383/stat : 22383 (java) S 22372 22374 20873 0 -1 64 5 437 0 0 0 0 8 1 15 0 9 0 1981821157 888717312 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867888

[startup+6.30155 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 22387
/proc/meminfo: memFree=1664312/2055920 swapFree=4180440/4192956
[pid=22374] ppid=22372 vsize=867888 CPUtime=6.23
/proc/22374/stat : 22374 (java) S 22372 22374 20873 0 -1 0 37541 437 1 0 599 15 8 1 18 0 9 0 1981821152 888717312 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22374/statm: 216972 24976 2637 9 0 211478 0
[pid=22374/tid=22376] ppid=22372 vsize=867888 CPUtime=5.64
/proc/22374/task/22376/stat : 22376 (java) R 22372 22374 20873 0 -1 64 20662 437 1 0 546 9 8 1 25 0 9 0 1981821153 888717312 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4127077872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22377] ppid=22372 vsize=867888 CPUtime=0.34
/proc/22374/task/22377/stat : 22377 (java) S 22372 22374 20873 0 -1 64 15095 437 0 0 22 3 8 1 16 0 9 0 1981821154 888717312 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22378] ppid=22372 vsize=867888 CPUtime=0.09
/proc/22374/task/22378/stat : 22378 (java) S 22372 22374 20873 0 -1 64 16 437 0 0 0 0 8 1 17 0 9 0 1981821154 888717312 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22379] ppid=22372 vsize=867888 CPUtime=0.09
/proc/22374/task/22379/stat : 22379 (java) S 22372 22374 20873 0 -1 64 9 437 0 0 0 0 8 1 16 0 9 0 1981821155 888717312 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22380] ppid=22372 vsize=867888 CPUtime=0.09
/proc/22374/task/22380/stat : 22380 (java) S 22372 22374 20873 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 1981821157 888717312 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22381] ppid=22372 vsize=867888 CPUtime=0.38
/proc/22374/task/22381/stat : 22381 (java) S 22372 22374 20873 0 -1 64 924 437 0 0 29 0 8 1 15 0 9 0 1981821157 888717312 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22382] ppid=22372 vsize=867888 CPUtime=0.09
/proc/22374/task/22382/stat : 22382 (java) S 22372 22374 20873 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 1981821157 888717312 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22383] ppid=22372 vsize=867888 CPUtime=0.09
/proc/22374/task/22383/stat : 22383 (java) S 22372 22374 20873 0 -1 64 28 437 0 0 0 0 8 1 15 0 9 0 1981821157 888717312 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867888

[startup+12.7029 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 22387
/proc/meminfo: memFree=1663992/2055920 swapFree=4180440/4192956
[pid=22374] ppid=22372 vsize=867888 CPUtime=12.57
/proc/22374/stat : 22374 (java) S 22372 22374 20873 0 -1 0 37606 437 1 0 1233 15 8 1 18 0 9 0 1981821152 888717312 24994 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22374/statm: 216972 24994 2637 9 0 211478 0
[pid=22374/tid=22376] ppid=22372 vsize=867888 CPUtime=11.96
/proc/22374/task/22376/stat : 22376 (java) R 22372 22374 20873 0 -1 64 20669 437 1 0 1177 10 8 1 25 0 9 0 1981821153 888717312 24994 996147200 134512640 134550740 4294955968 18446744073709551615 4127022994 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22377] ppid=22372 vsize=867888 CPUtime=0.34
/proc/22374/task/22377/stat : 22377 (java) S 22372 22374 20873 0 -1 64 15095 437 0 0 22 3 8 1 17 0 9 0 1981821154 888717312 24994 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22378] ppid=22372 vsize=867888 CPUtime=0.09
/proc/22374/task/22378/stat : 22378 (java) S 22372 22374 20873 0 -1 64 16 437 0 0 0 0 8 1 17 0 9 0 1981821154 888717312 24994 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22379] ppid=22372 vsize=867888 CPUtime=0.09
/proc/22374/task/22379/stat : 22379 (java) S 22372 22374 20873 0 -1 64 9 437 0 0 0 0 8 1 16 0 9 0 1981821155 888717312 24994 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22380] ppid=22372 vsize=867888 CPUtime=0.09
/proc/22374/task/22380/stat : 22380 (java) S 22372 22374 20873 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 1981821157 888717312 24994 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22381] ppid=22372 vsize=867888 CPUtime=0.41
/proc/22374/task/22381/stat : 22381 (java) S 22372 22374 20873 0 -1 64 982 437 0 0 32 0 8 1 16 0 9 0 1981821157 888717312 24994 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22382] ppid=22372 vsize=867888 CPUtime=0.09
/proc/22374/task/22382/stat : 22382 (java) S 22372 22374 20873 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 1981821157 888717312 24994 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22383] ppid=22372 vsize=867888 CPUtime=0.09
/proc/22374/task/22383/stat : 22383 (java) S 22372 22374 20873 0 -1 64 28 437 0 0 0 0 8 1 15 0 9 0 1981821157 888717312 24994 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867888

[startup+25.5028 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 22387
/proc/meminfo: memFree=1663928/2055920 swapFree=4180440/4192956
[pid=22374] ppid=22372 vsize=867888 CPUtime=25.26
/proc/22374/stat : 22374 (java) S 22372 22374 20873 0 -1 0 37612 437 1 0 2502 15 8 1 18 0 9 0 1981821152 888717312 24996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22374/statm: 216972 24996 2637 9 0 211478 0
[pid=22374/tid=22376] ppid=22372 vsize=867888 CPUtime=24.65
/proc/22374/task/22376/stat : 22376 (java) R 22372 22374 20873 0 -1 64 20670 437 1 0 2446 10 8 1 25 0 9 0 1981821153 888717312 24996 996147200 134512640 134550740 4294955968 18446744073709551615 4127022539 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22377] ppid=22372 vsize=867888 CPUtime=0.34
/proc/22374/task/22377/stat : 22377 (java) S 22372 22374 20873 0 -1 64 15095 437 0 0 22 3 8 1 16 0 9 0 1981821154 888717312 24996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22378] ppid=22372 vsize=867888 CPUtime=0.09
/proc/22374/task/22378/stat : 22378 (java) S 22372 22374 20873 0 -1 64 16 437 0 0 0 0 8 1 17 0 9 0 1981821154 888717312 24996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22379] ppid=22372 vsize=867888 CPUtime=0.09
/proc/22374/task/22379/stat : 22379 (java) S 22372 22374 20873 0 -1 64 9 437 0 0 0 0 8 1 16 0 9 0 1981821155 888717312 24996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22380] ppid=22372 vsize=867888 CPUtime=0.09
/proc/22374/task/22380/stat : 22380 (java) S 22372 22374 20873 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 1981821157 888717312 24996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22381] ppid=22372 vsize=867888 CPUtime=0.42
/proc/22374/task/22381/stat : 22381 (java) S 22372 22374 20873 0 -1 64 987 437 0 0 33 0 8 1 16 0 9 0 1981821157 888717312 24996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22382] ppid=22372 vsize=867888 CPUtime=0.09
/proc/22374/task/22382/stat : 22382 (java) S 22372 22374 20873 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 1981821157 888717312 24996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22383] ppid=22372 vsize=867888 CPUtime=0.09
/proc/22374/task/22383/stat : 22383 (java) S 22372 22374 20873 0 -1 64 28 437 0 0 0 0 8 1 15 0 9 0 1981821157 888717312 24996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 867888

[startup+51.1024 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 22387
/proc/meminfo: memFree=1663992/2055920 swapFree=4180440/4192956
[pid=22374] ppid=22372 vsize=867888 CPUtime=50.64
/proc/22374/stat : 22374 (java) S 22372 22374 20873 0 -1 0 37612 437 1 0 5040 15 8 1 18 0 9 0 1981821152 888717312 24996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22374/statm: 216972 24996 2637 9 0 211478 0
[pid=22374/tid=22376] ppid=22372 vsize=867888 CPUtime=50.03
/proc/22374/task/22376/stat : 22376 (java) R 22372 22374 20873 0 -1 64 20670 437 1 0 4984 10 8 1 25 0 9 0 1981821153 888717312 24996 996147200 134512640 134550740 4294955968 18446744073709551615 4127069248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22377] ppid=22372 vsize=867888 CPUtime=0.34
/proc/22374/task/22377/stat : 22377 (java) S 22372 22374 20873 0 -1 64 15095 437 0 0 22 3 8 1 16 0 9 0 1981821154 888717312 24996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22378] ppid=22372 vsize=867888 CPUtime=0.09
/proc/22374/task/22378/stat : 22378 (java) S 22372 22374 20873 0 -1 64 16 437 0 0 0 0 8 1 17 0 9 0 1981821154 888717312 24996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22379] ppid=22372 vsize=867888 CPUtime=0.09
/proc/22374/task/22379/stat : 22379 (java) S 22372 22374 20873 0 -1 64 9 437 0 0 0 0 8 1 16 0 9 0 1981821155 888717312 24996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/22374/task/22379/stat : 22379 (java) S 22372 22374 20873 0 -1 64 10 437 0 0 0 0 8 1 16 0 9 0 1981821155 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22380] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22380/stat : 22380 (java) S 22372 22374 20873 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22381] ppid=22372 vsize=867800 CPUtime=0.42
/proc/22374/task/22381/stat : 22381 (java) S 22372 22374 20873 0 -1 64 987 437 0 0 33 0 8 1 16 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22382] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22382/stat : 22382 (java) S 22372 22374 20873 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22383] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22383/stat : 22383 (java) S 22372 22374 20873 0 -1 64 28 437 0 0 0 0 8 1 15 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.71
Current children cumulated vsize (KiB) 867800

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.31 2/73 22943
/proc/meminfo: memFree=1650616/2055920 swapFree=4180440/4192956
[pid=22374] ppid=22372 vsize=867800 CPUtime=1596.68
/proc/22374/stat : 22374 (java) S 22372 22374 20873 0 -1 0 42371 437 1 0 159637 22 8 1 18 0 9 0 1981821152 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22374/statm: 216950 29725 2615 9 0 211478 0
[pid=22374/tid=22376] ppid=22372 vsize=867800 CPUtime=1596.02
/proc/22374/task/22376/stat : 22376 (java) R 22372 22374 20873 0 -1 64 20672 437 1 0 159578 15 8 1 25 0 9 0 1981821153 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4127033423 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22374/tid=22377] ppid=22372 vsize=867800 CPUtime=0.37
/proc/22374/task/22377/stat : 22377 (java) S 22372 22374 20873 0 -1 64 19851 437 0 0 24 4 8 1 16 0 9 0 1981821154 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22378] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22378/stat : 22378 (java) S 22372 22374 20873 0 -1 64 16 437 0 0 0 0 8 1 16 0 9 0 1981821154 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22379] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22379/stat : 22379 (java) S 22372 22374 20873 0 -1 64 10 437 0 0 0 0 8 1 16 0 9 0 1981821155 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22380] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22380/stat : 22380 (java) S 22372 22374 20873 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22381] ppid=22372 vsize=867800 CPUtime=0.42
/proc/22374/task/22381/stat : 22381 (java) S 22372 22374 20873 0 -1 64 987 437 0 0 33 0 8 1 16 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22382] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22382/stat : 22382 (java) S 22372 22374 20873 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22383] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22383/stat : 22383 (java) S 22372 22374 20873 0 -1 64 28 437 0 0 0 0 8 1 15 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.68
Current children cumulated vsize (KiB) 867800

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.29 2/73 22943
/proc/meminfo: memFree=1650680/2055920 swapFree=4180440/4192956
[pid=22374] ppid=22372 vsize=867800 CPUtime=1656.65
/proc/22374/stat : 22374 (java) S 22372 22374 20873 0 -1 0 42371 437 1 0 165634 22 8 1 18 0 9 0 1981821152 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22374/statm: 216950 29725 2615 9 0 211478 0
[pid=22374/tid=22376] ppid=22372 vsize=867800 CPUtime=1656
/proc/22374/task/22376/stat : 22376 (java) R 22372 22374 20873 0 -1 64 20672 437 1 0 165576 15 8 1 25 0 9 0 1981821153 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4127033423 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22374/tid=22377] ppid=22372 vsize=867800 CPUtime=0.37
/proc/22374/task/22377/stat : 22377 (java) S 22372 22374 20873 0 -1 64 19851 437 0 0 24 4 8 1 16 0 9 0 1981821154 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22378] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22378/stat : 22378 (java) S 22372 22374 20873 0 -1 64 16 437 0 0 0 0 8 1 16 0 9 0 1981821154 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22379] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22379/stat : 22379 (java) S 22372 22374 20873 0 -1 64 10 437 0 0 0 0 8 1 16 0 9 0 1981821155 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22380] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22380/stat : 22380 (java) S 22372 22374 20873 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22381] ppid=22372 vsize=867800 CPUtime=0.42
/proc/22374/task/22381/stat : 22381 (java) S 22372 22374 20873 0 -1 64 987 437 0 0 33 0 8 1 16 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22382] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22382/stat : 22382 (java) S 22372 22374 20873 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22383] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22383/stat : 22383 (java) S 22372 22374 20873 0 -1 64 28 437 0 0 0 0 8 1 15 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.65
Current children cumulated vsize (KiB) 867800

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.27 2/73 22943
/proc/meminfo: memFree=1650616/2055920 swapFree=4180440/4192956
[pid=22374] ppid=22372 vsize=867800 CPUtime=1716.62
/proc/22374/stat : 22374 (java) S 22372 22374 20873 0 -1 0 42371 437 1 0 171631 22 8 1 18 0 9 0 1981821152 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22374/statm: 216950 29725 2615 9 0 211478 0
[pid=22374/tid=22376] ppid=22372 vsize=867800 CPUtime=1715.96
/proc/22374/task/22376/stat : 22376 (java) R 22372 22374 20873 0 -1 64 20672 437 1 0 171572 15 8 1 25 0 9 0 1981821153 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4127033377 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22374/tid=22377] ppid=22372 vsize=867800 CPUtime=0.37
/proc/22374/task/22377/stat : 22377 (java) S 22372 22374 20873 0 -1 64 19851 437 0 0 24 4 8 1 16 0 9 0 1981821154 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22378] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22378/stat : 22378 (java) S 22372 22374 20873 0 -1 64 16 437 0 0 0 0 8 1 16 0 9 0 1981821154 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22379] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22379/stat : 22379 (java) S 22372 22374 20873 0 -1 64 10 437 0 0 0 0 8 1 16 0 9 0 1981821155 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22380] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22380/stat : 22380 (java) S 22372 22374 20873 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22381] ppid=22372 vsize=867800 CPUtime=0.42
/proc/22374/task/22381/stat : 22381 (java) S 22372 22374 20873 0 -1 64 987 437 0 0 33 0 8 1 16 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22382] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22382/stat : 22382 (java) S 22372 22374 20873 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22383] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22383/stat : 22383 (java) S 22372 22374 20873 0 -1 64 28 437 0 0 0 0 8 1 15 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.62
Current children cumulated vsize (KiB) 867800

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.25 2/73 22943
/proc/meminfo: memFree=1650488/2055920 swapFree=4180440/4192956
[pid=22374] ppid=22372 vsize=867800 CPUtime=1776.59
/proc/22374/stat : 22374 (java) S 22372 22374 20873 0 -1 0 42371 437 1 0 177628 22 8 1 18 0 9 0 1981821152 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22374/statm: 216950 29725 2615 9 0 211478 0
[pid=22374/tid=22376] ppid=22372 vsize=867800 CPUtime=1775.94
/proc/22374/task/22376/stat : 22376 (java) R 22372 22374 20873 0 -1 64 20672 437 1 0 177570 15 8 1 25 0 9 0 1981821153 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4127033433 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22374/tid=22377] ppid=22372 vsize=867800 CPUtime=0.37
/proc/22374/task/22377/stat : 22377 (java) S 22372 22374 20873 0 -1 64 19851 437 0 0 24 4 8 1 16 0 9 0 1981821154 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22378] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22378/stat : 22378 (java) S 22372 22374 20873 0 -1 64 16 437 0 0 0 0 8 1 16 0 9 0 1981821154 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22379] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22379/stat : 22379 (java) S 22372 22374 20873 0 -1 64 10 437 0 0 0 0 8 1 16 0 9 0 1981821155 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22380] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22380/stat : 22380 (java) S 22372 22374 20873 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22381] ppid=22372 vsize=867800 CPUtime=0.42
/proc/22374/task/22381/stat : 22381 (java) S 22372 22374 20873 0 -1 64 987 437 0 0 33 0 8 1 16 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22382] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22382/stat : 22382 (java) S 22372 22374 20873 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22383] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22383/stat : 22383 (java) S 22372 22374 20873 0 -1 64 28 437 0 0 0 0 8 1 15 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.59
Current children cumulated vsize (KiB) 867800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.8 s]
/proc/loadavg: 1.00 1.00 1.24 2/73 22943
/proc/meminfo: memFree=1650488/2055920 swapFree=4180440/4192956
[pid=22374] ppid=22372 vsize=867800 CPUtime=1800.09
/proc/22374/stat : 22374 (java) S 22372 22374 20873 0 -1 0 42371 437 1 0 179978 22 8 1 18 0 9 0 1981821152 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22374/statm: 216950 29725 2615 9 0 211478 0
[pid=22374/tid=22376] ppid=22372 vsize=867800 CPUtime=1799.43
/proc/22374/task/22376/stat : 22376 (java) R 22372 22374 20873 0 -1 64 20672 437 1 0 179919 15 8 1 25 0 9 0 1981821153 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4127033433 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22374/tid=22377] ppid=22372 vsize=867800 CPUtime=0.37
/proc/22374/task/22377/stat : 22377 (java) S 22372 22374 20873 0 -1 64 19851 437 0 0 24 4 8 1 16 0 9 0 1981821154 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22378] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22378/stat : 22378 (java) S 22372 22374 20873 0 -1 64 16 437 0 0 0 0 8 1 16 0 9 0 1981821154 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22379] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22379/stat : 22379 (java) S 22372 22374 20873 0 -1 64 10 437 0 0 0 0 8 1 16 0 9 0 1981821155 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22380] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22380/stat : 22380 (java) S 22372 22374 20873 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22381] ppid=22372 vsize=867800 CPUtime=0.42
/proc/22374/task/22381/stat : 22381 (java) S 22372 22374 20873 0 -1 64 987 437 0 0 33 0 8 1 16 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22382] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22382/stat : 22382 (java) S 22372 22374 20873 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22383] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22383/stat : 22383 (java) S 22372 22374 20873 0 -1 64 28 437 0 0 0 0 8 1 15 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 867800

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

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

[startup+1805.8 s]
/proc/loadavg: 1.00 1.00 1.24 2/73 22943
/proc/meminfo: memFree=1650488/2055920 swapFree=4180440/4192956
[pid=22374] ppid=22372 vsize=867800 CPUtime=1800.09
/proc/22374/stat : 22374 (java) S 22372 22374 20873 0 -1 0 42371 437 1 0 179978 22 8 1 18 0 9 0 1981821152 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22374/statm: 216950 29725 2615 9 0 211478 0
[pid=22374/tid=22376] ppid=22372 vsize=867800 CPUtime=1799.43
/proc/22374/task/22376/stat : 22376 (java) R 22372 22374 20873 0 -1 64 20672 437 1 0 179919 15 8 1 25 0 9 0 1981821153 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4127033433 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22374/tid=22377] ppid=22372 vsize=867800 CPUtime=0.37
/proc/22374/task/22377/stat : 22377 (java) S 22372 22374 20873 0 -1 64 19851 437 0 0 24 4 8 1 16 0 9 0 1981821154 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22378] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22378/stat : 22378 (java) S 22372 22374 20873 0 -1 64 16 437 0 0 0 0 8 1 16 0 9 0 1981821154 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22379] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22379/stat : 22379 (java) S 22372 22374 20873 0 -1 64 10 437 0 0 0 0 8 1 16 0 9 0 1981821155 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22380] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22380/stat : 22380 (java) S 22372 22374 20873 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22381] ppid=22372 vsize=867800 CPUtime=0.42
/proc/22374/task/22381/stat : 22381 (java) S 22372 22374 20873 0 -1 64 987 437 0 0 33 0 8 1 16 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22382] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22382/stat : 22382 (java) S 22372 22374 20873 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22374/tid=22383] ppid=22372 vsize=867800 CPUtime=0.09
/proc/22374/task/22383/stat : 22383 (java) S 22372 22374 20873 0 -1 64 28 437 0 0 0 0 8 1 15 0 9 0 1981821157 888627200 29725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 867800

Child status: 143
Real time (s): 1805.86
CPU time (s): 1800.17
CPU user time (s): 1799.91
CPU system time (s): 0.25896
CPU usage (%): 99.6849
Max. virtual memory (cumulated for all children) (KiB): 867920

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

runsolver used 1.92571 second user time and 5.21621 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-02 21:54:34
IDJOB=1045294
IDBENCH=53933
IDSOLVER=364
FILE ID=node29/1045294-1215028474
PBS_JOBID= 7874411
Free space on /tmp= 66540 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/ortholatin/normalized-ortholatin-20.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-1045294-1215028474/watcher-1045294-1215028474 -o /tmp/evaluation-result-1045294-1215028474/solver-1045294-1215028474 -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-1045294-1215028474.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 83883806705727ca3a0004ae8dbf9fd1
RANDOM SEED=2107378753

node29.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.220
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.220
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:       1754856 kB
Buffers:         41820 kB
Cached:         180780 kB
SwapCached:       6492 kB
Active:         132604 kB
Inactive:       101556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1754856 kB
SwapTotal:     4192956 kB
SwapFree:      4180440 kB
Dirty:            2116 kB
Writeback:           0 kB
Mapped:          19572 kB
Slab:            52032 kB
Committed_AS:  3376972 kB
PageTables:       1928 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= 66540 MiB
End job on node29 at 2008-07-02 22:24:41