Trace number 1091855

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.12 1800.85

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-7-210-60-2-10_glb.xml
MD5SUMb7b3151efab35368355d2ec5cf8c6c51
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.707891
Satisfiable
(Un)Satisfiability was proved
Number of variables5880
Number of constraints4648
Maximum constraint arity210
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4410
Global constraints used (with number of constraints)weightedsum(238)

Solver Data (download as text)

0.05/0.08	
0.05/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1091855-1215263181.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.49/0.60	     nbVariables=5880  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=11760
0.59/0.64	       =>  wckTime=0.351  cpuTime=0.24  mem=23M456
0.59/0.64	   
0.59/0.64	   predicates being loaded...
0.59/0.66	   
0.59/0.66	   constraints being loaded...
4.64/4.71	     nbConstraints=4863  nbGlobalConstraints=453  nbConflictsStructures=1  nbSharedConflictsStructures=4409
4.64/4.71	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=4409  minDegree=4  maxDegree=12
4.64/4.71	     minArity=3  avgArity=9.75  maxArity=2520  nbGenerators=215  nbFusions=0  symmetryWckTime=3.095
4.64/4.71	     symmetryCpuTime=0.78
4.64/4.71	       =>  wckTime=4.469  cpuTime=1.89  mem=55M351
4.84/4.93	   
4.84/4.93	   solver IterativeSystematicSolver being built... 
5.05/5.11	   
5.05/5.11	   INFO : Forward propagation technique limited 
5.25/5.36	       =>  wckTime=5.12  cpuTime=2.27  mem=48M158
15.84/15.95	   
15.84/15.95	   preprocessing
15.84/15.95	     nbConstraintChecks=41679  nbValidityChecks=28947  nbPropagations=24141  nbRevisions=33013  nbUselessRevisions=21817
15.84/15.95	     nbSingletonTests=7177  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
15.84/15.96	     detectedInconsistency=no
15.84/15.96	       =>  wckTime=10.58  cpuTime=10.52  mem=49M142

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-1091855-1215263181/watcher-1091855-1215263181 -o /tmp/evaluation-result-1091855-1215263181/solver-1091855-1215263181 -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-1091855-1215263181.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.04 2.01 2.00 3/72 22299
/proc/meminfo: memFree=1739160/2055920 swapFree=4179840/4192956
[pid=22299] ppid=22297 vsize=152 CPUtime=0
/proc/22299/stat : 22299 (java) R 22297 22299 21313 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 647507366 155648 26 996147200 134512640 134550740 4294955968 18446744073709551615 2859812 0 0 4096 0 0 0 0 17 0 0 0
/proc/22299/statm: 38 26 19 9 0 4 0

[startup+0.0632669 s]
/proc/loadavg: 2.04 2.01 2.00 3/72 22299
/proc/meminfo: memFree=1739160/2055920 swapFree=4179840/4192956
[pid=22299] ppid=22297 vsize=864076 CPUtime=0.05
/proc/22299/stat : 22299 (java) S 22297 22299 21313 0 -1 0 2861 0 1 0 3 2 0 0 18 0 9 0 647507366 884813824 2387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22299/statm: 216019 2389 1143 9 0 210976 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864076

[startup+0.102269 s]
/proc/loadavg: 2.04 2.01 2.00 3/72 22299
/proc/meminfo: memFree=1739160/2055920 swapFree=4179840/4192956
[pid=22299] ppid=22297 vsize=865884 CPUtime=0.09
/proc/22299/stat : 22299 (java) S 22297 22299 21313 0 -1 0 3773 0 1 0 7 2 0 0 18 0 9 0 647507366 886665216 3230 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22299/statm: 216471 3232 1713 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301289 s]
/proc/loadavg: 2.04 2.01 2.00 3/72 22299
/proc/meminfo: memFree=1739160/2055920 swapFree=4179840/4192956
[pid=22299] ppid=22297 vsize=866284 CPUtime=0.29
/proc/22299/stat : 22299 (java) S 22297 22299 21313 0 -1 0 5924 0 1 0 24 5 0 0 18 0 9 0 647507366 887074816 5298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22299/statm: 216571 5301 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.70233 s]
/proc/loadavg: 2.04 2.01 2.00 3/72 22299
/proc/meminfo: memFree=1739160/2055920 swapFree=4179840/4192956
[pid=22299] ppid=22297 vsize=867516 CPUtime=0.69
/proc/22299/stat : 22299 (java) S 22297 22299 21313 0 -1 0 11429 0 1 0 61 8 0 0 18 0 9 0 647507366 888336384 10789 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22299/statm: 216879 10789 2008 9 0 211385 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867516

