Trace number 1049991

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.11 1814.17

General information on the benchmark

Namecsp/pseudo/routing/
normalized-s4-4-3-1.xml
MD5SUMb7273bede112d59293a6e9f7e6f2a477
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.41163
Satisfiable
(Un)Satisfiability was proved
Number of variables672
Number of constraints2028
Maximum constraint arity28
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2028
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.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1049991-1215047391.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.38/0.42	     nbVariables=672  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=1344
0.38/0.42	       =>  wckTime=0.176  cpuTime=0.13  mem=8M829
0.38/0.42	   
0.38/0.42	   predicates being loaded...
0.38/0.49	   
0.38/0.49	   constraints being loaded...
1.16/1.22	     nbConstraints=1037  nbGlobalConstraints=3  nbMergedConstraints=994  nbConvertedConstraints=274
1.16/1.22	     nbConvertConstraintsChecks=68  nbExtensionStructures=3  nbSharedExtensionStructures=271  nbConflictsStructures=8
1.16/1.22	     nbSharedConflictsStructures=1002  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=9
1.16/1.22	     nbEvaluationManagers=6  nbSharedEvaluationManagers=754  minDegree=3  maxDegree=10  minArity=2  avgArity=3.55
1.16/1.22	     maxArity=48  nbGenerators=3  nbFusions=0  symmetryWckTime=0.147  symmetryCpuTime=0.1
1.16/1.22	       =>  wckTime=0.971  cpuTime=0.76  mem=39M323
1.27/1.33	   
1.27/1.33	   solver IterativeSystematicSolver being built... 
1.36/1.43	   
1.36/1.44	   INFO : Forward propagation technique limited 
1.46/1.53	       =>  wckTime=1.283  cpuTime=0.94  mem=32M553
9.70/9.82	   
9.70/9.82	   preprocessing
9.70/9.82	     nbConstraintChecks=3509792  nbValidityChecks=10632  nbPropagations=1943  nbRevisions=8029  nbUselessRevisions=7502
9.70/9.82	     nbSingletonTests=744  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
9.70/9.82	     detectedInconsistency=no
9.70/9.82	       =>  wckTime=8.285  cpuTime=8.18  mem=32M553
64.14/64.78	   
64.14/64.78	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=34M480)

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-1049991-1215047391/watcher-1049991-1215047391 -o /tmp/evaluation-result-1049991-1215047391/solver-1049991-1215047391 -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-1049991-1215047391.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.00 2.00 1.94 3/72 9766
/proc/meminfo: memFree=1848760/2055920 swapFree=4180448/4192956
[pid=9766] ppid=9764 vsize=1616 CPUtime=0
/proc/9766/stat : 9766 (java) D 9764 9766 8596 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1983713692 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/9766/statm: 404 145 119 9 0 46 0

[startup+0.053435 s]
/proc/loadavg: 2.00 2.00 1.94 3/72 9766
/proc/meminfo: memFree=1848760/2055920 swapFree=4180448/4192956
[pid=9766] ppid=9764 vsize=863776 CPUtime=0.03
/proc/9766/stat : 9766 (java) S 9764 9766 8596 0 -1 0 2659 0 1 0 2 1 0 0 18 0 9 0 1983713692 884506624 2217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9766/statm: 215944 2217 1074 9 0 210901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863776

[startup+0.101444 s]
/proc/loadavg: 2.00 2.00 1.94 3/72 9766
/proc/meminfo: memFree=1848760/2055920 swapFree=4180448/4192956
[pid=9766] ppid=9764 vsize=865884 CPUtime=0.09
/proc/9766/stat : 9766 (java) S 9764 9766 8596 0 -1 0 3700 0 1 0 7 2 0 0 18 0 9 0 1983713692 886665216 3174 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9766/statm: 216471 3174 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301465 s]
/proc/loadavg: 2.00 2.00 1.94 3/72 9766
/proc/meminfo: memFree=1848760/2055920 swapFree=4180448/4192956
[pid=9766] ppid=9764 vsize=866284 CPUtime=0.28
/proc/9766/stat : 9766 (java) S 9764 9766 8596 0 -1 0 5901 0 1 0 25 3 0 0 18 0 9 0 1983713692 887074816 5275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9766/statm: 216571 5277 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701507 s]
/proc/loadavg: 2.00 2.00 1.94 3/72 9766
/proc/meminfo: memFree=1848760/2055920 swapFree=4180448/4192956
[pid=9766] ppid=9764 vsize=867676 CPUtime=0.68
/proc/9766/stat : 9766 (java) S 9764 9766 8596 0 -1 0 9290 0 1 0 63 5 0 0 18 0 9 0 1983713692 888500224 8650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9766/statm: 216919 8651 2008 9 0 211425 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867676

