Trace number 1082358

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.15 1811.97

General information on the benchmark

Namecsp/super-os/super-os-taillard-15/
normalized-super-os-taillard-15-27.xml
MD5SUM29eeeb4fa472c212f46109214960e651
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.64714
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Maximum constraint arity2
Maximum domain size884
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9675
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1082358-1215222153.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.48/0.58	     nbVariables=450  nbDomainTypes=87  minDomainSize=786  maxDomainSize=884  nbTotalValues=376122
0.48/0.58	       =>  wckTime=0.345  cpuTime=0.26  mem=16M677
0.48/0.58	   
0.48/0.58	   predicates being loaded...
0.58/0.64	   
0.58/0.64	   constraints being loaded...
15.25/15.49	     nbConstraints=9690  nbGlobalConstraints=9465  nbConvertedConstraints=225  nbConvertConstraintsChecks=60771592
15.25/15.49	     nbExtensionStructures=87  nbSharedExtensionStructures=138  nbConflictsStructures=87
15.25/15.49	     nbSharedConflictsStructures=138  nbSharedBinaryRepresentations=72668  minDegree=29  maxDegree=58  minArity=2
15.25/15.49	     avgArity=2.02  maxArity=16  nbGenerators=0  nbFusions=0  symmetryWckTime=1.144  symmetryCpuTime=0.97  nbCliques=15
15.25/15.49	       =>  wckTime=15.253  cpuTime=14.43  mem=51M191
15.44/15.69	   
15.44/15.69	   solver IterativeSystematicSolver being built... 
15.54/15.76	   
15.54/15.76	   INFO : Forward propagation technique limited 
15.64/15.86	       =>  wckTime=15.629  cpuTime=14.57  mem=65M813
15.74/15.92	   
15.74/15.92	   preprocessing
15.74/15.92	     nbConstraintChecks=0  nbPropagations=450  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
15.74/15.92	     detectedInconsistency=no
15.74/15.92	       =>  wckTime=0.043  cpuTime=0.03  mem=66M791
26.55/26.85	   
26.55/26.85	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=69M887)

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-1082358-1215222153/watcher-1082358-1215222153 -o /tmp/evaluation-result-1082358-1215222153/solver-1082358-1215222153 -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-1082358-1215222153.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 13779
/proc/meminfo: memFree=1772488/2055920 swapFree=4180424/4192956
[pid=13779] ppid=13777 vsize=1616 CPUtime=0
/proc/13779/stat : 13779 (java) D 13777 13779 11070 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 2001188851 1654784 148 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/13779/statm: 404 148 122 9 0 46 0

