Trace number 1083468

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.13 1807.46

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-3.xml
MD5SUMd4dfebcda634d2e830e49daacaa49bde
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 size1574
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.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.25	   configuration
0.19/0.25	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1083468-1215228331.xml
0.30/0.31	   
0.30/0.31	   domains being loaded...
0.30/0.34	   
0.30/0.34	   variables being loaded...
0.49/0.54	     nbVariables=800  nbDomainTypes=99  minDomainSize=1476  maxDomainSize=1574  nbTotalValues=1219828
0.49/0.54	       =>  wckTime=0.297  cpuTime=0.21  mem=35M309
0.49/0.54	   
0.49/0.55	   predicates being loaded...
0.59/0.60	   
0.59/0.60	   constraints being loaded...
20.70/20.87	   
20.70/20.87	   INFO : Stopping converting binary constraints (cpu=20.11, mem = 65M161)
23.79/23.94	     nbConstraints=12960  nbGlobalConstraints=12035  nbConvertedConstraints=80  nbConvertConstraintsChecks=106673067
23.79/23.95	     nbExtensionStructures=46  nbSharedExtensionStructures=34  nbConflictsStructures=46  nbSharedConflictsStructures=34
23.79/23.95	     nbUnbuiltConflictsStructures=257  nbSharedBinaryRepresentations=69021  nbEvaluationManagers=257
23.79/23.95	     nbSharedEvaluationManagers=588  minDegree=21  maxDegree=44  minArity=2  avgArity=2.03  maxArity=21  nbGenerators=0
23.79/23.95	     nbFusions=0  symmetryWckTime=2.554  symmetryCpuTime=2.31  nbCliques=20
23.79/23.95	       =>  wckTime=23.698  cpuTime=22.71  mem=83M200
24.08/24.26	   
24.08/24.26	   solver IterativeSystematicSolver being built... 
24.18/24.38	   
24.18/24.38	   INFO : Forward propagation technique limited 
24.38/24.59	       =>  wckTime=24.342  cpuTime=22.96  mem=113M948
117.93/118.53	   
117.93/118.53	   preprocessing
117.93/118.53	     nbConstraintChecks=501814282  nbValidityChecks=2275980  nbPropagations=1788  nbRevisions=4467
117.93/118.53	     nbUselessRevisions=3062  nbRemovedValues=763268  detectedInconsistency=no
117.93/118.53	       =>  wckTime=93.889  cpuTime=93.31  mem=142M177
142.70/143.46	   
142.70/143.46	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=103, mem=125M747)

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-1083468-1215228331/watcher-1083468-1215228331 -o /tmp/evaluation-result-1083468-1215228331/solver-1083468-1215228331 -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-1083468-1215228331.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.65 2.26 2.09 3/72 19151
/proc/meminfo: memFree=1467608/2055920 swapFree=4179840/4192956
[pid=19151] ppid=19149 vsize=10616 CPUtime=0
/proc/19151/stat : 19151 (java) S 19149 19151 15988 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 644022440 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19151/statm: 2654 472 209 9 0 1184 0
[pid=19151/tid=19152] ppid=19149 vsize=10616 CPUtime=0
/proc/19151/task/19152/stat : 19152 (java) R 19149 19151 15988 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 644022441 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 3706840 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.111611 s]
/proc/loadavg: 2.65 2.26 2.09 3/72 19151
/proc/meminfo: memFree=1467608/2055920 swapFree=4179840/4192956
[pid=19151] ppid=19149 vsize=865884 CPUtime=0.1
/proc/19151/stat : 19151 (java) S 19149 19151 15988 0 -1 0 3874 0 1 0 8 2 0 0 18 0 9 0 644022440 886665216 3315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19151/statm: 216471 3316 1746 9 0 211026 0
[pid=19151/tid=19152] ppid=19149 vsize=865884 CPUtime=0.07
/proc/19151/task/19152/stat : 19152 (java) R 19149 19151 15988 0 -1 64 2958 0 1 0 6 1 0 0 16 0 9 0 644022441 886665216 3317 996147200 134512640 134550740 4294955968 18446744073709551615 104455414 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 865884