[startup+1.50159 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 9775
/proc/meminfo: memFree=1809968/2055920 swapFree=4180448/4192956
[pid=9766] ppid=9764 vsize=868000 CPUtime=1.46
/proc/9766/stat : 9766 (java) S 9764 9766 8596 0 -1 0 24074 256 1 0 129 15 2 0 18 0 10 0 1983713692 888832000 15381 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9766/statm: 217000 15381 2633 9 0 211506 0
[pid=9766/tid=9768] ppid=9764 vsize=868000 CPUtime=1.11
/proc/9766/task/9768/stat : 9768 (java) R 9764 9766 8596 0 -1 64 16300 256 1 0 98 11 2 0 17 0 10 0 1983713693 888832000 15381 996147200 134512640 134550740 4294955968 18446744073709551615 4126584736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9769] ppid=9764 vsize=868000 CPUtime=0.11
/proc/9766/task/9769/stat : 9769 (java) S 9764 9766 8596 0 -1 64 6048 256 0 0 8 1 2 0 16 0 10 0 1983713695 888832000 15381 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9770] ppid=9764 vsize=868000 CPUtime=0.02
/proc/9766/task/9770/stat : 9770 (java) S 9764 9766 8596 0 -1 64 17 256 0 0 0 0 2 0 16 0 10 0 1983713695 888832000 15381 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9771] ppid=9764 vsize=868000 CPUtime=0.02
/proc/9766/task/9771/stat : 9771 (java) S 9764 9766 8596 0 -1 64 11 256 0 0 0 0 2 0 16 0 10 0 1983713695 888832000 15381 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9772] ppid=9764 vsize=868000 CPUtime=0.02
/proc/9766/task/9772/stat : 9772 (java) S 9764 9766 8596 0 -1 64 1 256 0 0 0 0 2 0 23 0 10 0 1983713697 888832000 15381 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9773] ppid=9764 vsize=868000 CPUtime=0.25
/proc/9766/task/9773/stat : 9773 (java) S 9764 9766 8596 0 -1 64 894 256 0 0 23 0 2 0 16 0 10 0 1983713697 888832000 15381 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9774] ppid=9764 vsize=868000 CPUtime=0.02
/proc/9766/task/9774/stat : 9774 (java) S 9764 9766 8596 0 -1 64 1 256 0 0 0 0 2 0 24 0 10 0 1983713697 888832000 15381 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9775] ppid=9764 vsize=868000 CPUtime=0.02
/proc/9766/task/9775/stat : 9775 (java) S 9764 9766 8596 0 -1 64 6 256 0 0 0 0 2 0 15 0 10 0 1983713697 888832000 15381 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868000