[startup+0.097267 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 13779
/proc/meminfo: memFree=1772488/2055920 swapFree=4180424/4192956
[pid=13779] ppid=13777 vsize=865884 CPUtime=0.08
/proc/13779/stat : 13779 (java) S 13777 13779 11070 0 -1 0 3715 0 1 0 6 2 0 0 18 0 9 0 2001188851 886665216 3179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13779/statm: 216471 3179 1684 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.101264 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 13779
/proc/meminfo: memFree=1772488/2055920 swapFree=4180424/4192956
[pid=13779] ppid=13777 vsize=865884 CPUtime=0.09
/proc/13779/stat : 13779 (java) S 13777 13779 11070 0 -1 0 3776 0 1 0 7 2 0 0 18 0 9 0 2001188851 886665216 3227 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13779/statm: 216471 3227 1711 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301294 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 13779
/proc/meminfo: memFree=1772488/2055920 swapFree=4180424/4192956
[pid=13779] ppid=13777 vsize=866196 CPUtime=0.28
/proc/13779/stat : 13779 (java) S 13777 13779 11070 0 -1 0 5626 0 1 0 25 3 0 0 18 0 9 0 2001188851 886984704 5040 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13779/statm: 216549 5040 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.70134 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 13779
/proc/meminfo: memFree=1772488/2055920 swapFree=4180424/4192956
[pid=13779] ppid=13777 vsize=867104 CPUtime=0.67
/proc/13779/stat : 13779 (java) S 13777 13779 11070 0 -1 0 9612 0 1 0 61 6 0 0 18 0 9 0 2001188851 887914496 8972 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13779/statm: 216776 8972 2006 9 0 211282 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867104

[startup+1.50243 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13788
/proc/meminfo: memFree=1730240/2055920 swapFree=4180424/4192956
[pid=13779] ppid=13777 vsize=867720 CPUtime=1.48
/proc/13779/stat : 13779 (java) S 13777 13779 11070 0 -1 0 16887 0 1 0 136 12 0 0 18 0 9 0 2001188851 888545280 16244 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13779/statm: 216930 16244 2014 9 0 211436 0
[pid=13779/tid=13781] ppid=13777 vsize=867720 CPUtime=1.28
/proc/13779/task/13781/stat : 13781 (java) R 13777 13779 11070 0 -1 64 15511 0 1 0 118 10 0 0 25 0 9 0 2001188852 888545280 16244 996147200 134512640 134550740 4294955968 18446744073709551615 4126520013 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13782] ppid=13777 vsize=867720 CPUtime=0
/proc/13779/task/13782/stat : 13782 (java) S 13777 13779 11070 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2001188854 888545280 16244 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13783] ppid=13777 vsize=867720 CPUtime=0
/proc/13779/task/13783/stat : 13783 (java) S 13777 13779 11070 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001188854 888545280 16244 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13784] ppid=13777 vsize=867720 CPUtime=0
/proc/13779/task/13784/stat : 13784 (java) S 13777 13779 11070 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001188854 888545280 16244 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13785] ppid=13777 vsize=867720 CPUtime=0
/proc/13779/task/13785/stat : 13785 (java) S 13777 13779 11070 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001188856 888545280 16244 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13786] ppid=13777 vsize=867720 CPUtime=0.17
/proc/13779/task/13786/stat : 13786 (java) S 13777 13779 11070 0 -1 64 678 0 0 0 17 0 0 0 16 0 9 0 2001188856 888545280 16244 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13787] ppid=13777 vsize=867720 CPUtime=0
/proc/13779/task/13787/stat : 13787 (java) S 13777 13779 11070 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001188856 888545280 16244 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13788] ppid=13777 vsize=867720 CPUtime=0
/proc/13779/task/13788/stat : 13788 (java) S 13777 13779 11070 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001188856 888545280 16244 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867720

[startup+3.10262 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13788
/proc/meminfo: memFree=1699776/2055920 swapFree=4180424/4192956
[pid=13779] ppid=13777 vsize=867632 CPUtime=3.06
/proc/13779/stat : 13779 (java) S 13777 13779 11070 0 -1 0 20734 0 1 0 289 17 0 0 18 0 9 0 2001188851 888455168 20066 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13779/statm: 216908 20066 2005 9 0 211436 0
[pid=13779/tid=13781] ppid=13777 vsize=867632 CPUtime=2.73
/proc/13779/task/13781/stat : 13781 (java) R 13777 13779 11070 0 -1 64 15772 0 1 0 260 13 0 0 25 0 9 0 2001188852 888455168 20066 996147200 134512640 134550740 4294955968 18446744073709551615 4126876784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13782] ppid=13777 vsize=867632 CPUtime=0.09
/proc/13779/task/13782/stat : 13782 (java) S 13777 13779 11070 0 -1 64 3565 0 0 0 8 1 0 0 17 0 9 0 2001188854 888455168 20066 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13783] ppid=13777 vsize=867632 CPUtime=0
/proc/13779/task/13783/stat : 13783 (java) S 13777 13779 11070 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001188854 888455168 20066 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13784] ppid=13777 vsize=867632 CPUtime=0
/proc/13779/task/13784/stat : 13784 (java) S 13777 13779 11070 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001188854 888455168 20066 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13785] ppid=13777 vsize=867632 CPUtime=0
/proc/13779/task/13785/stat : 13785 (java) S 13777 13779 11070 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001188856 888455168 20066 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13786] ppid=13777 vsize=867632 CPUtime=0.2
/proc/13779/task/13786/stat : 13786 (java) S 13777 13779 11070 0 -1 64 700 0 0 0 19 1 0 0 16 0 9 0 2001188856 888455168 20066 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13787] ppid=13777 vsize=867632 CPUtime=0
/proc/13779/task/13787/stat : 13787 (java) S 13777 13779 11070 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001188856 888455168 20066 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13788] ppid=13777 vsize=867632 CPUtime=0
/proc/13779/task/13788/stat : 13788 (java) S 13777 13779 11070 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001188856 888455168 20066 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867632

