Trace number 1080968

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.1 1809.68

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-100-0.xml
MD5SUM3316fb6d9502bdc5e45b3fbdaa4097b4
Bench Category2-ARY-INT (binary constraints in intension)
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 variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1375
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.19/0.22	
0.19/0.22	   configuration
0.19/0.22	     name=esac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-1080968-1215214437.xml
0.29/0.32	   
0.29/0.32	   domains being loaded...
0.29/0.37	   
0.29/0.37	   variables being loaded...
0.39/0.48	     nbVariables=300  nbDomainTypes=300  minDomainSize=1278  maxDomainSize=1375  nbTotalValues=398653
0.39/0.48	       =>  wckTime=0.259  cpuTime=0.18  mem=16M652
0.39/0.48	   
0.39/0.48	   predicates being loaded...
0.48/0.53	   
0.48/0.53	   constraints being loaded...
2.46/2.52	     nbConstraints=3145  nbGlobalConstraints=3143  nbConvertedConstraints=2  nbConvertConstraintsChecks=3494904
2.46/2.52	     nbExtensionStructures=2  nbSharedExtensionStructures=0  nbConflictsStructures=2  nbSharedConflictsStructures=0
2.46/2.52	     nbSharedBinaryRepresentations=219  minDegree=21  maxDegree=22  minArity=2  avgArity=2.09  maxArity=20
2.46/2.52	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.688  symmetryCpuTime=0.5  nbCliques=15
2.46/2.52	       =>  wckTime=2.296  cpuTime=1.89  mem=18M943
2.56/2.60	   
2.56/2.60	   solver IterativeSystematicSolver being built... 
2.56/2.66	   
2.56/2.66	   INFO : Forward propagation technique limited 
2.65/2.74	       =>  wckTime=2.525  cpuTime=2.02  mem=46M544
2.95/3.05	   
2.95/3.05	   preprocessing
2.95/3.05	     nbConstraintChecks=69550  nbPropagations=713  nbRevisions=8  nbUselessRevisions=0  nbRemovedValues=202258
2.95/3.05	     detectedInconsistency=no
2.95/3.05	       =>  wckTime=0.291  cpuTime=0.23  mem=43M181
6.46/6.50	   
6.46/6.50	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=103, mem=76M744)

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-1080968-1215214437/watcher-1080968-1215214437 -o /tmp/evaluation-result-1080968-1215214437/solver-1080968-1215214437 -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-1080968-1215214437.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.03 2.00 2.00 4/82 21885
/proc/meminfo: memFree=1362312/2055920 swapFree=4180776/4192956
[pid=21885] ppid=21883 vsize=1616 CPUtime=0
/proc/21885/stat : 21885 (java) R 21883 21885 18894 0 -1 0 177 0 0 0 0 0 0 0 20 0 1 0 262386392 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/21885/statm: 404 145 119 9 0 46 0

[startup+0.081044 s]
/proc/loadavg: 2.03 2.00 2.00 4/82 21885
/proc/meminfo: memFree=1362312/2055920 swapFree=4180776/4192956
[pid=21885] ppid=21883 vsize=865856 CPUtime=0.06
/proc/21885/stat : 21885 (java) S 21883 21885 18894 0 -1 0 3588 0 1 0 5 1 0 0 20 0 9 0 262386392 886636544 3076 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21885/statm: 216464 3076 1647 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101051 s]
/proc/loadavg: 2.03 2.00 2.00 4/82 21885
/proc/meminfo: memFree=1362312/2055920 swapFree=4180776/4192956
[pid=21885] ppid=21883 vsize=865884 CPUtime=0.09
/proc/21885/stat : 21885 (java) S 21883 21885 18894 0 -1 0 3866 0 1 0 7 2 0 0 20 0 9 0 262386392 886665216 3306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21885/statm: 216471 3306 1742 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301086 s]
/proc/loadavg: 2.03 2.00 2.00 4/82 21885
/proc/meminfo: memFree=1362312/2055920 swapFree=4180776/4192956
[pid=21885] ppid=21883 vsize=866276 CPUtime=0.29
/proc/21885/stat : 21885 (java) S 21883 21885 18894 0 -1 0 5814 0 1 0 25 4 0 0 20 0 9 0 262386392 887066624 5188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21885/statm: 216569 5188 1953 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866276