[startup+3.10174 s]
/proc/loadavg: 2.24 2.05 1.96 3/81 9779
/proc/meminfo: memFree=1797040/2055920 swapFree=4180448/4192956
[pid=9766] ppid=9764 vsize=868000 CPUtime=3.06
/proc/9766/stat : 9766 (java) S 9764 9766 8596 0 -1 0 24865 378 1 0 288 15 2 1 18 0 9 0 1983713692 888832000 15409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9766/statm: 217000 15409 2633 9 0 211506 0
[pid=9766/tid=9768] ppid=9764 vsize=868000 CPUtime=2.68
/proc/9766/task/9768/stat : 9768 (java) R 9764 9766 8596 0 -1 64 17078 378 1 0 254 11 2 1 22 0 9 0 1983713693 888832000 15409 996147200 134512640 134550740 4294955968 18446744073709551615 4127119952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9769] ppid=9764 vsize=868000 CPUtime=0.12
/proc/9766/task/9769/stat : 9769 (java) S 9764 9766 8596 0 -1 64 6049 378 0 0 8 1 2 1 16 0 9 0 1983713695 888832000 15409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9770] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9770/stat : 9770 (java) S 9764 9766 8596 0 -1 64 17 378 0 0 0 0 2 1 16 0 9 0 1983713695 888832000 15409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9771] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9771/stat : 9771 (java) S 9764 9766 8596 0 -1 64 11 378 0 0 0 0 2 1 16 0 9 0 1983713695 888832000 15409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9772] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9772/stat : 9772 (java) S 9764 9766 8596 0 -1 64 1 378 0 0 0 0 2 1 23 0 9 0 1983713697 888832000 15409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9773] ppid=9764 vsize=868000 CPUtime=0.28
/proc/9766/task/9773/stat : 9773 (java) S 9764 9766 8596 0 -1 64 903 378 0 0 25 0 2 1 16 0 9 0 1983713697 888832000 15409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9774] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9774/stat : 9774 (java) S 9764 9766 8596 0 -1 64 1 378 0 0 0 0 2 1 24 0 9 0 1983713697 888832000 15409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9775] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9775/stat : 9775 (java) S 9764 9766 8596 0 -1 64 6 378 0 0 0 0 2 1 15 0 9 0 1983713697 888832000 15409 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) 868000

[startup+6.30207 s]
/proc/loadavg: 2.24 2.05 1.96 3/81 9779
/proc/meminfo: memFree=1796976/2055920 swapFree=4180448/4192956
[pid=9766] ppid=9764 vsize=868000 CPUtime=6.23
/proc/9766/stat : 9766 (java) S 9764 9766 8596 0 -1 0 24898 378 1 0 605 15 2 1 18 0 9 0 1983713692 888832000 15412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9766/statm: 217000 15412 2633 9 0 211506 0
[pid=9766/tid=9768] ppid=9764 vsize=868000 CPUtime=5.85
/proc/9766/task/9768/stat : 9768 (java) R 9764 9766 8596 0 -1 64 17078 378 1 0 571 11 2 1 25 0 9 0 1983713693 888832000 15412 996147200 134512640 134550740 4294955968 18446744073709551615 4126991768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9769] ppid=9764 vsize=868000 CPUtime=0.12
/proc/9766/task/9769/stat : 9769 (java) S 9764 9766 8596 0 -1 64 6049 378 0 0 8 1 2 1 16 0 9 0 1983713695 888832000 15412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9770] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9770/stat : 9770 (java) S 9764 9766 8596 0 -1 64 17 378 0 0 0 0 2 1 16 0 9 0 1983713695 888832000 15412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9771] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9771/stat : 9771 (java) S 9764 9766 8596 0 -1 64 11 378 0 0 0 0 2 1 16 0 9 0 1983713695 888832000 15412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9772] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9772/stat : 9772 (java) S 9764 9766 8596 0 -1 64 1 378 0 0 0 0 2 1 23 0 9 0 1983713697 888832000 15412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9773] ppid=9764 vsize=868000 CPUtime=0.28
/proc/9766/task/9773/stat : 9773 (java) S 9764 9766 8596 0 -1 64 906 378 0 0 25 0 2 1 16 0 9 0 1983713697 888832000 15412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9774] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9774/stat : 9774 (java) S 9764 9766 8596 0 -1 64 1 378 0 0 0 0 2 1 24 0 9 0 1983713697 888832000 15412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9775] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9775/stat : 9775 (java) S 9764 9766 8596 0 -1 64 36 378 0 0 0 0 2 1 15 0 9 0 1983713697 888832000 15412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 868000

