Trace number 1083531

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.14 1819.47

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-22.xml
MD5SUM2dc1ef2385520df4e5d6471c36d68b37
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1545
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-1083531-1215228815.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.33	   
0.29/0.33	   variables being loaded...
0.48/0.52	     nbVariables=800  nbDomainTypes=96  minDomainSize=1447  maxDomainSize=1545  nbTotalValues=1196514
0.48/0.53	       =>  wckTime=0.283  cpuTime=0.21  mem=34M340
0.48/0.53	   
0.48/0.53	   predicates being loaded...
0.48/0.58	   
0.48/0.58	   constraints being loaded...
20.78/20.85	   
20.78/20.85	   INFO : Stopping converting binary constraints (cpu=20.2, mem = 65M625)
23.73/23.82	     nbConstraints=12960  nbGlobalConstraints=12059  nbConvertedConstraints=74  nbConvertConstraintsChecks=107708994
23.73/23.82	     nbExtensionStructures=48  nbSharedExtensionStructures=26  nbConflictsStructures=48  nbSharedConflictsStructures=26
23.73/23.82	     nbUnbuiltConflictsStructures=249  nbSharedBinaryRepresentations=69327  nbEvaluationManagers=249
23.73/23.82	     nbSharedEvaluationManagers=578  minDegree=21  maxDegree=44  minArity=2  avgArity=2.03  maxArity=21  nbGenerators=0
23.73/23.82	     nbFusions=0  symmetryWckTime=2.468  symmetryCpuTime=2.21  nbCliques=20
23.73/23.82	       =>  wckTime=23.581  cpuTime=22.71  mem=83M6
24.02/24.11	   
24.02/24.11	   solver IterativeSystematicSolver being built... 
24.12/24.22	   
24.12/24.22	   INFO : Forward propagation technique limited 
24.31/24.41	       =>  wckTime=24.166  cpuTime=22.92  mem=113M46
118.23/120.19	   
118.23/120.19	   preprocessing
118.23/120.19	     nbConstraintChecks=479616035  nbValidityChecks=2405165  nbPropagations=1930  nbRevisions=4757
118.23/120.19	     nbUselessRevisions=3320  nbRemovedValues=765434  detectedInconsistency=no
118.23/120.19	       =>  wckTime=95.733  cpuTime=93.86  mem=139M121
140.40/142.75	   
140.40/142.75	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=103, mem=117M443)

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-1083531-1215228815/watcher-1083531-1215228815 -o /tmp/evaluation-result-1083531-1215228815/solver-1083531-1215228815 -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-1083531-1215228815.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.26 2.15 2.08 4/92 14383
/proc/meminfo: memFree=1441520/2055920 swapFree=4180700/4192956
[pid=14383] ppid=14381 vsize=1616 CPUtime=0
/proc/14383/stat : 14383 (java) D 14381 14383 13280 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 2001852807 1654784 148 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/14383/statm: 404 148 122 9 0 46 0

[startup+0.0492081 s]
/proc/loadavg: 2.26 2.15 2.08 4/92 14383
/proc/meminfo: memFree=1441520/2055920 swapFree=4180700/4192956
[pid=14383] ppid=14381 vsize=863688 CPUtime=0.03
/proc/14383/stat : 14383 (java) S 14381 14383 13280 0 -1 0 2430 0 1 0 2 1 0 0 18 0 9 0 2001852807 884416512 2003 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14383/statm: 215922 2004 915 9 0 210901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863688

[startup+0.101216 s]
/proc/loadavg: 2.26 2.15 2.08 4/92 14383
/proc/meminfo: memFree=1441520/2055920 swapFree=4180700/4192956
[pid=14383] ppid=14381 vsize=865884 CPUtime=0.08
/proc/14383/stat : 14383 (java) S 14381 14383 13280 0 -1 0 3719 0 1 0 6 2 0 0 18 0 9 0 2001852807 886665216 3187 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14383/statm: 216471 3189 1689 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.306144 s]
/proc/loadavg: 2.26 2.15 2.08 4/92 14383
/proc/meminfo: memFree=1441520/2055920 swapFree=4180700/4192956
[pid=14383] ppid=14381 vsize=866400 CPUtime=0.29
/proc/14383/stat : 14383 (java) S 14381 14383 13280 0 -1 0 6046 0 1 0 25 4 0 0 18 0 9 0 2001852807 887193600 5420 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14383/statm: 216600 5421 1958 9 0 211128 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866400