[startup+0.20262 s]
/proc/loadavg: 2.65 2.26 2.09 3/72 19151
/proc/meminfo: memFree=1467608/2055920 swapFree=4179840/4192956
[pid=19151] ppid=19149 vsize=866044 CPUtime=0.19
/proc/19151/stat : 19151 (java) S 19149 19151 15988 0 -1 0 4753 0 1 0 15 4 0 0 18 0 9 0 644022440 886829056 4181 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19151/statm: 216511 4187 1861 9 0 211059 0
[pid=19151/tid=19152] ppid=19149 vsize=866044 CPUtime=0.16
/proc/19151/task/19152/stat : 19152 (java) R 19149 19151 15988 0 -1 64 3841 0 1 0 13 3 0 0 17 0 9 0 644022441 886829056 4189 996147200 134512640 134550740 4294955968 18446744073709551615 104454898 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866044

[startup+0.302628 s]
/proc/loadavg: 2.65 2.26 2.09 3/72 19151
/proc/meminfo: memFree=1467608/2055920 swapFree=4179840/4192956
[pid=19151] ppid=19149 vsize=866284 CPUtime=0.3
/proc/19151/stat : 19151 (java) S 19149 19151 15988 0 -1 0 5888 0 1 0 25 5 0 0 18 0 9 0 644022440 887074816 5262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19151/statm: 216571 5262 1954 9 0 211099 0
[pid=19151/tid=19152] ppid=19149 vsize=866284 CPUtime=0.23
/proc/19151/task/19152/stat : 19152 (java) R 19149 19151 15988 0 -1 64 4918 0 1 0 20 3 0 0 18 0 9 0 644022441 887074816 5263 996147200 134512640 134550740 4294955968 18446744073709551615 104454898 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 866284

[startup+0.702669 s]
/proc/loadavg: 2.65 2.26 2.09 3/72 19151
/proc/meminfo: memFree=1467608/2055920 swapFree=4179840/4192956
[pid=19151] ppid=19149 vsize=867712 CPUtime=0.69
/proc/19151/stat : 19151 (java) S 19149 19151 15988 0 -1 0 14502 0 1 0 59 10 0 0 18 0 9 0 644022440 888537088 13862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19151/statm: 216928 13863 2011 9 0 211434 0
[pid=19151/tid=19152] ppid=19149 vsize=867712 CPUtime=0.5
/proc/19151/task/19152/stat : 19152 (java) R 19149 19151 15988 0 -1 64 13153 0 1 0 42 8 0 0 20 0 9 0 644022441 888537088 13863 996147200 134512640 134550740 4294955968 18446744073709551615 4126557914 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867712

[startup+1.50275 s]
/proc/loadavg: 2.60 2.26 2.09 3/81 19160
/proc/meminfo: memFree=1382096/2055920 swapFree=4179840/4192956
[pid=19151] ppid=19149 vsize=867624 CPUtime=1.49
/proc/19151/stat : 19151 (java) S 19149 19151 15988 0 -1 0 23963 0 1 0 135 14 0 0 18 0 9 0 644022440 888446976 23299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19151/statm: 216906 23299 2005 9 0 211434 0
[pid=19151/tid=19152] ppid=19149 vsize=867624 CPUtime=1.18
/proc/19151/task/19152/stat : 19152 (java) R 19149 19151 15988 0 -1 64 15766 0 1 0 109 9 0 0 25 0 9 0 644022441 888446976 23299 996147200 134512640 134550740 4294955968 18446744073709551615 4126892158 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19154] ppid=19149 vsize=867624 CPUtime=0.08
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 15988 0 -1 64 6829 0 0 0 6 2 0 0 17 0 9 0 644022443 888446976 23299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19155] ppid=19149 vsize=867624 CPUtime=0
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 15988 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 644022443 888446976 23299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19156] ppid=19149 vsize=867624 CPUtime=0
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 15988 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 644022443 888446976 23299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19157] ppid=19149 vsize=867624 CPUtime=0
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 15988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 644022445 888446976 23299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19158] ppid=19149 vsize=867624 CPUtime=0.18
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 15988 0 -1 64 672 0 0 0 18 0 0 0 15 0 9 0 644022445 888446976 23299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=867624 CPUtime=0
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 15988 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 644022445 888446976 23299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19160] ppid=19149 vsize=867624 CPUtime=0
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 15988 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 644022445 888446976 23299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867624

