Trace number 1071981

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-21_ext.xml
MD5SUM5717c79768eaf5e90923f857493bdee2
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark43.0425
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
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=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1071981-1215170485.xml
0.27/0.32	   
0.27/0.32	   domains being loaded...
0.27/0.33	   
0.27/0.33	   variables being loaded...
0.27/0.36	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24  nbTotalValues=576
0.27/0.36	       =>  wckTime=0.102  cpuTime=0.09  mem=7M919
0.27/0.36	   
0.27/0.36	   relations being loaded...
0.77/0.88	   
0.77/0.88	   constraints being loaded...
1.16/1.23	     nbConstraints=74  nbRelationTypes=74  nbGlobalConstraints=74  nbExtensionStructures=74
1.16/1.23	     nbSharedExtensionStructures=0  nbConflictsStructures=74  nbSharedConflictsStructures=0
1.16/1.23	     nbSharedBinaryRepresentations=0  minDegree=4  maxDegree=15  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
1.16/1.23	     symmetryWckTime=0.054  symmetryCpuTime=0.03
1.16/1.23	       =>  wckTime=0.977  cpuTime=0.82  mem=50M889
1.35/1.41	   
1.35/1.41	   solver IterativeSystematicSolver being built... 
1.35/1.48	   
1.35/1.48	   INFO : Forward propagation technique limited 
1.46/1.55	       =>  wckTime=1.298  cpuTime=0.95  mem=41M922
1.65/1.79	   
1.65/1.79	   preprocessing
1.65/1.79	     nbConstraintChecks=0  nbValidityChecks=2996334  nbPropagations=186  nbRevisions=0  nbUselessRevisions=0
1.65/1.79	     nbSingletonTests=32  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
1.65/1.79	     detectedInconsistency=no
1.65/1.79	       =>  wckTime=0.235  cpuTime=0.2  mem=41M922
3.25/3.31	   
3.25/3.31	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=42M895)

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-1071981-1215170485/watcher-1071981-1215170485 -o /tmp/evaluation-result-1071981-1215170485/solver-1071981-1215170485 -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-1071981-1215170485.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: 1.94 1.99 1.99 4/90 30985
/proc/meminfo: memFree=1829768/2055920 swapFree=4176360/4192956
[pid=30985] ppid=30983 vsize=18572 CPUtime=0
/proc/30985/stat : 30985 (runsolver) R 30983 30985 28302 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1996015586 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 251601153319 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/30985/statm: 4643 292 257 25 0 2626 0

[startup+0.103489 s]
/proc/loadavg: 1.94 1.99 1.99 4/90 30985
/proc/meminfo: memFree=1829768/2055920 swapFree=4176360/4192956
[pid=30985] ppid=30983 vsize=865884 CPUtime=0.08
/proc/30985/stat : 30985 (java) S 30983 30985 28302 0 -1 0 3690 0 1 0 6 2 0 0 20 0 9 0 1996015586 886665216 3165 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30985/statm: 216471 3165 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.201502 s]
/proc/loadavg: 1.94 1.99 1.99 4/90 30985
/proc/meminfo: memFree=1829768/2055920 swapFree=4176360/4192956
[pid=30985] ppid=30983 vsize=866044 CPUtime=0.18
/proc/30985/stat : 30985 (java) S 30983 30985 28302 0 -1 0 4650 0 1 0 13 5 0 0 20 0 9 0 1996015586 886829056 4077 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30985/statm: 216511 4077 1858 9 0 211059 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866044

[startup+0.301512 s]
/proc/loadavg: 1.94 1.99 1.99 4/90 30985
/proc/meminfo: memFree=1829768/2055920 swapFree=4176360/4192956
[pid=30985] ppid=30983 vsize=866284 CPUtime=0.27
/proc/30985/stat : 30985 (java) S 30983 30985 28302 0 -1 0 5840 0 1 0 22 5 0 0 20 0 9 0 1996015586 887074816 5214 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30985/statm: 216571 5214 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866284