[startup+0.701165 s]
/proc/loadavg: 2.03 2.00 2.00 4/82 21885
/proc/meminfo: memFree=1362312/2055920 swapFree=4180776/4192956
[pid=21885] ppid=21883 vsize=867688 CPUtime=0.68
/proc/21885/stat : 21885 (java) S 21883 21885 18894 0 -1 0 10625 0 1 0 62 6 0 0 20 0 9 0 262386392 888512512 9985 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21885/statm: 216922 9985 2010 9 0 211428 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867688

[startup+1.50231 s]
/proc/loadavg: 2.02 2.00 2.00 3/91 21894
/proc/meminfo: memFree=1320000/2055920 swapFree=4180776/4192956
[pid=21885] ppid=21883 vsize=867688 CPUtime=1.48
/proc/21885/stat : 21885 (java) S 21883 21885 18894 0 -1 0 14684 0 1 0 132 16 0 0 20 0 9 0 262386392 888512512 14041 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21885/statm: 216922 14041 2014 9 0 211428 0
[pid=21885/tid=21887] ppid=21883 vsize=867688 CPUtime=1.27
/proc/21885/task/21887/stat : 21887 (java) R 21883 21885 18894 0 -1 64 13279 0 1 0 112 15 0 0 25 0 9 0 262386393 888512512 14041 996147200 134512640 134550740 4294955968 18446744073709551615 4126925761 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21888] ppid=21883 vsize=867688 CPUtime=0
/proc/21885/task/21888/stat : 21888 (java) S 21883 21885 18894 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 262386395 888512512 14041 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21889] ppid=21883 vsize=867688 CPUtime=0
/proc/21885/task/21889/stat : 21889 (java) S 21883 21885 18894 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 262386395 888512512 14041 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21890] ppid=21883 vsize=867688 CPUtime=0
/proc/21885/task/21890/stat : 21890 (java) S 21883 21885 18894 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 262386395 888512512 14041 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21891] ppid=21883 vsize=867688 CPUtime=0
/proc/21885/task/21891/stat : 21891 (java) S 21883 21885 18894 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 262386397 888512512 14041 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21892] ppid=21883 vsize=867688 CPUtime=0.19
/proc/21885/task/21892/stat : 21892 (java) S 21883 21885 18894 0 -1 64 707 0 0 0 19 0 0 0 16 0 9 0 262386397 888512512 14041 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21893] ppid=21883 vsize=867688 CPUtime=0
/proc/21885/task/21893/stat : 21893 (java) S 21883 21885 18894 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 262386397 888512512 14041 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21894] ppid=21883 vsize=867688 CPUtime=0
/proc/21885/task/21894/stat : 21894 (java) S 21883 21885 18894 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 262386397 888512512 14041 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867688

[startup+3.10163 s]
/proc/loadavg: 2.02 2.00 2.00 4/93 21898
/proc/meminfo: memFree=1288880/2055920 swapFree=4180776/4192956
[pid=21885] ppid=21883 vsize=868124 CPUtime=3.05
/proc/21885/stat : 21885 (java) S 21883 21885 18894 0 -1 0 40726 439 1 0 273 29 2 1 20 0 9 0 262386392 888958976 26628 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21885/statm: 217031 26628 2637 9 0 211537 0
[pid=21885/tid=21887] ppid=21883 vsize=868124 CPUtime=2.53
/proc/21885/task/21887/stat : 21887 (java) R 21883 21885 18894 0 -1 64 19725 439 1 0 228 22 2 1 25 0 9 0 262386393 888958976 26628 996147200 134512640 134550740 4294955968 18446744073709551615 4127224548 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21888] ppid=21883 vsize=868124 CPUtime=0.24
/proc/21885/task/21888/stat : 21888 (java) S 21883 21885 18894 0 -1 64 19258 439 0 0 17 4 2 1 16 0 9 0 262386395 888958976 26628 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21889] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21889/stat : 21889 (java) S 21883 21885 18894 0 -1 64 21 439 0 0 0 0 2 1 16 0 9 0 262386395 888958976 26628 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21890] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21890/stat : 21890 (java) S 21883 21885 18894 0 -1 64 19 439 0 0 0 0 2 1 15 0 9 0 262386395 888958976 26628 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21891] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21891/stat : 21891 (java) S 21883 21885 18894 0 -1 64 1 439 0 0 0 0 2 1 18 0 9 0 262386397 888958976 26628 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21892] ppid=21883 vsize=868124 CPUtime=0.3
/proc/21885/task/21892/stat : 21892 (java) S 21883 21885 18894 0 -1 64 911 439 0 0 27 0 2 1 15 0 9 0 262386397 888958976 26628 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21893] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21893/stat : 21893 (java) S 21883 21885 18894 0 -1 64 1 439 0 0 0 0 2 1 19 0 9 0 262386397 888958976 26628 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21894] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21894/stat : 21894 (java) S 21883 21885 18894 0 -1 64 6 439 0 0 0 0 2 1 15 0 9 0 262386397 888958976 26628 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) 868124