[startup+3.10191 s]
/proc/loadavg: 2.60 2.26 2.09 3/81 19160
/proc/meminfo: memFree=1381712/2055920 swapFree=4179840/4192956
[pid=19151] ppid=19149 vsize=867624 CPUtime=3.08
/proc/19151/stat : 19151 (java) S 19149 19151 15988 0 -1 0 23991 0 1 0 293 15 0 0 18 0 9 0 644022440 888446976 23324 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19151/statm: 216906 23324 2006 9 0 211434 0
[pid=19151/tid=19152] ppid=19149 vsize=867624 CPUtime=2.75
/proc/19151/task/19152/stat : 19152 (java) R 19149 19151 15988 0 -1 64 15777 0 1 0 265 10 0 0 25 0 9 0 644022441 888446976 23324 996147200 134512640 134550740 4294955968 18446744073709551615 4126917218 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19154] ppid=19149 vsize=867624 CPUtime=0.08
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 15988 0 -1 64 6829 0 0 0 6 2 0 0 17 0 9 0 644022443 888446976 23324 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19155] ppid=19149 vsize=867624 CPUtime=0
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 15988 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 644022443 888446976 23324 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19156] ppid=19149 vsize=867624 CPUtime=0
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 15988 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 644022443 888446976 23324 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19157] ppid=19149 vsize=867624 CPUtime=0
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 15988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 644022445 888446976 23324 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19158] ppid=19149 vsize=867624 CPUtime=0.2
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 15988 0 -1 64 689 0 0 0 20 0 0 0 15 0 9 0 644022445 888446976 23324 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=867624 CPUtime=0
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 15988 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 644022445 888446976 23324 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19160] ppid=19149 vsize=867624 CPUtime=0
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 15988 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 644022445 888446976 23324 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867624

[startup+6.30224 s]
/proc/loadavg: 2.60 2.26 2.09 3/81 19160
/proc/meminfo: memFree=1381584/2055920 swapFree=4179840/4192956
[pid=19151] ppid=19149 vsize=867624 CPUtime=6.26
/proc/19151/stat : 19151 (java) S 19149 19151 15988 0 -1 0 24005 0 1 0 609 17 0 0 18 0 9 0 644022440 888446976 23334 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19151/statm: 216906 23334 2006 9 0 211434 0
[pid=19151/tid=19152] ppid=19149 vsize=867624 CPUtime=5.92
/proc/19151/task/19152/stat : 19152 (java) R 19149 19151 15988 0 -1 64 15783 0 1 0 580 12 0 0 17 0 9 0 644022441 888446976 23334 996147200 134512640 134550740 4294955968 18446744073709551615 4126886160 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19154] ppid=19149 vsize=867624 CPUtime=0.08
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 15988 0 -1 64 6829 0 0 0 6 2 0 0 16 0 9 0 644022443 888446976 23334 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19155] ppid=19149 vsize=867624 CPUtime=0
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 15988 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 644022443 888446976 23334 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19156] ppid=19149 vsize=867624 CPUtime=0
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 15988 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 644022443 888446976 23334 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19157] ppid=19149 vsize=867624 CPUtime=0
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 15988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 644022445 888446976 23334 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19158] ppid=19149 vsize=867624 CPUtime=0.22
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 15988 0 -1 64 697 0 0 0 22 0 0 0 15 0 9 0 644022445 888446976 23334 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=867624 CPUtime=0
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 15988 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 644022445 888446976 23334 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19160] ppid=19149 vsize=867624 CPUtime=0
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 15988 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 644022445 888446976 23334 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 867624