[startup+12.7017 s]
/proc/loadavg: 2.20 2.05 1.96 3/81 9779
/proc/meminfo: memFree=1796656/2055920 swapFree=4180448/4192956
[pid=9766] ppid=9764 vsize=868000 CPUtime=12.57
/proc/9766/stat : 9766 (java) S 9764 9766 8596 0 -1 0 25278 378 1 0 1239 15 2 1 18 0 9 0 1983713692 888832000 15435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9766/statm: 217000 15435 2633 9 0 211506 0
[pid=9766/tid=9768] ppid=9764 vsize=868000 CPUtime=12.17
/proc/9766/task/9768/stat : 9768 (java) R 9764 9766 8596 0 -1 64 17402 378 1 0 1202 12 2 1 25 0 9 0 1983713693 888832000 15435 996147200 134512640 134550740 4294955968 18446744073709551615 4127117984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9769] ppid=9764 vsize=868000 CPUtime=0.12
/proc/9766/task/9769/stat : 9769 (java) S 9764 9766 8596 0 -1 64 6049 378 0 0 8 1 2 1 16 0 9 0 1983713695 888832000 15435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9770] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9770/stat : 9770 (java) S 9764 9766 8596 0 -1 64 17 378 0 0 0 0 2 1 16 0 9 0 1983713695 888832000 15435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9771] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9771/stat : 9771 (java) S 9764 9766 8596 0 -1 64 11 378 0 0 0 0 2 1 16 0 9 0 1983713695 888832000 15435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9772] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9772/stat : 9772 (java) S 9764 9766 8596 0 -1 64 1 378 0 0 0 0 2 1 23 0 9 0 1983713697 888832000 15435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9773] ppid=9764 vsize=868000 CPUtime=0.31
/proc/9766/task/9773/stat : 9773 (java) S 9764 9766 8596 0 -1 64 962 378 0 0 28 0 2 1 15 0 9 0 1983713697 888832000 15435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9774] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9774/stat : 9774 (java) S 9764 9766 8596 0 -1 64 1 378 0 0 0 0 2 1 24 0 9 0 1983713697 888832000 15435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9775] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9775/stat : 9775 (java) S 9764 9766 8596 0 -1 64 36 378 0 0 0 0 2 1 15 0 9 0 1983713697 888832000 15435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 868000

[startup+25.5011 s]
/proc/loadavg: 2.17 2.05 1.96 3/81 9779
/proc/meminfo: memFree=1796464/2055920 swapFree=4180448/4192956
[pid=9766] ppid=9764 vsize=868000 CPUtime=25.26
/proc/9766/stat : 9766 (java) S 9764 9766 8596 0 -1 0 25291 378 1 0 2507 16 2 1 18 0 9 0 1983713692 888832000 15438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9766/statm: 217000 15438 2633 9 0 211506 0
[pid=9766/tid=9768] ppid=9764 vsize=868000 CPUtime=24.84
/proc/9766/task/9768/stat : 9768 (java) R 9764 9766 8596 0 -1 64 17409 378 1 0 2469 12 2 1 25 0 9 0 1983713693 888832000 15438 996147200 134512640 134550740 4294955968 18446744073709551615 4127117378 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9769] ppid=9764 vsize=868000 CPUtime=0.12
/proc/9766/task/9769/stat : 9769 (java) S 9764 9766 8596 0 -1 64 6049 378 0 0 8 1 2 1 16 0 9 0 1983713695 888832000 15438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9770] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9770/stat : 9770 (java) S 9764 9766 8596 0 -1 64 17 378 0 0 0 0 2 1 16 0 9 0 1983713695 888832000 15438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9771] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9771/stat : 9771 (java) S 9764 9766 8596 0 -1 64 11 378 0 0 0 0 2 1 16 0 9 0 1983713695 888832000 15438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9772] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9772/stat : 9772 (java) S 9764 9766 8596 0 -1 64 1 378 0 0 0 0 2 1 23 0 9 0 1983713697 888832000 15438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9773] ppid=9764 vsize=868000 CPUtime=0.32
/proc/9766/task/9773/stat : 9773 (java) S 9764 9766 8596 0 -1 64 968 378 0 0 29 0 2 1 17 0 9 0 1983713697 888832000 15438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9774] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9774/stat : 9774 (java) S 9764 9766 8596 0 -1 64 1 378 0 0 0 0 2 1 24 0 9 0 1983713697 888832000 15438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9775] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9775/stat : 9775 (java) S 9764 9766 8596 0 -1 64 36 378 0 0 0 0 2 1 15 0 9 0 1983713697 888832000 15438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 868000

