Trace number 1095136

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 AC? (TO) 1800.14 1806.18

General information on the benchmark

Namecsp/bibd8/
normalized-bibd-8-84-42-4-18_glb.xml
MD5SUMfd5e2fd975fbc9948561e342a7ecd6fc
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.7248
Satisfiable
(Un)Satisfiability was proved
Number of variables3024
Number of constraints2472
Maximum constraint arity84
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2352
Global constraints used (with number of constraints)weightedsum(120)

Solver Data (download as text)

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1095136-1215266490.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.48/0.55	     nbVariables=3024  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=6048
0.48/0.55	       =>  wckTime=0.299  cpuTime=0.19  mem=15M655
0.48/0.55	   
0.48/0.55	   predicates being loaded...
0.58/0.61	   
0.58/0.61	   constraints being loaded...
5.05/5.19	     nbConstraints=2562  nbGlobalConstraints=210  nbConflictsStructures=1  nbSharedConflictsStructures=2351
5.05/5.19	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=2351  minDegree=4  maxDegree=13
5.05/5.19	     minArity=3  avgArity=9.74  maxArity=1176  nbGenerators=90  nbFusions=0  symmetryWckTime=4.021  symmetryCpuTime=3.38
5.05/5.19	       =>  wckTime=4.939  cpuTime=4.1  mem=55M734
5.15/5.29	   
5.15/5.29	   solver IterativeSystematicSolver being built... 
5.25/5.40	   
5.25/5.40	   INFO : Forward propagation technique limited 
5.45/5.57	       =>  wckTime=5.319  cpuTime=4.35  mem=57M302
5.54/5.60	   
5.54/5.60	   preprocessing
5.54/5.60	     nbConstraintChecks=0  nbPropagations=3024  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
5.54/5.60	     detectedInconsistency=no
5.54/5.60	       =>  wckTime=0.026  cpuTime=0.02  mem=57M302

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-1095136-1215266490/watcher-1095136-1215266490 -o /tmp/evaluation-result-1095136-1215266490/solver-1095136-1215266490 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1095136-1215266490.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.98 1.98 3/80 26612
/proc/meminfo: memFree=1469472/2055920 swapFree=4179912/4192956
[pid=26612] ppid=26610 vsize=152 CPUtime=0
/proc/26612/stat : 26612 (java) R 26610 26612 25943 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 2005621353 155648 26 996147200 134512640 134550740 4294956128 18446744073709551615 8745764 0 0 4096 0 0 0 0 17 0 0 0
/proc/26612/statm: 38 26 19 9 0 4 0

[startup+0.029551 s]
/proc/loadavg: 2.00 1.98 1.98 3/80 26612
/proc/meminfo: memFree=1469472/2055920 swapFree=4179912/4192956
[pid=26612] ppid=26610 vsize=861228 CPUtime=0.02
/proc/26612/stat : 26612 (java) S 26610 26612 25943 0 -1 0 1710 0 1 0 1 1 0 0 19 0 3 0 2005621353 881897472 1407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/26612/statm: 215307 1407 563 9 0 210286 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861228

[startup+0.101522 s]
/proc/loadavg: 2.00 1.98 1.98 3/80 26612
/proc/meminfo: memFree=1469472/2055920 swapFree=4179912/4192956
[pid=26612] ppid=26610 vsize=865884 CPUtime=0.08
/proc/26612/stat : 26612 (java) S 26610 26612 25943 0 -1 0 3734 0 1 0 7 1 0 0 19 0 9 0 2005621353 886665216 3197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26612/statm: 216471 3197 1695 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301546 s]
/proc/loadavg: 2.00 1.98 1.98 3/80 26612
/proc/meminfo: memFree=1469472/2055920 swapFree=4179912/4192956
[pid=26612] ppid=26610 vsize=866372 CPUtime=0.28
/proc/26612/stat : 26612 (java) S 26610 26612 25943 0 -1 0 5856 0 1 0 24 4 0 0 19 0 9 0 2005621353 887164928 5230 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26612/statm: 216593 5230 1953 9 0 211121 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866372