[startup+6.30201 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13788
/proc/meminfo: memFree=1699520/2055920 swapFree=4180424/4192956
[pid=13779] ppid=13777 vsize=867632 CPUtime=6.23
/proc/13779/stat : 13779 (java) S 13777 13779 11070 0 -1 0 20753 0 1 0 598 25 0 0 18 0 9 0 2001188851 888455168 20083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13779/statm: 216908 20083 2005 9 0 211436 0
[pid=13779/tid=13781] ppid=13777 vsize=867632 CPUtime=5.88
/proc/13779/task/13781/stat : 13781 (java) R 13777 13779 11070 0 -1 64 15777 0 1 0 567 21 0 0 25 0 9 0 2001188852 888455168 20083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13782] ppid=13777 vsize=867632 CPUtime=0.09
/proc/13779/task/13782/stat : 13782 (java) S 13777 13779 11070 0 -1 64 3565 0 0 0 8 1 0 0 16 0 9 0 2001188854 888455168 20083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13783] ppid=13777 vsize=867632 CPUtime=0
/proc/13779/task/13783/stat : 13783 (java) S 13777 13779 11070 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001188854 888455168 20083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13784] ppid=13777 vsize=867632 CPUtime=0
/proc/13779/task/13784/stat : 13784 (java) S 13777 13779 11070 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001188854 888455168 20083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13785] ppid=13777 vsize=867632 CPUtime=0
/proc/13779/task/13785/stat : 13785 (java) S 13777 13779 11070 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001188856 888455168 20083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13786] ppid=13777 vsize=867632 CPUtime=0.23
/proc/13779/task/13786/stat : 13786 (java) S 13777 13779 11070 0 -1 64 714 0 0 0 22 1 0 0 16 0 9 0 2001188856 888455168 20083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13787] ppid=13777 vsize=867632 CPUtime=0
/proc/13779/task/13787/stat : 13787 (java) S 13777 13779 11070 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001188856 888455168 20083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13788] ppid=13777 vsize=867632 CPUtime=0
/proc/13779/task/13788/stat : 13788 (java) S 13777 13779 11070 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001188856 888455168 20083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867632

[startup+12.7028 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13788
/proc/meminfo: memFree=1699328/2055920 swapFree=4180424/4192956
[pid=13779] ppid=13777 vsize=867632 CPUtime=12.57
/proc/13779/stat : 13779 (java) S 13777 13779 11070 0 -1 0 20757 0 1 0 1213 44 0 0 18 0 9 0 2001188851 888455168 20085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13779/statm: 216908 20085 2005 9 0 211436 0
[pid=13779/tid=13781] ppid=13777 vsize=867632 CPUtime=12.22
/proc/13779/task/13781/stat : 13781 (java) R 13777 13779 11070 0 -1 64 15779 0 1 0 1181 41 0 0 25 0 9 0 2001188852 888455168 20085 996147200 134512640 134550740 4294955968 18446744073709551615 4126899264 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13782] ppid=13777 vsize=867632 CPUtime=0.09
/proc/13779/task/13782/stat : 13782 (java) S 13777 13779 11070 0 -1 64 3565 0 0 0 8 1 0 0 16 0 9 0 2001188854 888455168 20085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13783] ppid=13777 vsize=867632 CPUtime=0
/proc/13779/task/13783/stat : 13783 (java) S 13777 13779 11070 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001188854 888455168 20085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13784] ppid=13777 vsize=867632 CPUtime=0
/proc/13779/task/13784/stat : 13784 (java) S 13777 13779 11070 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001188854 888455168 20085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13785] ppid=13777 vsize=867632 CPUtime=0
/proc/13779/task/13785/stat : 13785 (java) S 13777 13779 11070 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001188856 888455168 20085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13786] ppid=13777 vsize=867632 CPUtime=0.23
/proc/13779/task/13786/stat : 13786 (java) S 13777 13779 11070 0 -1 64 716 0 0 0 22 1 0 0 16 0 9 0 2001188856 888455168 20085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13787] ppid=13777 vsize=867632 CPUtime=0
/proc/13779/task/13787/stat : 13787 (java) S 13777 13779 11070 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001188856 888455168 20085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13788] ppid=13777 vsize=867632 CPUtime=0
/proc/13779/task/13788/stat : 13788 (java) S 13777 13779 11070 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001188856 888455168 20085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867632