[startup+51.1017 s]
/proc/loadavg: 2.11 2.04 1.96 3/81 9779
/proc/meminfo: memFree=1796528/2055920 swapFree=4180448/4192956
[pid=9766] ppid=9764 vsize=868000 CPUtime=50.65
/proc/9766/stat : 9766 (java) S 9764 9766 8596 0 -1 0 25366 378 1 0 5046 16 2 1 18 0 9 0 1983713692 888832000 15440 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9766/statm: 217000 15440 2633 9 0 211506 0
[pid=9766/tid=9768] ppid=9764 vsize=868000 CPUtime=50.23
/proc/9766/task/9768/stat : 9768 (java) R 9764 9766 8596 0 -1 64 17481 378 1 0 5008 12 2 1 25 0 9 0 1983713693 888832000 15440 996147200 134512640 134550740 4294955968 18446744073709551615 4126964388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9769] ppid=9764 vsize=868000 CPUtime=0.12
/proc/9766/task/9769/stat : 9769 (java) S 9764 9766 8596 0 -1 64 6049 378 0 0 8 1 2 1 16 0 9 0 1983713695 888832000 15440 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9770] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9770/stat : 9770 (java) S 9764 9766 8596 0 -1 64 17 378 0 0 0 0 2 1 16 0 9 0 1983713695 888832000 15440 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9771] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9771/stat : 9771 (java) S 9764 9766 8596 0 -1 64 11 378 0 0 0 0 2 1 16 0 9 0 1983713695 888832000 15440 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9772] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9772/stat : 9772 (java) S 9764 9766 8596 0 -1 64 1 378 0 0 0 0 2 1 23 0 9 0 1983713697 888832000 15440 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9773] ppid=9764 vsize=868000 CPUtime=0.32
/proc/9766/task/9773/stat : 9773 (java) S 9764 9766 8596 0 -1 64 971 378 0 0 29 0 2 1 16 0 9 0 1983713697 888832000 15440 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9774] ppid=9764 vsize=868000 CPUtime=0.03

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