[startup+6.30225 s]
/proc/loadavg: 2.02 2.00 2.00 3/91 21898
/proc/meminfo: memFree=1259968/2055920 swapFree=4180776/4192956
[pid=21885] ppid=21883 vsize=868124 CPUtime=6.26
/proc/21885/stat : 21885 (java) S 21883 21885 18894 0 -1 0 42177 439 1 0 592 31 2 1 20 0 9 0 262386392 888958976 28033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21885/statm: 217031 28033 2637 9 0 211537 0
[pid=21885/tid=21887] ppid=21883 vsize=868124 CPUtime=5.66
/proc/21885/task/21887/stat : 21887 (java) R 21883 21885 18894 0 -1 64 19743 439 1 0 540 23 2 1 25 0 9 0 262386393 888958976 28033 996147200 134512640 134550740 4294955968 18446744073709551615 4127270926 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21888] ppid=21883 vsize=868124 CPUtime=0.28
/proc/21885/task/21888/stat : 21888 (java) S 21883 21885 18894 0 -1 64 20635 439 0 0 20 5 2 1 16 0 9 0 262386395 888958976 28033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21889] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21889/stat : 21889 (java) S 21883 21885 18894 0 -1 64 21 439 0 0 0 0 2 1 16 0 9 0 262386395 888958976 28033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21890] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21890/stat : 21890 (java) S 21883 21885 18894 0 -1 64 19 439 0 0 0 0 2 1 15 0 9 0 262386395 888958976 28033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21891] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21891/stat : 21891 (java) S 21883 21885 18894 0 -1 64 1 439 0 0 0 0 2 1 18 0 9 0 262386397 888958976 28033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21892] ppid=21883 vsize=868124 CPUtime=0.34
/proc/21885/task/21892/stat : 21892 (java) S 21883 21885 18894 0 -1 64 936 439 0 0 31 0 2 1 15 0 9 0 262386397 888958976 28033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21893] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21893/stat : 21893 (java) S 21883 21885 18894 0 -1 64 1 439 0 0 0 0 2 1 19 0 9 0 262386397 888958976 28033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21894] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21894/stat : 21894 (java) S 21883 21885 18894 0 -1 64 37 439 0 0 0 0 2 1 15 0 9 0 262386397 888958976 28033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 868124

