Trace number 1092636

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.13 1814.08

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-105-8.xml
MD5SUM0d097f8ff67533661f8e19e6cea7f246
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.385
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1717
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1092636-1215276480.xml
0.27/0.32	   
0.27/0.32	   domains being loaded...
0.27/0.40	   
0.27/0.40	   variables being loaded...
0.47/0.50	     nbVariables=400  nbDomainTypes=400  minDomainSize=1619  maxDomainSize=1717  nbTotalValues=666218
0.47/0.50	       =>  wckTime=0.254  cpuTime=0.18  mem=22M608
0.47/0.50	   
0.47/0.50	   predicates being loaded...
0.47/0.56	   
0.47/0.56	   constraints being loaded...
2.74/2.84	     nbConstraints=4200  nbGlobalConstraints=4199  nbConvertedConstraints=1  nbConvertConstraintsChecks=2825592
2.74/2.84	     nbExtensionStructures=1  nbSharedExtensionStructures=0  nbConflictsStructures=1  nbSharedConflictsStructures=0
2.74/2.84	     nbSharedBinaryRepresentations=73  minDegree=21  maxDegree=22  minArity=2  avgArity=2.09  maxArity=20
2.74/2.84	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.893  symmetryCpuTime=0.78  nbCliques=20
2.74/2.84	       =>  wckTime=2.592  cpuTime=2.2  mem=36M633
2.83/2.96	   
2.83/2.96	   solver IterativeSystematicSolver being built... 
2.94/3.02	   
2.94/3.02	   INFO : Forward propagation technique limited 
3.03/3.12	       =>  wckTime=2.875  cpuTime=2.34  mem=59M363
3.52/3.68	   
3.52/3.68	   preprocessing
3.52/3.68	     nbConstraintChecks=46929  nbPropagations=1005  nbRevisions=4  nbUselessRevisions=0  nbRemovedValues=398658
3.52/3.68	     detectedInconsistency=no
3.52/3.68	       =>  wckTime=0.53  cpuTime=0.44  mem=94M207
4.71/4.87	   
4.71/4.87	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=120, mem=76M714)

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

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


[startup+0 s]
/proc/loadavg: 1.94 2.05 2.01 4/82 27971
/proc/meminfo: memFree=1473352/2055920 swapFree=4179812/4192956
[pid=27971] ppid=27969 vsize=18572 CPUtime=0
/proc/27971/stat : 27971 (runsolver) R 27969 27971 27634 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 683375625 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 249069890855 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/27971/statm: 4643 292 257 25 0 2626 0

[startup+0.04552 s]
/proc/loadavg: 1.94 2.05 2.01 4/82 27971
/proc/meminfo: memFree=1473352/2055920 swapFree=4179812/4192956
[pid=27971] ppid=27969 vsize=861876 CPUtime=0.02
/proc/27971/stat : 27971 (java) S 27969 27971 27634 0 -1 0 2275 0 1 0 1 1 0 0 20 0 5 0 683375625 882561024 1882 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/27971/statm: 215469 1882 860 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.10152 s]
/proc/loadavg: 1.94 2.05 2.01 4/82 27971
/proc/meminfo: memFree=1473352/2055920 swapFree=4179812/4192956
[pid=27971] ppid=27969 vsize=865884 CPUtime=0.08
/proc/27971/stat : 27971 (java) S 27969 27971 27634 0 -1 0 3690 0 1 0 6 2 0 0 20 0 9 0 683375625 886665216 3165 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27971/statm: 216471 3165 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302793 s]
/proc/loadavg: 1.94 2.05 2.01 4/82 27971
/proc/meminfo: memFree=1473352/2055920 swapFree=4179812/4192956
[pid=27971] ppid=27969 vsize=866284 CPUtime=0.27
/proc/27971/stat : 27971 (java) S 27969 27971 27634 0 -1 0 5843 0 1 0 24 3 0 0 20 0 9 0 683375625 887074816 5217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27971/statm: 216571 5217 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866284