[startup+0.701593 s]
/proc/loadavg: 2.00 1.98 1.98 3/80 26612
/proc/meminfo: memFree=1469472/2055920 swapFree=4179912/4192956
[pid=26612] ppid=26610 vsize=867484 CPUtime=0.68
/proc/26612/stat : 26612 (java) S 26610 26612 25943 0 -1 0 9895 0 1 0 62 6 0 0 19 0 9 0 2005621353 888303616 9255 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26612/statm: 216871 9255 2009 9 0 211377 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867484

[startup+1.50268 s]
/proc/loadavg: 2.00 1.98 1.98 4/89 26621
/proc/meminfo: memFree=1428184/2055920 swapFree=4179912/4192956
[pid=26612] ppid=26610 vsize=867808 CPUtime=1.25
/proc/26612/stat : 26612 (java) S 26610 26612 25943 0 -1 0 15599 0 1 0 105 20 0 0 19 0 10 0 2005621353 888635392 14774 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26612/statm: 216952 14774 2019 9 0 211458 0
[pid=26612/tid=26614] ppid=26610 vsize=867808 CPUtime=0.99
/proc/26612/task/26614/stat : 26614 (java) S 26610 26612 25943 0 -1 64 14104 0 1 0 81 18 0 0 16 0 10 0 2005621354 888635392 14774 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=26612/tid=26615] ppid=26610 vsize=867808 CPUtime=0
/proc/26612/task/26615/stat : 26615 (java) S 26610 26612 25943 0 -1 64 5 0 0 0 0 0 0 0 17 0 10 0 2005621356 888635392 14774 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26616] ppid=26610 vsize=867808 CPUtime=0
/proc/26612/task/26616/stat : 26616 (java) S 26610 26612 25943 0 -1 64 10 0 0 0 0 0 0 0 19 0 10 0 2005621356 888635392 14774 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26617] ppid=26610 vsize=867808 CPUtime=0
/proc/26612/task/26617/stat : 26617 (java) S 26610 26612 25943 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 2005621356 888635392 14774 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26618] ppid=26610 vsize=867808 CPUtime=0
/proc/26612/task/26618/stat : 26618 (java) S 26610 26612 25943 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2005621358 888635392 14774 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26619] ppid=26610 vsize=867808 CPUtime=0.23
/proc/26612/task/26619/stat : 26619 (java) S 26610 26612 25943 0 -1 64 727 0 0 0 23 0 0 0 15 0 10 0 2005621358 888635392 14774 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26620] ppid=26610 vsize=867808 CPUtime=0
/proc/26612/task/26620/stat : 26620 (java) S 26610 26612 25943 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2005621358 888635392 14774 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26621] ppid=26610 vsize=867808 CPUtime=0
/proc/26612/task/26621/stat : 26621 (java) S 26610 26612 25943 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 2005621358 888635392 14774 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 867808

