Trace number 1082609

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.09 1810.23

General information on the benchmark

Namecsp/super-os/super-os-taillard-5/
normalized-super-os-taillard-5-1.xml
MD5SUM1cb82225d2d6207f7df093100b92071a
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 benchmark2.12568
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints325
Maximum constraint arity2
Maximum domain size300
Number of constraints which are defined in extension0
Number of constraints which are defined in intension325
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1082609-1215478505.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.28/0.37	     nbVariables=50  nbDomainTypes=24  minDomainSize=203  maxDomainSize=300  nbTotalValues=12474
0.28/0.37	       =>  wckTime=0.114  cpuTime=0.11  mem=7M919
0.28/0.37	   
0.28/0.37	   predicates being loaded...
0.38/0.43	   
0.38/0.43	   constraints being loaded...
2.36/2.48	     nbConstraints=330  nbGlobalConstraints=29  nbConvertedConstraints=301  nbConvertConstraintsChecks=6966896
2.36/2.48	     nbExtensionStructures=113  nbSharedExtensionStructures=188  nbConflictsStructures=113
2.36/2.48	     nbSharedConflictsStructures=188  nbSharedBinaryRepresentations=21881  minDegree=9  maxDegree=18  minArity=2
2.36/2.48	     avgArity=2.06  maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.08  symmetryCpuTime=0.04  nbCliques=5
2.36/2.48	       =>  wckTime=2.225  cpuTime=2.05  mem=21M784
2.45/2.55	   
2.45/2.55	   solver IterativeSystematicSolver being built... 
2.55/2.62	   
2.55/2.62	   INFO : Forward propagation technique limited 
2.55/2.67	       =>  wckTime=2.422  cpuTime=2.15  mem=22M575
2.55/2.68	   
2.55/2.68	   preprocessing
2.55/2.68	     nbConstraintChecks=0  nbPropagations=50  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.55/2.68	     detectedInconsistency=no
2.55/2.68	       =>  wckTime=0.0080  cpuTime=0.0  mem=23M550
4.43/4.52	   
4.43/4.52	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=15M848)

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-1082609-1215478505/watcher-1082609-1215478505 -o /tmp/evaluation-result-1082609-1215478505/solver-1082609-1215478505 -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-1082609-1215478505.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.09 2.07 1.79 4/72 3147
/proc/meminfo: memFree=1863856/2055920 swapFree=4192956/4192956
[pid=3147] ppid=3145 vsize=18572 CPUtime=0
/proc/3147/stat : 3147 (runsolver) R 3145 3147 2694 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 4549908 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 269930261799 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/3147/statm: 4643 292 257 25 0 2626 0

[startup+0.094585 s]
/proc/loadavg: 2.09 2.07 1.79 4/72 3147
/proc/meminfo: memFree=1863856/2055920 swapFree=4192956/4192956
[pid=3147] ppid=3145 vsize=865884 CPUtime=0.07
/proc/3147/stat : 3147 (java) S 3145 3147 2694 0 -1 0 3677 0 1 0 5 2 0 0 23 0 9 0 4549908 886665216 3152 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3147/statm: 216471 3152 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.101587 s]
/proc/loadavg: 2.09 2.07 1.79 4/72 3147
/proc/meminfo: memFree=1863856/2055920 swapFree=4192956/4192956
[pid=3147] ppid=3145 vsize=865884 CPUtime=0.08
/proc/3147/stat : 3147 (java) S 3145 3147 2694 0 -1 0 3693 0 1 0 6 2 0 0 23 0 9 0 4549908 886665216 3168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3147/statm: 216471 3168 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301631 s]
/proc/loadavg: 2.09 2.07 1.79 4/72 3147
/proc/meminfo: memFree=1863856/2055920 swapFree=4192956/4192956
[pid=3147] ppid=3145 vsize=866284 CPUtime=0.28
/proc/3147/stat : 3147 (java) S 3145 3147 2694 0 -1 0 5846 0 1 0 23 5 0 0 23 0 9 0 4549908 887074816 5220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3147/statm: 216571 5220 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701705 s]
/proc/loadavg: 2.09 2.07 1.79 4/72 3147
/proc/meminfo: memFree=1863856/2055920 swapFree=4192956/4192956
[pid=3147] ppid=3145 vsize=867080 CPUtime=0.67
/proc/3147/stat : 3147 (java) S 3145 3147 2694 0 -1 0 7988 0 1 0 60 7 0 0 23 0 9 0 4549908 887889920 7346 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3147/statm: 216770 7346 2011 9 0 211276 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867080