[startup+0.701327 s]
/proc/loadavg: 2.26 2.15 2.08 4/92 14383
/proc/meminfo: memFree=1441520/2055920 swapFree=4180700/4192956
[pid=14383] ppid=14381 vsize=867712 CPUtime=0.68
/proc/14383/stat : 14383 (java) S 14381 14383 13280 0 -1 0 14627 0 1 0 61 7 0 0 18 0 9 0 2001852807 888537088 13987 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14383/statm: 216928 13988 2011 9 0 211434 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867712

[startup+1.50247 s]
/proc/loadavg: 2.26 2.15 2.08 3/101 14392
/proc/meminfo: memFree=1356584/2055920 swapFree=4180700/4192956
[pid=14383] ppid=14381 vsize=867624 CPUtime=1.49
/proc/14383/stat : 14383 (java) S 14381 14383 13280 0 -1 0 23871 0 1 0 137 12 0 0 18 0 9 0 2001852807 888446976 23207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14383/statm: 216906 23207 2005 9 0 211434 0
[pid=14383/tid=14385] ppid=14381 vsize=867624 CPUtime=1.21
/proc/14383/task/14385/stat : 14385 (java) R 14381 14383 13280 0 -1 64 15765 0 1 0 113 8 0 0 25 0 9 0 2001852808 888446976 23207 996147200 134512640 134550740 4294955968 18446744073709551615 4126892391 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14386] ppid=14381 vsize=867624 CPUtime=0.07
/proc/14383/task/14386/stat : 14386 (java) S 14381 14383 13280 0 -1 64 6737 0 0 0 5 2 0 0 17 0 9 0 2001852809 888446976 23207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14387] ppid=14381 vsize=867624 CPUtime=0
/proc/14383/task/14387/stat : 14387 (java) S 14381 14383 13280 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001852810 888446976 23207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14388] ppid=14381 vsize=867624 CPUtime=0
/proc/14383/task/14388/stat : 14388 (java) S 14381 14383 13280 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001852810 888446976 23207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14389] ppid=14381 vsize=867624 CPUtime=0
/proc/14383/task/14389/stat : 14389 (java) S 14381 14383 13280 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2001852811 888446976 23207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14390] ppid=14381 vsize=867624 CPUtime=0.18
/proc/14383/task/14390/stat : 14390 (java) S 14381 14383 13280 0 -1 64 673 0 0 0 18 0 0 0 16 0 9 0 2001852811 888446976 23207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14391] ppid=14381 vsize=867624 CPUtime=0
/proc/14383/task/14391/stat : 14391 (java) S 14381 14383 13280 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2001852812 888446976 23207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14392] ppid=14381 vsize=867624 CPUtime=0
/proc/14383/task/14392/stat : 14392 (java) S 14381 14383 13280 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001852812 888446976 23207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867624

[startup+3.10275 s]
/proc/loadavg: 2.26 2.15 2.08 3/101 14392
/proc/meminfo: memFree=1356264/2055920 swapFree=4180700/4192956
[pid=14383] ppid=14381 vsize=867624 CPUtime=3.08
/proc/14383/stat : 14383 (java) S 14381 14383 13280 0 -1 0 23903 0 1 0 295 13 0 0 18 0 9 0 2001852807 888446976 23235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14383/statm: 216906 23235 2006 9 0 211434 0
[pid=14383/tid=14385] ppid=14381 vsize=867624 CPUtime=2.78
/proc/14383/task/14385/stat : 14385 (java) R 14381 14383 13280 0 -1 64 15778 0 1 0 269 9 0 0 25 0 9 0 2001852808 888446976 23235 996147200 134512640 134550740 4294955968 18446744073709551615 4126886412 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14386] ppid=14381 vsize=867624 CPUtime=0.07
/proc/14383/task/14386/stat : 14386 (java) S 14381 14383 13280 0 -1 64 6737 0 0 0 5 2 0 0 17 0 9 0 2001852809 888446976 23235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14387] ppid=14381 vsize=867624 CPUtime=0
/proc/14383/task/14387/stat : 14387 (java) S 14381 14383 13280 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001852810 888446976 23235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14388] ppid=14381 vsize=867624 CPUtime=0
/proc/14383/task/14388/stat : 14388 (java) S 14381 14383 13280 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001852810 888446976 23235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14389] ppid=14381 vsize=867624 CPUtime=0
/proc/14383/task/14389/stat : 14389 (java) S 14381 14383 13280 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2001852811 888446976 23235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14390] ppid=14381 vsize=867624 CPUtime=0.2
/proc/14383/task/14390/stat : 14390 (java) S 14381 14383 13280 0 -1 64 692 0 0 0 20 0 0 0 15 0 9 0 2001852811 888446976 23235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14391] ppid=14381 vsize=867624 CPUtime=0
/proc/14383/task/14391/stat : 14391 (java) S 14381 14383 13280 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2001852812 888446976 23235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14392] ppid=14381 vsize=867624 CPUtime=0
/proc/14383/task/14392/stat : 14392 (java) S 14381 14383 13280 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001852812 888446976 23235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867624