[startup+0.701561 s]
/proc/loadavg: 1.94 1.99 1.99 4/90 30985
/proc/meminfo: memFree=1829768/2055920 swapFree=4176360/4192956
[pid=30985] ppid=30983 vsize=866400 CPUtime=0.67
/proc/30985/stat : 30985 (java) S 30983 30985 28302 0 -1 0 14058 0 1 0 56 11 0 0 20 0 9 0 1996015586 887193600 13428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30985/statm: 216600 13428 1969 9 0 211128 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866400

[startup+1.50265 s]
/proc/loadavg: 1.94 1.99 1.99 3/99 30994
/proc/meminfo: memFree=1762432/2055920 swapFree=4176360/4192956
[pid=30985] ppid=30983 vsize=866944 CPUtime=1.46
/proc/30985/stat : 30985 (java) S 30983 30985 28302 0 -1 0 33512 270 1 0 125 20 0 1 20 0 9 0 1996015586 887750656 24196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30985/statm: 216736 24196 2630 9 0 211242 0
[pid=30985/tid=30987] ppid=30983 vsize=866944 CPUtime=1.09
/proc/30985/task/30987/stat : 30987 (java) R 30983 30985 28302 0 -1 64 17945 270 1 0 95 13 0 1 24 0 9 0 1996015588 887750656 24196 996147200 134512640 134550740 4294955968 18446744073709551615 4126478336 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30988] ppid=30983 vsize=866944 CPUtime=0.23
/proc/30985/task/30988/stat : 30988 (java) S 30983 30985 28302 0 -1 64 14245 270 0 0 18 4 0 1 17 0 9 0 1996015589 887750656 24196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30989] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30989/stat : 30989 (java) S 30983 30985 28302 0 -1 64 14 270 0 0 0 0 0 1 16 0 9 0 1996015589 887750656 24196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30990] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30990/stat : 30990 (java) S 30983 30985 28302 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1996015589 887750656 24196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30991] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30991/stat : 30991 (java) S 30983 30985 28302 0 -1 64 1 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30992] ppid=30983 vsize=866944 CPUtime=0.12
/proc/30985/task/30992/stat : 30992 (java) S 30983 30985 28302 0 -1 64 481 270 0 0 11 0 0 1 15 0 9 0 1996015591 887750656 24196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30993] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30993/stat : 30993 (java) S 30983 30985 28302 0 -1 64 2 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30994] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30994/stat : 30994 (java) S 30983 30985 28302 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1996015591 887750656 24196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 866944

[startup+3.10283 s]
/proc/loadavg: 1.94 1.99 1.99 3/99 30998
/proc/meminfo: memFree=1742592/2055920 swapFree=4176360/4192956
[pid=30985] ppid=30983 vsize=866944 CPUtime=3.05
/proc/30985/stat : 30985 (java) S 30983 30985 28302 0 -1 0 35361 270 1 0 282 22 0 1 20 0 9 0 1996015586 887750656 24267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30985/statm: 216736 24267 2634 9 0 211242 0
[pid=30985/tid=30987] ppid=30983 vsize=866944 CPUtime=2.62
/proc/30985/task/30987/stat : 30987 (java) R 30983 30985 28302 0 -1 64 19758 270 1 0 247 14 0 1 25 0 9 0 1996015588 887750656 24267 996147200 134512640 134550740 4294955968 18446744073709551615 4126764555 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30988] ppid=30983 vsize=866944 CPUtime=0.23
/proc/30985/task/30988/stat : 30988 (java) S 30983 30985 28302 0 -1 64 14246 270 0 0 18 4 0 1 17 0 9 0 1996015589 887750656 24267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30989] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30989/stat : 30989 (java) S 30983 30985 28302 0 -1 64 14 270 0 0 0 0 0 1 16 0 9 0 1996015589 887750656 24267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30990] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30990/stat : 30990 (java) S 30983 30985 28302 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1996015589 887750656 24267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30991] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30991/stat : 30991 (java) S 30983 30985 28302 0 -1 64 1 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30992] ppid=30983 vsize=866944 CPUtime=0.18
/proc/30985/task/30992/stat : 30992 (java) S 30983 30985 28302 0 -1 64 516 270 0 0 17 0 0 1 15 0 9 0 1996015591 887750656 24267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30993] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30993/stat : 30993 (java) S 30983 30985 28302 0 -1 64 2 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30994] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30994/stat : 30994 (java) S 30983 30985 28302 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1996015591 887750656 24267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 866944