[startup+3.10288 s]
/proc/loadavg: 2.00 1.98 1.98 4/91 26625
/proc/meminfo: memFree=1404360/2055920 swapFree=4179912/4192956
[pid=26612] ppid=26610 vsize=867932 CPUtime=3.05
/proc/26612/stat : 26612 (java) S 26610 26612 25943 0 -1 0 32879 814 1 0 236 24 44 1 19 0 9 0 2005621353 888762368 20240 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26612/statm: 216983 20240 2039 9 0 211489 0
[pid=26612/tid=26614] ppid=26610 vsize=867932 CPUtime=2.65
/proc/26612/task/26614/stat : 26614 (java) R 26610 26612 25943 0 -1 64 24337 814 1 0 200 20 44 1 18 0 9 0 2005621354 888762368 20240 996147200 134512640 134550740 4294955968 18446744073709551615 4127114112 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=867932 CPUtime=0.55
/proc/26612/task/26615/stat : 26615 (java) S 26610 26612 25943 0 -1 64 6799 814 0 0 9 1 44 1 16 0 9 0 2005621356 888762368 20240 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26616] ppid=26610 vsize=867932 CPUtime=0.45
/proc/26612/task/26616/stat : 26616 (java) S 26610 26612 25943 0 -1 64 18 814 0 0 0 0 44 1 16 0 9 0 2005621356 888762368 20240 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26617] ppid=26610 vsize=867932 CPUtime=0.45
/proc/26612/task/26617/stat : 26617 (java) S 26610 26612 25943 0 -1 64 11 814 0 0 0 0 44 1 16 0 9 0 2005621356 888762368 20240 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26618] ppid=26610 vsize=867932 CPUtime=0.45
/proc/26612/task/26618/stat : 26618 (java) S 26610 26612 25943 0 -1 64 1 814 0 0 0 0 44 1 18 0 9 0 2005621358 888762368 20240 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26619] ppid=26610 vsize=867932 CPUtime=0.7
/proc/26612/task/26619/stat : 26619 (java) S 26610 26612 25943 0 -1 64 904 814 0 0 25 0 44 1 15 0 9 0 2005621358 888762368 20240 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26620] ppid=26610 vsize=867932 CPUtime=0.45
/proc/26612/task/26620/stat : 26620 (java) S 26610 26612 25943 0 -1 64 1 814 0 0 0 0 44 1 19 0 9 0 2005621358 888762368 20240 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26621] ppid=26610 vsize=867932 CPUtime=0.45
/proc/26612/task/26621/stat : 26621 (java) S 26610 26612 25943 0 -1 64 9 814 0 0 0 0 44 1 15 0 9 0 2005621358 888762368 20240 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867932

[startup+6.30125 s]
/proc/loadavg: 2.00 1.98 1.98 3/89 26625
/proc/meminfo: memFree=1393808/2055920 swapFree=4179912/4192956
[pid=26612] ppid=26610 vsize=868868 CPUtime=6.25
/proc/26612/stat : 26612 (java) S 26610 26612 25943 0 -1 0 36265 814 1 0 552 28 44 1 19 0 9 0 2005621353 889720832 22682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26612/statm: 217217 22682 2616 9 0 211745 0
[pid=26612/tid=26614] ppid=26610 vsize=868868 CPUtime=5.61
/proc/26612/task/26614/stat : 26614 (java) R 26610 26612 25943 0 -1 64 24531 814 1 0 494 22 44 1 18 0 9 0 2005621354 889720832 22682 996147200 134512640 134550740 4294955968 18446744073709551615 4127283109 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=868868 CPUtime=0.68
/proc/26612/task/26615/stat : 26615 (java) S 26610 26612 25943 0 -1 64 9822 814 0 0 21 2 44 1 16 0 9 0 2005621356 889720832 22682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26616] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26616/stat : 26616 (java) S 26610 26612 25943 0 -1 64 18 814 0 0 0 0 44 1 16 0 9 0 2005621356 889720832 22682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26617] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26617/stat : 26617 (java) S 26610 26612 25943 0 -1 64 29 814 0 0 0 0 44 1 15 0 9 0 2005621356 889720832 22682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26618] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26618/stat : 26618 (java) S 26610 26612 25943 0 -1 64 1 814 0 0 0 0 44 1 18 0 9 0 2005621358 889720832 22682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26619] ppid=26610 vsize=868868 CPUtime=0.82
/proc/26612/task/26619/stat : 26619 (java) S 26610 26612 25943 0 -1 64 1031 814 0 0 36 1 44 1 16 0 9 0 2005621358 889720832 22682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26620] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26620/stat : 26620 (java) S 26610 26612 25943 0 -1 64 1 814 0 0 0 0 44 1 19 0 9 0 2005621358 889720832 22682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26621] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26621/stat : 26621 (java) S 26610 26612 25943 0 -1 64 33 814 0 0 0 0 44 1 15 0 9 0 2005621358 889720832 22682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 868868