[startup+6.30131 s]
/proc/loadavg: 2.24 2.15 2.08 3/101 14392
/proc/meminfo: memFree=1355944/2055920 swapFree=4180700/4192956
[pid=14383] ppid=14381 vsize=867624 CPUtime=6.28
/proc/14383/stat : 14383 (java) S 14381 14383 13280 0 -1 0 23912 0 1 0 613 15 0 0 18 0 9 0 2001852807 888446976 23242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14383/statm: 216906 23242 2006 9 0 211434 0
[pid=14383/tid=14385] ppid=14381 vsize=867624 CPUtime=5.97
/proc/14383/task/14385/stat : 14385 (java) R 14381 14383 13280 0 -1 64 15780 0 1 0 586 11 0 0 25 0 9 0 2001852808 888446976 23242 996147200 134512640 134550740 4294955968 18446744073709551615 4126890552 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14386] ppid=14381 vsize=867624 CPUtime=0.07
/proc/14383/task/14386/stat : 14386 (java) S 14381 14383 13280 0 -1 64 6737 0 0 0 5 2 0 0 16 0 9 0 2001852809 888446976 23242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14387] ppid=14381 vsize=867624 CPUtime=0
/proc/14383/task/14387/stat : 14387 (java) S 14381 14383 13280 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001852810 888446976 23242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14388] ppid=14381 vsize=867624 CPUtime=0
/proc/14383/task/14388/stat : 14388 (java) S 14381 14383 13280 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001852810 888446976 23242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14389] ppid=14381 vsize=867624 CPUtime=0
/proc/14383/task/14389/stat : 14389 (java) S 14381 14383 13280 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2001852811 888446976 23242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14390] ppid=14381 vsize=867624 CPUtime=0.21
/proc/14383/task/14390/stat : 14390 (java) S 14381 14383 13280 0 -1 64 699 0 0 0 21 0 0 0 15 0 9 0 2001852811 888446976 23242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14391] ppid=14381 vsize=867624 CPUtime=0
/proc/14383/task/14391/stat : 14391 (java) S 14381 14383 13280 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2001852812 888446976 23242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14392] ppid=14381 vsize=867624 CPUtime=0
/proc/14383/task/14392/stat : 14392 (java) S 14381 14383 13280 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001852812 888446976 23242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867624