[startup+12.7019 s]
/proc/loadavg: 2.51 2.25 2.09 3/81 19160
/proc/meminfo: memFree=1359568/2055920 swapFree=4179840/4192956
[pid=19151] ppid=19149 vsize=867624 CPUtime=12.64
/proc/19151/stat : 19151 (java) S 19149 19151 15988 0 -1 0 29482 0 1 0 1242 22 0 0 18 0 9 0 644022440 888446976 28808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19151/statm: 216906 28808 2006 9 0 211434 0
[pid=19151/tid=19152] ppid=19149 vsize=867624 CPUtime=12.11
/proc/19151/task/19152/stat : 19152 (java) R 19149 19151 15988 0 -1 64 15787 0 1 0 1196 15 0 0 25 0 9 0 644022441 888446976 28808 996147200 134512640 134550740 4294955968 18446744073709551615 4126911866 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19154] ppid=19149 vsize=867624 CPUtime=0.25
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 15988 0 -1 64 12289 0 0 0 21 4 0 0 17 0 9 0 644022443 888446976 28808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19155] ppid=19149 vsize=867624 CPUtime=0
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 15988 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 644022443 888446976 28808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19156] ppid=19149 vsize=867624 CPUtime=0
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 15988 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 644022443 888446976 28808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19157] ppid=19149 vsize=867624 CPUtime=0
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 15988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 644022445 888446976 28808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19158] ppid=19149 vsize=867624 CPUtime=0.24
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 15988 0 -1 64 710 0 0 0 24 0 0 0 15 0 9 0 644022445 888446976 28808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=867624 CPUtime=0
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 15988 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 644022445 888446976 28808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19160] ppid=19149 vsize=867624 CPUtime=0
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 15988 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 644022445 888446976 28808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 867624

[startup+25.5022 s]
/proc/loadavg: 2.43 2.24 2.09 3/81 19164
/proc/meminfo: memFree=1314888/2055920 swapFree=4179840/4192956
[pid=19151] ppid=19149 vsize=868360 CPUtime=25.38
/proc/19151/stat : 19151 (java) S 19149 19151 15988 0 -1 0 68570 892 1 0 2481 41 14 2 18 0 9 0 644022440 889200640 40574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19151/statm: 217090 40574 2638 9 0 211596 0
[pid=19151/tid=19152] ppid=19149 vsize=868360 CPUtime=24.18
/proc/19151/task/19152/stat : 19152 (java) R 19149 19151 15988 0 -1 64 30105 892 1 0 2377 25 14 2 25 0 9 0 644022441 889200640 40574 996147200 134512640 134550740 4294955968 18446744073709551615 4126457641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19154] ppid=19149 vsize=868360 CPUtime=0.96
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 15988 0 -1 64 36699 892 0 0 68 12 14 2 16 0 9 0 644022443 889200640 40574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19155] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 15988 0 -1 64 17 892 0 0 0 0 14 2 16 0 9 0 644022443 889200640 40574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19156] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 15988 0 -1 64 22 892 0 0 0 0 14 2 15 0 9 0 644022443 889200640 40574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19157] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 15988 0 -1 64 1 892 0 0 0 0 14 2 18 0 9 0 644022445 889200640 40574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19158] ppid=19149 vsize=868360 CPUtime=0.51
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 15988 0 -1 64 902 892 0 0 35 0 14 2 15 0 9 0 644022445 889200640 40574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19159] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 15988 0 -1 64 1 892 0 0 0 0 14 2 19 0 9 0 644022445 889200640 40574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19160] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 15988 0 -1 64 8 892 0 0 0 0 14 2 15 0 9 0 644022445 889200640 40574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 868360

[startup+51.1028 s]
/proc/loadavg: 2.35 2.23 2.09 3/81 19164
/proc/meminfo: memFree=1314824/2055920 swapFree=4179840/4192956
[pid=19151] ppid=19149 vsize=868360 CPUtime=50.85
/proc/19151/stat : 19151 (java) S 19149 19151 15988 0 -1 0 68857 892 1 0 5028 41 14 2 18 0 9 0 644022440 889200640 40575 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19151/statm: 217090 40575 2638 9 0 211596 0
[pid=19151/tid=19152] ppid=19149 vsize=868360 CPUtime=49.65
/proc/19151/task/19152/stat : 19152 (java) R 19149 19151 15988 0 -1 64 30386 892 1 0 4924 25 14 2 25 0 9 0 644022441 889200640 40575 996147200 134512640 134550740 4294955968 18446744073709551615 4127109634 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19154] ppid=19149 vsize=868360 CPUtime=0.96

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