[startup+0.701578 s]
/proc/loadavg: 1.94 2.05 2.01 4/82 27971
/proc/meminfo: memFree=1473352/2055920 swapFree=4179812/4192956
[pid=27971] ppid=27969 vsize=867708 CPUtime=0.67
/proc/27971/stat : 27971 (java) S 27969 27971 27634 0 -1 0 12033 0 1 0 61 6 0 0 20 0 9 0 683375625 888532992 11393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27971/statm: 216927 11393 2010 9 0 211433 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867708

[startup+1.50166 s]
/proc/loadavg: 1.94 2.05 2.01 3/91 27980
/proc/meminfo: memFree=1420992/2055920 swapFree=4179812/4192956
[pid=27971] ppid=27969 vsize=867712 CPUtime=1.46
/proc/27971/stat : 27971 (java) S 27969 27971 27634 0 -1 0 16200 0 1 0 136 10 0 0 20 0 9 0 683375625 888537088 15557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27971/statm: 216928 15557 2014 9 0 211434 0
[pid=27971/tid=27973] ppid=27969 vsize=867712 CPUtime=1.26
/proc/27971/task/27973/stat : 27973 (java) R 27969 27971 27634 0 -1 64 14818 0 1 0 117 9 0 0 25 0 9 0 683375626 888537088 15557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27974] ppid=27969 vsize=867712 CPUtime=0
/proc/27971/task/27974/stat : 27974 (java) S 27969 27971 27634 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 683375627 888537088 15557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27975] ppid=27969 vsize=867712 CPUtime=0
/proc/27971/task/27975/stat : 27975 (java) S 27969 27971 27634 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 683375628 888537088 15557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27976] ppid=27969 vsize=867712 CPUtime=0
/proc/27971/task/27976/stat : 27976 (java) S 27969 27971 27634 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 683375628 888537088 15557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27977] ppid=27969 vsize=867712 CPUtime=0
/proc/27971/task/27977/stat : 27977 (java) S 27969 27971 27634 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 683375630 888537088 15557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27978] ppid=27969 vsize=867712 CPUtime=0.19
/proc/27971/task/27978/stat : 27978 (java) S 27969 27971 27634 0 -1 64 684 0 0 0 19 0 0 0 15 0 9 0 683375630 888537088 15557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27979] ppid=27969 vsize=867712 CPUtime=0
/proc/27971/task/27979/stat : 27979 (java) S 27969 27971 27634 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 683375630 888537088 15557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27980] ppid=27969 vsize=867712 CPUtime=0
/proc/27971/task/27980/stat : 27980 (java) S 27969 27971 27634 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683375630 888537088 15557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867712

[startup+3.10182 s]
/proc/loadavg: 1.94 2.05 2.01 3/93 27982
/proc/meminfo: memFree=1395504/2055920 swapFree=4179812/4192956
[pid=27971] ppid=27969 vsize=868032 CPUtime=3.03
/proc/27971/stat : 27971 (java) S 27969 27971 27634 0 -1 0 35796 486 1 0 268 31 3 1 20 0 9 0 683375625 888864768 24069 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27971/statm: 217008 24069 2637 9 0 211514 0
[pid=27971/tid=27973] ppid=27969 vsize=868032 CPUtime=2.54
/proc/27971/task/27973/stat : 27973 (java) R 27969 27971 27634 0 -1 64 23080 486 1 0 225 25 3 1 25 0 9 0 683375626 888864768 24069 996147200 134512640 134550740 4294955968 18446744073709551615 4125977413 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27974] ppid=27969 vsize=868032 CPUtime=0.23
/proc/27971/task/27974/stat : 27974 (java) S 27969 27971 27634 0 -1 64 10971 486 0 0 16 3 3 1 17 0 9 0 683375627 888864768 24069 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27975] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27975/stat : 27975 (java) S 27969 27971 27634 0 -1 64 16 486 0 0 0 0 3 1 16 0 9 0 683375628 888864768 24069 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27976] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27976/stat : 27976 (java) S 27969 27971 27634 0 -1 64 8 486 0 0 0 0 3 1 16 0 9 0 683375628 888864768 24069 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27977] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27977/stat : 27977 (java) S 27969 27971 27634 0 -1 64 0 486 0 0 0 0 3 1 25 0 9 0 683375630 888864768 24069 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27978] ppid=27969 vsize=868032 CPUtime=0.3
/proc/27971/task/27978/stat : 27978 (java) S 27969 27971 27634 0 -1 64 905 486 0 0 26 0 3 1 15 0 9 0 683375630 888864768 24069 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27979] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27979/stat : 27979 (java) S 27969 27971 27634 0 -1 64 2 486 0 0 0 0 3 1 25 0 9 0 683375630 888864768 24069 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27980] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27980/stat : 27980 (java) S 27969 27971 27634 0 -1 64 11 486 0 0 0 0 3 1 15 0 9 0 683375630 888864768 24069 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 868032