[startup+1.50241 s]
/proc/loadavg: 2.04 2.01 2.00 3/81 22308
/proc/meminfo: memFree=1684624/2055920 swapFree=4179840/4192956
[pid=22299] ppid=22297 vsize=867428 CPUtime=1.49
/proc/22299/stat : 22299 (java) S 22297 22299 21313 0 -1 0 19915 0 1 0 126 23 0 0 18 0 9 0 647507366 888246272 19250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22299/statm: 216857 19250 2005 9 0 211385 0
[pid=22299/tid=22301] ppid=22297 vsize=867428 CPUtime=1.17
/proc/22299/task/22301/stat : 22301 (java) R 22297 22299 21313 0 -1 64 15758 0 1 0 96 21 0 0 25 0 9 0 647507367 888246272 19250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22302] ppid=22297 vsize=867428 CPUtime=0.07
/proc/22299/task/22302/stat : 22302 (java) S 22297 22299 21313 0 -1 64 2789 0 0 0 6 1 0 0 16 0 9 0 647507368 888246272 19250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22303] ppid=22297 vsize=867428 CPUtime=0
/proc/22299/task/22303/stat : 22303 (java) S 22297 22299 21313 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 647507369 888246272 19250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22304] ppid=22297 vsize=867428 CPUtime=0
/proc/22299/task/22304/stat : 22304 (java) S 22297 22299 21313 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 647507369 888246272 19250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22305] ppid=22297 vsize=867428 CPUtime=0
/proc/22299/task/22305/stat : 22305 (java) S 22297 22299 21313 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 647507371 888246272 19250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22306] ppid=22297 vsize=867428 CPUtime=0.21
/proc/22299/task/22306/stat : 22306 (java) S 22297 22299 21313 0 -1 64 670 0 0 0 21 0 0 0 16 0 9 0 647507371 888246272 19250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22307] ppid=22297 vsize=867428 CPUtime=0
/proc/22299/task/22307/stat : 22307 (java) S 22297 22299 21313 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 647507371 888246272 19250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22308] ppid=22297 vsize=867428 CPUtime=0
/proc/22299/task/22308/stat : 22308 (java) S 22297 22299 21313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647507371 888246272 19250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867428