[startup+1.50287 s]
/proc/loadavg: 2.08 2.07 1.79 3/81 3156
/proc/meminfo: memFree=1841000/2055920 swapFree=4192956/4192956
[pid=3147] ppid=3145 vsize=867080 CPUtime=1.47
/proc/3147/stat : 3147 (java) S 3145 3147 2694 0 -1 0 8765 0 1 0 139 8 0 0 23 0 9 0 4549908 887889920 8122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3147/statm: 216770 8122 2012 9 0 211276 0
[pid=3147/tid=3149] ppid=3145 vsize=867080 CPUtime=1.31
/proc/3147/task/3149/stat : 3149 (java) R 3145 3147 2694 0 -1 64 7558 0 1 0 124 7 0 0 25 0 9 0 4549910 887889920 8122 996147200 134512640 134550740 4294955968 18446744073709551615 4126737608 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3150] ppid=3145 vsize=867080 CPUtime=0
/proc/3147/task/3150/stat : 3150 (java) S 3145 3147 2694 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 4549911 887889920 8122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3151] ppid=3145 vsize=867080 CPUtime=0
/proc/3147/task/3151/stat : 3151 (java) S 3145 3147 2694 0 -1 64 10 0 0 0 0 0 0 0 25 0 9 0 4549911 887889920 8122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3152] ppid=3145 vsize=867080 CPUtime=0
/proc/3147/task/3152/stat : 3152 (java) S 3145 3147 2694 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 4549911 887889920 8122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3153] ppid=3145 vsize=867080 CPUtime=0
/proc/3147/task/3153/stat : 3153 (java) S 3145 3147 2694 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 4549913 887889920 8122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3154] ppid=3145 vsize=867080 CPUtime=0.14
/proc/3147/task/3154/stat : 3154 (java) S 3145 3147 2694 0 -1 64 509 0 0 0 14 0 0 0 16 0 9 0 4549913 887889920 8122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3155] ppid=3145 vsize=867080 CPUtime=0
/proc/3147/task/3155/stat : 3155 (java) S 3145 3147 2694 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4549913 887889920 8122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3156] ppid=3145 vsize=867080 CPUtime=0
/proc/3147/task/3156/stat : 3156 (java) S 3145 3147 2694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4549913 887889920 8122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867080

[startup+3.10218 s]
/proc/loadavg: 2.08 2.07 1.79 3/81 3156
/proc/meminfo: memFree=1836520/2055920 swapFree=4192956/4192956
[pid=3147] ppid=3145 vsize=867872 CPUtime=3.04
/proc/3147/stat : 3147 (java) S 3145 3147 2694 0 -1 0 19592 290 1 0 291 13 0 0 23 0 9 0 4549908 888700928 12554 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3147/statm: 216968 12554 2632 9 0 211474 0
[pid=3147/tid=3149] ppid=3145 vsize=867872 CPUtime=2.71
/proc/3147/task/3149/stat : 3149 (java) R 3145 3147 2694 0 -1 64 14111 290 1 0 261 10 0 0 25 0 9 0 4549910 888700928 12554 996147200 134512640 134550740 4294955968 18446744073709551615 4126964075 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3150] ppid=3145 vsize=867872 CPUtime=0.05
/proc/3147/task/3150/stat : 3150 (java) S 3145 3147 2694 0 -1 64 3905 290 0 0 5 0 0 0 16 0 9 0 4549911 888700928 12554 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3151] ppid=3145 vsize=867872 CPUtime=0
/proc/3147/task/3151/stat : 3151 (java) S 3145 3147 2694 0 -1 64 15 290 0 0 0 0 0 0 16 0 9 0 4549911 888700928 12554 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3152] ppid=3145 vsize=867872 CPUtime=0
/proc/3147/task/3152/stat : 3152 (java) S 3145 3147 2694 0 -1 64 11 290 0 0 0 0 0 0 16 0 9 0 4549911 888700928 12554 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3153] ppid=3145 vsize=867872 CPUtime=0
/proc/3147/task/3153/stat : 3153 (java) S 3145 3147 2694 0 -1 64 0 290 0 0 0 0 0 0 25 0 9 0 4549913 888700928 12554 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3154] ppid=3145 vsize=867872 CPUtime=0.25
/proc/3147/task/3154/stat : 3154 (java) S 3145 3147 2694 0 -1 64 738 290 0 0 24 1 0 0 15 0 9 0 4549913 888700928 12554 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3155] ppid=3145 vsize=867872 CPUtime=0
/proc/3147/task/3155/stat : 3155 (java) S 3145 3147 2694 0 -1 64 2 290 0 0 0 0 0 0 25 0 9 0 4549913 888700928 12554 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3156] ppid=3145 vsize=867872 CPUtime=0
/proc/3147/task/3156/stat : 3156 (java) S 3145 3147 2694 0 -1 64 3 290 0 0 0 0 0 0 15 0 9 0 4549913 888700928 12554 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867872