/proc/9766/task/9771/stat : 9771 (java) S 9764 9766 8596 0 -1 64 11 378 0 0 0 0 2 1 16 0 9 0 1983713695 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9772] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9772/stat : 9772 (java) S 9764 9766 8596 0 -1 64 1 378 0 0 0 0 2 1 23 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9773] ppid=9764 vsize=868000 CPUtime=0.37
/proc/9766/task/9773/stat : 9773 (java) S 9764 9766 8596 0 -1 64 1011 378 0 0 33 1 2 1 16 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9774] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9774/stat : 9774 (java) S 9764 9766 8596 0 -1 64 1 378 0 0 0 0 2 1 24 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9775] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9775/stat : 9775 (java) S 9764 9766 8596 0 -1 64 36 378 0 0 0 0 2 1 15 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1529.81
Current children cumulated vsize (KiB) 868000

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/81 9779
/proc/meminfo: memFree=1795312/2055920 swapFree=4180448/4192956
[pid=9766] ppid=9764 vsize=868000 CPUtime=1589.33
/proc/9766/stat : 9766 (java) S 9764 9766 8596 0 -1 0 25453 378 1 0 158910 20 2 1 18 0 9 0 1983713692 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9766/statm: 217000 15459 2633 9 0 211506 0
[pid=9766/tid=9768] ppid=9764 vsize=868000 CPUtime=1588.87
/proc/9766/task/9768/stat : 9768 (java) R 9764 9766 8596 0 -1 64 17528 378 1 0 158868 16 2 1 25 0 9 0 1983713693 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4127115184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9769] ppid=9764 vsize=868000 CPUtime=0.12
/proc/9766/task/9769/stat : 9769 (java) S 9764 9766 8596 0 -1 64 6049 378 0 0 8 1 2 1 16 0 9 0 1983713695 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9770] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9770/stat : 9770 (java) S 9764 9766 8596 0 -1 64 17 378 0 0 0 0 2 1 16 0 9 0 1983713695 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9771] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9771/stat : 9771 (java) S 9764 9766 8596 0 -1 64 11 378 0 0 0 0 2 1 16 0 9 0 1983713695 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9772] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9772/stat : 9772 (java) S 9764 9766 8596 0 -1 64 1 378 0 0 0 0 2 1 23 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9773] ppid=9764 vsize=868000 CPUtime=0.37
/proc/9766/task/9773/stat : 9773 (java) S 9764 9766 8596 0 -1 64 1011 378 0 0 33 1 2 1 16 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9774] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9774/stat : 9774 (java) S 9764 9766 8596 0 -1 64 1 378 0 0 0 0 2 1 24 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9775] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9775/stat : 9775 (java) S 9764 9766 8596 0 -1 64 36 378 0 0 0 0 2 1 15 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.33
Current children cumulated vsize (KiB) 868000

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 9779
/proc/meminfo: memFree=1795248/2055920 swapFree=4180448/4192956
[pid=9766] ppid=9764 vsize=868000 CPUtime=1648.84
/proc/9766/stat : 9766 (java) S 9764 9766 8596 0 -1 0 25453 378 1 0 164861 20 2 1 18 0 9 0 1983713692 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9766/statm: 217000 15459 2633 9 0 211506 0
[pid=9766/tid=9768] ppid=9764 vsize=868000 CPUtime=1648.38
/proc/9766/task/9768/stat : 9768 (java) R 9764 9766 8596 0 -1 64 17528 378 1 0 164819 16 2 1 25 0 9 0 1983713693 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4127119856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9769] ppid=9764 vsize=868000 CPUtime=0.12
/proc/9766/task/9769/stat : 9769 (java) S 9764 9766 8596 0 -1 64 6049 378 0 0 8 1 2 1 16 0 9 0 1983713695 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9770] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9770/stat : 9770 (java) S 9764 9766 8596 0 -1 64 17 378 0 0 0 0 2 1 16 0 9 0 1983713695 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9771] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9771/stat : 9771 (java) S 9764 9766 8596 0 -1 64 11 378 0 0 0 0 2 1 16 0 9 0 1983713695 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9772] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9772/stat : 9772 (java) S 9764 9766 8596 0 -1 64 1 378 0 0 0 0 2 1 23 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9773] ppid=9764 vsize=868000 CPUtime=0.37
/proc/9766/task/9773/stat : 9773 (java) S 9764 9766 8596 0 -1 64 1011 378 0 0 33 1 2 1 16 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9774] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9774/stat : 9774 (java) S 9764 9766 8596 0 -1 64 1 378 0 0 0 0 2 1 24 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9775] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9775/stat : 9775 (java) S 9764 9766 8596 0 -1 64 36 378 0 0 0 0 2 1 15 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.84
Current children cumulated vsize (KiB) 868000

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 9780
/proc/meminfo: memFree=1795056/2055920 swapFree=4180448/4192956
[pid=9766] ppid=9764 vsize=868000 CPUtime=1708.35
/proc/9766/stat : 9766 (java) S 9764 9766 8596 0 -1 0 25453 378 1 0 170812 20 2 1 18 0 9 0 1983713692 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9766/statm: 217000 15459 2633 9 0 211506 0
[pid=9766/tid=9768] ppid=9764 vsize=868000 CPUtime=1707.89
/proc/9766/task/9768/stat : 9768 (java) R 9764 9766 8596 0 -1 64 17528 378 1 0 170770 16 2 1 25 0 9 0 1983713693 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4127095891 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9769] ppid=9764 vsize=868000 CPUtime=0.12
/proc/9766/task/9769/stat : 9769 (java) S 9764 9766 8596 0 -1 64 6049 378 0 0 8 1 2 1 16 0 9 0 1983713695 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9770] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9770/stat : 9770 (java) S 9764 9766 8596 0 -1 64 17 378 0 0 0 0 2 1 16 0 9 0 1983713695 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9771] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9771/stat : 9771 (java) S 9764 9766 8596 0 -1 64 11 378 0 0 0 0 2 1 16 0 9 0 1983713695 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9772] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9772/stat : 9772 (java) S 9764 9766 8596 0 -1 64 1 378 0 0 0 0 2 1 23 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9773] ppid=9764 vsize=868000 CPUtime=0.37
/proc/9766/task/9773/stat : 9773 (java) S 9764 9766 8596 0 -1 64 1011 378 0 0 33 1 2 1 16 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9774] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9774/stat : 9774 (java) S 9764 9766 8596 0 -1 64 1 378 0 0 0 0 2 1 24 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9775] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9775/stat : 9775 (java) S 9764 9766 8596 0 -1 64 36 378 0 0 0 0 2 1 15 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.35
Current children cumulated vsize (KiB) 868000

