Trace number 1083174

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 1807.98

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-12.xml
MD5SUM7160ac9735ff4cdf08aa3c1a73aa6e48
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 benchmark91.5701
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1326
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
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-1083174-1215225640.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.38/0.47	     nbVariables=450  nbDomainTypes=85  minDomainSize=1228  maxDomainSize=1326  nbTotalValues=574438
0.38/0.47	       =>  wckTime=0.217  cpuTime=0.18  mem=20M604
0.38/0.47	   
0.38/0.47	   predicates being loaded...
0.47/0.53	   
0.47/0.53	   constraints being loaded...
20.49/20.66	   
20.49/20.66	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 56M437)
21.77/21.92	     nbConstraints=5595  nbGlobalConstraints=5106  nbConvertedConstraints=110  nbConvertConstraintsChecks=107383522
21.77/21.92	     nbExtensionStructures=66  nbSharedExtensionStructures=44  nbConflictsStructures=66  nbSharedConflictsStructures=44
21.77/21.92	     nbUnbuiltConflictsStructures=150  nbSharedBinaryRepresentations=83689  nbEvaluationManagers=150
21.77/21.92	     nbSharedEvaluationManagers=229  minDegree=16  maxDegree=34  minArity=2  avgArity=2.04  maxArity=16  nbGenerators=0
21.77/21.92	     nbFusions=0  symmetryWckTime=1.152  symmetryCpuTime=0.82  nbCliques=15
21.77/21.92	       =>  wckTime=21.667  cpuTime=20.94  mem=47M287
21.97/22.10	   
21.97/22.10	   solver IterativeSystematicSolver being built... 
21.97/22.19	   
21.97/22.19	   INFO : Forward propagation technique limited 
22.08/22.30	       =>  wckTime=22.047  cpuTime=21.11  mem=82M893
51.36/51.66	   
51.36/51.66	   preprocessing
51.36/51.66	     nbConstraintChecks=161717993  nbValidityChecks=796609  nbPropagations=887  nbRevisions=1900
51.36/51.66	     nbUselessRevisions=1252  nbRemovedValues=317968  detectedInconsistency=no
51.36/51.66	       =>  wckTime=29.334  cpuTime=29.12  mem=70M601
60.82/61.12	   
60.82/61.12	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=101, mem=90M292)

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-1083174-1215225640/watcher-1083174-1215225640 -o /tmp/evaluation-result-1083174-1215225640/solver-1083174-1215225640 -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-1083174-1215225640.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.52 2.16 2.05 3/73 11495
/proc/meminfo: memFree=1471240/2055920 swapFree=4179560/4192956
[pid=11495] ppid=11493 vsize=152 CPUtime=0
/proc/11495/stat : 11495 (java) D 11493 11495 8910 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 2001539073 155648 26 996147200 134512640 134550740 4294956128 18446744073709551615 3306276 0 2147483391 4096 0 18446744072099937270 0 0 17 0 0 0
/proc/11495/statm: 38 26 19 9 0 4 0

[startup+0.0456909 s]
/proc/loadavg: 2.52 2.16 2.05 3/73 11495
/proc/meminfo: memFree=1471240/2055920 swapFree=4179560/4192956
[pid=11495] ppid=11493 vsize=861876 CPUtime=0.02
/proc/11495/stat : 11495 (java) S 11493 11495 8910 0 -1 0 2277 0 1 0 1 1 0 0 18 0 5 0 2001539073 882561024 1885 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/11495/statm: 215469 1885 861 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101695 s]
/proc/loadavg: 2.52 2.16 2.05 3/73 11495
/proc/meminfo: memFree=1471240/2055920 swapFree=4179560/4192956
[pid=11495] ppid=11493 vsize=865884 CPUtime=0.08
/proc/11495/stat : 11495 (java) S 11493 11495 8910 0 -1 0 3692 0 1 0 6 2 0 0 18 0 9 0 2001539073 886665216 3167 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11495/statm: 216471 3167 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301716 s]
/proc/loadavg: 2.52 2.16 2.05 3/73 11495
/proc/meminfo: memFree=1471240/2055920 swapFree=4179560/4192956
[pid=11495] ppid=11493 vsize=866284 CPUtime=0.28
/proc/11495/stat : 11495 (java) S 11493 11495 8910 0 -1 0 5862 0 1 0 24 4 0 0 18 0 9 0 2001539073 887074816 5236 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11495/statm: 216571 5236 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701753 s]
/proc/loadavg: 2.52 2.16 2.05 3/73 11495
/proc/meminfo: memFree=1471240/2055920 swapFree=4179560/4192956
[pid=11495] ppid=11493 vsize=867708 CPUtime=0.67
/proc/11495/stat : 11495 (java) S 11493 11495 8910 0 -1 0 11495 0 1 0 60 7 0 0 18 0 9 0 2001539073 888532992 10855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11495/statm: 216927 10856 2010 9 0 211433 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867708