[startup+6.30213 s]
/proc/loadavg: 2.03 2.06 2.01 4/91 27984
/proc/meminfo: memFree=1356536/2055920 swapFree=4179812/4192956
[pid=27971] ppid=27969 vsize=868032 CPUtime=6.21
/proc/27971/stat : 27971 (java) S 27969 27971 27634 0 -1 0 50358 486 1 0 581 36 3 1 20 0 9 0 683375625 888864768 31631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27971/statm: 217008 31631 2637 9 0 211514 0
[pid=27971/tid=27973] ppid=27969 vsize=868032 CPUtime=5.56
/proc/27971/task/27973/stat : 27973 (java) R 27969 27971 27634 0 -1 64 30003 486 1 0 525 27 3 1 25 0 9 0 683375626 888864768 31631 996147200 134512640 134550740 4294955968 18446744073709551615 4127278286 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27974] ppid=27969 vsize=868032 CPUtime=0.31
/proc/27971/task/27974/stat : 27974 (java) S 27969 27971 27634 0 -1 64 18536 486 0 0 22 5 3 1 16 0 9 0 683375627 888864768 31631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27975] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27975/stat : 27975 (java) S 27969 27971 27634 0 -1 64 16 486 0 0 0 0 3 1 16 0 9 0 683375628 888864768 31631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27976] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27976/stat : 27976 (java) S 27969 27971 27634 0 -1 64 8 486 0 0 0 0 3 1 15 0 9 0 683375628 888864768 31631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27977] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27977/stat : 27977 (java) S 27969 27971 27634 0 -1 64 0 486 0 0 0 0 3 1 25 0 9 0 683375630 888864768 31631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27978] ppid=27969 vsize=868032 CPUtime=0.37
/proc/27971/task/27978/stat : 27978 (java) S 27969 27971 27634 0 -1 64 950 486 0 0 32 1 3 1 15 0 9 0 683375630 888864768 31631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27979] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27979/stat : 27979 (java) S 27969 27971 27634 0 -1 64 2 486 0 0 0 0 3 1 25 0 9 0 683375630 888864768 31631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27980] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27980/stat : 27980 (java) S 27969 27971 27634 0 -1 64 40 486 0 0 0 0 3 1 15 0 9 0 683375630 888864768 31631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868032