[startup+12.7024 s]
/proc/loadavg: 2.22 2.15 2.08 3/101 14392
/proc/meminfo: memFree=1333544/2055920 swapFree=4180700/4192956
[pid=14383] ppid=14381 vsize=867624 CPUtime=12.68
/proc/14383/stat : 14383 (java) S 14381 14383 13280 0 -1 0 29481 0 1 0 1247 21 0 0 18 0 9 0 2001852807 888446976 28810 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14383/statm: 216906 28810 2006 9 0 211434 0
[pid=14383/tid=14385] ppid=14381 vsize=867624 CPUtime=12.19
/proc/14383/task/14385/stat : 14385 (java) R 14381 14383 13280 0 -1 64 15783 0 1 0 1205 14 0 0 25 0 9 0 2001852808 888446976 28810 996147200 134512640 134550740 4294955968 18446744073709551615 4126917145 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14386] ppid=14381 vsize=867624 CPUtime=0.22
/proc/14383/task/14386/stat : 14386 (java) S 14381 14383 13280 0 -1 64 12291 0 0 0 17 5 0 0 17 0 9 0 2001852809 888446976 28810 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14387] ppid=14381 vsize=867624 CPUtime=0
/proc/14383/task/14387/stat : 14387 (java) S 14381 14383 13280 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001852810 888446976 28810 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14388] ppid=14381 vsize=867624 CPUtime=0
/proc/14383/task/14388/stat : 14388 (java) S 14381 14383 13280 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001852810 888446976 28810 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14389] ppid=14381 vsize=867624 CPUtime=0
/proc/14383/task/14389/stat : 14389 (java) S 14381 14383 13280 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2001852811 888446976 28810 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14390] ppid=14381 vsize=867624 CPUtime=0.23
/proc/14383/task/14390/stat : 14390 (java) S 14381 14383 13280 0 -1 64 711 0 0 0 23 0 0 0 15 0 9 0 2001852811 888446976 28810 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14391] ppid=14381 vsize=867624 CPUtime=0
/proc/14383/task/14391/stat : 14391 (java) S 14381 14383 13280 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2001852812 888446976 28810 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14392] ppid=14381 vsize=867624 CPUtime=0
/proc/14383/task/14392/stat : 14392 (java) S 14381 14383 13280 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001852812 888446976 28810 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 867624

[startup+25.5017 s]
/proc/loadavg: 2.17 2.14 2.08 3/101 14396
/proc/meminfo: memFree=1289624/2055920 swapFree=4180700/4192956
[pid=14383] ppid=14381 vsize=868360 CPUtime=25.4
/proc/14383/stat : 14383 (java) S 14381 14383 13280 0 -1 0 68228 901 1 0 2488 36 14 2 18 0 9 0 2001852807 889200640 40405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14383/statm: 217090 40405 2638 9 0 211596 0
[pid=14383/tid=14385] ppid=14381 vsize=868360 CPUtime=24.3
/proc/14383/task/14385/stat : 14385 (java) R 14381 14383 13280 0 -1 64 29798 901 1 0 2392 22 14 2 25 0 9 0 2001852808 889200640 40405 996147200 134512640 134550740 4294955968 18446744073709551615 4127103728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14383/tid=14386] ppid=14381 vsize=868360 CPUtime=0.88
/proc/14383/task/14386/stat : 14386 (java) S 14381 14383 13280 0 -1 64 36642 901 0 0 61 11 14 2 17 0 9 0 2001852809 889200640 40405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14383/tid=14387] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14387/stat : 14387 (java) S 14381 14383 13280 0 -1 64 17 901 0 0 0 0 14 2 16 0 9 0 2001852810 889200640 40405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14383/tid=14388] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14388/stat : 14388 (java) S 14381 14383 13280 0 -1 64 22 901 0 0 0 0 14 2 15 0 9 0 2001852810 889200640 40405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14383/tid=14389] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14389/stat : 14389 (java) S 14381 14383 13280 0 -1 64 1 901 0 0 0 0 14 2 23 0 9 0 2001852811 889200640 40405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14390] ppid=14381 vsize=868360 CPUtime=0.49
/proc/14383/task/14390/stat : 14390 (java) S 14381 14383 13280 0 -1 64 927 901 0 0 33 0 14 2 16 0 9 0 2001852811 889200640 40405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14383/tid=14391] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14391/stat : 14391 (java) S 14381 14383 13280 0 -1 64 1 901 0 0 0 0 14 2 24 0 9 0 2001852812 889200640 40405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14392] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14392/stat : 14392 (java) S 14381 14383 13280 0 -1 64 8 901 0 0 0 0 14 2 15 0 9 0 2001852812 889200640 40405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 868360