[startup+1.50283 s]
/proc/loadavg: 2.52 2.16 2.05 3/82 11504
/proc/meminfo: memFree=1422784/2055920 swapFree=4179560/4192956
[pid=11495] ppid=11493 vsize=867708 CPUtime=1.47
/proc/11495/stat : 11495 (java) S 11493 11495 8910 0 -1 0 15054 0 1 0 137 10 0 0 18 0 9 0 2001539073 888532992 14411 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11495/statm: 216927 14411 2014 9 0 211433 0
[pid=11495/tid=11497] ppid=11493 vsize=867708 CPUtime=1.28
/proc/11495/task/11497/stat : 11497 (java) R 11493 11495 8910 0 -1 64 13684 0 1 0 120 8 0 0 25 0 9 0 2001539075 888532992 14411 996147200 134512640 134550740 4294955968 18446744073709551615 4126874759 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11498] ppid=11493 vsize=867708 CPUtime=0
/proc/11495/task/11498/stat : 11498 (java) S 11493 11495 8910 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2001539076 888532992 14411 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11499] ppid=11493 vsize=867708 CPUtime=0
/proc/11495/task/11499/stat : 11499 (java) S 11493 11495 8910 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 2001539077 888532992 14411 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11500] ppid=11493 vsize=867708 CPUtime=0
/proc/11495/task/11500/stat : 11500 (java) S 11493 11495 8910 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2001539077 888532992 14411 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11501] ppid=11493 vsize=867708 CPUtime=0
/proc/11495/task/11501/stat : 11501 (java) S 11493 11495 8910 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2001539079 888532992 14411 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11502] ppid=11493 vsize=867708 CPUtime=0.16
/proc/11495/task/11502/stat : 11502 (java) S 11493 11495 8910 0 -1 64 673 0 0 0 16 0 0 0 16 0 9 0 2001539079 888532992 14411 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11503] ppid=11493 vsize=867708 CPUtime=0
/proc/11495/task/11503/stat : 11503 (java) S 11493 11495 8910 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2001539079 888532992 14411 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11504] ppid=11493 vsize=867708 CPUtime=0
/proc/11495/task/11504/stat : 11504 (java) S 11493 11495 8910 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001539079 888532992 14411 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867708