/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 15988 0 -1 64 22 892 0 0 0 0 14 2 15 0 9 0 644022443 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19157] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 15988 0 -1 64 1 892 0 0 0 0 14 2 18 0 9 0 644022445 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19158] ppid=19149 vsize=868360 CPUtime=0.61
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 15988 0 -1 64 963 892 0 0 45 0 14 2 16 0 9 0 644022445 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 15988 0 -1 64 1 892 0 0 0 0 14 2 19 0 9 0 644022445 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19160] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 15988 0 -1 64 9 892 0 0 0 0 14 2 15 0 9 0 644022445 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.21
Current children cumulated vsize (KiB) 868360

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 19308
/proc/meminfo: memFree=1062136/2055920 swapFree=4179840/4192956
[pid=19151] ppid=19149 vsize=868360 CPUtime=1596.17
/proc/19151/stat : 19151 (java) S 19149 19151 15988 0 -1 0 79049 892 1 0 159547 54 14 2 18 0 9 0 644022440 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19151/statm: 217090 48640 2638 9 0 211596 0
[pid=19151/tid=19152] ppid=19149 vsize=868360 CPUtime=1593.61
/proc/19151/task/19152/stat : 19152 (java) R 19149 19151 15988 0 -1 64 32476 892 1 0 159312 33 14 2 25 0 9 0 644022441 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4126886240 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19154] ppid=19149 vsize=868360 CPUtime=2.22
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 15988 0 -1 64 44745 892 0 0 189 17 14 2 16 0 9 0 644022443 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19155] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 15988 0 -1 64 17 892 0 0 0 0 14 2 16 0 9 0 644022443 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19156] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 15988 0 -1 64 22 892 0 0 0 0 14 2 15 0 9 0 644022443 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19157] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 15988 0 -1 64 1 892 0 0 0 0 14 2 18 0 9 0 644022445 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19158] ppid=19149 vsize=868360 CPUtime=0.61
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 15988 0 -1 64 963 892 0 0 45 0 14 2 16 0 9 0 644022445 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 15988 0 -1 64 1 892 0 0 0 0 14 2 19 0 9 0 644022445 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19160] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 15988 0 -1 64 9 892 0 0 0 0 14 2 15 0 9 0 644022445 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.17
Current children cumulated vsize (KiB) 868360

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19309
/proc/meminfo: memFree=696576/2055920 swapFree=4179840/4192956
[pid=19151] ppid=19149 vsize=868360 CPUtime=1656.11
/proc/19151/stat : 19151 (java) S 19149 19151 15988 0 -1 0 79075 892 1 0 165539 56 14 2 18 0 9 0 644022440 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19151/statm: 217090 48640 2638 9 0 211596 0
[pid=19151/tid=19152] ppid=19149 vsize=868360 CPUtime=1653.46
/proc/19151/task/19152/stat : 19152 (java) R 19149 19151 15988 0 -1 64 32502 892 1 0 165296 34 14 2 25 0 9 0 644022441 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4126969776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19154] ppid=19149 vsize=868360 CPUtime=2.31
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 15988 0 -1 64 44745 892 0 0 197 18 14 2 16 0 9 0 644022443 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19155] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 15988 0 -1 64 17 892 0 0 0 0 14 2 16 0 9 0 644022443 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19156] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 15988 0 -1 64 22 892 0 0 0 0 14 2 15 0 9 0 644022443 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19157] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 15988 0 -1 64 1 892 0 0 0 0 14 2 18 0 9 0 644022445 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19158] ppid=19149 vsize=868360 CPUtime=0.61
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 15988 0 -1 64 963 892 0 0 45 0 14 2 16 0 9 0 644022445 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 15988 0 -1 64 1 892 0 0 0 0 14 2 19 0 9 0 644022445 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19160] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 15988 0 -1 64 9 892 0 0 0 0 14 2 15 0 9 0 644022445 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.11
Current children cumulated vsize (KiB) 868360

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19309
/proc/meminfo: memFree=283712/2055920 swapFree=4179840/4192956
[pid=19151] ppid=19149 vsize=868360 CPUtime=1715.55
/proc/19151/stat : 19151 (java) S 19149 19151 15988 0 -1 0 79091 892 1 0 171483 56 14 2 18 0 9 0 644022440 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19151/statm: 217090 48640 2638 9 0 211596 0
[pid=19151/tid=19152] ppid=19149 vsize=868360 CPUtime=1712.84
/proc/19151/task/19152/stat : 19152 (java) R 19149 19151 15988 0 -1 64 32518 892 1 0 171234 34 14 2 25 0 9 0 644022441 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4127288259 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19154] ppid=19149 vsize=868360 CPUtime=2.37
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 15988 0 -1 64 44745 892 0 0 203 18 14 2 16 0 9 0 644022443 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19155] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 15988 0 -1 64 17 892 0 0 0 0 14 2 16 0 9 0 644022443 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19156] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 15988 0 -1 64 22 892 0 0 0 0 14 2 15 0 9 0 644022443 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19157] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 15988 0 -1 64 1 892 0 0 0 0 14 2 18 0 9 0 644022445 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19158] ppid=19149 vsize=868360 CPUtime=0.61
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 15988 0 -1 64 963 892 0 0 45 0 14 2 16 0 9 0 644022445 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 15988 0 -1 64 1 892 0 0 0 0 14 2 19 0 9 0 644022445 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19160] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 15988 0 -1 64 9 892 0 0 0 0 14 2 15 0 9 0 644022445 889200640 48640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.55
Current children cumulated vsize (KiB) 868360