[startup+12.703 s]
/proc/loadavg: 2.00 1.98 1.98 3/89 26625
/proc/meminfo: memFree=1388176/2055920 swapFree=4179912/4192956
[pid=26612] ppid=26610 vsize=868868 CPUtime=12.65
/proc/26612/stat : 26612 (java) S 26610 26612 25943 0 -1 0 36281 814 1 0 1192 28 44 1 19 0 9 0 2005621353 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26612/statm: 217217 22693 2616 9 0 211745 0
[pid=26612/tid=26614] ppid=26610 vsize=868868 CPUtime=11.99
/proc/26612/task/26614/stat : 26614 (java) R 26610 26612 25943 0 -1 64 24533 814 1 0 1132 22 44 1 25 0 9 0 2005621354 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4127259398 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=868868 CPUtime=0.68
/proc/26612/task/26615/stat : 26615 (java) S 26610 26612 25943 0 -1 64 9822 814 0 0 21 2 44 1 16 0 9 0 2005621356 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26616] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26616/stat : 26616 (java) S 26610 26612 25943 0 -1 64 18 814 0 0 0 0 44 1 16 0 9 0 2005621356 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26617] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26617/stat : 26617 (java) S 26610 26612 25943 0 -1 64 29 814 0 0 0 0 44 1 15 0 9 0 2005621356 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26618] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26618/stat : 26618 (java) S 26610 26612 25943 0 -1 64 1 814 0 0 0 0 44 1 18 0 9 0 2005621358 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26619] ppid=26610 vsize=868868 CPUtime=0.84
/proc/26612/task/26619/stat : 26619 (java) S 26610 26612 25943 0 -1 64 1045 814 0 0 38 1 44 1 16 0 9 0 2005621358 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26620] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26620/stat : 26620 (java) S 26610 26612 25943 0 -1 64 1 814 0 0 0 0 44 1 19 0 9 0 2005621358 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26621] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26621/stat : 26621 (java) S 26610 26612 25943 0 -1 64 33 814 0 0 0 0 44 1 15 0 9 0 2005621358 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 868868

[startup+25.5015 s]
/proc/loadavg: 2.00 1.98 1.98 3/89 26625
/proc/meminfo: memFree=1388176/2055920 swapFree=4179912/4192956
[pid=26612] ppid=26610 vsize=868868 CPUtime=25.45
/proc/26612/stat : 26612 (java) S 26610 26612 25943 0 -1 0 36281 814 1 0 2472 28 44 1 19 0 9 0 2005621353 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26612/statm: 217217 22693 2616 9 0 211745 0
[pid=26612/tid=26614] ppid=26610 vsize=868868 CPUtime=24.78
/proc/26612/task/26614/stat : 26614 (java) R 26610 26612 25943 0 -1 64 24533 814 1 0 2411 22 44 1 25 0 9 0 2005621354 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4127291121 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=868868 CPUtime=0.68
/proc/26612/task/26615/stat : 26615 (java) S 26610 26612 25943 0 -1 64 9822 814 0 0 21 2 44 1 16 0 9 0 2005621356 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26616] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26616/stat : 26616 (java) S 26610 26612 25943 0 -1 64 18 814 0 0 0 0 44 1 16 0 9 0 2005621356 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26617] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26617/stat : 26617 (java) S 26610 26612 25943 0 -1 64 29 814 0 0 0 0 44 1 15 0 9 0 2005621356 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26618] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26618/stat : 26618 (java) S 26610 26612 25943 0 -1 64 1 814 0 0 0 0 44 1 18 0 9 0 2005621358 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26619] ppid=26610 vsize=868868 CPUtime=0.84
/proc/26612/task/26619/stat : 26619 (java) S 26610 26612 25943 0 -1 64 1045 814 0 0 38 1 44 1 16 0 9 0 2005621358 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26620] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26620/stat : 26620 (java) S 26610 26612 25943 0 -1 64 1 814 0 0 0 0 44 1 19 0 9 0 2005621358 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26621] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26621/stat : 26621 (java) S 26610 26612 25943 0 -1 64 33 814 0 0 0 0 44 1 15 0 9 0 2005621358 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 868868