[startup+3.10298 s]
/proc/loadavg: 2.52 2.16 2.05 3/82 11504
/proc/meminfo: memFree=1419776/2055920 swapFree=4179560/4192956
[pid=11495] ppid=11493 vsize=867708 CPUtime=3.06
/proc/11495/stat : 11495 (java) S 11493 11495 8910 0 -1 0 15924 0 1 0 295 11 0 0 18 0 9 0 2001539073 888532992 15280 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11495/statm: 216927 15280 2014 9 0 211433 0
[pid=11495/tid=11497] ppid=11493 vsize=867708 CPUtime=2.87
/proc/11495/task/11497/stat : 11497 (java) R 11493 11495 8910 0 -1 64 14540 0 1 0 277 10 0 0 25 0 9 0 2001539075 888532992 15280 996147200 134512640 134550740 4294955968 18446744073709551615 4126904802 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11498] ppid=11493 vsize=867708 CPUtime=0
/proc/11495/task/11498/stat : 11498 (java) S 11493 11495 8910 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2001539076 888532992 15280 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11499] ppid=11493 vsize=867708 CPUtime=0
/proc/11495/task/11499/stat : 11499 (java) S 11493 11495 8910 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 2001539077 888532992 15280 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11500] ppid=11493 vsize=867708 CPUtime=0
/proc/11495/task/11500/stat : 11500 (java) S 11493 11495 8910 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2001539077 888532992 15280 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11501] ppid=11493 vsize=867708 CPUtime=0
/proc/11495/task/11501/stat : 11501 (java) S 11493 11495 8910 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2001539079 888532992 15280 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11502] ppid=11493 vsize=867708 CPUtime=0.18
/proc/11495/task/11502/stat : 11502 (java) S 11493 11495 8910 0 -1 64 687 0 0 0 18 0 0 0 15 0 9 0 2001539079 888532992 15280 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11503] ppid=11493 vsize=867708 CPUtime=0
/proc/11495/task/11503/stat : 11503 (java) S 11493 11495 8910 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2001539079 888532992 15280 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11504] ppid=11493 vsize=867708 CPUtime=0
/proc/11495/task/11504/stat : 11504 (java) S 11493 11495 8910 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001539079 888532992 15280 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867708

[startup+6.30128 s]
/proc/loadavg: 2.48 2.16 2.05 3/82 11504
/proc/meminfo: memFree=1392448/2055920 swapFree=4179560/4192956
[pid=11495] ppid=11493 vsize=867620 CPUtime=6.25
/proc/11495/stat : 11495 (java) S 11493 11495 8910 0 -1 0 22190 0 1 0 609 16 0 0 18 0 9 0 2001539073 888442880 21519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11495/statm: 216905 21519 2005 9 0 211433 0
[pid=11495/tid=11497] ppid=11493 vsize=867620 CPUtime=5.93
/proc/11495/task/11497/stat : 11497 (java) R 11493 11495 8910 0 -1 64 15778 0 1 0 581 12 0 0 25 0 9 0 2001539075 888442880 21519 996147200 134512640 134550740 4294955968 18446744073709551615 4126879088 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11498] ppid=11493 vsize=867620 CPUtime=0.1
/proc/11495/task/11498/stat : 11498 (java) S 11493 11495 8910 0 -1 64 5020 0 0 0 8 2 0 0 17 0 9 0 2001539076 888442880 21519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11499] ppid=11493 vsize=867620 CPUtime=0
/proc/11495/task/11499/stat : 11499 (java) S 11493 11495 8910 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001539077 888442880 21519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11500] ppid=11493 vsize=867620 CPUtime=0
/proc/11495/task/11500/stat : 11500 (java) S 11493 11495 8910 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001539077 888442880 21519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11501] ppid=11493 vsize=867620 CPUtime=0
/proc/11495/task/11501/stat : 11501 (java) S 11493 11495 8910 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2001539079 888442880 21519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11502] ppid=11493 vsize=867620 CPUtime=0.19
/proc/11495/task/11502/stat : 11502 (java) S 11493 11495 8910 0 -1 64 696 0 0 0 19 0 0 0 16 0 9 0 2001539079 888442880 21519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11503] ppid=11493 vsize=867620 CPUtime=0
/proc/11495/task/11503/stat : 11503 (java) S 11493 11495 8910 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2001539079 888442880 21519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11504] ppid=11493 vsize=867620 CPUtime=0
/proc/11495/task/11504/stat : 11504 (java) S 11493 11495 8910 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001539079 888442880 21519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867620