[startup+6.30124 s]
/proc/loadavg: 2.03 2.01 2.00 3/99 30998
/proc/meminfo: memFree=1742464/2055920 swapFree=4176360/4192956
[pid=30985] ppid=30983 vsize=866944 CPUtime=6.24
/proc/30985/stat : 30985 (java) S 30983 30985 28302 0 -1 0 35373 270 1 0 601 22 0 1 20 0 9 0 1996015586 887750656 24276 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30985/statm: 216736 24276 2634 9 0 211242 0
[pid=30985/tid=30987] ppid=30983 vsize=866944 CPUtime=5.78
/proc/30985/task/30987/stat : 30987 (java) R 30983 30985 28302 0 -1 64 19758 270 1 0 563 14 0 1 25 0 9 0 1996015588 887750656 24276 996147200 134512640 134550740 4294955968 18446744073709551615 4126764738 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30988] ppid=30983 vsize=866944 CPUtime=0.23
/proc/30985/task/30988/stat : 30988 (java) S 30983 30985 28302 0 -1 64 14246 270 0 0 18 4 0 1 16 0 9 0 1996015589 887750656 24276 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30989] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30989/stat : 30989 (java) S 30983 30985 28302 0 -1 64 14 270 0 0 0 0 0 1 16 0 9 0 1996015589 887750656 24276 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30990] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30990/stat : 30990 (java) S 30983 30985 28302 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1996015589 887750656 24276 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30991] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30991/stat : 30991 (java) S 30983 30985 28302 0 -1 64 1 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24276 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30992] ppid=30983 vsize=866944 CPUtime=0.2
/proc/30985/task/30992/stat : 30992 (java) S 30983 30985 28302 0 -1 64 528 270 0 0 19 0 0 1 15 0 9 0 1996015591 887750656 24276 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30993] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30993/stat : 30993 (java) S 30983 30985 28302 0 -1 64 2 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24276 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30994] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30994/stat : 30994 (java) S 30983 30985 28302 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1996015591 887750656 24276 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 866944

[startup+12.7029 s]
/proc/loadavg: 2.03 2.01 2.00 3/99 30998
/proc/meminfo: memFree=1742272/2055920 swapFree=4176360/4192956
[pid=30985] ppid=30983 vsize=866944 CPUtime=12.6
/proc/30985/stat : 30985 (java) S 30983 30985 28302 0 -1 0 35388 270 1 0 1237 22 0 1 20 0 9 0 1996015586 887750656 24287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30985/statm: 216736 24287 2634 9 0 211242 0
[pid=30985/tid=30987] ppid=30983 vsize=866944 CPUtime=12.14
/proc/30985/task/30987/stat : 30987 (java) R 30983 30985 28302 0 -1 64 19760 270 1 0 1198 15 0 1 25 0 9 0 1996015588 887750656 24287 996147200 134512640 134550740 4294955968 18446744073709551615 4126764555 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30988] ppid=30983 vsize=866944 CPUtime=0.23
/proc/30985/task/30988/stat : 30988 (java) S 30983 30985 28302 0 -1 64 14246 270 0 0 18 4 0 1 16 0 9 0 1996015589 887750656 24287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30989] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30989/stat : 30989 (java) S 30983 30985 28302 0 -1 64 14 270 0 0 0 0 0 1 16 0 9 0 1996015589 887750656 24287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30990] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30990/stat : 30990 (java) S 30983 30985 28302 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1996015589 887750656 24287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30991] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30991/stat : 30991 (java) S 30983 30985 28302 0 -1 64 1 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30992] ppid=30983 vsize=866944 CPUtime=0.22
/proc/30985/task/30992/stat : 30992 (java) S 30983 30985 28302 0 -1 64 541 270 0 0 21 0 0 1 15 0 9 0 1996015591 887750656 24287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30993] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30993/stat : 30993 (java) S 30983 30985 28302 0 -1 64 2 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30994] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30994/stat : 30994 (java) S 30983 30985 28302 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1996015591 887750656 24287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 866944