[startup+1782.3 s]
/proc/loadavg: 1.96 2.00 1.99 3/81 9809
/proc/meminfo: memFree=1772272/2055920 swapFree=4180448/4192956
[pid=9766] ppid=9764 vsize=868000 CPUtime=1768.23
/proc/9766/stat : 9766 (java) S 9764 9766 8596 0 -1 0 25453 378 1 0 176799 21 2 1 18 0 9 0 1983713692 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9766/statm: 217000 15459 2633 9 0 211506 0
[pid=9766/tid=9768] ppid=9764 vsize=868000 CPUtime=1767.77
/proc/9766/task/9768/stat : 9768 (java) R 9764 9766 8596 0 -1 64 17528 378 1 0 176757 17 2 1 25 0 9 0 1983713693 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4127095928 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9769] ppid=9764 vsize=868000 CPUtime=0.12
/proc/9766/task/9769/stat : 9769 (java) S 9764 9766 8596 0 -1 64 6049 378 0 0 8 1 2 1 16 0 9 0 1983713695 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9770] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9770/stat : 9770 (java) S 9764 9766 8596 0 -1 64 17 378 0 0 0 0 2 1 16 0 9 0 1983713695 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9771] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9771/stat : 9771 (java) S 9764 9766 8596 0 -1 64 11 378 0 0 0 0 2 1 16 0 9 0 1983713695 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9772] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9772/stat : 9772 (java) S 9764 9766 8596 0 -1 64 1 378 0 0 0 0 2 1 23 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9773] ppid=9764 vsize=868000 CPUtime=0.37
/proc/9766/task/9773/stat : 9773 (java) S 9764 9766 8596 0 -1 64 1011 378 0 0 33 1 2 1 16 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9774] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9774/stat : 9774 (java) S 9764 9766 8596 0 -1 64 1 378 0 0 0 0 2 1 24 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9775] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9775/stat : 9775 (java) S 9764 9766 8596 0 -1 64 36 378 0 0 0 0 2 1 15 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.23
Current children cumulated vsize (KiB) 868000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.1 s]
/proc/loadavg: 1.97 2.00 1.99 3/81 9809
/proc/meminfo: memFree=1772336/2055920 swapFree=4180448/4192956
[pid=9766] ppid=9764 vsize=868000 CPUtime=1800.03
/proc/9766/stat : 9766 (java) S 9764 9766 8596 0 -1 0 25453 378 1 0 179979 21 2 1 18 0 9 0 1983713692 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9766/statm: 217000 15459 2633 9 0 211506 0
[pid=9766/tid=9768] ppid=9764 vsize=868000 CPUtime=1799.56
/proc/9766/task/9768/stat : 9768 (java) R 9764 9766 8596 0 -1 64 17528 378 1 0 179936 17 2 1 25 0 9 0 1983713693 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4127116896 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9769] ppid=9764 vsize=868000 CPUtime=0.12
/proc/9766/task/9769/stat : 9769 (java) S 9764 9766 8596 0 -1 64 6049 378 0 0 8 1 2 1 16 0 9 0 1983713695 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9770] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9770/stat : 9770 (java) S 9764 9766 8596 0 -1 64 17 378 0 0 0 0 2 1 16 0 9 0 1983713695 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9771] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9771/stat : 9771 (java) S 9764 9766 8596 0 -1 64 11 378 0 0 0 0 2 1 16 0 9 0 1983713695 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9772] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9772/stat : 9772 (java) S 9764 9766 8596 0 -1 64 1 378 0 0 0 0 2 1 23 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9773] ppid=9764 vsize=868000 CPUtime=0.37
/proc/9766/task/9773/stat : 9773 (java) S 9764 9766 8596 0 -1 64 1011 378 0 0 33 1 2 1 16 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9774] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9774/stat : 9774 (java) S 9764 9766 8596 0 -1 64 1 378 0 0 0 0 2 1 24 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9775] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9775/stat : 9775 (java) S 9764 9766 8596 0 -1 64 36 378 0 0 0 0 2 1 15 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 868000

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

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