[startup+51.1015 s]
/proc/loadavg: 2.00 1.98 1.98 3/89 26625
/proc/meminfo: memFree=1388176/2055920 swapFree=4179912/4192956
[pid=26612] ppid=26610 vsize=868868 CPUtime=51.03
/proc/26612/stat : 26612 (java) S 26610 26612 25943 0 -1 0 36281 814 1 0 5030 28 44 1 19 0 9 0 2005621353 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26612/statm: 217217 22693 2616 9 0 211745 0
[pid=26612/tid=26614] ppid=26610 vsize=868868 CPUtime=50.37
/proc/26612/task/26614/stat : 26614 (java) R 26610 26612 25943 0 -1 64 24533 814 1 0 4970 22 44 1 25 0 9 0 2005621354 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4127267720 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=868868 CPUtime=0.68
/proc/26612/task/26615/stat : 26615 (java) S 26610 26612 25943 0 -1 64 9822 814 0 0 21 2 44 1 16 0 9 0 2005621356 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26616] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26616/stat : 26616 (java) S 26610 26612 25943 0 -1 64 18 814 0 0 0 0 44 1 16 0 9 0 2005621356 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26617] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26617/stat : 26617 (java) S 26610 26612 25943 0 -1 64 29 814 0 0 0 0 44 1 15 0 9 0 2005621356 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26618] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26618/stat : 26618 (java) S 26610 26612 25943 0 -1 64 1 814 0 0 0 0 44 1 18 0 9 0 2005621358 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26619] ppid=26610 vsize=868868 CPUtime=0.84
/proc/26612/task/26619/stat : 26619 (java) S 26610 26612 25943 0 -1 64 1045 814 0 0 38 1 44 1 16 0 9 0 2005621358 889720832 22693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26620] ppid=26610 vsize=868868 CPUtime=0.45

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