[startup+12.7015 s]
/proc/loadavg: 2.02 2.00 2.00 3/91 21898
/proc/meminfo: memFree=1259784/2055920 swapFree=4180776/4192956
[pid=21885] ppid=21883 vsize=868124 CPUtime=12.65
/proc/21885/stat : 21885 (java) S 21883 21885 18894 0 -1 0 42238 439 1 0 1231 31 2 1 20 0 9 0 262386392 888958976 28045 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21885/statm: 217031 28045 2637 9 0 211537 0
[pid=21885/tid=21887] ppid=21883 vsize=868124 CPUtime=11.97
/proc/21885/task/21887/stat : 21887 (java) R 21883 21885 18894 0 -1 64 19753 439 1 0 1171 23 2 1 25 0 9 0 262386393 888958976 28045 996147200 134512640 134550740 4294955968 18446744073709551615 4127271006 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21888] ppid=21883 vsize=868124 CPUtime=0.33
/proc/21885/task/21888/stat : 21888 (java) S 21883 21885 18894 0 -1 64 20635 439 0 0 25 5 2 1 17 0 9 0 262386395 888958976 28045 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21889] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21889/stat : 21889 (java) S 21883 21885 18894 0 -1 64 21 439 0 0 0 0 2 1 16 0 9 0 262386395 888958976 28045 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21890] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21890/stat : 21890 (java) S 21883 21885 18894 0 -1 64 19 439 0 0 0 0 2 1 15 0 9 0 262386395 888958976 28045 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21891] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21891/stat : 21891 (java) S 21883 21885 18894 0 -1 64 1 439 0 0 0 0 2 1 18 0 9 0 262386397 888958976 28045 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21892] ppid=21883 vsize=868124 CPUtime=0.37
/proc/21885/task/21892/stat : 21892 (java) S 21883 21885 18894 0 -1 64 987 439 0 0 34 0 2 1 15 0 9 0 262386397 888958976 28045 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21893] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21893/stat : 21893 (java) S 21883 21885 18894 0 -1 64 1 439 0 0 0 0 2 1 19 0 9 0 262386397 888958976 28045 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21894] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21894/stat : 21894 (java) S 21883 21885 18894 0 -1 64 37 439 0 0 0 0 2 1 15 0 9 0 262386397 888958976 28045 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 868124

[startup+25.503 s]
/proc/loadavg: 2.02 2.00 2.00 4/91 21898
/proc/meminfo: memFree=1257224/2055920 swapFree=4180776/4192956
[pid=21885] ppid=21883 vsize=868124 CPUtime=25.45
/proc/21885/stat : 21885 (java) S 21883 21885 18894 0 -1 0 42910 439 1 0 2510 32 2 1 20 0 9 0 262386392 888958976 28699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21885/statm: 217031 28699 2637 9 0 211537 0
[pid=21885/tid=21887] ppid=21883 vsize=868124 CPUtime=24.72
/proc/21885/task/21887/stat : 21887 (java) R 21883 21885 18894 0 -1 64 19770 439 1 0 2445 24 2 1 25 0 9 0 262386393 888958976 28699 996147200 134512640 134550740 4294955968 18446744073709551615 4127180929 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21888] ppid=21883 vsize=868124 CPUtime=0.38
/proc/21885/task/21888/stat : 21888 (java) S 21883 21885 18894 0 -1 64 21289 439 0 0 30 5 2 1 16 0 9 0 262386395 888958976 28699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21889] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21889/stat : 21889 (java) S 21883 21885 18894 0 -1 64 21 439 0 0 0 0 2 1 16 0 9 0 262386395 888958976 28699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21890] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21890/stat : 21890 (java) S 21883 21885 18894 0 -1 64 19 439 0 0 0 0 2 1 15 0 9 0 262386395 888958976 28699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21891] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21891/stat : 21891 (java) S 21883 21885 18894 0 -1 64 1 439 0 0 0 0 2 1 18 0 9 0 262386397 888958976 28699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21892] ppid=21883 vsize=868124 CPUtime=0.37
/proc/21885/task/21892/stat : 21892 (java) S 21883 21885 18894 0 -1 64 988 439 0 0 34 0 2 1 16 0 9 0 262386397 888958976 28699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21893] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21893/stat : 21893 (java) S 21883 21885 18894 0 -1 64 1 439 0 0 0 0 2 1 19 0 9 0 262386397 888958976 28699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21894] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21894/stat : 21894 (java) R 21883 21885 18894 0 -1 64 37 439 0 0 0 0 2 1 15 0 9 0 262386397 888958976 28699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 868124