[startup+1814.1 s]
/proc/loadavg: 1.97 2.00 1.99 3/81 9809
/proc/meminfo: memFree=1772336/2055920 swapFree=4180448/4192956
[pid=9766] ppid=9764 vsize=868000 CPUtime=1800.03
/proc/9766/stat : 9766 (java) S 9764 9766 8596 0 -1 0 25453 378 1 0 179979 21 2 1 18 0 9 0 1983713692 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9766/statm: 217000 15459 2633 9 0 211506 0
[pid=9766/tid=9768] ppid=9764 vsize=868000 CPUtime=1799.56
/proc/9766/task/9768/stat : 9768 (java) R 9764 9766 8596 0 -1 64 17528 378 1 0 179936 17 2 1 25 0 9 0 1983713693 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4127116896 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9769] ppid=9764 vsize=868000 CPUtime=0.12
/proc/9766/task/9769/stat : 9769 (java) S 9764 9766 8596 0 -1 64 6049 378 0 0 8 1 2 1 16 0 9 0 1983713695 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9770] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9770/stat : 9770 (java) S 9764 9766 8596 0 -1 64 17 378 0 0 0 0 2 1 16 0 9 0 1983713695 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9771] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9771/stat : 9771 (java) S 9764 9766 8596 0 -1 64 11 378 0 0 0 0 2 1 16 0 9 0 1983713695 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9772] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9772/stat : 9772 (java) S 9764 9766 8596 0 -1 64 1 378 0 0 0 0 2 1 23 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9773] ppid=9764 vsize=868000 CPUtime=0.37
/proc/9766/task/9773/stat : 9773 (java) S 9764 9766 8596 0 -1 64 1011 378 0 0 33 1 2 1 16 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9766/tid=9774] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9774/stat : 9774 (java) S 9764 9766 8596 0 -1 64 1 378 0 0 0 0 2 1 24 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9766/tid=9775] ppid=9764 vsize=868000 CPUtime=0.03
/proc/9766/task/9775/stat : 9775 (java) S 9764 9766 8596 0 -1 64 36 378 0 0 0 0 2 1 15 0 9 0 1983713697 888832000 15459 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 868000

Child status: 143
Real time (s): 1814.17
CPU time (s): 1800.11
CPU user time (s): 1799.87
CPU system time (s): 0.234964
CPU usage (%): 99.2246
Max. virtual memory (cumulated for all children) (KiB): 868000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.234964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25863
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= 38331
involuntary context switches= 40257

runsolver used 2.49662 second user time and 5.12722 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-03 03:09:51
IDJOB=1049991
IDBENCH=54856
IDSOLVER=364
FILE ID=node24/1049991-1215047391
PBS_JOBID= 7875125
Free space on /tmp= 66524 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/routing/normalized-s4-4-3-1.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-1049991-1215047391/watcher-1049991-1215047391 -o /tmp/evaluation-result-1049991-1215047391/solver-1049991-1215047391 -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-1049991-1215047391.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b7273bede112d59293a6e9f7e6f2a477
RANDOM SEED=2108032153

node24.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.232
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.232
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:       1849240 kB
Buffers:         21236 kB
Cached:         107188 kB
SwapCached:       6556 kB
Active:          90424 kB
Inactive:        57604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849240 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            2324 kB
Writeback:           0 kB
Mapped:          27148 kB
Slab:            43940 kB
Committed_AS:  3399716 kB
PageTables:       1792 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node24 at 2008-07-03 03:40:07