[startup+6.30182 s]
/proc/loadavg: 2.08 2.07 1.79 3/81 3160
/proc/meminfo: memFree=1796136/2055920 swapFree=4192956/4192956
[pid=3147] ppid=3145 vsize=867784 CPUtime=6.22
/proc/3147/stat : 3147 (java) S 3145 3147 2694 0 -1 0 26570 290 1 0 604 18 0 0 23 0 9 0 4549908 888610816 19361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3147/statm: 216946 19361 2614 9 0 211474 0
[pid=3147/tid=3149] ppid=3145 vsize=867784 CPUtime=5.82
/proc/3147/task/3149/stat : 3149 (java) R 3145 3147 2694 0 -1 64 19924 290 1 0 569 13 0 0 25 0 9 0 4549910 888610816 19361 996147200 134512640 134550740 4294955968 18446744073709551615 4126979342 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3150] ppid=3145 vsize=867784 CPUtime=0.07
/proc/3147/task/3150/stat : 3150 (java) S 3145 3147 2694 0 -1 64 5037 290 0 0 6 1 0 0 17 0 9 0 4549911 888610816 19361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3151] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3151/stat : 3151 (java) S 3145 3147 2694 0 -1 64 15 290 0 0 0 0 0 0 16 0 9 0 4549911 888610816 19361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3152] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3152/stat : 3152 (java) S 3145 3147 2694 0 -1 64 11 290 0 0 0 0 0 0 16 0 9 0 4549911 888610816 19361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3153] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3153/stat : 3153 (java) S 3145 3147 2694 0 -1 64 0 290 0 0 0 0 0 0 25 0 9 0 4549913 888610816 19361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3154] ppid=3145 vsize=867784 CPUtime=0.28
/proc/3147/task/3154/stat : 3154 (java) S 3145 3147 2694 0 -1 64 762 290 0 0 27 1 0 0 15 0 9 0 4549913 888610816 19361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3155] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3155/stat : 3155 (java) S 3145 3147 2694 0 -1 64 2 290 0 0 0 0 0 0 25 0 9 0 4549913 888610816 19361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3156] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3156/stat : 3156 (java) S 3145 3147 2694 0 -1 64 12 290 0 0 0 0 0 0 15 0 9 0 4549913 888610816 19361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867784