[startup+3.10157 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 22310
/proc/meminfo: memFree=1666176/2055920 swapFree=4179840/4192956
[pid=22299] ppid=22297 vsize=867752 CPUtime=1.78
/proc/22299/stat : 22299 (java) S 22297 22299 21313 0 -1 0 20636 0 1 0 149 29 0 0 18 0 10 0 647507366 888578048 19292 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22299/statm: 216938 19292 2010 9 0 211466 0
[pid=22310] ppid=22299 vsize=5060 CPUtime=1.3
/proc/22310/stat : 22310 (saucy) R 22299 22299 21313 0 -1 4194304 884 0 0 0 129 1 0 0 25 0 1 0 647507542 5181440 853 996147200 134512640 134531332 4294956000 18446744073709551615 134521682 0 4 0 0 0 0 0 17 1 0 0
/proc/22310/statm: 1265 853 104 4 0 941 0
[pid=22299/tid=22301] ppid=22297 vsize=867752 CPUtime=1.43
/proc/22299/task/22301/stat : 22301 (java) S 22297 22299 21313 0 -1 64 16305 0 1 0 118 25 0 0 15 0 10 0 647507367 888578048 19292 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=22299/tid=22302] ppid=22297 vsize=867752 CPUtime=0.07
/proc/22299/task/22302/stat : 22302 (java) S 22297 22299 21313 0 -1 64 2834 0 0 0 6 1 0 0 16 0 10 0 647507368 888578048 19292 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22303] ppid=22297 vsize=867752 CPUtime=0
/proc/22299/task/22303/stat : 22303 (java) S 22297 22299 21313 0 -1 64 14 0 0 0 0 0 0 0 16 0 10 0 647507369 888578048 19292 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22304] ppid=22297 vsize=867752 CPUtime=0
/proc/22299/task/22304/stat : 22304 (java) S 22297 22299 21313 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 647507369 888578048 19292 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22305] ppid=22297 vsize=867752 CPUtime=0
/proc/22299/task/22305/stat : 22305 (java) S 22297 22299 21313 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 647507371 888578048 19292 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22306] ppid=22297 vsize=867752 CPUtime=0.23
/proc/22299/task/22306/stat : 22306 (java) S 22297 22299 21313 0 -1 64 725 0 0 0 23 0 0 0 16 0 10 0 647507371 888578048 19292 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22299/tid=22307] ppid=22297 vsize=867752 CPUtime=0
/proc/22299/task/22307/stat : 22307 (java) S 22297 22299 21313 0 -1 64 2 0 0 0 0 0 0 0 25 0 10 0 647507371 888578048 19292 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22308] ppid=22297 vsize=867752 CPUtime=0
/proc/22299/task/22308/stat : 22308 (java) S 22297 22299 21313 0 -1 64 9 0 0 0 0 0 0 0 15 0 10 0 647507371 888578048 19292 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22309] ppid=22297 vsize=867752 CPUtime=0
/proc/22299/task/22309/stat : 22309 (java) S 22297 22299 21313 0 -1 64 66 0 0 0 0 0 0 0 16 0 10 0 647507542 888578048 19292 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 872812

[startup+6.3029 s]
/proc/loadavg: 2.04 2.01 2.00 5/81 22312
/proc/meminfo: memFree=1648640/2055920 swapFree=4179840/4192956
[pid=22299] ppid=22297 vsize=868192 CPUtime=6.24
/proc/22299/stat : 22299 (java) S 22297 22299 21313 0 -1 0 43016 1299 1 0 364 36 222 2 18 0 9 0 647507366 889028608 25040 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22299/statm: 217048 25040 2616 9 0 211576 0
[pid=22299/tid=22301] ppid=22297 vsize=868192 CPUtime=5.57
/proc/22299/task/22301/stat : 22301 (java) R 22297 22299 21313 0 -1 64 29873 1299 1 0 304 29 222 2 17 0 9 0 647507367 889028608 25040 996147200 134512640 134550740 4294955968 18446744073709551615 4127297493 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22302] ppid=22297 vsize=868192 CPUtime=2.53
/proc/22299/task/22302/stat : 22302 (java) S 22297 22299 21313 0 -1 64 11269 1299 0 0 25 4 222 2 17 0 9 0 647507368 889028608 25040 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22303] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22303/stat : 22303 (java) S 22297 22299 21313 0 -1 64 17 1299 0 0 0 0 222 2 16 0 9 0 647507369 889028608 25040 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22304] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22304/stat : 22304 (java) S 22297 22299 21313 0 -1 64 24 1299 0 0 0 0 222 2 16 0 9 0 647507369 889028608 25040 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22305] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22305/stat : 22305 (java) S 22297 22299 21313 0 -1 64 0 1299 0 0 0 0 222 2 24 0 9 0 647507371 889028608 25040 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22306] ppid=22297 vsize=868192 CPUtime=2.58
/proc/22299/task/22306/stat : 22306 (java) S 22297 22299 21313 0 -1 64 998 1299 0 0 33 1 222 2 16 0 9 0 647507371 889028608 25040 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22307] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22307/stat : 22307 (java) S 22297 22299 21313 0 -1 64 2 1299 0 0 0 0 222 2 25 0 9 0 647507371 889028608 25040 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22308] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22308/stat : 22308 (java) S 22297 22299 21313 0 -1 64 28 1299 0 0 0 0 222 2 15 0 9 0 647507371 889028608 25040 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 868192