[startup+25.5013 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 13792
/proc/meminfo: memFree=1649408/2055920 swapFree=4180424/4192956
[pid=13779] ppid=13777 vsize=868044 CPUtime=25.26
/proc/13779/stat : 13779 (java) S 13777 13779 11070 0 -1 0 56884 738 1 0 2448 66 10 2 18 0 9 0 2001188851 888877056 33184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13779/statm: 217011 33184 2637 9 0 211517 0
[pid=13779/tid=13781] ppid=13777 vsize=868044 CPUtime=24.26
/proc/13779/task/13781/stat : 13781 (java) R 13777 13779 11070 0 -1 64 29520 738 1 0 2360 54 10 2 25 0 9 0 2001188852 888877056 33184 996147200 134512640 134550740 4294955968 18446744073709551615 4127207797 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13782] ppid=13777 vsize=868044 CPUtime=0.67
/proc/13779/task/13782/stat : 13782 (java) S 13777 13779 11070 0 -1 64 25553 738 0 0 48 7 10 2 16 0 9 0 2001188854 888877056 33184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13783] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13783/stat : 13783 (java) S 13777 13779 11070 0 -1 64 17 738 0 0 0 0 10 2 16 0 9 0 2001188854 888877056 33184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13784] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13784/stat : 13784 (java) S 13777 13779 11070 0 -1 64 21 738 0 0 0 0 10 2 16 0 9 0 2001188854 888877056 33184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13785] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13785/stat : 13785 (java) S 13777 13779 11070 0 -1 64 0 738 0 0 0 0 10 2 18 0 9 0 2001188856 888877056 33184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13786] ppid=13777 vsize=868044 CPUtime=0.52
/proc/13779/task/13786/stat : 13786 (java) S 13777 13779 11070 0 -1 64 942 738 0 0 38 2 10 2 16 0 9 0 2001188856 888877056 33184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13787] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13787/stat : 13787 (java) S 13777 13779 11070 0 -1 64 2 738 0 0 0 0 10 2 19 0 9 0 2001188856 888877056 33184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13788] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13788/stat : 13788 (java) S 13777 13779 11070 0 -1 64 15 738 0 0 0 0 10 2 15 0 9 0 2001188856 888877056 33184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 868044

[startup+51.1014 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13792
/proc/meminfo: memFree=1649088/2055920 swapFree=4180424/4192956
[pid=13779] ppid=13777 vsize=868044 CPUtime=50.62
/proc/13779/stat : 13779 (java) S 13777 13779 11070 0 -1 0 56989 738 1 0 4984 66 10 2 18 0 9 0 2001188851 888877056 33267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13779/statm: 217011 33267 2637 9 0 211517 0
[pid=13779/tid=13781] ppid=13777 vsize=868044 CPUtime=49.55
/proc/13779/task/13781/stat : 13781 (java) R 13777 13779 11070 0 -1 64 29541 738 1 0 4889 54 10 2 25 0 9 0 2001188852 888877056 33267 996147200 134512640 134550740 4294955968 18446744073709551615 4127266494 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13782] ppid=13777 vsize=868044 CPUtime=0.74
/proc/13779/task/13782/stat : 13782 (java) S 13777 13779 11070 0 -1 64 25636 738 0 0 55 7 10 2 16 0 9 0 2001188854 888877056 33267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13783] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13783/stat : 13783 (java) S 13777 13779 11070 0 -1 64 17 738 0 0 0 0 10 2 16 0 9 0 2001188854 888877056 33267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13784] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13784/stat : 13784 (java) S 13777 13779 11070 0 -1 64 21 738 0 0 0 0 10 2 16 0 9 0 2001188854 888877056 33267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13785] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13785/stat : 13785 (java) S 13777 13779 11070 0 -1 64 0 738 0 0 0 0 10 2 18 0 9 0 2001188856 888877056 33267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13786] ppid=13777 vsize=868044 CPUtime=0.52
/proc/13779/task/13786/stat : 13786 (java) S 13777 13779 11070 0 -1 64 943 738 0 0 38 2 10 2 17 0 9 0 2001188856 888877056 33267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13787] ppid=13777 vsize=868044 CPUtime=0.12

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