[startup+12.7021 s]
/proc/loadavg: 2.07 2.07 1.80 3/81 3160
/proc/meminfo: memFree=1791528/2055920 swapFree=4192956/4192956
[pid=3147] ppid=3145 vsize=867784 CPUtime=12.56
/proc/3147/stat : 3147 (java) S 3145 3147 2694 0 -1 0 27703 290 1 0 1237 19 0 0 23 0 9 0 4549908 888610816 20489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3147/statm: 216946 20489 2614 9 0 211474 0
[pid=3147/tid=3149] ppid=3145 vsize=867784 CPUtime=12.15
/proc/3147/task/3149/stat : 3149 (java) R 3145 3147 2694 0 -1 64 19928 290 1 0 1201 14 0 0 25 0 9 0 4549910 888610816 20489 996147200 134512640 134550740 4294955968 18446744073709551615 4126095813 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3150] ppid=3145 vsize=867784 CPUtime=0.09
/proc/3147/task/3150/stat : 3150 (java) S 3145 3147 2694 0 -1 64 6165 290 0 0 7 2 0 0 17 0 9 0 4549911 888610816 20489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3151] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3151/stat : 3151 (java) S 3145 3147 2694 0 -1 64 15 290 0 0 0 0 0 0 16 0 9 0 4549911 888610816 20489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3152] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3152/stat : 3152 (java) S 3145 3147 2694 0 -1 64 11 290 0 0 0 0 0 0 16 0 9 0 4549911 888610816 20489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3153] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3153/stat : 3153 (java) S 3145 3147 2694 0 -1 64 0 290 0 0 0 0 0 0 25 0 9 0 4549913 888610816 20489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3154] ppid=3145 vsize=867784 CPUtime=0.29
/proc/3147/task/3154/stat : 3154 (java) S 3145 3147 2694 0 -1 64 763 290 0 0 28 1 0 0 15 0 9 0 4549913 888610816 20489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3155] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3155/stat : 3155 (java) S 3145 3147 2694 0 -1 64 2 290 0 0 0 0 0 0 25 0 9 0 4549913 888610816 20489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3156] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3156/stat : 3156 (java) S 3145 3147 2694 0 -1 64 12 290 0 0 0 0 0 0 15 0 9 0 4549913 888610816 20489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867784

[startup+25.5016 s]
/proc/loadavg: 2.06 2.07 1.80 3/81 3160
/proc/meminfo: memFree=1791528/2055920 swapFree=4192956/4192956
[pid=3147] ppid=3145 vsize=867784 CPUtime=25.24
/proc/3147/stat : 3147 (java) S 3145 3147 2694 0 -1 0 27716 290 1 0 2505 19 0 0 23 0 9 0 4549908 888610816 20495 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3147/statm: 216946 20495 2614 9 0 211474 0
[pid=3147/tid=3149] ppid=3145 vsize=867784 CPUtime=24.83
/proc/3147/task/3149/stat : 3149 (java) R 3145 3147 2694 0 -1 64 19935 290 1 0 2469 14 0 0 25 0 9 0 4549910 888610816 20495 996147200 134512640 134550740 4294955968 18446744073709551615 4126965858 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3150] ppid=3145 vsize=867784 CPUtime=0.09
/proc/3147/task/3150/stat : 3150 (java) S 3145 3147 2694 0 -1 64 6169 290 0 0 7 2 0 0 16 0 9 0 4549911 888610816 20495 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3151] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3151/stat : 3151 (java) S 3145 3147 2694 0 -1 64 15 290 0 0 0 0 0 0 16 0 9 0 4549911 888610816 20495 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3152] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3152/stat : 3152 (java) S 3145 3147 2694 0 -1 64 11 290 0 0 0 0 0 0 16 0 9 0 4549911 888610816 20495 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3153] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3153/stat : 3153 (java) S 3145 3147 2694 0 -1 64 0 290 0 0 0 0 0 0 25 0 9 0 4549913 888610816 20495 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3154] ppid=3145 vsize=867784 CPUtime=0.29
/proc/3147/task/3154/stat : 3154 (java) S 3145 3147 2694 0 -1 64 765 290 0 0 28 1 0 0 17 0 9 0 4549913 888610816 20495 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3155] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3155/stat : 3155 (java) S 3145 3147 2694 0 -1 64 2 290 0 0 0 0 0 0 25 0 9 0 4549913 888610816 20495 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3156] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3156/stat : 3156 (java) S 3145 3147 2694 0 -1 64 12 290 0 0 0 0 0 0 15 0 9 0 4549913 888610816 20495 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867784