/proc/26612/task/26617/stat : 26617 (java) S 26610 26612 25943 0 -1 64 29 814 0 0 0 0 44 1 15 0 9 0 2005621356 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26618] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26618/stat : 26618 (java) S 26610 26612 25943 0 -1 64 1 814 0 0 0 0 44 1 18 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26619] ppid=26610 vsize=868868 CPUtime=0.84
/proc/26612/task/26619/stat : 26619 (java) S 26610 26612 25943 0 -1 64 1046 814 0 0 38 1 44 1 16 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26620] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26620/stat : 26620 (java) S 26610 26612 25943 0 -1 64 1 814 0 0 0 0 44 1 19 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26621] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26621/stat : 26621 (java) S 26610 26612 25943 0 -1 64 33 814 0 0 0 0 44 1 15 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.29
Current children cumulated vsize (KiB) 868868

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/81 26961
/proc/meminfo: memFree=1490784/2055920 swapFree=4179912/4192956
[pid=26612] ppid=26610 vsize=868868 CPUtime=1597.06
/proc/26612/stat : 26612 (java) S 26610 26612 25943 0 -1 0 36282 814 1 0 159628 33 44 1 19 0 9 0 2005621353 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26612/statm: 217217 22694 2616 9 0 211745 0
[pid=26612/tid=26614] ppid=26610 vsize=868868 CPUtime=1596.39
/proc/26612/task/26614/stat : 26614 (java) R 26610 26612 25943 0 -1 64 24533 814 1 0 159567 27 44 1 25 0 9 0 2005621354 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4127287113 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=868868 CPUtime=0.68
/proc/26612/task/26615/stat : 26615 (java) S 26610 26612 25943 0 -1 64 9822 814 0 0 21 2 44 1 16 0 9 0 2005621356 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26616] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26616/stat : 26616 (java) S 26610 26612 25943 0 -1 64 18 814 0 0 0 0 44 1 16 0 9 0 2005621356 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26617] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26617/stat : 26617 (java) S 26610 26612 25943 0 -1 64 29 814 0 0 0 0 44 1 15 0 9 0 2005621356 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26618] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26618/stat : 26618 (java) S 26610 26612 25943 0 -1 64 1 814 0 0 0 0 44 1 18 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26619] ppid=26610 vsize=868868 CPUtime=0.84
/proc/26612/task/26619/stat : 26619 (java) S 26610 26612 25943 0 -1 64 1046 814 0 0 38 1 44 1 16 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26620] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26620/stat : 26620 (java) S 26610 26612 25943 0 -1 64 1 814 0 0 0 0 44 1 19 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26621] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26621/stat : 26621 (java) S 26610 26612 25943 0 -1 64 33 814 0 0 0 0 44 1 15 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.06
Current children cumulated vsize (KiB) 868868

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/81 26961
/proc/meminfo: memFree=1490720/2055920 swapFree=4179912/4192956
[pid=26612] ppid=26610 vsize=868868 CPUtime=1656.82
/proc/26612/stat : 26612 (java) S 26610 26612 25943 0 -1 0 36282 814 1 0 165603 34 44 1 19 0 9 0 2005621353 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26612/statm: 217217 22694 2616 9 0 211745 0
[pid=26612/tid=26614] ppid=26610 vsize=868868 CPUtime=1656.14
/proc/26612/task/26614/stat : 26614 (java) R 26610 26612 25943 0 -1 64 24533 814 1 0 165542 27 44 1 25 0 9 0 2005621354 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4127287166 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=868868 CPUtime=0.68
/proc/26612/task/26615/stat : 26615 (java) S 26610 26612 25943 0 -1 64 9822 814 0 0 21 2 44 1 16 0 9 0 2005621356 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26616] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26616/stat : 26616 (java) S 26610 26612 25943 0 -1 64 18 814 0 0 0 0 44 1 16 0 9 0 2005621356 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26617] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26617/stat : 26617 (java) S 26610 26612 25943 0 -1 64 29 814 0 0 0 0 44 1 15 0 9 0 2005621356 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26618] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26618/stat : 26618 (java) S 26610 26612 25943 0 -1 64 1 814 0 0 0 0 44 1 18 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26619] ppid=26610 vsize=868868 CPUtime=0.84
/proc/26612/task/26619/stat : 26619 (java) S 26610 26612 25943 0 -1 64 1046 814 0 0 38 1 44 1 16 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26620] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26620/stat : 26620 (java) S 26610 26612 25943 0 -1 64 1 814 0 0 0 0 44 1 19 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26621] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26621/stat : 26621 (java) S 26610 26612 25943 0 -1 64 33 814 0 0 0 0 44 1 15 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.82
Current children cumulated vsize (KiB) 868868

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/81 26961
/proc/meminfo: memFree=1490720/2055920 swapFree=4179912/4192956
[pid=26612] ppid=26610 vsize=868868 CPUtime=1716.58
/proc/26612/stat : 26612 (java) S 26610 26612 25943 0 -1 0 36282 814 1 0 171579 34 44 1 19 0 9 0 2005621353 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26612/statm: 217217 22694 2616 9 0 211745 0
[pid=26612/tid=26614] ppid=26610 vsize=868868 CPUtime=1715.9
/proc/26612/task/26614/stat : 26614 (java) R 26610 26612 25943 0 -1 64 24533 814 1 0 171518 27 44 1 25 0 9 0 2005621354 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4127292556 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=868868 CPUtime=0.68
/proc/26612/task/26615/stat : 26615 (java) S 26610 26612 25943 0 -1 64 9822 814 0 0 21 2 44 1 16 0 9 0 2005621356 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26616] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26616/stat : 26616 (java) S 26610 26612 25943 0 -1 64 18 814 0 0 0 0 44 1 16 0 9 0 2005621356 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26617] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26617/stat : 26617 (java) S 26610 26612 25943 0 -1 64 29 814 0 0 0 0 44 1 15 0 9 0 2005621356 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26618] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26618/stat : 26618 (java) S 26610 26612 25943 0 -1 64 1 814 0 0 0 0 44 1 18 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26619] ppid=26610 vsize=868868 CPUtime=0.84
/proc/26612/task/26619/stat : 26619 (java) S 26610 26612 25943 0 -1 64 1046 814 0 0 38 1 44 1 16 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26620] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26620/stat : 26620 (java) S 26610 26612 25943 0 -1 64 1 814 0 0 0 0 44 1 19 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26621] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26621/stat : 26621 (java) S 26610 26612 25943 0 -1 64 33 814 0 0 0 0 44 1 15 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.58
Current children cumulated vsize (KiB) 868868

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/81 26961
/proc/meminfo: memFree=1490656/2055920 swapFree=4179912/4192956
[pid=26612] ppid=26610 vsize=868868 CPUtime=1776.33
/proc/26612/stat : 26612 (java) S 26610 26612 25943 0 -1 0 36282 814 1 0 177554 34 44 1 19 0 9 0 2005621353 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26612/statm: 217217 22694 2616 9 0 211745 0
[pid=26612/tid=26614] ppid=26610 vsize=868868 CPUtime=1775.65
/proc/26612/task/26614/stat : 26614 (java) R 26610 26612 25943 0 -1 64 24533 814 1 0 177493 27 44 1 25 0 9 0 2005621354 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4127287170 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=868868 CPUtime=0.68
/proc/26612/task/26615/stat : 26615 (java) S 26610 26612 25943 0 -1 64 9822 814 0 0 21 2 44 1 16 0 9 0 2005621356 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26616] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26616/stat : 26616 (java) S 26610 26612 25943 0 -1 64 18 814 0 0 0 0 44 1 16 0 9 0 2005621356 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26617] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26617/stat : 26617 (java) S 26610 26612 25943 0 -1 64 29 814 0 0 0 0 44 1 15 0 9 0 2005621356 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26618] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26618/stat : 26618 (java) S 26610 26612 25943 0 -1 64 1 814 0 0 0 0 44 1 18 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26619] ppid=26610 vsize=868868 CPUtime=0.84
/proc/26612/task/26619/stat : 26619 (java) S 26610 26612 25943 0 -1 64 1046 814 0 0 38 1 44 1 16 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26620] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26620/stat : 26620 (java) S 26610 26612 25943 0 -1 64 1 814 0 0 0 0 44 1 19 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26621] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26621/stat : 26621 (java) S 26610 26612 25943 0 -1 64 33 814 0 0 0 0 44 1 15 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.33
Current children cumulated vsize (KiB) 868868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.1 s]
/proc/loadavg: 2.06 2.01 1.99 3/81 26961
/proc/meminfo: memFree=1490656/2055920 swapFree=4179912/4192956
[pid=26612] ppid=26610 vsize=868868 CPUtime=1800.04
/proc/26612/stat : 26612 (java) S 26610 26612 25943 0 -1 0 36282 814 1 0 179925 34 44 1 19 0 9 0 2005621353 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26612/statm: 217217 22694 2616 9 0 211745 0
[pid=26612/tid=26614] ppid=26610 vsize=868868 CPUtime=1799.36
/proc/26612/task/26614/stat : 26614 (java) R 26610 26612 25943 0 -1 64 24533 814 1 0 179864 27 44 1 25 0 9 0 2005621354 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4127267751 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=868868 CPUtime=0.68
/proc/26612/task/26615/stat : 26615 (java) S 26610 26612 25943 0 -1 64 9822 814 0 0 21 2 44 1 16 0 9 0 2005621356 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26616] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26616/stat : 26616 (java) S 26610 26612 25943 0 -1 64 18 814 0 0 0 0 44 1 16 0 9 0 2005621356 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26617] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26617/stat : 26617 (java) S 26610 26612 25943 0 -1 64 29 814 0 0 0 0 44 1 15 0 9 0 2005621356 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26618] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26618/stat : 26618 (java) S 26610 26612 25943 0 -1 64 1 814 0 0 0 0 44 1 18 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26619] ppid=26610 vsize=868868 CPUtime=0.84
/proc/26612/task/26619/stat : 26619 (java) S 26610 26612 25943 0 -1 64 1046 814 0 0 38 1 44 1 16 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26620] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26620/stat : 26620 (java) S 26610 26612 25943 0 -1 64 1 814 0 0 0 0 44 1 19 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26621] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26621/stat : 26621 (java) S 26610 26612 25943 0 -1 64 33 814 0 0 0 0 44 1 15 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868868

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

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