[startup+51.1011 s]
/proc/loadavg: 2.11 2.13 2.07 3/101 14396
/proc/meminfo: memFree=1289440/2055920 swapFree=4180700/4192956
[pid=14383] ppid=14381 vsize=868360 CPUtime=50.52
/proc/14383/stat : 14383 (java) S 14381 14383 13280 0 -1 0 68582 901 1 0 5000 36 14 2 18 0 9 0 2001852807 889200640 40409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14383/statm: 217090 40409 2638 9 0 211596 0
[pid=14383/tid=14385] ppid=14381 vsize=868360 CPUtime=49.42
/proc/14383/task/14385/stat : 14385 (java) R 14381 14383 13280 0 -1 64 30142 901 1 0 4904 22 14 2 25 0 9 0 2001852808 889200640 40409 996147200 134512640 134550740 4294955968 18446744073709551615 4127122547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14383/tid=14386] ppid=14381 vsize=868360 CPUtime=0.88
/proc/14383/task/14386/stat : 14386 (java) S 14381 14383 13280 0 -1 64 36642 901 0 0 61 11 14 2 16 0 9 0 2001852809 889200640 40409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14383/tid=14387] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14387/stat : 14387 (java) S 14381 14383 13280 0 -1 64 17 901 0 0 0 0 14 2 16 0 9 0 2001852810 889200640 40409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14383/tid=14388] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14388/stat : 14388 (java) S 14381 14383 13280 0 -1 64 22 901 0 0 0 0 14 2 15 0 9 0 2001852810 889200640 40409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14383/tid=14389] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14389/stat : 14389 (java) S 14381 14383 13280 0 -1 64 1 901 0 0 0 0 14 2 23 0 9 0 2001852811 889200640 40409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14390] ppid=14381 vsize=868360 CPUtime=0.5
/proc/14383/task/14390/stat : 14390 (java) S 14381 14383 13280 0 -1 64 937 901 0 0 34 0 14 2 17 0 9 0 2001852811 889200640 40409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14383/tid=14391] ppid=14381 vsize=868360 CPUtime=0.16

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