[startup+12.7029 s]
/proc/loadavg: 2.44 2.15 2.05 3/82 11504
/proc/meminfo: memFree=1392320/2055920 swapFree=4179560/4192956
[pid=11495] ppid=11493 vsize=867620 CPUtime=12.63
/proc/11495/stat : 11495 (java) S 11493 11495 8910 0 -1 0 22206 0 1 0 1244 19 0 0 18 0 9 0 2001539073 888442880 21534 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11495/statm: 216905 21534 2005 9 0 211433 0
[pid=11495/tid=11497] ppid=11493 vsize=867620 CPUtime=12.28
/proc/11495/task/11497/stat : 11497 (java) R 11493 11495 8910 0 -1 64 15781 0 1 0 1213 15 0 0 25 0 9 0 2001539075 888442880 21534 996147200 134512640 134550740 4294955968 18446744073709551615 4126896637 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11498] ppid=11493 vsize=867620 CPUtime=0.1
/proc/11495/task/11498/stat : 11498 (java) S 11493 11495 8910 0 -1 64 5020 0 0 0 8 2 0 0 17 0 9 0 2001539076 888442880 21534 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11499] ppid=11493 vsize=867620 CPUtime=0
/proc/11495/task/11499/stat : 11499 (java) S 11493 11495 8910 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001539077 888442880 21534 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11500] ppid=11493 vsize=867620 CPUtime=0
/proc/11495/task/11500/stat : 11500 (java) S 11493 11495 8910 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001539077 888442880 21534 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11501] ppid=11493 vsize=867620 CPUtime=0
/proc/11495/task/11501/stat : 11501 (java) S 11493 11495 8910 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2001539079 888442880 21534 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11502] ppid=11493 vsize=867620 CPUtime=0.21
/proc/11495/task/11502/stat : 11502 (java) S 11493 11495 8910 0 -1 64 709 0 0 0 21 0 0 0 15 0 9 0 2001539079 888442880 21534 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11503] ppid=11493 vsize=867620 CPUtime=0
/proc/11495/task/11503/stat : 11503 (java) S 11493 11495 8910 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2001539079 888442880 21534 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11504] ppid=11493 vsize=867620 CPUtime=0
/proc/11495/task/11504/stat : 11504 (java) S 11493 11495 8910 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001539079 888442880 21534 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 867620

[startup+25.5011 s]
/proc/loadavg: 2.34 2.15 2.05 3/82 11508
/proc/meminfo: memFree=1359616/2055920 swapFree=4179560/4192956
[pid=11495] ppid=11493 vsize=868032 CPUtime=25.36
/proc/11495/stat : 11495 (java) S 11493 11495 8910 0 -1 0 53219 600 1 0 2497 33 5 1 18 0 9 0 2001539073 888864768 30393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11495/statm: 217008 30393 2638 9 0 211514 0
[pid=11495/tid=11497] ppid=11493 vsize=868032 CPUtime=24.5
/proc/11495/task/11497/stat : 11497 (java) R 11493 11495 8910 0 -1 64 28746 600 1 0 2423 21 5 1 25 0 9 0 2001539075 888864768 30393 996147200 134512640 134550740 4294955968 18446744073709551615 4127213676 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11498] ppid=11493 vsize=868032 CPUtime=0.55
/proc/11495/task/11498/stat : 11498 (java) S 11493 11495 8910 0 -1 64 22693 600 0 0 41 8 5 1 16 0 9 0 2001539076 888864768 30393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11499] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11499/stat : 11499 (java) S 11493 11495 8910 0 -1 64 17 600 0 0 0 0 5 1 17 0 9 0 2001539077 888864768 30393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11500] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11500/stat : 11500 (java) S 11493 11495 8910 0 -1 64 16 600 0 0 0 0 5 1 16 0 9 0 2001539077 888864768 30393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11501] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11501/stat : 11501 (java) S 11493 11495 8910 0 -1 64 1 600 0 0 0 0 5 1 23 0 9 0 2001539079 888864768 30393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11502] ppid=11493 vsize=868032 CPUtime=0.39
/proc/11495/task/11502/stat : 11502 (java) S 11493 11495 8910 0 -1 64 925 600 0 0 32 1 5 1 15 0 9 0 2001539079 888864768 30393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11503] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11503/stat : 11503 (java) S 11493 11495 8910 0 -1 64 1 600 0 0 0 0 5 1 24 0 9 0 2001539079 888864768 30393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11504] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11504/stat : 11504 (java) S 11493 11495 8910 0 -1 64 7 600 0 0 0 0 5 1 15 0 9 0 2001539079 888864768 30393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 868032