[startup+1806.1 s]
/proc/loadavg: 2.06 2.01 1.99 3/81 26961
/proc/meminfo: memFree=1490656/2055920 swapFree=4179912/4192956
[pid=26612] ppid=26610 vsize=868868 CPUtime=1800.04
/proc/26612/stat : 26612 (java) S 26610 26612 25943 0 -1 0 36282 814 1 0 179925 34 44 1 19 0 9 0 2005621353 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26612/statm: 217217 22694 2616 9 0 211745 0
[pid=26612/tid=26614] ppid=26610 vsize=868868 CPUtime=1799.36
/proc/26612/task/26614/stat : 26614 (java) R 26610 26612 25943 0 -1 64 24533 814 1 0 179864 27 44 1 25 0 9 0 2005621354 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4127267751 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26615] ppid=26610 vsize=868868 CPUtime=0.68
/proc/26612/task/26615/stat : 26615 (java) S 26610 26612 25943 0 -1 64 9822 814 0 0 21 2 44 1 16 0 9 0 2005621356 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26616] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26616/stat : 26616 (java) S 26610 26612 25943 0 -1 64 18 814 0 0 0 0 44 1 16 0 9 0 2005621356 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26617] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26617/stat : 26617 (java) S 26610 26612 25943 0 -1 64 29 814 0 0 0 0 44 1 15 0 9 0 2005621356 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26618] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26618/stat : 26618 (java) S 26610 26612 25943 0 -1 64 1 814 0 0 0 0 44 1 18 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26619] ppid=26610 vsize=868868 CPUtime=0.84
/proc/26612/task/26619/stat : 26619 (java) S 26610 26612 25943 0 -1 64 1046 814 0 0 38 1 44 1 16 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26612/tid=26620] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26620/stat : 26620 (java) S 26610 26612 25943 0 -1 64 1 814 0 0 0 0 44 1 19 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26612/tid=26621] ppid=26610 vsize=868868 CPUtime=0.45
/proc/26612/task/26621/stat : 26621 (java) S 26610 26612 25943 0 -1 64 33 814 0 0 0 0 44 1 15 0 9 0 2005621358 889720832 22694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868868