[startup+12.7028 s]
/proc/loadavg: 2.03 2.06 2.01 3/91 27984
/proc/meminfo: memFree=1356408/2055920 swapFree=4179812/4192956
[pid=27971] ppid=27969 vsize=868032 CPUtime=12.54
/proc/27971/stat : 27971 (java) S 27969 27971 27634 0 -1 0 50380 486 1 0 1214 36 3 1 20 0 9 0 683375625 888864768 31636 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27971/statm: 217008 31636 2637 9 0 211514 0
[pid=27971/tid=27973] ppid=27969 vsize=868032 CPUtime=11.84
/proc/27971/task/27973/stat : 27973 (java) R 27969 27971 27634 0 -1 64 30012 486 1 0 1153 27 3 1 25 0 9 0 683375626 888864768 31636 996147200 134512640 134550740 4294955968 18446744073709551615 4127173371 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27974] ppid=27969 vsize=868032 CPUtime=0.35
/proc/27971/task/27974/stat : 27974 (java) S 27969 27971 27634 0 -1 64 18536 486 0 0 26 5 3 1 17 0 9 0 683375627 888864768 31636 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27975] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27975/stat : 27975 (java) S 27969 27971 27634 0 -1 64 16 486 0 0 0 0 3 1 16 0 9 0 683375628 888864768 31636 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27976] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27976/stat : 27976 (java) S 27969 27971 27634 0 -1 64 8 486 0 0 0 0 3 1 15 0 9 0 683375628 888864768 31636 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27977] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27977/stat : 27977 (java) S 27969 27971 27634 0 -1 64 0 486 0 0 0 0 3 1 25 0 9 0 683375630 888864768 31636 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27978] ppid=27969 vsize=868032 CPUtime=0.38
/proc/27971/task/27978/stat : 27978 (java) S 27969 27971 27634 0 -1 64 963 486 0 0 33 1 3 1 15 0 9 0 683375630 888864768 31636 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27979] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27979/stat : 27979 (java) S 27969 27971 27634 0 -1 64 2 486 0 0 0 0 3 1 25 0 9 0 683375630 888864768 31636 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27980] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27980/stat : 27980 (java) S 27969 27971 27634 0 -1 64 40 486 0 0 0 0 3 1 15 0 9 0 683375630 888864768 31636 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 868032

[startup+25.501 s]
/proc/loadavg: 2.02 2.06 2.01 3/91 27984
/proc/meminfo: memFree=1355320/2055920 swapFree=4179812/4192956
[pid=27971] ppid=27969 vsize=868032 CPUtime=25.21
/proc/27971/stat : 27971 (java) S 27969 27971 27634 0 -1 0 50712 486 1 0 2481 36 3 1 20 0 9 0 683375625 888864768 31923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27971/statm: 217008 31923 2637 9 0 211514 0
[pid=27971/tid=27973] ppid=27969 vsize=868032 CPUtime=24.46
/proc/27971/task/27973/stat : 27973 (java) R 27969 27971 27634 0 -1 64 30027 486 1 0 2415 27 3 1 25 0 9 0 683375626 888864768 31923 996147200 134512640 134550740 4294955968 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27974] ppid=27969 vsize=868032 CPUtime=0.4
/proc/27971/task/27974/stat : 27974 (java) S 27969 27971 27634 0 -1 64 18816 486 0 0 30 6 3 1 17 0 9 0 683375627 888864768 31923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27975] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27975/stat : 27975 (java) S 27969 27971 27634 0 -1 64 16 486 0 0 0 0 3 1 16 0 9 0 683375628 888864768 31923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27976] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27976/stat : 27976 (java) S 27969 27971 27634 0 -1 64 8 486 0 0 0 0 3 1 15 0 9 0 683375628 888864768 31923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27977] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27977/stat : 27977 (java) S 27969 27971 27634 0 -1 64 0 486 0 0 0 0 3 1 25 0 9 0 683375630 888864768 31923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27978] ppid=27969 vsize=868032 CPUtime=0.4
/proc/27971/task/27978/stat : 27978 (java) S 27969 27971 27634 0 -1 64 1000 486 0 0 35 1 3 1 16 0 9 0 683375630 888864768 31923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27979] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27979/stat : 27979 (java) S 27969 27971 27634 0 -1 64 2 486 0 0 0 0 3 1 25 0 9 0 683375630 888864768 31923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27980] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27980/stat : 27980 (java) S 27969 27971 27634 0 -1 64 40 486 0 0 0 0 3 1 15 0 9 0 683375630 888864768 31923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 868032