[startup+12.7016 s]
/proc/loadavg: 2.03 2.01 2.00 3/81 22312
/proc/meminfo: memFree=1648512/2055920 swapFree=4179840/4192956
[pid=22299] ppid=22297 vsize=868192 CPUtime=12.64
/proc/22299/stat : 22299 (java) S 22297 22299 21313 0 -1 0 43029 1299 1 0 1004 36 222 2 18 0 9 0 647507366 889028608 25047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22299/statm: 217048 25047 2616 9 0 211576 0
[pid=22299/tid=22301] ppid=22297 vsize=868192 CPUtime=11.96
/proc/22299/task/22301/stat : 22301 (java) R 22297 22299 21313 0 -1 64 29880 1299 1 0 943 29 222 2 25 0 9 0 647507367 889028608 25047 996147200 134512640 134550740 4294955968 18446744073709551615 4127378307 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22302] ppid=22297 vsize=868192 CPUtime=2.53
/proc/22299/task/22302/stat : 22302 (java) S 22297 22299 21313 0 -1 64 11269 1299 0 0 25 4 222 2 16 0 9 0 647507368 889028608 25047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22303] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22303/stat : 22303 (java) S 22297 22299 21313 0 -1 64 17 1299 0 0 0 0 222 2 16 0 9 0 647507369 889028608 25047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22304] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22304/stat : 22304 (java) S 22297 22299 21313 0 -1 64 24 1299 0 0 0 0 222 2 16 0 9 0 647507369 889028608 25047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22305] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22305/stat : 22305 (java) S 22297 22299 21313 0 -1 64 0 1299 0 0 0 0 222 2 24 0 9 0 647507371 889028608 25047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22306] ppid=22297 vsize=868192 CPUtime=2.59
/proc/22299/task/22306/stat : 22306 (java) S 22297 22299 21313 0 -1 64 1004 1299 0 0 34 1 222 2 15 0 9 0 647507371 889028608 25047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22307] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22307/stat : 22307 (java) S 22297 22299 21313 0 -1 64 2 1299 0 0 0 0 222 2 25 0 9 0 647507371 889028608 25047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22308] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22308/stat : 22308 (java) S 22297 22299 21313 0 -1 64 28 1299 0 0 0 0 222 2 15 0 9 0 647507371 889028608 25047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 868192

[startup+25.5029 s]
/proc/loadavg: 2.03 2.01 2.00 3/81 22312
/proc/meminfo: memFree=1648448/2055920 swapFree=4179840/4192956
[pid=22299] ppid=22297 vsize=868192 CPUtime=25.44
/proc/22299/stat : 22299 (java) S 22297 22299 21313 0 -1 0 43083 1299 1 0 2283 37 222 2 18 0 9 0 647507366 889028608 25077 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22299/statm: 217048 25077 2616 9 0 211576 0
[pid=22299/tid=22301] ppid=22297 vsize=868192 CPUtime=24.71
/proc/22299/task/22301/stat : 22301 (java) R 22297 22299 21313 0 -1 64 29890 1299 1 0 2218 29 222 2 25 0 9 0 647507367 889028608 25077 996147200 134512640 134550740 4294955968 18446744073709551615 4127079165 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22302] ppid=22297 vsize=868192 CPUtime=2.53
/proc/22299/task/22302/stat : 22302 (java) S 22297 22299 21313 0 -1 64 11269 1299 0 0 25 4 222 2 17 0 9 0 647507368 889028608 25077 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22303] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22303/stat : 22303 (java) S 22297 22299 21313 0 -1 64 17 1299 0 0 0 0 222 2 16 0 9 0 647507369 889028608 25077 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22304] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22304/stat : 22304 (java) S 22297 22299 21313 0 -1 64 24 1299 0 0 0 0 222 2 16 0 9 0 647507369 889028608 25077 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22305] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22305/stat : 22305 (java) S 22297 22299 21313 0 -1 64 0 1299 0 0 0 0 222 2 24 0 9 0 647507371 889028608 25077 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22306] ppid=22297 vsize=868192 CPUtime=2.64
/proc/22299/task/22306/stat : 22306 (java) S 22297 22299 21313 0 -1 64 1048 1299 0 0 39 1 222 2 15 0 9 0 647507371 889028608 25077 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22307] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22307/stat : 22307 (java) S 22297 22299 21313 0 -1 64 2 1299 0 0 0 0 222 2 25 0 9 0 647507371 889028608 25077 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22308] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22308/stat : 22308 (java) S 22297 22299 21313 0 -1 64 28 1299 0 0 0 0 222 2 15 0 9 0 647507371 889028608 25077 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 868192