Child status: 143
Real time (s): 1806.18
CPU time (s): 1800.14
CPU user time (s): 1799.76
CPU system time (s): 0.372943
CPU usage (%): 99.6653
Max. virtual memory (cumulated for all children) (KiB): 868956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.372943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37127
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= 38724
involuntary context switches= 50601

runsolver used 1.54076 second user time and 5.2802 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-05 16:01:30
IDJOB=1095136
IDBENCH=58883
IDSOLVER=363
FILE ID=node53/1095136-1215266490
PBS_JOBID= 7882123
Free space on /tmp= 65124 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bibd8/normalized-bibd-8-84-42-4-18_glb.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1095136-1215266490/watcher-1095136-1215266490 -o /tmp/evaluation-result-1095136-1215266490/solver-1095136-1215266490 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1095136-1215266490.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fd5e2fd975fbc9948561e342a7ecd6fc
RANDOM SEED=524387919

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1469952 kB
Buffers:         87000 kB
Cached:         320508 kB
SwapCached:       7428 kB
Active:         304264 kB
Inactive:       217052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1469952 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:            2600 kB
Writeback:           0 kB
Mapped:         129644 kB
Slab:            49812 kB
Committed_AS:  4764012 kB
PageTables:       1960 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= 65124 MiB
End job on node53 at 2008-07-05 16:31:38