/proc/13779/task/13784/stat : 13784 (java) S 13777 13779 11070 0 -1 64 21 738 0 0 0 0 10 2 16 0 9 0 2001188854 888877056 33675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13785] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13785/stat : 13785 (java) S 13777 13779 11070 0 -1 64 0 738 0 0 0 0 10 2 18 0 9 0 2001188856 888877056 33675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13786] ppid=13777 vsize=868044 CPUtime=0.53
/proc/13779/task/13786/stat : 13786 (java) S 13777 13779 11070 0 -1 64 946 738 0 0 39 2 10 2 16 0 9 0 2001188856 888877056 33675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13779/tid=13787] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13787/stat : 13787 (java) S 13777 13779 11070 0 -1 64 2 738 0 0 0 0 10 2 19 0 9 0 2001188856 888877056 33675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13788] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13788/stat : 13788 (java) S 13777 13779 11070 0 -1 64 15 738 0 0 0 0 10 2 15 0 9 0 2001188856 888877056 33675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1533.01
Current children cumulated vsize (KiB) 868044

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/89 14376
/proc/meminfo: memFree=1560640/2055920 swapFree=4180424/4192956
[pid=13779] ppid=13777 vsize=868044 CPUtime=1592.44
/proc/13779/stat : 13779 (java) S 13777 13779 11070 0 -1 0 58710 738 1 0 159142 90 10 2 18 0 9 0 2001188851 888877056 33691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13779/statm: 217011 33691 2637 9 0 211517 0
[pid=13779/tid=13781] ppid=13777 vsize=868044 CPUtime=1588.14
/proc/13779/task/13781/stat : 13781 (java) R 13777 13779 11070 0 -1 64 30838 738 1 0 158734 68 10 2 25 0 9 0 2001188852 888877056 33691 996147200 134512640 134550740 4294955968 18446744073709551615 4127266476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13782] ppid=13777 vsize=868044 CPUtime=3.97
/proc/13779/task/13782/stat : 13782 (java) S 13777 13779 11070 0 -1 64 26057 738 0 0 367 18 10 2 16 0 9 0 2001188854 888877056 33691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13783] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13783/stat : 13783 (java) S 13777 13779 11070 0 -1 64 17 738 0 0 0 0 10 2 16 0 9 0 2001188854 888877056 33691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13784] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13784/stat : 13784 (java) S 13777 13779 11070 0 -1 64 21 738 0 0 0 0 10 2 16 0 9 0 2001188854 888877056 33691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13785] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13785/stat : 13785 (java) S 13777 13779 11070 0 -1 64 0 738 0 0 0 0 10 2 18 0 9 0 2001188856 888877056 33691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13786] ppid=13777 vsize=868044 CPUtime=0.53
/proc/13779/task/13786/stat : 13786 (java) S 13777 13779 11070 0 -1 64 946 738 0 0 39 2 10 2 16 0 9 0 2001188856 888877056 33691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13779/tid=13787] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13787/stat : 13787 (java) S 13777 13779 11070 0 -1 64 2 738 0 0 0 0 10 2 19 0 9 0 2001188856 888877056 33691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13788] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13788/stat : 13788 (java) S 13777 13779 11070 0 -1 64 15 738 0 0 0 0 10 2 15 0 9 0 2001188856 888877056 33691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.44
Current children cumulated vsize (KiB) 868044

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 14376
/proc/meminfo: memFree=1560640/2055920 swapFree=4180424/4192956
[pid=13779] ppid=13777 vsize=868044 CPUtime=1651.87
/proc/13779/stat : 13779 (java) S 13777 13779 11070 0 -1 0 58768 738 1 0 165084 91 10 2 18 0 9 0 2001188851 888877056 33696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13779/statm: 217011 33696 2637 9 0 211517 0
[pid=13779/tid=13781] ppid=13777 vsize=868044 CPUtime=1647.44
/proc/13779/task/13781/stat : 13781 (java) R 13777 13779 11070 0 -1 64 30891 738 1 0 164664 68 10 2 25 0 9 0 2001188852 888877056 33696 996147200 134512640 134550740 4294955968 18446744073709551615 4127204897 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13782] ppid=13777 vsize=868044 CPUtime=4.09
/proc/13779/task/13782/stat : 13782 (java) S 13777 13779 11070 0 -1 64 26062 738 0 0 379 18 10 2 16 0 9 0 2001188854 888877056 33696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13783] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13783/stat : 13783 (java) S 13777 13779 11070 0 -1 64 17 738 0 0 0 0 10 2 16 0 9 0 2001188854 888877056 33696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13784] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13784/stat : 13784 (java) S 13777 13779 11070 0 -1 64 21 738 0 0 0 0 10 2 16 0 9 0 2001188854 888877056 33696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13785] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13785/stat : 13785 (java) S 13777 13779 11070 0 -1 64 0 738 0 0 0 0 10 2 18 0 9 0 2001188856 888877056 33696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13786] ppid=13777 vsize=868044 CPUtime=0.53
/proc/13779/task/13786/stat : 13786 (java) S 13777 13779 11070 0 -1 64 946 738 0 0 39 2 10 2 16 0 9 0 2001188856 888877056 33696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13779/tid=13787] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13787/stat : 13787 (java) S 13777 13779 11070 0 -1 64 2 738 0 0 0 0 10 2 19 0 9 0 2001188856 888877056 33696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13788] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13788/stat : 13788 (java) S 13777 13779 11070 0 -1 64 15 738 0 0 0 0 10 2 15 0 9 0 2001188856 888877056 33696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.87
Current children cumulated vsize (KiB) 868044

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 2.00 4/89 14376
/proc/meminfo: memFree=1560576/2055920 swapFree=4180424/4192956
[pid=13779] ppid=13777 vsize=868044 CPUtime=1711.32
/proc/13779/stat : 13779 (java) S 13777 13779 11070 0 -1 0 58824 738 1 0 171028 92 10 2 18 0 9 0 2001188851 888877056 33696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13779/statm: 217011 33696 2637 9 0 211517 0
[pid=13779/tid=13781] ppid=13777 vsize=868044 CPUtime=1706.76
/proc/13779/task/13781/stat : 13781 (java) R 13777 13779 11070 0 -1 64 30947 738 1 0 170596 68 10 2 25 0 9 0 2001188852 888877056 33696 996147200 134512640 134550740 4294955968 18446744073709551615 4127207804 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13782] ppid=13777 vsize=868044 CPUtime=4.22
/proc/13779/task/13782/stat : 13782 (java) S 13777 13779 11070 0 -1 64 26062 738 0 0 391 19 10 2 17 0 9 0 2001188854 888877056 33696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13783] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13783/stat : 13783 (java) S 13777 13779 11070 0 -1 64 17 738 0 0 0 0 10 2 16 0 9 0 2001188854 888877056 33696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13784] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13784/stat : 13784 (java) S 13777 13779 11070 0 -1 64 21 738 0 0 0 0 10 2 16 0 9 0 2001188854 888877056 33696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13785] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13785/stat : 13785 (java) S 13777 13779 11070 0 -1 64 0 738 0 0 0 0 10 2 18 0 9 0 2001188856 888877056 33696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13786] ppid=13777 vsize=868044 CPUtime=0.53
/proc/13779/task/13786/stat : 13786 (java) S 13777 13779 11070 0 -1 64 946 738 0 0 39 2 10 2 16 0 9 0 2001188856 888877056 33696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13779/tid=13787] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13787/stat : 13787 (java) S 13777 13779 11070 0 -1 64 2 738 0 0 0 0 10 2 19 0 9 0 2001188856 888877056 33696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13788] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13788/stat : 13788 (java) S 13777 13779 11070 0 -1 64 15 738 0 0 0 0 10 2 15 0 9 0 2001188856 888877056 33696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.32
Current children cumulated vsize (KiB) 868044

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/89 14376
/proc/meminfo: memFree=1560448/2055920 swapFree=4180424/4192956
[pid=13779] ppid=13777 vsize=868044 CPUtime=1770.75
/proc/13779/stat : 13779 (java) S 13777 13779 11070 0 -1 0 58873 738 1 0 176971 92 10 2 18 0 9 0 2001188851 888877056 33702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13779/statm: 217011 33702 2637 9 0 211517 0
[pid=13779/tid=13781] ppid=13777 vsize=868044 CPUtime=1766.1
/proc/13779/task/13781/stat : 13781 (java) R 13777 13779 11070 0 -1 64 30990 738 1 0 176530 68 10 2 25 0 9 0 2001188852 888877056 33702 996147200 134512640 134550740 4294955968 18446744073709551615 4127266384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13782] ppid=13777 vsize=868044 CPUtime=4.32
/proc/13779/task/13782/stat : 13782 (java) S 13777 13779 11070 0 -1 64 26068 738 0 0 401 19 10 2 16 0 9 0 2001188854 888877056 33702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13783] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13783/stat : 13783 (java) S 13777 13779 11070 0 -1 64 17 738 0 0 0 0 10 2 16 0 9 0 2001188854 888877056 33702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13784] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13784/stat : 13784 (java) S 13777 13779 11070 0 -1 64 21 738 0 0 0 0 10 2 16 0 9 0 2001188854 888877056 33702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13785] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13785/stat : 13785 (java) S 13777 13779 11070 0 -1 64 0 738 0 0 0 0 10 2 18 0 9 0 2001188856 888877056 33702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13786] ppid=13777 vsize=868044 CPUtime=0.53
/proc/13779/task/13786/stat : 13786 (java) S 13777 13779 11070 0 -1 64 946 738 0 0 39 2 10 2 16 0 9 0 2001188856 888877056 33702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13779/tid=13787] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13787/stat : 13787 (java) S 13777 13779 11070 0 -1 64 2 738 0 0 0 0 10 2 19 0 9 0 2001188856 888877056 33702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13788] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13788/stat : 13788 (java) S 13777 13779 11070 0 -1 64 15 738 0 0 0 0 10 2 15 0 9 0 2001188856 888877056 33702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.75
Current children cumulated vsize (KiB) 868044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 14376
/proc/meminfo: memFree=1560448/2055920 swapFree=4180424/4192956
[pid=13779] ppid=13777 vsize=868044 CPUtime=1800.07
/proc/13779/stat : 13779 (java) S 13777 13779 11070 0 -1 0 58903 738 1 0 179903 92 10 2 18 0 9 0 2001188851 888877056 33714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13779/statm: 217011 33714 2637 9 0 211517 0
[pid=13779/tid=13781] ppid=13777 vsize=868044 CPUtime=1795.38
/proc/13779/task/13781/stat : 13781 (java) R 13777 13779 11070 0 -1 64 31008 738 1 0 179458 68 10 2 25 0 9 0 2001188852 888877056 33714 996147200 134512640 134550740 4294955968 18446744073709551615 4127123235 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13782] ppid=13777 vsize=868044 CPUtime=4.36
/proc/13779/task/13782/stat : 13782 (java) S 13777 13779 11070 0 -1 64 26080 738 0 0 405 19 10 2 16 0 9 0 2001188854 888877056 33714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13783] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13783/stat : 13783 (java) S 13777 13779 11070 0 -1 64 17 738 0 0 0 0 10 2 16 0 9 0 2001188854 888877056 33714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13784] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13784/stat : 13784 (java) S 13777 13779 11070 0 -1 64 21 738 0 0 0 0 10 2 16 0 9 0 2001188854 888877056 33714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13785] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13785/stat : 13785 (java) S 13777 13779 11070 0 -1 64 0 738 0 0 0 0 10 2 18 0 9 0 2001188856 888877056 33714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13786] ppid=13777 vsize=868044 CPUtime=0.53
/proc/13779/task/13786/stat : 13786 (java) S 13777 13779 11070 0 -1 64 946 738 0 0 39 2 10 2 16 0 9 0 2001188856 888877056 33714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13779/tid=13787] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13787/stat : 13787 (java) S 13777 13779 11070 0 -1 64 2 738 0 0 0 0 10 2 19 0 9 0 2001188856 888877056 33714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13788] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13788/stat : 13788 (java) S 13777 13779 11070 0 -1 64 15 738 0 0 0 0 10 2 15 0 9 0 2001188856 888877056 33714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868044

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

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