[startup+51.1017 s]
/proc/loadavg: 2.09 2.08 1.81 3/81 3160
/proc/meminfo: memFree=1791592/2055920 swapFree=4192956/4192956
[pid=3147] ppid=3145 vsize=867784 CPUtime=50.62
/proc/3147/stat : 3147 (java) S 3145 3147 2694 0 -1 0 27743 290 1 0 5043 19 0 0 23 0 9 0 4549908 888610816 20510 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3147/statm: 216946 20510 2614 9 0 211474 0
[pid=3147/tid=3149] ppid=3145 vsize=867784 CPUtime=50.19
/proc/3147/task/3149/stat : 3149 (java) R 3145 3147 2694 0 -1 64 19946 290 1 0 5005 14 0 0 25 0 9 0 4549910 888610816 20510 996147200 134512640 134550740 4294955968 18446744073709551615 4126956981 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3150] ppid=3145 vsize=867784 CPUtime=0.1
/proc/3147/task/3150/stat : 3150 (java) S 3145 3147 2694 0 -1 64 6184 290 0 0 8 2 0 0 16 0 9 0 4549911 888610816 20510 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3151] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3151/stat : 3151 (java) S 3145 3147 2694 0 -1 64 15 290 0 0 0 0 0 0 16 0 9 0 4549911 888610816 20510 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3152] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3152/stat : 3152 (java) S 3145 3147 2694 0 -1 64 11 290 0 0 0 0 0 0 16 0 9 0 4549911 888610816 20510 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3153] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3153/stat : 3153 (java) S 3145 3147 2694 0 -1 64 0 290 0 0 0 0 0 0 25 0 9 0 4549913 888610816 20510 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3154] ppid=3145 vsize=867784 CPUtime=0.29
/proc/3147/task/3154/stat : 3154 (java) S 3145 3147 2694 0 -1 64 766 290 0 0 28 1 0 0 16 0 9 0 4549913 888610816 20510 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3155] ppid=3145 vsize=867784 CPUtime=0

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