[startup+51.1016 s]
/proc/loadavg: 2.01 2.05 2.01 3/91 27984
/proc/meminfo: memFree=1355192/2055920 swapFree=4179812/4192956
[pid=27971] ppid=27969 vsize=868032 CPUtime=50.56
/proc/27971/stat : 27971 (java) S 27969 27971 27634 0 -1 0 50760 486 1 0 5015 37 3 1 20 0 9 0 683375625 888864768 31939 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27971/statm: 217008 31939 2637 9 0 211514 0
[pid=27971/tid=27973] ppid=27969 vsize=868032 CPUtime=49.74
/proc/27971/task/27973/stat : 27973 (java) R 27969 27971 27634 0 -1 64 30058 486 1 0 4942 28 3 1 25 0 9 0 683375626 888864768 31939 996147200 134512640 134550740 4294955968 18446744073709551615 4127173371 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27974] ppid=27969 vsize=868032 CPUtime=0.46
/proc/27971/task/27974/stat : 27974 (java) S 27969 27971 27634 0 -1 64 18829 486 0 0 36 6 3 1 17 0 9 0 683375627 888864768 31939 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27975] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27975/stat : 27975 (java) S 27969 27971 27634 0 -1 64 16 486 0 0 0 0 3 1 16 0 9 0 683375628 888864768 31939 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27976] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27976/stat : 27976 (java) S 27969 27971 27634 0 -1 64 8 486 0 0 0 0 3 1 15 0 9 0 683375628 888864768 31939 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27977] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27977/stat : 27977 (java) S 27969 27971 27634 0 -1 64 0 486 0 0 0 0 3 1 25 0 9 0 683375630 888864768 31939 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27978] ppid=27969 vsize=868032 CPUtime=0.41
/proc/27971/task/27978/stat : 27978 (java) S 27969 27971 27634 0 -1 64 1004 486 0 0 36 1 3 1 15 0 9 0 683375630 888864768 31939 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27979] ppid=27969 vsize=868032 CPUtime=0.04

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

/proc/27971/task/27976/stat : 27976 (java) S 27969 27971 27634 0 -1 64 8 486 0 0 0 0 3 1 15 0 9 0 683375628 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27977] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27977/stat : 27977 (java) S 27969 27971 27634 0 -1 64 0 486 0 0 0 0 3 1 25 0 9 0 683375630 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27978] ppid=27969 vsize=868032 CPUtime=0.42
/proc/27971/task/27978/stat : 27978 (java) S 27969 27971 27634 0 -1 64 1009 486 0 0 37 1 3 1 16 0 9 0 683375630 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27979] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27979/stat : 27979 (java) S 27969 27971 27634 0 -1 64 2 486 0 0 0 0 3 1 25 0 9 0 683375630 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27980] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27980/stat : 27980 (java) S 27969 27971 27634 0 -1 64 40 486 0 0 0 0 3 1 15 0 9 0 683375630 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1469.93
Current children cumulated vsize (KiB) 868032

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/90 28034
/proc/meminfo: memFree=1522960/2055920 swapFree=4179812/4192956
[pid=27971] ppid=27969 vsize=868032 CPUtime=1529.64
/proc/27971/stat : 27971 (java) S 27969 27971 27634 0 -1 0 52428 486 1 0 152904 56 3 1 20 0 9 0 683375625 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27971/statm: 217008 32081 2637 9 0 211514 0
[pid=27971/tid=27973] ppid=27969 vsize=868032 CPUtime=1526.09
/proc/27971/task/27973/stat : 27973 (java) R 27969 27971 27634 0 -1 64 31583 486 1 0 152568 37 3 1 25 0 9 0 683375626 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4127059336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27971/tid=27974] ppid=27969 vsize=868032 CPUtime=3.18
/proc/27971/task/27974/stat : 27974 (java) S 27969 27971 27634 0 -1 64 18967 486 0 0 298 16 3 1 16 0 9 0 683375627 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27971/tid=27975] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27975/stat : 27975 (java) S 27969 27971 27634 0 -1 64 16 486 0 0 0 0 3 1 16 0 9 0 683375628 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27976] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27976/stat : 27976 (java) S 27969 27971 27634 0 -1 64 8 486 0 0 0 0 3 1 15 0 9 0 683375628 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27977] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27977/stat : 27977 (java) S 27969 27971 27634 0 -1 64 0 486 0 0 0 0 3 1 25 0 9 0 683375630 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27978] ppid=27969 vsize=868032 CPUtime=0.42
/proc/27971/task/27978/stat : 27978 (java) S 27969 27971 27634 0 -1 64 1009 486 0 0 37 1 3 1 16 0 9 0 683375630 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27979] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27979/stat : 27979 (java) S 27969 27971 27634 0 -1 64 2 486 0 0 0 0 3 1 25 0 9 0 683375630 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27980] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27980/stat : 27980 (java) S 27969 27971 27634 0 -1 64 40 486 0 0 0 0 3 1 15 0 9 0 683375630 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.64
Current children cumulated vsize (KiB) 868032