[startup+51.1015 s]
/proc/loadavg: 2.30 2.15 2.05 3/82 11508
/proc/meminfo: memFree=1340544/2055920 swapFree=4179560/4192956
[pid=11495] ppid=11493 vsize=868032 CPUtime=50.86
/proc/11495/stat : 11495 (java) S 11493 11495 8910 0 -1 0 60400 600 1 0 5044 36 5 1 18 0 9 0 2001539073 888864768 35121 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11495/statm: 217008 35121 2638 9 0 211514 0
[pid=11495/tid=11497] ppid=11493 vsize=868032 CPUtime=49.94
/proc/11495/task/11497/stat : 11497 (java) R 11493 11495 8910 0 -1 64 29874 600 1 0 4966 22 5 1 25 0 9 0 2001539075 888864768 35121 996147200 134512640 134550740 4294955968 18446744073709551615 4127213676 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11498] ppid=11493 vsize=868032 CPUtime=0.6
/proc/11495/task/11498/stat : 11498 (java) S 11493 11495 8910 0 -1 64 28732 600 0 0 44 10 5 1 16 0 9 0 2001539076 888864768 35121 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11499] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11499/stat : 11499 (java) S 11493 11495 8910 0 -1 64 17 600 0 0 0 0 5 1 16 0 9 0 2001539077 888864768 35121 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11500] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11500/stat : 11500 (java) S 11493 11495 8910 0 -1 64 23 600 0 0 0 0 5 1 16 0 9 0 2001539077 888864768 35121 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11501] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11501/stat : 11501 (java) S 11493 11495 8910 0 -1 64 1 600 0 0 0 0 5 1 23 0 9 0 2001539079 888864768 35121 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11502] ppid=11493 vsize=868032 CPUtime=0.39
/proc/11495/task/11502/stat : 11502 (java) S 11493 11495 8910 0 -1 64 931 600 0 0 32 1 5 1 16 0 9 0 2001539079 888864768 35121 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11503] ppid=11493 vsize=868032 CPUtime=0.06

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