[startup+51.1029 s]
/proc/loadavg: 2.07 2.02 2.00 3/91 21898
/proc/meminfo: memFree=1257160/2055920 swapFree=4180776/4192956
[pid=21885] ppid=21883 vsize=868124 CPUtime=51.03
/proc/21885/stat : 21885 (java) S 21883 21885 18894 0 -1 0 42966 439 1 0 5068 32 2 1 20 0 9 0 262386392 888958976 28721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21885/statm: 217031 28721 2637 9 0 211537 0
[pid=21885/tid=21887] ppid=21883 vsize=868124 CPUtime=50.25
/proc/21885/task/21887/stat : 21887 (java) R 21883 21885 18894 0 -1 64 19804 439 1 0 4998 24 2 1 25 0 9 0 262386393 888958976 28721 996147200 134512640 134550740 4294955968 18446744073709551615 4126652952 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21888] ppid=21883 vsize=868124 CPUtime=0.43
/proc/21885/task/21888/stat : 21888 (java) S 21883 21885 18894 0 -1 64 21310 439 0 0 35 5 2 1 17 0 9 0 262386395 888958976 28721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21889] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21889/stat : 21889 (java) S 21883 21885 18894 0 -1 64 21 439 0 0 0 0 2 1 16 0 9 0 262386395 888958976 28721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21890] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21890/stat : 21890 (java) S 21883 21885 18894 0 -1 64 19 439 0 0 0 0 2 1 15 0 9 0 262386395 888958976 28721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21891] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21891/stat : 21891 (java) S 21883 21885 18894 0 -1 64 1 439 0 0 0 0 2 1 18 0 9 0 262386397 888958976 28721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21892] ppid=21883 vsize=868124 CPUtime=0.37
/proc/21885/task/21892/stat : 21892 (java) S 21883 21885 18894 0 -1 64 989 439 0 0 34 0 2 1 16 0 9 0 262386397 888958976 28721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21893] ppid=21883 vsize=868124 CPUtime=0.03

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

/proc/21885/task/21890/stat : 21890 (java) S 21883 21885 18894 0 -1 64 19 439 0 0 0 0 2 1 15 0 9 0 262386395 888958976 28796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21891] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21891/stat : 21891 (java) S 21883 21885 18894 0 -1 64 1 439 0 0 0 0 2 1 18 0 9 0 262386397 888958976 28796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21892] ppid=21883 vsize=868124 CPUtime=0.38
/proc/21885/task/21892/stat : 21892 (java) S 21883 21885 18894 0 -1 64 991 439 0 0 35 0 2 1 16 0 9 0 262386397 888958976 28796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21893] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21893/stat : 21893 (java) S 21883 21885 18894 0 -1 64 1 439 0 0 0 0 2 1 19 0 9 0 262386397 888958976 28796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21894] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21894/stat : 21894 (java) S 21883 21885 18894 0 -1 64 37 439 0 0 0 0 2 1 15 0 9 0 262386397 888958976 28796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.53
Current children cumulated vsize (KiB) 868124

[startup+1542.3 s]
/proc/loadavg: 2.10 2.08 2.02 3/82 21978
/proc/meminfo: memFree=1423512/2055920 swapFree=4180776/4192956
[pid=21885] ppid=21883 vsize=868124 CPUtime=1535
/proc/21885/stat : 21885 (java) S 21883 21885 18894 0 -1 0 45030 439 1 0 153443 54 2 1 20 0 9 0 262386392 888958976 28796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21885/statm: 217031 28796 2637 9 0 211537 0
[pid=21885/tid=21887] ppid=21883 vsize=868124 CPUtime=1530.63
/proc/21885/task/21887/stat : 21887 (java) R 21883 21885 18894 0 -1 64 21793 439 1 0 153027 33 2 1 25 0 9 0 262386393 888958976 28796 996147200 134512640 134550740 4294955968 18446744073709551615 4127181134 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21888] ppid=21883 vsize=868124 CPUtime=4.01
/proc/21885/task/21888/stat : 21888 (java) S 21883 21885 18894 0 -1 64 21383 439 0 0 380 18 2 1 16 0 9 0 262386395 888958976 28796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21889] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21889/stat : 21889 (java) S 21883 21885 18894 0 -1 64 21 439 0 0 0 0 2 1 16 0 9 0 262386395 888958976 28796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21890] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21890/stat : 21890 (java) S 21883 21885 18894 0 -1 64 19 439 0 0 0 0 2 1 15 0 9 0 262386395 888958976 28796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21891] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21891/stat : 21891 (java) S 21883 21885 18894 0 -1 64 1 439 0 0 0 0 2 1 18 0 9 0 262386397 888958976 28796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21892] ppid=21883 vsize=868124 CPUtime=0.38
/proc/21885/task/21892/stat : 21892 (java) S 21883 21885 18894 0 -1 64 991 439 0 0 35 0 2 1 16 0 9 0 262386397 888958976 28796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21893] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21893/stat : 21893 (java) S 21883 21885 18894 0 -1 64 1 439 0 0 0 0 2 1 19 0 9 0 262386397 888958976 28796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21894] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21894/stat : 21894 (java) S 21883 21885 18894 0 -1 64 37 439 0 0 0 0 2 1 15 0 9 0 262386397 888958976 28796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535
Current children cumulated vsize (KiB) 868124