/proc/3147/task/3152/stat : 3152 (java) S 3145 3147 2694 0 -1 64 11 290 0 0 0 0 0 0 16 0 9 0 4549911 888610816 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3153] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3153/stat : 3153 (java) S 3145 3147 2694 0 -1 64 0 290 0 0 0 0 0 0 25 0 9 0 4549913 888610816 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3154] ppid=3145 vsize=867784 CPUtime=0.3
/proc/3147/task/3154/stat : 3154 (java) S 3145 3147 2694 0 -1 64 767 290 0 0 29 1 0 0 16 0 9 0 4549913 888610816 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3147/tid=3155] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3155/stat : 3155 (java) S 3145 3147 2694 0 -1 64 2 290 0 0 0 0 0 0 25 0 9 0 4549913 888610816 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3156] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3156/stat : 3156 (java) S 3145 3147 2694 0 -1 64 12 290 0 0 0 0 0 0 15 0 9 0 4549913 888610816 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1473.44
Current children cumulated vsize (KiB) 867784

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 3317
/proc/meminfo: memFree=1242976/2055920 swapFree=4192956/4192956
[pid=3147] ppid=3145 vsize=867784 CPUtime=1533.21
/proc/3147/stat : 3147 (java) S 3145 3147 2694 0 -1 0 28547 290 1 0 153291 30 0 0 23 0 9 0 4549908 888610816 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3147/statm: 216946 20539 2614 9 0 211474 0
[pid=3147/tid=3149] ppid=3145 vsize=867784 CPUtime=1532.15
/proc/3147/task/3149/stat : 3149 (java) R 3145 3147 2694 0 -1 64 20721 290 1 0 153195 20 0 0 25 0 9 0 4549910 888610816 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4126959735 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3147/tid=3150] ppid=3145 vsize=867784 CPUtime=0.72
/proc/3147/task/3150/stat : 3150 (java) S 3145 3147 2694 0 -1 64 6212 290 0 0 66 6 0 0 16 0 9 0 4549911 888610816 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3147/tid=3151] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3151/stat : 3151 (java) S 3145 3147 2694 0 -1 64 15 290 0 0 0 0 0 0 16 0 9 0 4549911 888610816 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3152] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3152/stat : 3152 (java) S 3145 3147 2694 0 -1 64 11 290 0 0 0 0 0 0 16 0 9 0 4549911 888610816 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3153] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3153/stat : 3153 (java) S 3145 3147 2694 0 -1 64 0 290 0 0 0 0 0 0 25 0 9 0 4549913 888610816 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3154] ppid=3145 vsize=867784 CPUtime=0.3
/proc/3147/task/3154/stat : 3154 (java) S 3145 3147 2694 0 -1 64 767 290 0 0 29 1 0 0 16 0 9 0 4549913 888610816 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3147/tid=3155] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3155/stat : 3155 (java) S 3145 3147 2694 0 -1 64 2 290 0 0 0 0 0 0 25 0 9 0 4549913 888610816 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3156] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3156/stat : 3156 (java) S 3145 3147 2694 0 -1 64 12 290 0 0 0 0 0 0 15 0 9 0 4549913 888610816 20539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1533.21
Current children cumulated vsize (KiB) 867784

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 3317
/proc/meminfo: memFree=1242976/2055920 swapFree=4192956/4192956
[pid=3147] ppid=3145 vsize=867784 CPUtime=1592.96
/proc/3147/stat : 3147 (java) S 3145 3147 2694 0 -1 0 28585 290 1 0 159266 30 0 0 23 0 9 0 4549908 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3147/statm: 216946 20547 2614 9 0 211474 0
[pid=3147/tid=3149] ppid=3145 vsize=867784 CPUtime=1591.88
/proc/3147/task/3149/stat : 3149 (java) R 3145 3147 2694 0 -1 64 20751 290 1 0 159168 20 0 0 25 0 9 0 4549910 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4125952076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3147/tid=3150] ppid=3145 vsize=867784 CPUtime=0.75
/proc/3147/task/3150/stat : 3150 (java) S 3145 3147 2694 0 -1 64 6220 290 0 0 68 7 0 0 16 0 9 0 4549911 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3147/tid=3151] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3151/stat : 3151 (java) S 3145 3147 2694 0 -1 64 15 290 0 0 0 0 0 0 16 0 9 0 4549911 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3152] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3152/stat : 3152 (java) S 3145 3147 2694 0 -1 64 11 290 0 0 0 0 0 0 16 0 9 0 4549911 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3153] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3153/stat : 3153 (java) S 3145 3147 2694 0 -1 64 0 290 0 0 0 0 0 0 25 0 9 0 4549913 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3154] ppid=3145 vsize=867784 CPUtime=0.3
/proc/3147/task/3154/stat : 3154 (java) S 3145 3147 2694 0 -1 64 767 290 0 0 29 1 0 0 16 0 9 0 4549913 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3147/tid=3155] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3155/stat : 3155 (java) S 3145 3147 2694 0 -1 64 2 290 0 0 0 0 0 0 25 0 9 0 4549913 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3156] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3156/stat : 3156 (java) S 3145 3147 2694 0 -1 64 12 290 0 0 0 0 0 0 15 0 9 0 4549913 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.96
Current children cumulated vsize (KiB) 867784

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 3317
/proc/meminfo: memFree=1242912/2055920 swapFree=4192956/4192956
[pid=3147] ppid=3145 vsize=867784 CPUtime=1652.73
/proc/3147/stat : 3147 (java) S 3145 3147 2694 0 -1 0 28616 290 1 0 165242 31 0 0 23 0 9 0 4549908 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3147/statm: 216946 20547 2614 9 0 211474 0
[pid=3147/tid=3149] ppid=3145 vsize=867784 CPUtime=1651.63
/proc/3147/task/3149/stat : 3149 (java) R 3145 3147 2694 0 -1 64 20782 290 1 0 165142 21 0 0 25 0 9 0 4549910 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4126979316 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3147/tid=3150] ppid=3145 vsize=867784 CPUtime=0.77
/proc/3147/task/3150/stat : 3150 (java) S 3145 3147 2694 0 -1 64 6220 290 0 0 70 7 0 0 16 0 9 0 4549911 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3147/tid=3151] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3151/stat : 3151 (java) S 3145 3147 2694 0 -1 64 15 290 0 0 0 0 0 0 16 0 9 0 4549911 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3152] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3152/stat : 3152 (java) S 3145 3147 2694 0 -1 64 11 290 0 0 0 0 0 0 16 0 9 0 4549911 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3153] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3153/stat : 3153 (java) S 3145 3147 2694 0 -1 64 0 290 0 0 0 0 0 0 25 0 9 0 4549913 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3154] ppid=3145 vsize=867784 CPUtime=0.3
/proc/3147/task/3154/stat : 3154 (java) S 3145 3147 2694 0 -1 64 767 290 0 0 29 1 0 0 16 0 9 0 4549913 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3147/tid=3155] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3155/stat : 3155 (java) S 3145 3147 2694 0 -1 64 2 290 0 0 0 0 0 0 25 0 9 0 4549913 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3156] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3156/stat : 3156 (java) S 3145 3147 2694 0 -1 64 12 290 0 0 0 0 0 0 15 0 9 0 4549913 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.73
Current children cumulated vsize (KiB) 867784

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 3317
/proc/meminfo: memFree=1242912/2055920 swapFree=4192956/4192956
[pid=3147] ppid=3145 vsize=867784 CPUtime=1712.48
/proc/3147/stat : 3147 (java) S 3145 3147 2694 0 -1 0 28649 290 1 0 171217 31 0 0 23 0 9 0 4549908 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3147/statm: 216946 20547 2614 9 0 211474 0
[pid=3147/tid=3149] ppid=3145 vsize=867784 CPUtime=1711.36
/proc/3147/task/3149/stat : 3149 (java) R 3145 3147 2694 0 -1 64 20815 290 1 0 171115 21 0 0 25 0 9 0 4549910 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4126960987 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3147/tid=3150] ppid=3145 vsize=867784 CPUtime=0.79
/proc/3147/task/3150/stat : 3150 (java) S 3145 3147 2694 0 -1 64 6220 290 0 0 72 7 0 0 17 0 9 0 4549911 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3147/tid=3151] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3151/stat : 3151 (java) S 3145 3147 2694 0 -1 64 15 290 0 0 0 0 0 0 16 0 9 0 4549911 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3152] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3152/stat : 3152 (java) S 3145 3147 2694 0 -1 64 11 290 0 0 0 0 0 0 16 0 9 0 4549911 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3153] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3153/stat : 3153 (java) S 3145 3147 2694 0 -1 64 0 290 0 0 0 0 0 0 25 0 9 0 4549913 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3154] ppid=3145 vsize=867784 CPUtime=0.3
/proc/3147/task/3154/stat : 3154 (java) S 3145 3147 2694 0 -1 64 767 290 0 0 29 1 0 0 16 0 9 0 4549913 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3147/tid=3155] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3155/stat : 3155 (java) S 3145 3147 2694 0 -1 64 2 290 0 0 0 0 0 0 25 0 9 0 4549913 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3156] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3156/stat : 3156 (java) S 3145 3147 2694 0 -1 64 12 290 0 0 0 0 0 0 15 0 9 0 4549913 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.48
Current children cumulated vsize (KiB) 867784

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/82 3317
/proc/meminfo: memFree=1242848/2055920 swapFree=4192956/4192956
[pid=3147] ppid=3145 vsize=867784 CPUtime=1772.25
/proc/3147/stat : 3147 (java) S 3145 3147 2694 0 -1 0 28679 290 1 0 177193 32 0 0 23 0 9 0 4549908 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3147/statm: 216946 20547 2614 9 0 211474 0
[pid=3147/tid=3149] ppid=3145 vsize=867784 CPUtime=1771.1
/proc/3147/task/3149/stat : 3149 (java) R 3145 3147 2694 0 -1 64 20845 290 1 0 177089 21 0 0 25 0 9 0 4549910 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4126979342 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3147/tid=3150] ppid=3145 vsize=867784 CPUtime=0.82
/proc/3147/task/3150/stat : 3150 (java) S 3145 3147 2694 0 -1 64 6220 290 0 0 74 8 0 0 16 0 9 0 4549911 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3147/tid=3151] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3151/stat : 3151 (java) S 3145 3147 2694 0 -1 64 15 290 0 0 0 0 0 0 16 0 9 0 4549911 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3152] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3152/stat : 3152 (java) S 3145 3147 2694 0 -1 64 11 290 0 0 0 0 0 0 16 0 9 0 4549911 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3153] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3153/stat : 3153 (java) S 3145 3147 2694 0 -1 64 0 290 0 0 0 0 0 0 25 0 9 0 4549913 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3154] ppid=3145 vsize=867784 CPUtime=0.3
/proc/3147/task/3154/stat : 3154 (java) S 3145 3147 2694 0 -1 64 767 290 0 0 29 1 0 0 16 0 9 0 4549913 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3147/tid=3155] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3155/stat : 3155 (java) S 3145 3147 2694 0 -1 64 2 290 0 0 0 0 0 0 25 0 9 0 4549913 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3156] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3156/stat : 3156 (java) S 3145 3147 2694 0 -1 64 12 290 0 0 0 0 0 0 15 0 9 0 4549913 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.25
Current children cumulated vsize (KiB) 867784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.2 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 3317
/proc/meminfo: memFree=1242720/2055920 swapFree=4192956/4192956
[pid=3147] ppid=3145 vsize=867784 CPUtime=1800.04
/proc/3147/stat : 3147 (java) S 3145 3147 2694 0 -1 0 28697 290 1 0 179972 32 0 0 23 0 9 0 4549908 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3147/statm: 216946 20547 2614 9 0 211474 0
[pid=3147/tid=3149] ppid=3145 vsize=867784 CPUtime=1798.88
/proc/3147/task/3149/stat : 3149 (java) R 3145 3147 2694 0 -1 64 20863 290 1 0 179867 21 0 0 25 0 9 0 4549910 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4126971591 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3147/tid=3150] ppid=3145 vsize=867784 CPUtime=0.84
/proc/3147/task/3150/stat : 3150 (java) S 3145 3147 2694 0 -1 64 6220 290 0 0 76 8 0 0 16 0 9 0 4549911 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3147/tid=3151] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3151/stat : 3151 (java) S 3145 3147 2694 0 -1 64 15 290 0 0 0 0 0 0 16 0 9 0 4549911 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3152] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3152/stat : 3152 (java) S 3145 3147 2694 0 -1 64 11 290 0 0 0 0 0 0 16 0 9 0 4549911 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3153] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3153/stat : 3153 (java) S 3145 3147 2694 0 -1 64 0 290 0 0 0 0 0 0 25 0 9 0 4549913 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3154] ppid=3145 vsize=867784 CPUtime=0.3
/proc/3147/task/3154/stat : 3154 (java) S 3145 3147 2694 0 -1 64 767 290 0 0 29 1 0 0 16 0 9 0 4549913 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3147/tid=3155] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3155/stat : 3155 (java) S 3145 3147 2694 0 -1 64 2 290 0 0 0 0 0 0 25 0 9 0 4549913 888610816 20547 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3147/tid=3156] ppid=3145 vsize=867784 CPUtime=0
/proc/3147/task/3156/stat : 3156 (java) S 3145 3147 2694 0 -1 64 12 290 0 0 0 0 0 0 15 0 9 0 4549913 888610816 20547 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) 867784

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

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