[startup+51.1025 s]
/proc/loadavg: 2.02 2.01 2.00 3/81 22312
/proc/meminfo: memFree=1648448/2055920 swapFree=4179840/4192956
[pid=22299] ppid=22297 vsize=868192 CPUtime=51.03
/proc/22299/stat : 22299 (java) S 22297 22299 21313 0 -1 0 43087 1299 1 0 4842 37 222 2 18 0 9 0 647507366 889028608 25080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22299/statm: 217048 25080 2616 9 0 211576 0
[pid=22299/tid=22301] ppid=22297 vsize=868192 CPUtime=50.29
/proc/22299/task/22301/stat : 22301 (java) R 22297 22299 21313 0 -1 64 29891 1299 1 0 4776 29 222 2 25 0 9 0 647507367 889028608 25080 996147200 134512640 134550740 4294955968 18446744073709551615 4127292360 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22302] ppid=22297 vsize=868192 CPUtime=2.53
/proc/22299/task/22302/stat : 22302 (java) S 22297 22299 21313 0 -1 64 11269 1299 0 0 25 4 222 2 16 0 9 0 647507368 889028608 25080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22303] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22303/stat : 22303 (java) S 22297 22299 21313 0 -1 64 17 1299 0 0 0 0 222 2 16 0 9 0 647507369 889028608 25080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22304] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22304/stat : 22304 (java) S 22297 22299 21313 0 -1 64 24 1299 0 0 0 0 222 2 16 0 9 0 647507369 889028608 25080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/22299/task/22304/stat : 22304 (java) S 22297 22299 21313 0 -1 64 24 1299 0 0 0 0 222 2 16 0 9 0 647507369 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22305] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22305/stat : 22305 (java) S 22297 22299 21313 0 -1 64 0 1299 0 0 0 0 222 2 24 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22306] ppid=22297 vsize=868192 CPUtime=2.65
/proc/22299/task/22306/stat : 22306 (java) S 22297 22299 21313 0 -1 64 1052 1299 0 0 40 1 222 2 16 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22307] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22307/stat : 22307 (java) S 22297 22299 21313 0 -1 64 2 1299 0 0 0 0 222 2 25 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22308] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22308/stat : 22308 (java) S 22297 22299 21313 0 -1 64 28 1299 0 0 0 0 222 2 15 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 868192

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 22497
/proc/meminfo: memFree=1649280/2055920 swapFree=4179840/4192956
[pid=22299] ppid=22297 vsize=868192 CPUtime=1541.65
/proc/22299/stat : 22299 (java) S 22297 22299 21313 0 -1 0 43089 1299 1 0 153899 42 222 2 18 0 9 0 647507366 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22299/statm: 217048 25081 2616 9 0 211576 0
[pid=22299/tid=22301] ppid=22297 vsize=868192 CPUtime=1540.9
/proc/22299/task/22301/stat : 22301 (java) R 22297 22299 21313 0 -1 64 29892 1299 1 0 153832 34 222 2 25 0 9 0 647507367 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4127395030 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22302] ppid=22297 vsize=868192 CPUtime=2.53
/proc/22299/task/22302/stat : 22302 (java) S 22297 22299 21313 0 -1 64 11269 1299 0 0 25 4 222 2 16 0 9 0 647507368 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22303] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22303/stat : 22303 (java) S 22297 22299 21313 0 -1 64 17 1299 0 0 0 0 222 2 16 0 9 0 647507369 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22304] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22304/stat : 22304 (java) S 22297 22299 21313 0 -1 64 24 1299 0 0 0 0 222 2 16 0 9 0 647507369 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22305] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22305/stat : 22305 (java) S 22297 22299 21313 0 -1 64 0 1299 0 0 0 0 222 2 24 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22306] ppid=22297 vsize=868192 CPUtime=2.65
/proc/22299/task/22306/stat : 22306 (java) S 22297 22299 21313 0 -1 64 1052 1299 0 0 40 1 222 2 16 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22307] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22307/stat : 22307 (java) S 22297 22299 21313 0 -1 64 2 1299 0 0 0 0 222 2 25 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22308] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22308/stat : 22308 (java) S 22297 22299 21313 0 -1 64 28 1299 0 0 0 0 222 2 15 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.65
Current children cumulated vsize (KiB) 868192

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 22497
/proc/meminfo: memFree=1649280/2055920 swapFree=4179840/4192956
[pid=22299] ppid=22297 vsize=868192 CPUtime=1601.63
/proc/22299/stat : 22299 (java) S 22297 22299 21313 0 -1 0 43089 1299 1 0 159897 42 222 2 18 0 9 0 647507366 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22299/statm: 217048 25081 2616 9 0 211576 0
[pid=22299/tid=22301] ppid=22297 vsize=868192 CPUtime=1600.88
/proc/22299/task/22301/stat : 22301 (java) R 22297 22299 21313 0 -1 64 29892 1299 1 0 159830 34 222 2 25 0 9 0 647507367 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4127283022 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22302] ppid=22297 vsize=868192 CPUtime=2.53
/proc/22299/task/22302/stat : 22302 (java) S 22297 22299 21313 0 -1 64 11269 1299 0 0 25 4 222 2 16 0 9 0 647507368 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22303] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22303/stat : 22303 (java) S 22297 22299 21313 0 -1 64 17 1299 0 0 0 0 222 2 16 0 9 0 647507369 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22304] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22304/stat : 22304 (java) S 22297 22299 21313 0 -1 64 24 1299 0 0 0 0 222 2 16 0 9 0 647507369 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22305] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22305/stat : 22305 (java) S 22297 22299 21313 0 -1 64 0 1299 0 0 0 0 222 2 24 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22306] ppid=22297 vsize=868192 CPUtime=2.65
/proc/22299/task/22306/stat : 22306 (java) S 22297 22299 21313 0 -1 64 1052 1299 0 0 40 1 222 2 16 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22307] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22307/stat : 22307 (java) S 22297 22299 21313 0 -1 64 2 1299 0 0 0 0 222 2 25 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22308] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22308/stat : 22308 (java) S 22297 22299 21313 0 -1 64 28 1299 0 0 0 0 222 2 15 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.63
Current children cumulated vsize (KiB) 868192

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 22497
/proc/meminfo: memFree=1649280/2055920 swapFree=4179840/4192956
[pid=22299] ppid=22297 vsize=868192 CPUtime=1661.6
/proc/22299/stat : 22299 (java) S 22297 22299 21313 0 -1 0 43089 1299 1 0 165894 42 222 2 18 0 9 0 647507366 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22299/statm: 217048 25081 2616 9 0 211576 0
[pid=22299/tid=22301] ppid=22297 vsize=868192 CPUtime=1660.86
/proc/22299/task/22301/stat : 22301 (java) R 22297 22299 21313 0 -1 64 29892 1299 1 0 165828 34 222 2 25 0 9 0 647507367 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4127282983 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22302] ppid=22297 vsize=868192 CPUtime=2.53
/proc/22299/task/22302/stat : 22302 (java) S 22297 22299 21313 0 -1 64 11269 1299 0 0 25 4 222 2 16 0 9 0 647507368 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22303] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22303/stat : 22303 (java) S 22297 22299 21313 0 -1 64 17 1299 0 0 0 0 222 2 16 0 9 0 647507369 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22304] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22304/stat : 22304 (java) S 22297 22299 21313 0 -1 64 24 1299 0 0 0 0 222 2 16 0 9 0 647507369 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22305] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22305/stat : 22305 (java) S 22297 22299 21313 0 -1 64 0 1299 0 0 0 0 222 2 24 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22306] ppid=22297 vsize=868192 CPUtime=2.65
/proc/22299/task/22306/stat : 22306 (java) S 22297 22299 21313 0 -1 64 1052 1299 0 0 40 1 222 2 16 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22307] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22307/stat : 22307 (java) S 22297 22299 21313 0 -1 64 2 1299 0 0 0 0 222 2 25 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22308] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22308/stat : 22308 (java) S 22297 22299 21313 0 -1 64 28 1299 0 0 0 0 222 2 15 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.6
Current children cumulated vsize (KiB) 868192

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 22497
/proc/meminfo: memFree=1649152/2055920 swapFree=4179840/4192956
[pid=22299] ppid=22297 vsize=868192 CPUtime=1721.58
/proc/22299/stat : 22299 (java) S 22297 22299 21313 0 -1 0 43089 1299 1 0 171892 42 222 2 18 0 9 0 647507366 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22299/statm: 217048 25081 2616 9 0 211576 0
[pid=22299/tid=22301] ppid=22297 vsize=868192 CPUtime=1720.83
/proc/22299/task/22301/stat : 22301 (java) R 22297 22299 21313 0 -1 64 29892 1299 1 0 171825 34 222 2 25 0 9 0 647507367 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4127292337 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22302] ppid=22297 vsize=868192 CPUtime=2.53
/proc/22299/task/22302/stat : 22302 (java) S 22297 22299 21313 0 -1 64 11269 1299 0 0 25 4 222 2 16 0 9 0 647507368 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22303] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22303/stat : 22303 (java) S 22297 22299 21313 0 -1 64 17 1299 0 0 0 0 222 2 16 0 9 0 647507369 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22304] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22304/stat : 22304 (java) S 22297 22299 21313 0 -1 64 24 1299 0 0 0 0 222 2 16 0 9 0 647507369 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22305] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22305/stat : 22305 (java) S 22297 22299 21313 0 -1 64 0 1299 0 0 0 0 222 2 24 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22306] ppid=22297 vsize=868192 CPUtime=2.65
/proc/22299/task/22306/stat : 22306 (java) S 22297 22299 21313 0 -1 64 1052 1299 0 0 40 1 222 2 16 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22307] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22307/stat : 22307 (java) S 22297 22299 21313 0 -1 64 2 1299 0 0 0 0 222 2 25 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22308] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22308/stat : 22308 (java) S 22297 22299 21313 0 -1 64 28 1299 0 0 0 0 222 2 15 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.58
Current children cumulated vsize (KiB) 868192

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 22497
/proc/meminfo: memFree=1649152/2055920 swapFree=4179840/4192956
[pid=22299] ppid=22297 vsize=868192 CPUtime=1781.56
/proc/22299/stat : 22299 (java) S 22297 22299 21313 0 -1 0 43089 1299 1 0 177890 42 222 2 18 0 9 0 647507366 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22299/statm: 217048 25081 2616 9 0 211576 0
[pid=22299/tid=22301] ppid=22297 vsize=868192 CPUtime=1780.82
/proc/22299/task/22301/stat : 22301 (java) R 22297 22299 21313 0 -1 64 29892 1299 1 0 177823 35 222 2 25 0 9 0 647507367 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4127395027 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22302] ppid=22297 vsize=868192 CPUtime=2.53
/proc/22299/task/22302/stat : 22302 (java) S 22297 22299 21313 0 -1 64 11269 1299 0 0 25 4 222 2 16 0 9 0 647507368 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22303] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22303/stat : 22303 (java) S 22297 22299 21313 0 -1 64 17 1299 0 0 0 0 222 2 16 0 9 0 647507369 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22304] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22304/stat : 22304 (java) S 22297 22299 21313 0 -1 64 24 1299 0 0 0 0 222 2 16 0 9 0 647507369 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22305] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22305/stat : 22305 (java) S 22297 22299 21313 0 -1 64 0 1299 0 0 0 0 222 2 24 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22306] ppid=22297 vsize=868192 CPUtime=2.65
/proc/22299/task/22306/stat : 22306 (java) S 22297 22299 21313 0 -1 64 1052 1299 0 0 40 1 222 2 16 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22307] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22307/stat : 22307 (java) S 22297 22299 21313 0 -1 64 2 1299 0 0 0 0 222 2 25 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22308] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22308/stat : 22308 (java) S 22297 22299 21313 0 -1 64 28 1299 0 0 0 0 222 2 15 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (KiB) 868192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 22497
/proc/meminfo: memFree=1649152/2055920 swapFree=4179840/4192956
[pid=22299] ppid=22297 vsize=868192 CPUtime=1800.06
/proc/22299/stat : 22299 (java) S 22297 22299 21313 0 -1 0 43089 1299 1 0 179740 42 222 2 18 0 9 0 647507366 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22299/statm: 217048 25081 2616 9 0 211576 0
[pid=22299/tid=22301] ppid=22297 vsize=868192 CPUtime=1799.32
/proc/22299/task/22301/stat : 22301 (java) R 22297 22299 21313 0 -1 64 29892 1299 1 0 179673 35 222 2 25 0 9 0 647507367 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4127264647 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22302] ppid=22297 vsize=868192 CPUtime=2.53
/proc/22299/task/22302/stat : 22302 (java) S 22297 22299 21313 0 -1 64 11269 1299 0 0 25 4 222 2 16 0 9 0 647507368 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22303] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22303/stat : 22303 (java) S 22297 22299 21313 0 -1 64 17 1299 0 0 0 0 222 2 16 0 9 0 647507369 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22304] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22304/stat : 22304 (java) S 22297 22299 21313 0 -1 64 24 1299 0 0 0 0 222 2 16 0 9 0 647507369 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22305] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22305/stat : 22305 (java) S 22297 22299 21313 0 -1 64 0 1299 0 0 0 0 222 2 24 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22306] ppid=22297 vsize=868192 CPUtime=2.65
/proc/22299/task/22306/stat : 22306 (java) S 22297 22299 21313 0 -1 64 1052 1299 0 0 40 1 222 2 16 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22307] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22307/stat : 22307 (java) S 22297 22299 21313 0 -1 64 2 1299 0 0 0 0 222 2 25 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22299/tid=22308] ppid=22297 vsize=868192 CPUtime=2.24
/proc/22299/task/22308/stat : 22308 (java) S 22297 22299 21313 0 -1 64 28 1299 0 0 0 0 222 2 15 0 9 0 647507371 889028608 25081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868192

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

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

Child status: 143
Real time (s): 1800.85
CPU time (s): 1800.12
CPU user time (s): 1799.66
CPU system time (s): 0.465929
CPU usage (%): 99.9597
Max. virtual memory (cumulated for all children) (KiB): 873736

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

runsolver used 2.24466 second user time and 5.95609 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-05 15:06:21
IDJOB=1091855
IDBENCH=58580
IDSOLVER=364
FILE ID=node17/1091855-1215263181
PBS_JOBID= 7882105
Free space on /tmp= 66404 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-7-210-60-2-10_glb.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-1091855-1215263181/watcher-1091855-1215263181 -o /tmp/evaluation-result-1091855-1215263181/solver-1091855-1215263181 -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-1091855-1215263181.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b7b3151efab35368355d2ec5cf8c6c51
RANDOM SEED=669191245

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:       1739640 kB
Buffers:         29028 kB
Cached:         210660 kB
SwapCached:       7220 kB
Active:         131156 kB
Inactive:       133760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1739640 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            3156 kB
Writeback:           0 kB
Mapped:          32640 kB
Slab:            36652 kB
Committed_AS:  1121332 kB
PageTables:       1848 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 15:36:24