[startup+1602.3 s]
/proc/loadavg: 2.09 2.08 2.02 3/82 21978
/proc/meminfo: memFree=1423576/2055920 swapFree=4180776/4192956
[pid=21885] ppid=21883 vsize=868124 CPUtime=1594.49
/proc/21885/stat : 21885 (java) S 21883 21885 18894 0 -1 0 45113 439 1 0 159391 55 2 1 20 0 9 0 262386392 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21885/statm: 217031 28803 2637 9 0 211537 0
[pid=21885/tid=21887] ppid=21883 vsize=868124 CPUtime=1589.96
/proc/21885/task/21887/stat : 21887 (java) R 21883 21885 18894 0 -1 64 21869 439 1 0 158960 33 2 1 25 0 9 0 262386393 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4126652952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21888] ppid=21883 vsize=868124 CPUtime=4.17
/proc/21885/task/21888/stat : 21888 (java) S 21883 21885 18894 0 -1 64 21390 439 0 0 395 19 2 1 16 0 9 0 262386395 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21889] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21889/stat : 21889 (java) S 21883 21885 18894 0 -1 64 21 439 0 0 0 0 2 1 16 0 9 0 262386395 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21890] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21890/stat : 21890 (java) S 21883 21885 18894 0 -1 64 19 439 0 0 0 0 2 1 15 0 9 0 262386395 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21891] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21891/stat : 21891 (java) S 21883 21885 18894 0 -1 64 1 439 0 0 0 0 2 1 18 0 9 0 262386397 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21892] ppid=21883 vsize=868124 CPUtime=0.38
/proc/21885/task/21892/stat : 21892 (java) S 21883 21885 18894 0 -1 64 991 439 0 0 35 0 2 1 16 0 9 0 262386397 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21893] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21893/stat : 21893 (java) S 21883 21885 18894 0 -1 64 1 439 0 0 0 0 2 1 19 0 9 0 262386397 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21894] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21894/stat : 21894 (java) S 21883 21885 18894 0 -1 64 37 439 0 0 0 0 2 1 15 0 9 0 262386397 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.49
Current children cumulated vsize (KiB) 868124

[startup+1662.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/82 21984
/proc/meminfo: memFree=1423512/2055920 swapFree=4180776/4192956
[pid=21885] ppid=21883 vsize=868124 CPUtime=1653.97
/proc/21885/stat : 21885 (java) S 21883 21885 18894 0 -1 0 45188 439 1 0 165338 56 2 1 20 0 9 0 262386392 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21885/statm: 217031 28803 2637 9 0 211537 0
[pid=21885/tid=21887] ppid=21883 vsize=868124 CPUtime=1649.3
/proc/21885/task/21887/stat : 21887 (java) R 21883 21885 18894 0 -1 64 21944 439 1 0 164893 34 2 1 25 0 9 0 262386393 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4127183504 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21888] ppid=21883 vsize=868124 CPUtime=4.31
/proc/21885/task/21888/stat : 21888 (java) S 21883 21885 18894 0 -1 64 21390 439 0 0 409 19 2 1 17 0 9 0 262386395 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21889] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21889/stat : 21889 (java) S 21883 21885 18894 0 -1 64 21 439 0 0 0 0 2 1 16 0 9 0 262386395 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21890] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21890/stat : 21890 (java) S 21883 21885 18894 0 -1 64 19 439 0 0 0 0 2 1 15 0 9 0 262386395 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21891] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21891/stat : 21891 (java) S 21883 21885 18894 0 -1 64 1 439 0 0 0 0 2 1 18 0 9 0 262386397 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21892] ppid=21883 vsize=868124 CPUtime=0.38
/proc/21885/task/21892/stat : 21892 (java) S 21883 21885 18894 0 -1 64 991 439 0 0 35 0 2 1 16 0 9 0 262386397 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21893] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21893/stat : 21893 (java) S 21883 21885 18894 0 -1 64 1 439 0 0 0 0 2 1 19 0 9 0 262386397 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21894] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21894/stat : 21894 (java) S 21883 21885 18894 0 -1 64 37 439 0 0 0 0 2 1 15 0 9 0 262386397 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.97
Current children cumulated vsize (KiB) 868124