/proc/11495/task/11500/stat : 11500 (java) S 11493 11495 8910 0 -1 64 23 600 0 0 0 0 5 1 16 0 9 0 2001539077 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11501] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11501/stat : 11501 (java) S 11493 11495 8910 0 -1 64 1 600 0 0 0 0 5 1 23 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11502] ppid=11493 vsize=868032 CPUtime=0.47
/proc/11495/task/11502/stat : 11502 (java) S 11493 11495 8910 0 -1 64 986 600 0 0 40 1 5 1 16 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11503] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11503/stat : 11503 (java) S 11493 11495 8910 0 -1 64 1 600 0 0 0 0 5 1 24 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11504] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11504/stat : 11504 (java) S 11493 11495 8910 0 -1 64 8 600 0 0 0 0 5 1 15 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.71
Current children cumulated vsize (KiB) 868032

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 11575
/proc/meminfo: memFree=1296776/2055920 swapFree=4179560/4192956
[pid=11495] ppid=11493 vsize=868032 CPUtime=1595.42
/proc/11495/stat : 11495 (java) S 11493 11495 8910 0 -1 0 62708 600 1 0 159493 43 5 1 18 0 9 0 2001539073 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11495/statm: 217008 36996 2638 9 0 211514 0
[pid=11495/tid=11497] ppid=11493 vsize=868032 CPUtime=1593.83
/proc/11495/task/11497/stat : 11497 (java) R 11493 11495 8910 0 -1 64 30148 600 1 0 159351 26 5 1 25 0 9 0 2001539075 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4127225625 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11495/tid=11498] ppid=11493 vsize=868032 CPUtime=1.18
/proc/11495/task/11498/stat : 11498 (java) S 11493 11495 8910 0 -1 64 30711 600 0 0 100 12 5 1 16 0 9 0 2001539076 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11495/tid=11499] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11499/stat : 11499 (java) S 11493 11495 8910 0 -1 64 17 600 0 0 0 0 5 1 16 0 9 0 2001539077 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11500] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11500/stat : 11500 (java) S 11493 11495 8910 0 -1 64 23 600 0 0 0 0 5 1 16 0 9 0 2001539077 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11501] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11501/stat : 11501 (java) S 11493 11495 8910 0 -1 64 1 600 0 0 0 0 5 1 23 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11502] ppid=11493 vsize=868032 CPUtime=0.47
/proc/11495/task/11502/stat : 11502 (java) S 11493 11495 8910 0 -1 64 986 600 0 0 40 1 5 1 16 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11503] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11503/stat : 11503 (java) S 11493 11495 8910 0 -1 64 1 600 0 0 0 0 5 1 24 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11504] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11504/stat : 11504 (java) S 11493 11495 8910 0 -1 64 8 600 0 0 0 0 5 1 15 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.42
Current children cumulated vsize (KiB) 868032

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 11575
/proc/meminfo: memFree=1296776/2055920 swapFree=4179560/4192956
[pid=11495] ppid=11493 vsize=868032 CPUtime=1655.13
/proc/11495/stat : 11495 (java) S 11493 11495 8910 0 -1 0 62715 600 1 0 165464 43 5 1 18 0 9 0 2001539073 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11495/statm: 217008 36996 2638 9 0 211514 0
[pid=11495/tid=11497] ppid=11493 vsize=868032 CPUtime=1653.53
/proc/11495/task/11497/stat : 11497 (java) R 11493 11495 8910 0 -1 64 30155 600 1 0 165321 26 5 1 25 0 9 0 2001539075 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4127233533 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11495/tid=11498] ppid=11493 vsize=868032 CPUtime=1.2
/proc/11495/task/11498/stat : 11498 (java) S 11493 11495 8910 0 -1 64 30711 600 0 0 102 12 5 1 16 0 9 0 2001539076 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11495/tid=11499] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11499/stat : 11499 (java) S 11493 11495 8910 0 -1 64 17 600 0 0 0 0 5 1 16 0 9 0 2001539077 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11500] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11500/stat : 11500 (java) S 11493 11495 8910 0 -1 64 23 600 0 0 0 0 5 1 16 0 9 0 2001539077 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11501] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11501/stat : 11501 (java) S 11493 11495 8910 0 -1 64 1 600 0 0 0 0 5 1 23 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11502] ppid=11493 vsize=868032 CPUtime=0.47
/proc/11495/task/11502/stat : 11502 (java) S 11493 11495 8910 0 -1 64 986 600 0 0 40 1 5 1 16 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11503] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11503/stat : 11503 (java) S 11493 11495 8910 0 -1 64 1 600 0 0 0 0 5 1 24 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11504] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11504/stat : 11504 (java) S 11493 11495 8910 0 -1 64 8 600 0 0 0 0 5 1 15 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.13
Current children cumulated vsize (KiB) 868032

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 11575
/proc/meminfo: memFree=1296776/2055920 swapFree=4179560/4192956
[pid=11495] ppid=11493 vsize=868032 CPUtime=1714.85
/proc/11495/stat : 11495 (java) S 11493 11495 8910 0 -1 0 62721 600 1 0 171436 43 5 1 18 0 9 0 2001539073 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11495/statm: 217008 36996 2638 9 0 211514 0
[pid=11495/tid=11497] ppid=11493 vsize=868032 CPUtime=1713.23
/proc/11495/task/11497/stat : 11497 (java) R 11493 11495 8910 0 -1 64 30161 600 1 0 171291 26 5 1 25 0 9 0 2001539075 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4127100742 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11495/tid=11498] ppid=11493 vsize=868032 CPUtime=1.21
/proc/11495/task/11498/stat : 11498 (java) S 11493 11495 8910 0 -1 64 30711 600 0 0 103 12 5 1 16 0 9 0 2001539076 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11495/tid=11499] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11499/stat : 11499 (java) S 11493 11495 8910 0 -1 64 17 600 0 0 0 0 5 1 16 0 9 0 2001539077 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11500] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11500/stat : 11500 (java) S 11493 11495 8910 0 -1 64 23 600 0 0 0 0 5 1 16 0 9 0 2001539077 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11501] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11501/stat : 11501 (java) S 11493 11495 8910 0 -1 64 1 600 0 0 0 0 5 1 23 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11502] ppid=11493 vsize=868032 CPUtime=0.47
/proc/11495/task/11502/stat : 11502 (java) S 11493 11495 8910 0 -1 64 986 600 0 0 40 1 5 1 16 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11503] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11503/stat : 11503 (java) S 11493 11495 8910 0 -1 64 1 600 0 0 0 0 5 1 24 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11504] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11504/stat : 11504 (java) S 11493 11495 8910 0 -1 64 8 600 0 0 0 0 5 1 15 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.85
Current children cumulated vsize (KiB) 868032