[startup+1782.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/90 19440
/proc/meminfo: memFree=1321664/2055920 swapFree=4179840/4192956
[pid=19151] ppid=19149 vsize=868360 CPUtime=1775.2
/proc/19151/stat : 19151 (java) S 19149 19151 15988 0 -1 0 79116 892 1 0 177445 59 14 2 18 0 9 0 644022440 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19151/statm: 217090 48650 2638 9 0 211596 0
[pid=19151/tid=19152] ppid=19149 vsize=868360 CPUtime=1772.44
/proc/19151/task/19152/stat : 19152 (java) R 19149 19151 15988 0 -1 64 32533 892 1 0 177192 36 14 2 25 0 9 0 644022441 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4127274677 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19154] ppid=19149 vsize=868360 CPUtime=2.41
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 15988 0 -1 64 44755 892 0 0 207 18 14 2 16 0 9 0 644022443 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19155] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 15988 0 -1 64 17 892 0 0 0 0 14 2 16 0 9 0 644022443 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19156] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 15988 0 -1 64 22 892 0 0 0 0 14 2 15 0 9 0 644022443 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19157] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 15988 0 -1 64 1 892 0 0 0 0 14 2 18 0 9 0 644022445 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19158] ppid=19149 vsize=868360 CPUtime=0.61
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 15988 0 -1 64 963 892 0 0 45 0 14 2 16 0 9 0 644022445 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 15988 0 -1 64 1 892 0 0 0 0 14 2 19 0 9 0 644022445 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19160] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 15988 0 -1 64 9 892 0 0 0 0 14 2 15 0 9 0 644022445 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.2
Current children cumulated vsize (KiB) 868360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.41 s]
/proc/loadavg: 1.96 1.98 1.99 3/90 19440
/proc/meminfo: memFree=1317312/2055920 swapFree=4179840/4192956
[pid=19151] ppid=19149 vsize=868360 CPUtime=1800.07
/proc/19151/stat : 19151 (java) S 19149 19151 15988 0 -1 0 79121 892 1 0 179932 59 14 2 18 0 9 0 644022440 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19151/statm: 217090 48650 2638 9 0 211596 0
[pid=19151/tid=19152] ppid=19149 vsize=868360 CPUtime=1797.29
/proc/19151/task/19152/stat : 19152 (java) R 19149 19151 15988 0 -1 64 32538 892 1 0 179677 36 14 2 25 0 9 0 644022441 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4126888868 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19154] ppid=19149 vsize=868360 CPUtime=2.43
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 15988 0 -1 64 44755 892 0 0 209 18 14 2 17 0 9 0 644022443 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19155] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 15988 0 -1 64 17 892 0 0 0 0 14 2 16 0 9 0 644022443 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19156] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 15988 0 -1 64 22 892 0 0 0 0 14 2 15 0 9 0 644022443 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19157] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 15988 0 -1 64 1 892 0 0 0 0 14 2 18 0 9 0 644022445 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19158] ppid=19149 vsize=868360 CPUtime=0.61
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 15988 0 -1 64 963 892 0 0 45 0 14 2 16 0 9 0 644022445 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 15988 0 -1 64 1 892 0 0 0 0 14 2 19 0 9 0 644022445 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19160] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 15988 0 -1 64 9 892 0 0 0 0 14 2 15 0 9 0 644022445 889200640 48650 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