[startup+1722.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/82 21984
/proc/meminfo: memFree=1423448/2055920 swapFree=4180776/4192956
[pid=21885] ppid=21883 vsize=868124 CPUtime=1713.46
/proc/21885/stat : 21885 (java) S 21883 21885 18894 0 -1 0 45286 439 1 0 171286 57 2 1 20 0 9 0 262386392 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21885/statm: 217031 28803 2637 9 0 211537 0
[pid=21885/tid=21887] ppid=21883 vsize=868124 CPUtime=1708.56
/proc/21885/task/21887/stat : 21887 (java) R 21883 21885 18894 0 -1 64 22042 439 1 0 170819 34 2 1 25 0 9 0 262386393 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4127066632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21888] ppid=21883 vsize=868124 CPUtime=4.54
/proc/21885/task/21888/stat : 21888 (java) S 21883 21885 18894 0 -1 64 21390 439 0 0 431 20 2 1 16 0 9 0 262386395 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21889] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21889/stat : 21889 (java) S 21883 21885 18894 0 -1 64 21 439 0 0 0 0 2 1 16 0 9 0 262386395 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21890] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21890/stat : 21890 (java) S 21883 21885 18894 0 -1 64 19 439 0 0 0 0 2 1 15 0 9 0 262386395 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21891] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21891/stat : 21891 (java) S 21883 21885 18894 0 -1 64 1 439 0 0 0 0 2 1 18 0 9 0 262386397 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21892] ppid=21883 vsize=868124 CPUtime=0.38
/proc/21885/task/21892/stat : 21892 (java) S 21883 21885 18894 0 -1 64 991 439 0 0 35 0 2 1 16 0 9 0 262386397 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21893] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21893/stat : 21893 (java) S 21883 21885 18894 0 -1 64 1 439 0 0 0 0 2 1 19 0 9 0 262386397 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21894] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21894/stat : 21894 (java) S 21883 21885 18894 0 -1 64 37 439 0 0 0 0 2 1 15 0 9 0 262386397 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.46
Current children cumulated vsize (KiB) 868124