[startup+1811.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 14376
/proc/meminfo: memFree=1560448/2055920 swapFree=4180424/4192956
[pid=13779] ppid=13777 vsize=868044 CPUtime=1800.07
/proc/13779/stat : 13779 (java) S 13777 13779 11070 0 -1 0 58903 738 1 0 179903 92 10 2 18 0 9 0 2001188851 888877056 33714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13779/statm: 217011 33714 2637 9 0 211517 0
[pid=13779/tid=13781] ppid=13777 vsize=868044 CPUtime=1795.38
/proc/13779/task/13781/stat : 13781 (java) R 13777 13779 11070 0 -1 64 31008 738 1 0 179458 68 10 2 25 0 9 0 2001188852 888877056 33714 996147200 134512640 134550740 4294955968 18446744073709551615 4127123235 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13782] ppid=13777 vsize=868044 CPUtime=4.36
/proc/13779/task/13782/stat : 13782 (java) S 13777 13779 11070 0 -1 64 26080 738 0 0 405 19 10 2 16 0 9 0 2001188854 888877056 33714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13783] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13783/stat : 13783 (java) S 13777 13779 11070 0 -1 64 17 738 0 0 0 0 10 2 16 0 9 0 2001188854 888877056 33714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13784] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13784/stat : 13784 (java) S 13777 13779 11070 0 -1 64 21 738 0 0 0 0 10 2 16 0 9 0 2001188854 888877056 33714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13785] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13785/stat : 13785 (java) S 13777 13779 11070 0 -1 64 0 738 0 0 0 0 10 2 18 0 9 0 2001188856 888877056 33714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13786] ppid=13777 vsize=868044 CPUtime=0.53
/proc/13779/task/13786/stat : 13786 (java) S 13777 13779 11070 0 -1 64 946 738 0 0 39 2 10 2 16 0 9 0 2001188856 888877056 33714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13779/tid=13787] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13787/stat : 13787 (java) S 13777 13779 11070 0 -1 64 2 738 0 0 0 0 10 2 19 0 9 0 2001188856 888877056 33714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13779/tid=13788] ppid=13777 vsize=868044 CPUtime=0.12
/proc/13779/task/13788/stat : 13788 (java) S 13777 13779 11070 0 -1 64 15 738 0 0 0 0 10 2 15 0 9 0 2001188856 888877056 33714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868044