/proc/14383/task/14388/stat : 14388 (java) S 14381 14383 13280 0 -1 64 22 901 0 0 0 0 14 2 15 0 9 0 2001852810 889200640 48287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14383/tid=14389] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14389/stat : 14389 (java) S 14381 14383 13280 0 -1 64 1 901 0 0 0 0 14 2 23 0 9 0 2001852811 889200640 48287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14390] ppid=14381 vsize=868360 CPUtime=0.58
/proc/14383/task/14390/stat : 14390 (java) S 14381 14383 13280 0 -1 64 988 901 0 0 42 0 14 2 16 0 9 0 2001852811 889200640 48287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14391] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14391/stat : 14391 (java) S 14381 14383 13280 0 -1 64 1 901 0 0 0 0 14 2 24 0 9 0 2001852812 889200640 48287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14392] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14392/stat : 14392 (java) S 14381 14383 13280 0 -1 64 8 901 0 0 0 0 14 2 15 0 9 0 2001852812 889200640 48287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1463.12
Current children cumulated vsize (KiB) 868360

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14456
/proc/meminfo: memFree=1217928/2055920 swapFree=4180700/4192956
[pid=14383] ppid=14381 vsize=868360 CPUtime=1523.08
/proc/14383/stat : 14383 (java) S 14381 14383 13280 0 -1 0 78624 901 1 0 152248 44 14 2 18 0 9 0 2001852807 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14383/statm: 217090 48289 2638 9 0 211596 0
[pid=14383/tid=14385] ppid=14381 vsize=868360 CPUtime=1521.1
/proc/14383/task/14385/stat : 14385 (java) R 14381 14383 13280 0 -1 64 32278 901 1 0 152068 26 14 2 25 0 9 0 2001852808 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4126457635 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14386] ppid=14381 vsize=868360 CPUtime=1.68
/proc/14383/task/14386/stat : 14386 (java) S 14381 14383 13280 0 -1 64 44497 901 0 0 137 15 14 2 16 0 9 0 2001852809 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14387] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14387/stat : 14387 (java) S 14381 14383 13280 0 -1 64 17 901 0 0 0 0 14 2 16 0 9 0 2001852810 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14383/tid=14388] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14388/stat : 14388 (java) S 14381 14383 13280 0 -1 64 22 901 0 0 0 0 14 2 15 0 9 0 2001852810 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14383/tid=14389] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14389/stat : 14389 (java) S 14381 14383 13280 0 -1 64 1 901 0 0 0 0 14 2 23 0 9 0 2001852811 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14390] ppid=14381 vsize=868360 CPUtime=0.58
/proc/14383/task/14390/stat : 14390 (java) S 14381 14383 13280 0 -1 64 988 901 0 0 42 0 14 2 16 0 9 0 2001852811 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14391] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14391/stat : 14391 (java) S 14381 14383 13280 0 -1 64 1 901 0 0 0 0 14 2 24 0 9 0 2001852812 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14392] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14392/stat : 14392 (java) S 14381 14383 13280 0 -1 64 8 901 0 0 0 0 14 2 15 0 9 0 2001852812 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1523.08
Current children cumulated vsize (KiB) 868360

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14456
/proc/meminfo: memFree=1217928/2055920 swapFree=4180700/4192956
[pid=14383] ppid=14381 vsize=868360 CPUtime=1583.06
/proc/14383/stat : 14383 (java) S 14381 14383 13280 0 -1 0 78643 901 1 0 158245 45 14 2 18 0 9 0 2001852807 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14383/statm: 217090 48289 2638 9 0 211596 0
[pid=14383/tid=14385] ppid=14381 vsize=868360 CPUtime=1581.01
/proc/14383/task/14385/stat : 14385 (java) R 14381 14383 13280 0 -1 64 32297 901 1 0 158059 26 14 2 25 0 9 0 2001852808 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4127123223 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14386] ppid=14381 vsize=868360 CPUtime=1.73
/proc/14383/task/14386/stat : 14386 (java) S 14381 14383 13280 0 -1 64 44497 901 0 0 142 15 14 2 16 0 9 0 2001852809 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14387] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14387/stat : 14387 (java) S 14381 14383 13280 0 -1 64 17 901 0 0 0 0 14 2 16 0 9 0 2001852810 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14383/tid=14388] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14388/stat : 14388 (java) S 14381 14383 13280 0 -1 64 22 901 0 0 0 0 14 2 15 0 9 0 2001852810 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14383/tid=14389] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14389/stat : 14389 (java) S 14381 14383 13280 0 -1 64 1 901 0 0 0 0 14 2 23 0 9 0 2001852811 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14390] ppid=14381 vsize=868360 CPUtime=0.58
/proc/14383/task/14390/stat : 14390 (java) S 14381 14383 13280 0 -1 64 988 901 0 0 42 0 14 2 16 0 9 0 2001852811 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14391] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14391/stat : 14391 (java) S 14381 14383 13280 0 -1 64 1 901 0 0 0 0 14 2 24 0 9 0 2001852812 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14392] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14392/stat : 14392 (java) S 14381 14383 13280 0 -1 64 8 901 0 0 0 0 14 2 15 0 9 0 2001852812 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1583.06
Current children cumulated vsize (KiB) 868360

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14462
/proc/meminfo: memFree=1217792/2055920 swapFree=4180700/4192956
[pid=14383] ppid=14381 vsize=868360 CPUtime=1643.02
/proc/14383/stat : 14383 (java) S 14381 14383 13280 0 -1 0 78658 901 1 0 164241 45 14 2 18 0 9 0 2001852807 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14383/statm: 217090 48289 2638 9 0 211596 0
[pid=14383/tid=14385] ppid=14381 vsize=868360 CPUtime=1640.92
/proc/14383/task/14385/stat : 14385 (java) R 14381 14383 13280 0 -1 64 32312 901 1 0 164050 26 14 2 25 0 9 0 2001852808 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4127123767 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14386] ppid=14381 vsize=868360 CPUtime=1.79
/proc/14383/task/14386/stat : 14386 (java) S 14381 14383 13280 0 -1 64 44497 901 0 0 147 16 14 2 16 0 9 0 2001852809 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14387] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14387/stat : 14387 (java) S 14381 14383 13280 0 -1 64 17 901 0 0 0 0 14 2 16 0 9 0 2001852810 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14383/tid=14388] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14388/stat : 14388 (java) S 14381 14383 13280 0 -1 64 22 901 0 0 0 0 14 2 15 0 9 0 2001852810 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14383/tid=14389] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14389/stat : 14389 (java) S 14381 14383 13280 0 -1 64 1 901 0 0 0 0 14 2 23 0 9 0 2001852811 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14390] ppid=14381 vsize=868360 CPUtime=0.58
/proc/14383/task/14390/stat : 14390 (java) S 14381 14383 13280 0 -1 64 988 901 0 0 42 0 14 2 16 0 9 0 2001852811 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14391] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14391/stat : 14391 (java) S 14381 14383 13280 0 -1 64 1 901 0 0 0 0 14 2 24 0 9 0 2001852812 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14392] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14392/stat : 14392 (java) S 14381 14383 13280 0 -1 64 8 901 0 0 0 0 14 2 15 0 9 0 2001852812 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1643.02
Current children cumulated vsize (KiB) 868360

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14462
/proc/meminfo: memFree=1217856/2055920 swapFree=4180700/4192956
[pid=14383] ppid=14381 vsize=868360 CPUtime=1703
/proc/14383/stat : 14383 (java) S 14381 14383 13280 0 -1 0 78670 901 1 0 170239 45 14 2 18 0 9 0 2001852807 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14383/statm: 217090 48289 2638 9 0 211596 0
[pid=14383/tid=14385] ppid=14381 vsize=868360 CPUtime=1700.86
/proc/14383/task/14385/stat : 14385 (java) R 14381 14383 13280 0 -1 64 32324 901 1 0 170044 26 14 2 25 0 9 0 2001852808 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4126886229 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14386] ppid=14381 vsize=868360 CPUtime=1.83
/proc/14383/task/14386/stat : 14386 (java) S 14381 14383 13280 0 -1 64 44497 901 0 0 151 16 14 2 16 0 9 0 2001852809 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14387] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14387/stat : 14387 (java) S 14381 14383 13280 0 -1 64 17 901 0 0 0 0 14 2 16 0 9 0 2001852810 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14383/tid=14388] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14388/stat : 14388 (java) S 14381 14383 13280 0 -1 64 22 901 0 0 0 0 14 2 15 0 9 0 2001852810 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14383/tid=14389] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14389/stat : 14389 (java) S 14381 14383 13280 0 -1 64 1 901 0 0 0 0 14 2 23 0 9 0 2001852811 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14390] ppid=14381 vsize=868360 CPUtime=0.58
/proc/14383/task/14390/stat : 14390 (java) S 14381 14383 13280 0 -1 64 988 901 0 0 42 0 14 2 16 0 9 0 2001852811 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14391] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14391/stat : 14391 (java) S 14381 14383 13280 0 -1 64 1 901 0 0 0 0 14 2 24 0 9 0 2001852812 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14392] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14392/stat : 14392 (java) S 14381 14383 13280 0 -1 64 8 901 0 0 0 0 14 2 15 0 9 0 2001852812 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1703
Current children cumulated vsize (KiB) 868360

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14462
/proc/meminfo: memFree=1217856/2055920 swapFree=4180700/4192956
[pid=14383] ppid=14381 vsize=868360 CPUtime=1762.98
/proc/14383/stat : 14383 (java) S 14381 14383 13280 0 -1 0 78675 901 1 0 176236 46 14 2 18 0 9 0 2001852807 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14383/statm: 217090 48289 2638 9 0 211596 0
[pid=14383/tid=14385] ppid=14381 vsize=868360 CPUtime=1760.83
/proc/14383/task/14385/stat : 14385 (java) R 14381 14383 13280 0 -1 64 32329 901 1 0 176040 27 14 2 25 0 9 0 2001852808 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4127122480 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14386] ppid=14381 vsize=868360 CPUtime=1.84
/proc/14383/task/14386/stat : 14386 (java) S 14381 14383 13280 0 -1 64 44497 901 0 0 152 16 14 2 16 0 9 0 2001852809 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14387] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14387/stat : 14387 (java) S 14381 14383 13280 0 -1 64 17 901 0 0 0 0 14 2 16 0 9 0 2001852810 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14383/tid=14388] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14388/stat : 14388 (java) S 14381 14383 13280 0 -1 64 22 901 0 0 0 0 14 2 15 0 9 0 2001852810 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14383/tid=14389] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14389/stat : 14389 (java) S 14381 14383 13280 0 -1 64 1 901 0 0 0 0 14 2 23 0 9 0 2001852811 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14390] ppid=14381 vsize=868360 CPUtime=0.58
/proc/14383/task/14390/stat : 14390 (java) S 14381 14383 13280 0 -1 64 988 901 0 0 42 0 14 2 16 0 9 0 2001852811 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14391] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14391/stat : 14391 (java) S 14381 14383 13280 0 -1 64 1 901 0 0 0 0 14 2 24 0 9 0 2001852812 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14392] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14392/stat : 14392 (java) S 14381 14383 13280 0 -1 64 8 901 0 0 0 0 14 2 15 0 9 0 2001852812 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1762.98
Current children cumulated vsize (KiB) 868360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1819.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14462
/proc/meminfo: memFree=1217920/2055920 swapFree=4180700/4192956
[pid=14383] ppid=14381 vsize=868360 CPUtime=1800.07
/proc/14383/stat : 14383 (java) S 14381 14383 13280 0 -1 0 78678 901 1 0 179945 46 14 2 18 0 9 0 2001852807 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14383/statm: 217090 48289 2638 9 0 211596 0
[pid=14383/tid=14385] ppid=14381 vsize=868360 CPUtime=1797.91
/proc/14383/task/14385/stat : 14385 (java) R 14381 14383 13280 0 -1 64 32332 901 1 0 179748 27 14 2 25 0 9 0 2001852808 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4126890160 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14386] ppid=14381 vsize=868360 CPUtime=1.85
/proc/14383/task/14386/stat : 14386 (java) S 14381 14383 13280 0 -1 64 44497 901 0 0 153 16 14 2 16 0 9 0 2001852809 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14387] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14387/stat : 14387 (java) S 14381 14383 13280 0 -1 64 17 901 0 0 0 0 14 2 16 0 9 0 2001852810 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14383/tid=14388] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14388/stat : 14388 (java) S 14381 14383 13280 0 -1 64 22 901 0 0 0 0 14 2 15 0 9 0 2001852810 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14383/tid=14389] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14389/stat : 14389 (java) S 14381 14383 13280 0 -1 64 1 901 0 0 0 0 14 2 23 0 9 0 2001852811 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14390] ppid=14381 vsize=868360 CPUtime=0.58
/proc/14383/task/14390/stat : 14390 (java) S 14381 14383 13280 0 -1 64 988 901 0 0 42 0 14 2 16 0 9 0 2001852811 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14391] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14391/stat : 14391 (java) S 14381 14383 13280 0 -1 64 1 901 0 0 0 0 14 2 24 0 9 0 2001852812 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14383/tid=14392] ppid=14381 vsize=868360 CPUtime=0.16
/proc/14383/task/14392/stat : 14392 (java) S 14381 14383 13280 0 -1 64 8 901 0 0 0 0 14 2 15 0 9 0 2001852812 889200640 48289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868360

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): 1819.47
CPU time (s): 1800.14
CPU user time (s): 1799.63
CPU system time (s): 0.513921
CPU usage (%): 98.9377
Max. virtual memory (cumulated for all children) (KiB): 868360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.513921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79610
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= 40660
involuntary context switches= 47372

runsolver used 2.41563 second user time and 6.39003 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-05 05:33:35
IDJOB=1083531
IDBENCH=57483
IDSOLVER=364
FILE ID=node61/1083531-1215228815
PBS_JOBID= 7881845
Free space on /tmp= 66468 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-22.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-1083531-1215228815/watcher-1083531-1215228815 -o /tmp/evaluation-result-1083531-1215228815/solver-1083531-1215228815 -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-1083531-1215228815.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2dc1ef2385520df4e5d6471c36d68b37
RANDOM SEED=1113402852

node61.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.269
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.269
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1442000 kB
Buffers:         67432 kB
Cached:         346348 kB
SwapCached:       6188 kB
Active:         337564 kB
Inactive:       217220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1442000 kB
SwapTotal:     4192956 kB
SwapFree:      4180700 kB
Dirty:            3724 kB
Writeback:           0 kB
Mapped:         158068 kB
Slab:            43896 kB
Committed_AS:  4615928 kB
PageTables:       2192 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB
End job on node61 at 2008-07-05 06:03:56