[startup+1782.3 s]
/proc/loadavg: 2.04 1.99 1.99 3/82 11575
/proc/meminfo: memFree=1296648/2055920 swapFree=4179560/4192956
[pid=11495] ppid=11493 vsize=868032 CPUtime=1774.56
/proc/11495/stat : 11495 (java) S 11493 11495 8910 0 -1 0 62728 600 1 0 177407 43 5 1 18 0 9 0 2001539073 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11495/statm: 217008 36996 2638 9 0 211514 0
[pid=11495/tid=11497] ppid=11493 vsize=868032 CPUtime=1772.93
/proc/11495/task/11497/stat : 11497 (java) R 11493 11495 8910 0 -1 64 30168 600 1 0 177261 26 5 1 25 0 9 0 2001539075 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4127119347 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11495/tid=11498] ppid=11493 vsize=868032 CPUtime=1.22
/proc/11495/task/11498/stat : 11498 (java) S 11493 11495 8910 0 -1 64 30711 600 0 0 104 12 5 1 16 0 9 0 2001539076 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11495/tid=11499] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11499/stat : 11499 (java) S 11493 11495 8910 0 -1 64 17 600 0 0 0 0 5 1 16 0 9 0 2001539077 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11500] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11500/stat : 11500 (java) S 11493 11495 8910 0 -1 64 23 600 0 0 0 0 5 1 16 0 9 0 2001539077 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11501] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11501/stat : 11501 (java) S 11493 11495 8910 0 -1 64 1 600 0 0 0 0 5 1 23 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11502] ppid=11493 vsize=868032 CPUtime=0.47
/proc/11495/task/11502/stat : 11502 (java) S 11493 11495 8910 0 -1 64 986 600 0 0 40 1 5 1 16 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11503] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11503/stat : 11503 (java) S 11493 11495 8910 0 -1 64 1 600 0 0 0 0 5 1 24 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11504] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11504/stat : 11504 (java) S 11493 11495 8910 0 -1 64 8 600 0 0 0 0 5 1 15 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.56
Current children cumulated vsize (KiB) 868032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.9 s]
/proc/loadavg: 2.09 2.00 1.99 3/82 11575
/proc/meminfo: memFree=1296648/2055920 swapFree=4179560/4192956
[pid=11495] ppid=11493 vsize=868032 CPUtime=1800.03
/proc/11495/stat : 11495 (java) S 11493 11495 8910 0 -1 0 62731 600 1 0 179954 43 5 1 18 0 9 0 2001539073 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11495/statm: 217008 36996 2638 9 0 211514 0
[pid=11495/tid=11497] ppid=11493 vsize=868032 CPUtime=1798.4
/proc/11495/task/11497/stat : 11497 (java) R 11493 11495 8910 0 -1 64 30171 600 1 0 179808 26 5 1 25 0 9 0 2001539075 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4127248261 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11495/tid=11498] ppid=11493 vsize=868032 CPUtime=1.23
/proc/11495/task/11498/stat : 11498 (java) S 11493 11495 8910 0 -1 64 30711 600 0 0 105 12 5 1 16 0 9 0 2001539076 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11495/tid=11499] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11499/stat : 11499 (java) S 11493 11495 8910 0 -1 64 17 600 0 0 0 0 5 1 16 0 9 0 2001539077 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11500] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11500/stat : 11500 (java) S 11493 11495 8910 0 -1 64 23 600 0 0 0 0 5 1 16 0 9 0 2001539077 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11501] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11501/stat : 11501 (java) S 11493 11495 8910 0 -1 64 1 600 0 0 0 0 5 1 23 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11502] ppid=11493 vsize=868032 CPUtime=0.47
/proc/11495/task/11502/stat : 11502 (java) S 11493 11495 8910 0 -1 64 986 600 0 0 40 1 5 1 16 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11503] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11503/stat : 11503 (java) S 11493 11495 8910 0 -1 64 1 600 0 0 0 0 5 1 24 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11504] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11504/stat : 11504 (java) R 11493 11495 8910 0 -1 64 8 600 0 0 0 0 5 1 15 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
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