[startup+25.5023 s]
/proc/loadavg: 2.02 2.01 2.00 3/99 30998
/proc/meminfo: memFree=1742400/2055920 swapFree=4176360/4192956
[pid=30985] ppid=30983 vsize=866944 CPUtime=25.34
/proc/30985/stat : 30985 (java) S 30983 30985 28302 0 -1 0 35421 270 1 0 2511 22 0 1 20 0 9 0 1996015586 887750656 24290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30985/statm: 216736 24290 2634 9 0 211242 0
[pid=30985/tid=30987] ppid=30983 vsize=866944 CPUtime=24.87
/proc/30985/task/30987/stat : 30987 (java) R 30983 30985 28302 0 -1 64 19786 270 1 0 2471 15 0 1 25 0 9 0 1996015588 887750656 24290 996147200 134512640 134550740 4294955968 18446744073709551615 4126764738 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30988] ppid=30983 vsize=866944 CPUtime=0.23
/proc/30985/task/30988/stat : 30988 (java) S 30983 30985 28302 0 -1 64 14246 270 0 0 18 4 0 1 16 0 9 0 1996015589 887750656 24290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30989] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30989/stat : 30989 (java) S 30983 30985 28302 0 -1 64 14 270 0 0 0 0 0 1 16 0 9 0 1996015589 887750656 24290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30990] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30990/stat : 30990 (java) S 30983 30985 28302 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1996015589 887750656 24290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30991] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30991/stat : 30991 (java) S 30983 30985 28302 0 -1 64 1 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30992] ppid=30983 vsize=866944 CPUtime=0.22
/proc/30985/task/30992/stat : 30992 (java) S 30983 30985 28302 0 -1 64 548 270 0 0 21 0 0 1 16 0 9 0 1996015591 887750656 24290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30993] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30993/stat : 30993 (java) S 30983 30985 28302 0 -1 64 2 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30994] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30994/stat : 30994 (java) S 30983 30985 28302 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1996015591 887750656 24290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 866944

[startup+51.1012 s]
/proc/loadavg: 2.08 2.02 2.00 4/99 31041
/proc/meminfo: memFree=1757192/2055920 swapFree=4176360/4192956
[pid=30985] ppid=30983 vsize=866944 CPUtime=50.79
/proc/30985/stat : 30985 (java) S 30983 30985 28302 0 -1 0 35468 270 1 0 5055 23 0 1 20 0 9 0 1996015586 887750656 24290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30985/statm: 216736 24290 2634 9 0 211242 0
[pid=30985/tid=30987] ppid=30983 vsize=866944 CPUtime=50.32
/proc/30985/task/30987/stat : 30987 (java) R 30983 30985 28302 0 -1 64 19833 270 1 0 5015 16 0 1 25 0 9 0 1996015588 887750656 24290 996147200 134512640 134550740 4294955968 18446744073709551615 4126764555 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30988] ppid=30983 vsize=866944 CPUtime=0.23
/proc/30985/task/30988/stat : 30988 (java) S 30983 30985 28302 0 -1 64 14246 270 0 0 18 4 0 1 16 0 9 0 1996015589 887750656 24290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30989] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30989/stat : 30989 (java) S 30983 30985 28302 0 -1 64 14 270 0 0 0 0 0 1 16 0 9 0 1996015589 887750656 24290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30990] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30990/stat : 30990 (java) S 30983 30985 28302 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1996015589 887750656 24290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30991] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30991/stat : 30991 (java) S 30983 30985 28302 0 -1 64 1 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30992] ppid=30983 vsize=866944 CPUtime=0.22
/proc/30985/task/30992/stat : 30992 (java) S 30983 30985 28302 0 -1 64 548 270 0 0 21 0 0 1 16 0 9 0 1996015591 887750656 24290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30993] ppid=30983 vsize=866944 CPUtime=0.01

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