Child status: 143
Real time (s): 1811.97
CPU time (s): 1800.15
CPU user time (s): 1799.18
CPU system time (s): 0.966853
CPU usage (%): 99.3473
Max. virtual memory (cumulated for all children) (KiB): 868044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 0.966853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59674
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= 48194
involuntary context switches= 72142

runsolver used 2.43663 second user time and 5.83011 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-05 03:42:34
IDJOB=1082358
IDBENCH=57222
IDSOLVER=364
FILE ID=node33/1082358-1215222153
PBS_JOBID= 7881709
Free space on /tmp= 66444 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-15/normalized-super-os-taillard-15-27.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-1082358-1215222153/watcher-1082358-1215222153 -o /tmp/evaluation-result-1082358-1215222153/solver-1082358-1215222153 -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-1082358-1215222153.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 29eeeb4fa472c212f46109214960e651
RANDOM SEED=1092963011

node33.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.231
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.231
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:       1772904 kB
Buffers:         38232 kB
Cached:         174828 kB
SwapCached:       6444 kB
Active:         169868 kB
Inactive:        54608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772904 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            3252 kB
Writeback:           0 kB
Mapped:          18928 kB
Slab:            43744 kB
Committed_AS:  3573176 kB
PageTables:       1832 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= 66468 MiB
End job on node33 at 2008-07-05 04:12:48