[startup+1807.9 s]
/proc/loadavg: 2.09 2.00 1.99 3/82 11575
/proc/meminfo: memFree=1296648/2055920 swapFree=4179560/4192956
[pid=11495] ppid=11493 vsize=868032 CPUtime=1800.03
/proc/11495/stat : 11495 (java) S 11493 11495 8910 0 -1 0 62731 600 1 0 179954 43 5 1 18 0 9 0 2001539073 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11495/statm: 217008 36996 2638 9 0 211514 0
[pid=11495/tid=11497] ppid=11493 vsize=868032 CPUtime=1798.4
/proc/11495/task/11497/stat : 11497 (java) R 11493 11495 8910 0 -1 64 30171 600 1 0 179808 26 5 1 25 0 9 0 2001539075 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4127248261 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11495/tid=11498] ppid=11493 vsize=868032 CPUtime=1.23
/proc/11495/task/11498/stat : 11498 (java) S 11493 11495 8910 0 -1 64 30711 600 0 0 105 12 5 1 16 0 9 0 2001539076 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11495/tid=11499] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11499/stat : 11499 (java) S 11493 11495 8910 0 -1 64 17 600 0 0 0 0 5 1 16 0 9 0 2001539077 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11500] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11500/stat : 11500 (java) S 11493 11495 8910 0 -1 64 23 600 0 0 0 0 5 1 16 0 9 0 2001539077 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11501] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11501/stat : 11501 (java) S 11493 11495 8910 0 -1 64 1 600 0 0 0 0 5 1 23 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11502] ppid=11493 vsize=868032 CPUtime=0.47
/proc/11495/task/11502/stat : 11502 (java) S 11493 11495 8910 0 -1 64 986 600 0 0 40 1 5 1 16 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11503] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11503/stat : 11503 (java) S 11493 11495 8910 0 -1 64 1 600 0 0 0 0 5 1 24 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11495/tid=11504] ppid=11493 vsize=868032 CPUtime=0.06
/proc/11495/task/11504/stat : 11504 (java) R 11493 11495 8910 0 -1 64 8 600 0 0 0 0 5 1 15 0 9 0 2001539079 888864768 36996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 868032

Child status: 143
Real time (s): 1807.98
CPU time (s): 1800.13
CPU user time (s): 1799.66
CPU system time (s): 0.473927
CPU usage (%): 99.5657
Max. virtual memory (cumulated for all children) (KiB): 868032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.473927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63363
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= 40410
involuntary context switches= 63000

runsolver used 2.26765 second user time and 5.95809 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-05 04:40:40
IDJOB=1083174
IDBENCH=57422
IDSOLVER=364
FILE ID=node8/1083174-1215225640
PBS_JOBID= 7881751
Free space on /tmp= 66336 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-taillard-15-12.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-1083174-1215225640/watcher-1083174-1215225640 -o /tmp/evaluation-result-1083174-1215225640/solver-1083174-1215225640 -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-1083174-1215225640.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7160ac9735ff4cdf08aa3c1a73aa6e48
RANDOM SEED=1011997335

node8.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1471720 kB
Buffers:         69248 kB
Cached:         416716 kB
SwapCached:       6900 kB
Active:         202040 kB
Inactive:       320824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1471720 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            2744 kB
Writeback:           0 kB
Mapped:          44284 kB
Slab:            46540 kB
Committed_AS:  3392528 kB
PageTables:       1736 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66332 MiB
End job on node8 at 2008-07-05 05:10:50