Child status: 143
Real time (s): 1810.23
CPU time (s): 1800.09
CPU user time (s): 1799.75
CPU system time (s): 0.339948
CPU usage (%): 99.4395
Max. virtual memory (cumulated for all children) (KiB): 867872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.75
system time used= 0.339948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29017
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= 44161
involuntary context switches= 48087

runsolver used 2.36664 second user time and 5.87111 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-08 02:55:06
IDJOB=1082609
IDBENCH=57282
IDSOLVER=363
FILE ID=node53/1082609-1215478505
PBS_JOBID= 7888709
Free space on /tmp= 65120 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-5/normalized-super-os-taillard-5-1.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-1082609-1215478505/watcher-1082609-1215478505 -o /tmp/evaluation-result-1082609-1215478505/solver-1082609-1215478505 -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-1082609-1215478505.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1cb82225d2d6207f7df093100b92071a
RANDOM SEED=1925221830

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.261
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.261
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:       1864336 kB
Buffers:         31612 kB
Cached:          97860 kB
SwapCached:          0 kB
Active:         103484 kB
Inactive:        55776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1864336 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2048 kB
Writeback:           0 kB
Mapped:          41648 kB
Slab:            16560 kB
Committed_AS:   184532 kB
PageTables:       2944 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= 65120 MiB
End job on node53 at 2008-07-08 03:25:18