/proc/30985/task/30990/stat : 30990 (java) S 30983 30985 28302 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1996015589 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30991] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30991/stat : 30991 (java) S 30983 30985 28302 0 -1 64 1 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30992] ppid=30983 vsize=866944 CPUtime=0.23
/proc/30985/task/30992/stat : 30992 (java) S 30983 30985 28302 0 -1 64 551 270 0 0 22 0 0 1 16 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30985/tid=30993] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30993/stat : 30993 (java) S 30983 30985 28302 0 -1 64 2 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30994] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30994/stat : 30994 (java) S 30983 30985 28302 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1478.77
Current children cumulated vsize (KiB) 866944

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 31263
/proc/meminfo: memFree=1746056/2055920 swapFree=4176360/4192956
[pid=30985] ppid=30983 vsize=866944 CPUtime=1538.75
/proc/30985/stat : 30985 (java) S 30983 30985 28302 0 -1 0 37316 270 1 0 153843 31 0 1 20 0 9 0 1996015586 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30985/statm: 216736 24293 2634 9 0 211242 0
[pid=30985/tid=30987] ppid=30983 vsize=866944 CPUtime=1538.28
/proc/30985/task/30987/stat : 30987 (java) R 30983 30985 28302 0 -1 64 21678 270 1 0 153803 24 0 1 25 0 9 0 1996015588 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4126764677 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30985/tid=30988] ppid=30983 vsize=866944 CPUtime=0.23
/proc/30985/task/30988/stat : 30988 (java) S 30983 30985 28302 0 -1 64 14246 270 0 0 18 4 0 1 16 0 9 0 1996015589 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30989] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30989/stat : 30989 (java) S 30983 30985 28302 0 -1 64 14 270 0 0 0 0 0 1 16 0 9 0 1996015589 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30990] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30990/stat : 30990 (java) S 30983 30985 28302 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1996015589 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30991] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30991/stat : 30991 (java) S 30983 30985 28302 0 -1 64 1 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30992] ppid=30983 vsize=866944 CPUtime=0.23
/proc/30985/task/30992/stat : 30992 (java) S 30983 30985 28302 0 -1 64 551 270 0 0 22 0 0 1 16 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30985/tid=30993] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30993/stat : 30993 (java) S 30983 30985 28302 0 -1 64 2 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30994] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30994/stat : 30994 (java) S 30983 30985 28302 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.75
Current children cumulated vsize (KiB) 866944

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 31263
/proc/meminfo: memFree=1745480/2055920 swapFree=4176360/4192956
[pid=30985] ppid=30983 vsize=866944 CPUtime=1598.73
/proc/30985/stat : 30985 (java) S 30983 30985 28302 0 -1 0 37388 270 1 0 159841 31 0 1 20 0 9 0 1996015586 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30985/statm: 216736 24293 2634 9 0 211242 0
[pid=30985/tid=30987] ppid=30983 vsize=866944 CPUtime=1598.26
/proc/30985/task/30987/stat : 30987 (java) R 30983 30985 28302 0 -1 64 21750 270 1 0 159801 24 0 1 25 0 9 0 1996015588 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4126764864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30985/tid=30988] ppid=30983 vsize=866944 CPUtime=0.23
/proc/30985/task/30988/stat : 30988 (java) S 30983 30985 28302 0 -1 64 14246 270 0 0 18 4 0 1 16 0 9 0 1996015589 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30989] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30989/stat : 30989 (java) S 30983 30985 28302 0 -1 64 14 270 0 0 0 0 0 1 16 0 9 0 1996015589 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30990] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30990/stat : 30990 (java) S 30983 30985 28302 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1996015589 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30991] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30991/stat : 30991 (java) S 30983 30985 28302 0 -1 64 1 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30992] ppid=30983 vsize=866944 CPUtime=0.23
/proc/30985/task/30992/stat : 30992 (java) S 30983 30985 28302 0 -1 64 551 270 0 0 22 0 0 1 16 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30985/tid=30993] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30993/stat : 30993 (java) S 30983 30985 28302 0 -1 64 2 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30994] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30994/stat : 30994 (java) S 30983 30985 28302 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.73
Current children cumulated vsize (KiB) 866944

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 31264
/proc/meminfo: memFree=1745480/2055920 swapFree=4176360/4192956
[pid=30985] ppid=30983 vsize=866944 CPUtime=1658.71
/proc/30985/stat : 30985 (java) S 30983 30985 28302 0 -1 0 37446 270 1 0 165838 32 0 1 20 0 9 0 1996015586 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30985/statm: 216736 24293 2634 9 0 211242 0
[pid=30985/tid=30987] ppid=30983 vsize=866944 CPUtime=1658.23
/proc/30985/task/30987/stat : 30987 (java) R 30983 30985 28302 0 -1 64 21808 270 1 0 165798 24 0 1 25 0 9 0 1996015588 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4126764659 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30985/tid=30988] ppid=30983 vsize=866944 CPUtime=0.23
/proc/30985/task/30988/stat : 30988 (java) S 30983 30985 28302 0 -1 64 14246 270 0 0 18 4 0 1 16 0 9 0 1996015589 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30989] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30989/stat : 30989 (java) S 30983 30985 28302 0 -1 64 14 270 0 0 0 0 0 1 16 0 9 0 1996015589 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30990] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30990/stat : 30990 (java) S 30983 30985 28302 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1996015589 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30991] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30991/stat : 30991 (java) S 30983 30985 28302 0 -1 64 1 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30992] ppid=30983 vsize=866944 CPUtime=0.23
/proc/30985/task/30992/stat : 30992 (java) S 30983 30985 28302 0 -1 64 551 270 0 0 22 0 0 1 16 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30985/tid=30993] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30993/stat : 30993 (java) S 30983 30985 28302 0 -1 64 2 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30994] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30994/stat : 30994 (java) S 30983 30985 28302 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.71
Current children cumulated vsize (KiB) 866944

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 31264
/proc/meminfo: memFree=1744840/2055920 swapFree=4176360/4192956
[pid=30985] ppid=30983 vsize=866944 CPUtime=1718.7
/proc/30985/stat : 30985 (java) S 30983 30985 28302 0 -1 0 37506 270 1 0 171837 32 0 1 20 0 9 0 1996015586 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30985/statm: 216736 24293 2634 9 0 211242 0
[pid=30985/tid=30987] ppid=30983 vsize=866944 CPUtime=1718.21
/proc/30985/task/30987/stat : 30987 (java) R 30983 30985 28302 0 -1 64 21868 270 1 0 171796 24 0 1 25 0 9 0 1996015588 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4126764555 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30985/tid=30988] ppid=30983 vsize=866944 CPUtime=0.23
/proc/30985/task/30988/stat : 30988 (java) S 30983 30985 28302 0 -1 64 14246 270 0 0 18 4 0 1 16 0 9 0 1996015589 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30989] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30989/stat : 30989 (java) S 30983 30985 28302 0 -1 64 14 270 0 0 0 0 0 1 16 0 9 0 1996015589 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30990] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30990/stat : 30990 (java) S 30983 30985 28302 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1996015589 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30991] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30991/stat : 30991 (java) S 30983 30985 28302 0 -1 64 1 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30992] ppid=30983 vsize=866944 CPUtime=0.23
/proc/30985/task/30992/stat : 30992 (java) S 30983 30985 28302 0 -1 64 551 270 0 0 22 0 0 1 16 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30985/tid=30993] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30993/stat : 30993 (java) S 30983 30985 28302 0 -1 64 2 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30994] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30994/stat : 30994 (java) S 30983 30985 28302 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.7
Current children cumulated vsize (KiB) 866944

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 31264
/proc/meminfo: memFree=1744840/2055920 swapFree=4176360/4192956
[pid=30985] ppid=30983 vsize=866944 CPUtime=1778.68
/proc/30985/stat : 30985 (java) S 30983 30985 28302 0 -1 0 37580 270 1 0 177835 32 0 1 20 0 9 0 1996015586 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30985/statm: 216736 24293 2634 9 0 211242 0
[pid=30985/tid=30987] ppid=30983 vsize=866944 CPUtime=1778.19
/proc/30985/task/30987/stat : 30987 (java) R 30983 30985 28302 0 -1 64 21942 270 1 0 177794 24 0 1 25 0 9 0 1996015588 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4126753872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30985/tid=30988] ppid=30983 vsize=866944 CPUtime=0.23
/proc/30985/task/30988/stat : 30988 (java) S 30983 30985 28302 0 -1 64 14246 270 0 0 18 4 0 1 16 0 9 0 1996015589 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30989] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30989/stat : 30989 (java) S 30983 30985 28302 0 -1 64 14 270 0 0 0 0 0 1 16 0 9 0 1996015589 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30990] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30990/stat : 30990 (java) S 30983 30985 28302 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1996015589 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30991] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30991/stat : 30991 (java) S 30983 30985 28302 0 -1 64 1 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30992] ppid=30983 vsize=866944 CPUtime=0.23
/proc/30985/task/30992/stat : 30992 (java) S 30983 30985 28302 0 -1 64 551 270 0 0 22 0 0 1 16 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30985/tid=30993] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30993/stat : 30993 (java) S 30983 30985 28302 0 -1 64 2 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30994] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30994/stat : 30994 (java) S 30983 30985 28302 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.68
Current children cumulated vsize (KiB) 866944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 31264
/proc/meminfo: memFree=1744840/2055920 swapFree=4176360/4192956
[pid=30985] ppid=30983 vsize=866944 CPUtime=1800.08
/proc/30985/stat : 30985 (java) S 30983 30985 28302 0 -1 0 37599 270 1 0 179975 32 0 1 20 0 9 0 1996015586 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30985/statm: 216736 24293 2634 9 0 211242 0
[pid=30985/tid=30987] ppid=30983 vsize=866944 CPUtime=1799.59
/proc/30985/task/30987/stat : 30987 (java) R 30983 30985 28302 0 -1 64 21961 270 1 0 179934 24 0 1 25 0 9 0 1996015588 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4126764738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30985/tid=30988] ppid=30983 vsize=866944 CPUtime=0.23
/proc/30985/task/30988/stat : 30988 (java) S 30983 30985 28302 0 -1 64 14246 270 0 0 18 4 0 1 16 0 9 0 1996015589 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30989] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30989/stat : 30989 (java) S 30983 30985 28302 0 -1 64 14 270 0 0 0 0 0 1 16 0 9 0 1996015589 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30990] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30990/stat : 30990 (java) S 30983 30985 28302 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1996015589 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30991] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30991/stat : 30991 (java) S 30983 30985 28302 0 -1 64 1 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30992] ppid=30983 vsize=866944 CPUtime=0.23
/proc/30985/task/30992/stat : 30992 (java) S 30983 30985 28302 0 -1 64 551 270 0 0 22 0 0 1 16 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30985/tid=30993] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30993/stat : 30993 (java) S 30983 30985 28302 0 -1 64 2 270 0 0 0 0 0 1 25 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30985/tid=30994] ppid=30983 vsize=866944 CPUtime=0.01
/proc/30985/task/30994/stat : 30994 (java) S 30983 30985 28302 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1996015591 887750656 24293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 866944

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): 1803.74
CPU time (s): 1800.13
CPU user time (s): 1799.77
CPU system time (s): 0.354946
CPU usage (%): 99.7998
Max. virtual memory (cumulated for all children) (KiB): 866944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.354946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37904
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= 37755
involuntary context switches= 18756

runsolver used 2.08368 second user time and 6.14907 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-04 13:21:25
IDJOB=1071981
IDBENCH=56215
IDSOLVER=364
FILE ID=node91/1071981-1215170485
PBS_JOBID= 7881416
Free space on /tmp= 66556 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-21_ext.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-1071981-1215170485/watcher-1071981-1215170485 -o /tmp/evaluation-result-1071981-1215170485/solver-1071981-1215170485 -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-1071981-1215170485.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5717c79768eaf5e90923f857493bdee2
RANDOM SEED=1083549439

node91.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1830184 kB
Buffers:         18332 kB
Cached:         109580 kB
SwapCached:       8020 kB
Active:         142752 kB
Inactive:        36472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1830184 kB
SwapTotal:     4192956 kB
SwapFree:      4176360 kB
Dirty:            4864 kB
Writeback:           0 kB
Mapped:          67148 kB
Slab:            30896 kB
Committed_AS: 12395136 kB
PageTables:       2388 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= 66540 MiB
End job on node91 at 2008-07-04 13:51:31