[startup+1602.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/90 28034
/proc/meminfo: memFree=1522960/2055920 swapFree=4179812/4192956
[pid=27971] ppid=27969 vsize=868032 CPUtime=1589.36
/proc/27971/stat : 27971 (java) S 27969 27971 27634 0 -1 0 52489 486 1 0 158875 57 3 1 20 0 9 0 683375625 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27971/statm: 217008 32081 2637 9 0 211514 0
[pid=27971/tid=27973] ppid=27969 vsize=868032 CPUtime=1585.7
/proc/27971/task/27973/stat : 27973 (java) R 27969 27971 27634 0 -1 64 31644 486 1 0 158529 37 3 1 25 0 9 0 683375626 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4126457472 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27971/tid=27974] ppid=27969 vsize=868032 CPUtime=3.28
/proc/27971/task/27974/stat : 27974 (java) S 27969 27971 27634 0 -1 64 18967 486 0 0 308 16 3 1 17 0 9 0 683375627 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27971/tid=27975] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27975/stat : 27975 (java) S 27969 27971 27634 0 -1 64 16 486 0 0 0 0 3 1 16 0 9 0 683375628 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27976] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27976/stat : 27976 (java) S 27969 27971 27634 0 -1 64 8 486 0 0 0 0 3 1 15 0 9 0 683375628 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27977] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27977/stat : 27977 (java) S 27969 27971 27634 0 -1 64 0 486 0 0 0 0 3 1 25 0 9 0 683375630 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27978] ppid=27969 vsize=868032 CPUtime=0.42
/proc/27971/task/27978/stat : 27978 (java) S 27969 27971 27634 0 -1 64 1009 486 0 0 37 1 3 1 16 0 9 0 683375630 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27979] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27979/stat : 27979 (java) S 27969 27971 27634 0 -1 64 2 486 0 0 0 0 3 1 25 0 9 0 683375630 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27980] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27980/stat : 27980 (java) S 27969 27971 27634 0 -1 64 40 486 0 0 0 0 3 1 15 0 9 0 683375630 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.36
Current children cumulated vsize (KiB) 868032

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 28034
/proc/meminfo: memFree=1523024/2055920 swapFree=4179812/4192956
[pid=27971] ppid=27969 vsize=868032 CPUtime=1649.07
/proc/27971/stat : 27971 (java) S 27969 27971 27634 0 -1 0 52550 486 1 0 164845 58 3 1 20 0 9 0 683375625 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27971/statm: 217008 32081 2637 9 0 211514 0
[pid=27971/tid=27973] ppid=27969 vsize=868032 CPUtime=1645.31
/proc/27971/task/27973/stat : 27973 (java) R 27969 27971 27634 0 -1 64 31705 486 1 0 164489 38 3 1 25 0 9 0 683375626 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4127169691 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27971/tid=27974] ppid=27969 vsize=868032 CPUtime=3.38
/proc/27971/task/27974/stat : 27974 (java) S 27969 27971 27634 0 -1 64 18967 486 0 0 317 17 3 1 17 0 9 0 683375627 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27971/tid=27975] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27975/stat : 27975 (java) S 27969 27971 27634 0 -1 64 16 486 0 0 0 0 3 1 16 0 9 0 683375628 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27976] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27976/stat : 27976 (java) S 27969 27971 27634 0 -1 64 8 486 0 0 0 0 3 1 15 0 9 0 683375628 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27977] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27977/stat : 27977 (java) S 27969 27971 27634 0 -1 64 0 486 0 0 0 0 3 1 25 0 9 0 683375630 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27978] ppid=27969 vsize=868032 CPUtime=0.42
/proc/27971/task/27978/stat : 27978 (java) S 27969 27971 27634 0 -1 64 1009 486 0 0 37 1 3 1 16 0 9 0 683375630 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27979] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27979/stat : 27979 (java) S 27969 27971 27634 0 -1 64 2 486 0 0 0 0 3 1 25 0 9 0 683375630 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27980] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27980/stat : 27980 (java) S 27969 27971 27634 0 -1 64 40 486 0 0 0 0 3 1 15 0 9 0 683375630 888864768 32081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.07
Current children cumulated vsize (KiB) 868032

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 28034
/proc/meminfo: memFree=1522960/2055920 swapFree=4179812/4192956
[pid=27971] ppid=27969 vsize=868032 CPUtime=1708.79
/proc/27971/stat : 27971 (java) S 27969 27971 27634 0 -1 0 52632 486 1 0 170816 59 3 1 20 0 9 0 683375625 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27971/statm: 217008 32089 2637 9 0 211514 0
[pid=27971/tid=27973] ppid=27969 vsize=868032 CPUtime=1704.88
/proc/27971/task/27973/stat : 27973 (java) R 27969 27971 27634 0 -1 64 31779 486 1 0 170446 38 3 1 25 0 9 0 683375626 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4127063808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27971/tid=27974] ppid=27969 vsize=868032 CPUtime=3.52
/proc/27971/task/27974/stat : 27974 (java) S 27969 27971 27634 0 -1 64 18975 486 0 0 331 17 3 1 16 0 9 0 683375627 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27971/tid=27975] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27975/stat : 27975 (java) S 27969 27971 27634 0 -1 64 16 486 0 0 0 0 3 1 16 0 9 0 683375628 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27976] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27976/stat : 27976 (java) S 27969 27971 27634 0 -1 64 8 486 0 0 0 0 3 1 15 0 9 0 683375628 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27977] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27977/stat : 27977 (java) S 27969 27971 27634 0 -1 64 0 486 0 0 0 0 3 1 25 0 9 0 683375630 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27978] ppid=27969 vsize=868032 CPUtime=0.42
/proc/27971/task/27978/stat : 27978 (java) S 27969 27971 27634 0 -1 64 1009 486 0 0 37 1 3 1 16 0 9 0 683375630 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27979] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27979/stat : 27979 (java) S 27969 27971 27634 0 -1 64 2 486 0 0 0 0 3 1 25 0 9 0 683375630 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27980] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27980/stat : 27980 (java) S 27969 27971 27634 0 -1 64 40 486 0 0 0 0 3 1 15 0 9 0 683375630 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.79
Current children cumulated vsize (KiB) 868032

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 28034
/proc/meminfo: memFree=1522768/2055920 swapFree=4179812/4192956
[pid=27971] ppid=27969 vsize=868032 CPUtime=1768.49
/proc/27971/stat : 27971 (java) S 27969 27971 27634 0 -1 0 52720 486 1 0 176785 60 3 1 20 0 9 0 683375625 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27971/statm: 217008 32089 2637 9 0 211514 0
[pid=27971/tid=27973] ppid=27969 vsize=868032 CPUtime=1764.4
/proc/27971/task/27973/stat : 27973 (java) R 27969 27971 27634 0 -1 64 31867 486 1 0 176397 39 3 1 25 0 9 0 683375626 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4127175246 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27971/tid=27974] ppid=27969 vsize=868032 CPUtime=3.72
/proc/27971/task/27974/stat : 27974 (java) S 27969 27971 27634 0 -1 64 18975 486 0 0 350 18 3 1 16 0 9 0 683375627 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27971/tid=27975] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27975/stat : 27975 (java) S 27969 27971 27634 0 -1 64 16 486 0 0 0 0 3 1 16 0 9 0 683375628 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27976] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27976/stat : 27976 (java) S 27969 27971 27634 0 -1 64 8 486 0 0 0 0 3 1 15 0 9 0 683375628 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27977] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27977/stat : 27977 (java) S 27969 27971 27634 0 -1 64 0 486 0 0 0 0 3 1 25 0 9 0 683375630 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27978] ppid=27969 vsize=868032 CPUtime=0.42
/proc/27971/task/27978/stat : 27978 (java) S 27969 27971 27634 0 -1 64 1009 486 0 0 37 1 3 1 16 0 9 0 683375630 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27979] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27979/stat : 27979 (java) S 27969 27971 27634 0 -1 64 2 486 0 0 0 0 3 1 25 0 9 0 683375630 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27980] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27980/stat : 27980 (java) S 27969 27971 27634 0 -1 64 40 486 0 0 0 0 3 1 15 0 9 0 683375630 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.49
Current children cumulated vsize (KiB) 868032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 28034
/proc/meminfo: memFree=1522832/2055920 swapFree=4179812/4192956
[pid=27971] ppid=27969 vsize=868032 CPUtime=1800.04
/proc/27971/stat : 27971 (java) S 27969 27971 27634 0 -1 0 52772 486 1 0 179940 60 3 1 20 0 9 0 683375625 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27971/statm: 217008 32089 2637 9 0 211514 0
[pid=27971/tid=27973] ppid=27969 vsize=868032 CPUtime=1795.82
/proc/27971/task/27973/stat : 27973 (java) R 27969 27971 27634 0 -1 64 31919 486 1 0 179539 39 3 1 25 0 9 0 683375626 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4127276561 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27971/tid=27974] ppid=27969 vsize=868032 CPUtime=3.84
/proc/27971/task/27974/stat : 27974 (java) S 27969 27971 27634 0 -1 64 18975 486 0 0 362 18 3 1 16 0 9 0 683375627 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27971/tid=27975] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27975/stat : 27975 (java) S 27969 27971 27634 0 -1 64 16 486 0 0 0 0 3 1 16 0 9 0 683375628 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27976] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27976/stat : 27976 (java) S 27969 27971 27634 0 -1 64 8 486 0 0 0 0 3 1 15 0 9 0 683375628 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27977] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27977/stat : 27977 (java) S 27969 27971 27634 0 -1 64 0 486 0 0 0 0 3 1 25 0 9 0 683375630 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27978] ppid=27969 vsize=868032 CPUtime=0.42
/proc/27971/task/27978/stat : 27978 (java) S 27969 27971 27634 0 -1 64 1009 486 0 0 37 1 3 1 16 0 9 0 683375630 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27979] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27979/stat : 27979 (java) S 27969 27971 27634 0 -1 64 2 486 0 0 0 0 3 1 25 0 9 0 683375630 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27971/tid=27980] ppid=27969 vsize=868032 CPUtime=0.04
/proc/27971/task/27980/stat : 27980 (java) R 27969 27971 27634 0 -1 64 40 486 0 0 0 0 3 1 15 0 9 0 683375630 888864768 32089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868032

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): 1814.08
CPU time (s): 1800.13
CPU user time (s): 1799.49
CPU system time (s): 0.635903
CPU usage (%): 99.2311
Max. virtual memory (cumulated for all children) (KiB): 869684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.49
system time used= 0.635903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53289
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= 50858
involuntary context switches= 84412

runsolver used 2.37564 second user time and 6.03708 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-05 18:48:00
IDJOB=1092636
IDBENCH=58640
IDSOLVER=364
FILE ID=node89/1092636-1215276480
PBS_JOBID= 7882254
Free space on /tmp= 66520 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/js-taillard-20/normalized-js-taillard-20-105-8.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-1092636-1215276480/watcher-1092636-1215276480 -o /tmp/evaluation-result-1092636-1215276480/solver-1092636-1215276480 -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-1092636-1215276480.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0d097f8ff67533661f8e19e6cea7f246
RANDOM SEED=1575482433

node89.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.213
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.213
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:       1473768 kB
Buffers:         61224 kB
Cached:         207044 kB
SwapCached:       7132 kB
Active:         402224 kB
Inactive:       123268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1473768 kB
SwapTotal:     4192956 kB
SwapFree:      4179812 kB
Dirty:            2604 kB
Writeback:           0 kB
Mapped:         270604 kB
Slab:            41300 kB
Committed_AS:  2343444 kB
PageTables:       2360 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= 66516 MiB
End job on node89 at 2008-07-05 19:18:16