[startup+1807.41 s]
/proc/loadavg: 1.96 1.98 1.99 3/90 19440
/proc/meminfo: memFree=1317312/2055920 swapFree=4179840/4192956
[pid=19151] ppid=19149 vsize=868360 CPUtime=1800.07
/proc/19151/stat : 19151 (java) S 19149 19151 15988 0 -1 0 79121 892 1 0 179932 59 14 2 18 0 9 0 644022440 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19151/statm: 217090 48650 2638 9 0 211596 0
[pid=19151/tid=19152] ppid=19149 vsize=868360 CPUtime=1797.29
/proc/19151/task/19152/stat : 19152 (java) R 19149 19151 15988 0 -1 64 32538 892 1 0 179677 36 14 2 25 0 9 0 644022441 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4126888868 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19154] ppid=19149 vsize=868360 CPUtime=2.43
/proc/19151/task/19154/stat : 19154 (java) S 19149 19151 15988 0 -1 64 44755 892 0 0 209 18 14 2 17 0 9 0 644022443 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19155] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19155/stat : 19155 (java) S 19149 19151 15988 0 -1 64 17 892 0 0 0 0 14 2 16 0 9 0 644022443 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19156] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19156/stat : 19156 (java) S 19149 19151 15988 0 -1 64 22 892 0 0 0 0 14 2 15 0 9 0 644022443 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19157] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19157/stat : 19157 (java) S 19149 19151 15988 0 -1 64 1 892 0 0 0 0 14 2 18 0 9 0 644022445 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19158] ppid=19149 vsize=868360 CPUtime=0.61
/proc/19151/task/19158/stat : 19158 (java) S 19149 19151 15988 0 -1 64 963 892 0 0 45 0 14 2 16 0 9 0 644022445 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19151/tid=19159] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19159/stat : 19159 (java) S 19149 19151 15988 0 -1 64 1 892 0 0 0 0 14 2 19 0 9 0 644022445 889200640 48650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19151/tid=19160] ppid=19149 vsize=868360 CPUtime=0.16
/proc/19151/task/19160/stat : 19160 (java) S 19149 19151 15988 0 -1 64 9 892 0 0 0 0 14 2 15 0 9 0 644022445 889200640 48650 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

Child status: 143
Real time (s): 1807.46
CPU time (s): 1800.13
CPU user time (s): 1799.49
CPU system time (s): 0.645901
CPU usage (%): 99.5944
Max. virtual memory (cumulated for all children) (KiB): 868360

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

runsolver used 2.6296 second user time and 5.60615 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-05 05:25:32
IDJOB=1083468
IDBENCH=57476
IDSOLVER=364
FILE ID=node17/1083468-1215228331
PBS_JOBID= 7881723
Free space on /tmp= 66404 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d4dfebcda634d2e830e49daacaa49bde
RANDOM SEED=680224842

node17.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.234
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.234
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:       1468088 kB
Buffers:         86532 kB
Cached:         360840 kB
SwapCached:       6936 kB
Active:         290428 kB
Inactive:       230612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1468088 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            3648 kB
Writeback:           0 kB
Mapped:          81204 kB
Slab:            52092 kB
Committed_AS:  1062668 kB
PageTables:       1940 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= 66404 MiB
End job on node17 at 2008-07-05 05:55:41