[startup+1782.3 s]
/proc/loadavg: 2.07 2.08 2.02 3/82 21984
/proc/meminfo: memFree=1423448/2055920 swapFree=4180776/4192956
[pid=21885] ppid=21883 vsize=868124 CPUtime=1772.94
/proc/21885/stat : 21885 (java) S 21883 21885 18894 0 -1 0 45386 439 1 0 177233 58 2 1 20 0 9 0 262386392 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21885/statm: 217031 28803 2637 9 0 211537 0
[pid=21885/tid=21887] ppid=21883 vsize=868124 CPUtime=1767.81
/proc/21885/task/21887/stat : 21887 (java) R 21883 21885 18894 0 -1 64 22142 439 1 0 176744 34 2 1 25 0 9 0 262386393 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21888] ppid=21883 vsize=868124 CPUtime=4.77
/proc/21885/task/21888/stat : 21888 (java) S 21883 21885 18894 0 -1 64 21390 439 0 0 453 21 2 1 16 0 9 0 262386395 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21889] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21889/stat : 21889 (java) S 21883 21885 18894 0 -1 64 21 439 0 0 0 0 2 1 16 0 9 0 262386395 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21890] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21890/stat : 21890 (java) S 21883 21885 18894 0 -1 64 19 439 0 0 0 0 2 1 15 0 9 0 262386395 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21891] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21891/stat : 21891 (java) S 21883 21885 18894 0 -1 64 1 439 0 0 0 0 2 1 18 0 9 0 262386397 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21892] ppid=21883 vsize=868124 CPUtime=0.38
/proc/21885/task/21892/stat : 21892 (java) S 21883 21885 18894 0 -1 64 991 439 0 0 35 0 2 1 16 0 9 0 262386397 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21893] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21893/stat : 21893 (java) S 21883 21885 18894 0 -1 64 1 439 0 0 0 0 2 1 19 0 9 0 262386397 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21894] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21894/stat : 21894 (java) S 21883 21885 18894 0 -1 64 37 439 0 0 0 0 2 1 15 0 9 0 262386397 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.94
Current children cumulated vsize (KiB) 868124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.6 s]
/proc/loadavg: 2.12 2.09 2.02 3/82 21984
/proc/meminfo: memFree=1423448/2055920 swapFree=4180776/4192956
[pid=21885] ppid=21883 vsize=868124 CPUtime=1800.01
/proc/21885/stat : 21885 (java) S 21883 21885 18894 0 -1 0 45431 439 1 0 179939 59 2 1 20 0 9 0 262386392 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21885/statm: 217031 28803 2637 9 0 211537 0
[pid=21885/tid=21887] ppid=21883 vsize=868124 CPUtime=1794.77
/proc/21885/task/21887/stat : 21887 (java) R 21883 21885 18894 0 -1 64 22187 439 1 0 179440 34 2 1 25 0 9 0 262386393 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4126652952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21888] ppid=21883 vsize=868124 CPUtime=4.87
/proc/21885/task/21888/stat : 21888 (java) S 21883 21885 18894 0 -1 64 21390 439 0 0 463 21 2 1 15 0 9 0 262386395 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21889] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21889/stat : 21889 (java) S 21883 21885 18894 0 -1 64 21 439 0 0 0 0 2 1 16 0 9 0 262386395 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21890] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21890/stat : 21890 (java) S 21883 21885 18894 0 -1 64 19 439 0 0 0 0 2 1 15 0 9 0 262386395 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21885/tid=21891] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21891/stat : 21891 (java) S 21883 21885 18894 0 -1 64 1 439 0 0 0 0 2 1 18 0 9 0 262386397 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21892] ppid=21883 vsize=868124 CPUtime=0.38
/proc/21885/task/21892/stat : 21892 (java) S 21883 21885 18894 0 -1 64 991 439 0 0 35 0 2 1 16 0 9 0 262386397 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21893] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21893/stat : 21893 (java) S 21883 21885 18894 0 -1 64 1 439 0 0 0 0 2 1 19 0 9 0 262386397 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21885/tid=21894] ppid=21883 vsize=868124 CPUtime=0.03
/proc/21885/task/21894/stat : 21894 (java) S 21883 21885 18894 0 -1 64 37 439 0 0 0 0 2 1 15 0 9 0 262386397 888958976 28803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868124

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

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

Child status: 143
Real time (s): 1809.68
CPU time (s): 1800.1
CPU user time (s): 1799.48
CPU system time (s): 0.622905
CPU usage (%): 99.4706
Max. virtual memory (cumulated for all children) (KiB): 868124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.48
system time used= 0.622905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45902
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= 53609
involuntary context switches= 52094

runsolver used 2.12768 second user time and 6.12007 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-05 01:33:57
IDJOB=1080968
IDBENCH=57047
IDSOLVER=364
FILE ID=node85/1080968-1215214437
PBS_JOBID= 7881654
Free space on /tmp= 126848 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-100-0.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-1080968-1215214437/watcher-1080968-1215214437 -o /tmp/evaluation-result-1080968-1215214437/solver-1080968-1215214437 -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-1080968-1215214437.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3316fb6d9502bdc5e45b3fbdaa4097b4
RANDOM SEED=603275936

node85.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.272
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.272
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:       1362728 kB
Buffers:         88060 kB
Cached:         367388 kB
SwapCached:       7020 kB
Active:         379468 kB
Inactive:       261800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1362728 kB
SwapTotal:     4192956 kB
SwapFree:      4180776 kB
Dirty:            2460 kB
Writeback:           0 kB
Mapped:         201628 kB
Slab:            36964 kB
Committed_AS:   933972 kB
PageTables:       1992 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= 126844 MiB
End job on node85 at 2008-07-05 02:04:08