Trace number 1044730

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.14 1806.97

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-57021_ext.xml
MD5SUM73a72b58fd08e3bdce88f31cfc83b195
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark637.335
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints351
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension351
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.12/0.33	
0.12/0.33	Abscon 112 (May, 2008)
0.23/0.56	
0.23/0.56	   configuration
0.23/0.56	     name=esac.xml
0.32/0.62	   
0.32/0.62	   instance
0.32/0.62	     name=HOME/instance-1044730-1215019464.xml
0.32/0.66	   
0.32/0.66	   domains being loaded...
0.32/0.67	   
0.32/0.67	   variables being loaded...
0.32/0.69	     nbVariables=27  nbDomainTypes=1  minDomainSize=27  maxDomainSize=27  nbTotalValues=729
0.32/0.69	       =>  wckTime=0.128  cpuTime=0.09  mem=7M919
0.32/0.69	   
0.32/0.69	   relations being loaded...
0.51/0.83	   
0.51/0.83	   constraints being loaded...
0.71/1.04	     nbConstraints=351  nbRelationTypes=351  nbExtensionStructures=351  nbSharedExtensionStructures=0
0.71/1.04	     nbConflictsStructures=351  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=996  minDegree=26
0.71/1.04	     maxDegree=26  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.063  symmetryCpuTime=0.04
0.71/1.04	       =>  wckTime=0.472  cpuTime=0.32  mem=21M626
0.80/1.11	   
0.80/1.11	   solver IterativeSystematicSolver being built... 
0.90/1.25	       =>  wckTime=0.68  cpuTime=0.43  mem=22M215
0.99/1.30	   
0.99/1.30	   preprocessing
0.99/1.30	     nbConstraintChecks=72749  nbPropagations=802  nbRevisions=8609  nbUselessRevisions=7625  nbSingletonTests=36
0.99/1.30	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
0.99/1.30	       =>  wckTime=0.048  cpuTime=0.03  mem=22M215
1.10/1.41	   
1.10/1.41	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M223)

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-1044730-1215019464/watcher-1044730-1215019464 -o /tmp/evaluation-result-1044730-1215019464/solver-1044730-1215019464 -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-1044730-1215019464.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: 4.11 2.93 1.31 3/73 10223
/proc/meminfo: memFree=1942328/2055920 swapFree=4179944/4192956
[pid=10223] ppid=10221 vsize=18572 CPUtime=0
/proc/10223/stat : 10223 (runsolver) R 10221 10223 10001 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 614193693 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 270187162919 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/10223/statm: 4643 292 257 25 0 2626 0

[startup+0.065973 s]
/proc/loadavg: 4.11 2.93 1.31 3/73 10223
/proc/meminfo: memFree=1942328/2055920 swapFree=4179944/4192956
[pid=10223] ppid=10221 vsize=10780 CPUtime=0.02
/proc/10223/stat : 10223 (java) S 10221 10223 10001 0 -1 0 719 0 30 0 0 2 0 0 19 0 2 0 614193693 11038720 529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/10223/statm: 2695 529 252 9 0 1196 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10780

[startup+0.102972 s]
/proc/loadavg: 4.11 2.93 1.31 3/73 10223
/proc/meminfo: memFree=1942328/2055920 swapFree=4179944/4192956
[pid=10223] ppid=10221 vsize=10868 CPUtime=0.02
/proc/10223/stat : 10223 (java) S 10221 10223 10001 0 -1 0 753 0 31 0 0 2 0 0 19 0 2 0 614193693 11128832 554 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/10223/statm: 2717 554 271 9 0 1198 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10868

[startup+0.303128 s]
/proc/loadavg: 4.11 2.93 1.31 3/73 10223
/proc/meminfo: memFree=1942328/2055920 swapFree=4179944/4192956
[pid=10223] ppid=10221 vsize=865856 CPUtime=0.12
/proc/10223/stat : 10223 (java) S 10221 10223 10001 0 -1 0 3072 0 70 0 4 8 0 0 19 0 9 0 614193693 886636544 2667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10223/statm: 216464 2667 1386 9 0 211026 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 865856

[startup+0.701048 s]
/proc/loadavg: 4.11 2.93 1.31 3/73 10223
/proc/meminfo: memFree=1942328/2055920 swapFree=4179944/4192956
[pid=10223] ppid=10221 vsize=866400 CPUtime=0.42
/proc/10223/stat : 10223 (java) S 10221 10223 10001 0 -1 0 6420 0 82 0 29 13 0 0 19 0 9 0 614193693 887193600 5871 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10223/statm: 216600 5871 1967 9 0 211128 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 866400

[startup+1.50114 s]
/proc/loadavg: 4.11 2.93 1.31 3/82 10232
/proc/meminfo: memFree=1892528/2055920 swapFree=4179944/4192956
[pid=10223] ppid=10221 vsize=867540 CPUtime=1.19
/proc/10223/stat : 10223 (java) S 10221 10223 10001 0 -1 0 17841 290 83 0 101 18 0 0 19 0 9 0 614193693 888360960 10922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10223/statm: 216885 10922 2633 9 0 211391 0
[pid=10223/tid=10225] ppid=10221 vsize=867540 CPUtime=0.87
/proc/10223/task/10225/stat : 10225 (java) R 10221 10223 10001 0 -1 64 12109 290 51 0 74 13 0 0 22 0 9 0 614193699 888360960 10922 996147200 134512640 134550740 4294955968 18446744073709551615 4126863769 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10226] ppid=10221 vsize=867540 CPUtime=0.05
/proc/10223/task/10226/stat : 10226 (java) S 10221 10223 10001 0 -1 64 4236 290 1 0 5 0 0 0 17 0 9 0 614193709 888360960 10922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10227] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10227/stat : 10227 (java) S 10221 10223 10001 0 -1 64 16 290 0 0 0 0 0 0 17 0 9 0 614193711 888360960 10922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10228] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10228/stat : 10228 (java) S 10221 10223 10001 0 -1 64 9 290 0 0 0 0 0 0 16 0 9 0 614193711 888360960 10922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10229] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10229/stat : 10229 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 19 0 9 0 614193716 888360960 10922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10230] ppid=10221 vsize=867540 CPUtime=0.21
/proc/10223/task/10230/stat : 10230 (java) S 10221 10223 10001 0 -1 64 691 290 1 0 21 0 0 0 16 0 9 0 614193716 888360960 10922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10231] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10231/stat : 10231 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 20 0 9 0 614193716 888360960 10922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10232] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10232/stat : 10232 (java) S 10221 10223 10001 0 -1 64 5 290 0 0 0 0 0 0 15 0 9 0 614193716 888360960 10922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 867540

[startup+3.10132 s]
/proc/loadavg: 3.94 2.92 1.31 3/82 10236
/proc/meminfo: memFree=1886832/2055920 swapFree=4179944/4192956
[pid=10223] ppid=10221 vsize=867540 CPUtime=2.79
/proc/10223/stat : 10223 (java) S 10221 10223 10001 0 -1 0 17868 290 83 0 261 18 0 0 19 0 9 0 614193693 888360960 10948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10223/statm: 216885 10948 2633 9 0 211391 0
[pid=10223/tid=10225] ppid=10221 vsize=867540 CPUtime=2.44
/proc/10223/task/10225/stat : 10225 (java) R 10221 10223 10001 0 -1 64 12114 290 51 0 231 13 0 0 25 0 9 0 614193699 888360960 10948 996147200 134512640 134550740 4294955968 18446744073709551615 4126872886 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10226] ppid=10221 vsize=867540 CPUtime=0.05
/proc/10223/task/10226/stat : 10226 (java) S 10221 10223 10001 0 -1 64 4236 290 1 0 5 0 0 0 17 0 9 0 614193709 888360960 10948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10227] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10227/stat : 10227 (java) S 10221 10223 10001 0 -1 64 16 290 0 0 0 0 0 0 17 0 9 0 614193711 888360960 10948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10228] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10228/stat : 10228 (java) S 10221 10223 10001 0 -1 64 9 290 0 0 0 0 0 0 16 0 9 0 614193711 888360960 10948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10229] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10229/stat : 10229 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 19 0 9 0 614193716 888360960 10948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10230] ppid=10221 vsize=867540 CPUtime=0.24
/proc/10223/task/10230/stat : 10230 (java) S 10221 10223 10001 0 -1 64 713 290 1 0 24 0 0 0 15 0 9 0 614193716 888360960 10948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10231] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10231/stat : 10231 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 20 0 9 0 614193716 888360960 10948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10232] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10232/stat : 10232 (java) S 10221 10223 10001 0 -1 64 5 290 0 0 0 0 0 0 15 0 9 0 614193716 888360960 10948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 867540

[startup+6.30269 s]
/proc/loadavg: 3.94 2.92 1.31 3/82 10236
/proc/meminfo: memFree=1886640/2055920 swapFree=4179944/4192956
[pid=10223] ppid=10221 vsize=867540 CPUtime=5.98
/proc/10223/stat : 10223 (java) S 10221 10223 10001 0 -1 0 17889 290 83 0 580 18 0 0 19 0 9 0 614193693 888360960 10953 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10223/statm: 216885 10953 2633 9 0 211391 0
[pid=10223/tid=10225] ppid=10221 vsize=867540 CPUtime=5.62
/proc/10223/task/10225/stat : 10225 (java) R 10221 10223 10001 0 -1 64 12119 290 51 0 549 13 0 0 25 0 9 0 614193699 888360960 10953 996147200 134512640 134550740 4294955968 18446744073709551615 4126872672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10226] ppid=10221 vsize=867540 CPUtime=0.05
/proc/10223/task/10226/stat : 10226 (java) S 10221 10223 10001 0 -1 64 4236 290 1 0 5 0 0 0 16 0 9 0 614193709 888360960 10953 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10227] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10227/stat : 10227 (java) S 10221 10223 10001 0 -1 64 16 290 0 0 0 0 0 0 17 0 9 0 614193711 888360960 10953 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10228] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10228/stat : 10228 (java) S 10221 10223 10001 0 -1 64 9 290 0 0 0 0 0 0 16 0 9 0 614193711 888360960 10953 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10229] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10229/stat : 10229 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 19 0 9 0 614193716 888360960 10953 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10230] ppid=10221 vsize=867540 CPUtime=0.24
/proc/10223/task/10230/stat : 10230 (java) S 10221 10223 10001 0 -1 64 716 290 1 0 24 0 0 0 16 0 9 0 614193716 888360960 10953 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10231] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10231/stat : 10231 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 20 0 9 0 614193716 888360960 10953 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10232] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10232/stat : 10232 (java) S 10221 10223 10001 0 -1 64 18 290 0 0 0 0 0 0 15 0 9 0 614193716 888360960 10953 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 867540

[startup+12.7014 s]
/proc/loadavg: 3.64 2.88 1.32 3/82 10236
/proc/meminfo: memFree=1886448/2055920 swapFree=4179944/4192956
[pid=10223] ppid=10221 vsize=867540 CPUtime=12.35
/proc/10223/stat : 10223 (java) S 10221 10223 10001 0 -1 0 17891 290 83 0 1217 18 0 0 19 0 9 0 614193693 888360960 10955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10223/statm: 216885 10955 2633 9 0 211391 0
[pid=10223/tid=10225] ppid=10221 vsize=867540 CPUtime=12
/proc/10223/task/10225/stat : 10225 (java) R 10221 10223 10001 0 -1 64 12121 290 51 0 1187 13 0 0 25 0 9 0 614193699 888360960 10955 996147200 134512640 134550740 4294955968 18446744073709551615 4126375703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10226] ppid=10221 vsize=867540 CPUtime=0.05
/proc/10223/task/10226/stat : 10226 (java) S 10221 10223 10001 0 -1 64 4236 290 1 0 5 0 0 0 16 0 9 0 614193709 888360960 10955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10227] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10227/stat : 10227 (java) S 10221 10223 10001 0 -1 64 16 290 0 0 0 0 0 0 17 0 9 0 614193711 888360960 10955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10228] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10228/stat : 10228 (java) S 10221 10223 10001 0 -1 64 9 290 0 0 0 0 0 0 16 0 9 0 614193711 888360960 10955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10229] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10229/stat : 10229 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 19 0 9 0 614193716 888360960 10955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10230] ppid=10221 vsize=867540 CPUtime=0.24
/proc/10223/task/10230/stat : 10230 (java) S 10221 10223 10001 0 -1 64 716 290 1 0 24 0 0 0 16 0 9 0 614193716 888360960 10955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10231] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10231/stat : 10231 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 20 0 9 0 614193716 888360960 10955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10232] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10232/stat : 10232 (java) S 10221 10223 10001 0 -1 64 18 290 0 0 0 0 0 0 15 0 9 0 614193716 888360960 10955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 867540

[startup+25.5029 s]
/proc/loadavg: 3.39 2.85 1.33 3/82 10236
/proc/meminfo: memFree=1886960/2055920 swapFree=4179944/4192956
[pid=10223] ppid=10221 vsize=867540 CPUtime=25.1
/proc/10223/stat : 10223 (java) S 10221 10223 10001 0 -1 0 17893 290 83 0 2492 18 0 0 19 0 9 0 614193693 888360960 10956 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10223/statm: 216885 10956 2633 9 0 211391 0
[pid=10223/tid=10225] ppid=10221 vsize=867540 CPUtime=24.75
/proc/10223/task/10225/stat : 10225 (java) R 10221 10223 10001 0 -1 64 12123 290 51 0 2462 13 0 0 25 0 9 0 614193699 888360960 10956 996147200 134512640 134550740 4294955968 18446744073709551615 4126865120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10226] ppid=10221 vsize=867540 CPUtime=0.05
/proc/10223/task/10226/stat : 10226 (java) S 10221 10223 10001 0 -1 64 4236 290 1 0 5 0 0 0 16 0 9 0 614193709 888360960 10956 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10227] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10227/stat : 10227 (java) S 10221 10223 10001 0 -1 64 16 290 0 0 0 0 0 0 17 0 9 0 614193711 888360960 10956 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10228] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10228/stat : 10228 (java) S 10221 10223 10001 0 -1 64 9 290 0 0 0 0 0 0 16 0 9 0 614193711 888360960 10956 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10229] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10229/stat : 10229 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 19 0 9 0 614193716 888360960 10956 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10230] ppid=10221 vsize=867540 CPUtime=0.24
/proc/10223/task/10230/stat : 10230 (java) S 10221 10223 10001 0 -1 64 716 290 1 0 24 0 0 0 16 0 9 0 614193716 888360960 10956 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10231] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10231/stat : 10231 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 20 0 9 0 614193716 888360960 10956 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10232] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10232/stat : 10232 (java) S 10221 10223 10001 0 -1 64 18 290 0 0 0 0 0 0 15 0 9 0 614193716 888360960 10956 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 867540

[startup+51.1028 s]
/proc/loadavg: 2.91 2.78 1.35 3/82 10236
/proc/meminfo: memFree=1887408/2055920 swapFree=4179944/4192956
[pid=10223] ppid=10221 vsize=867540 CPUtime=50.6
/proc/10223/stat : 10223 (java) S 10221 10223 10001 0 -1 0 17895 290 83 0 5042 18 0 0 19 0 9 0 614193693 888360960 10958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10223/statm: 216885 10958 2633 9 0 211391 0
[pid=10223/tid=10225] ppid=10221 vsize=867540 CPUtime=50.24
/proc/10223/task/10225/stat : 10225 (java) R 10221 10223 10001 0 -1 64 12125 290 51 0 5011 13 0 0 25 0 9 0 614193699 888360960 10958 996147200 134512640 134550740 4294955968 18446744073709551615 4126872672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10226] ppid=10221 vsize=867540 CPUtime=0.05
/proc/10223/task/10226/stat : 10226 (java) S 10221 10223 10001 0 -1 64 4236 290 1 0 5 0 0 0 16 0 9 0 614193709 888360960 10958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10227] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10227/stat : 10227 (java) S 10221 10223 10001 0 -1 64 16 290 0 0 0 0 0 0 17 0 9 0 614193711 888360960 10958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10228] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10228/stat : 10228 (java) S 10221 10223 10001 0 -1 64 9 290 0 0 0 0 0 0 16 0 9 0 614193711 888360960 10958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10229] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10229/stat : 10229 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 19 0 9 0 614193716 888360960 10958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10230] ppid=10221 vsize=867540 CPUtime=0.24
/proc/10223/task/10230/stat : 10230 (java) S 10221 10223 10001 0 -1 64 716 290 1 0 24 0 0 0 16 0 9 0 614193716 888360960 10958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10231] ppid=10221 vsize=867540 CPUtime=0

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

/proc/10223/task/10228/stat : 10228 (java) S 10221 10223 10001 0 -1 64 9 290 0 0 0 0 0 0 16 0 9 0 614193711 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10229] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10229/stat : 10229 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 19 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10230] ppid=10221 vsize=867540 CPUtime=0.25
/proc/10223/task/10230/stat : 10230 (java) S 10221 10223 10001 0 -1 64 721 290 1 0 25 0 0 0 16 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10231] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10231/stat : 10231 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 20 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10232] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10232/stat : 10232 (java) S 10221 10223 10001 0 -1 64 18 290 0 0 0 0 0 0 15 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.94
Current children cumulated vsize (KiB) 867540

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/82 10238
/proc/meminfo: memFree=1886192/2055920 swapFree=4179944/4192956
[pid=10223] ppid=10221 vsize=867540 CPUtime=1595.7
/proc/10223/stat : 10223 (java) S 10221 10223 10001 0 -1 0 17910 290 83 0 159552 18 0 0 19 0 9 0 614193693 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10223/statm: 216885 10968 2633 9 0 211391 0
[pid=10223/tid=10225] ppid=10221 vsize=867540 CPUtime=1595.35
/proc/10223/task/10225/stat : 10225 (java) R 10221 10223 10001 0 -1 64 12135 290 51 0 159521 14 0 0 25 0 9 0 614193699 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4126864775 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10226] ppid=10221 vsize=867540 CPUtime=0.05
/proc/10223/task/10226/stat : 10226 (java) S 10221 10223 10001 0 -1 64 4236 290 1 0 5 0 0 0 16 0 9 0 614193709 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10227] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10227/stat : 10227 (java) S 10221 10223 10001 0 -1 64 16 290 0 0 0 0 0 0 17 0 9 0 614193711 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10228] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10228/stat : 10228 (java) S 10221 10223 10001 0 -1 64 9 290 0 0 0 0 0 0 16 0 9 0 614193711 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10229] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10229/stat : 10229 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 19 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10230] ppid=10221 vsize=867540 CPUtime=0.25
/proc/10223/task/10230/stat : 10230 (java) S 10221 10223 10001 0 -1 64 721 290 1 0 25 0 0 0 16 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10231] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10231/stat : 10231 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 20 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10232] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10232/stat : 10232 (java) S 10221 10223 10001 0 -1 64 18 290 0 0 0 0 0 0 15 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.7
Current children cumulated vsize (KiB) 867540

[startup+1662.3 s]
/proc/loadavg: 1.94 1.98 1.84 3/103 10293
/proc/meminfo: memFree=1794816/2055920 swapFree=4179944/4192956
[pid=10223] ppid=10221 vsize=867540 CPUtime=1655.5
/proc/10223/stat : 10223 (java) S 10221 10223 10001 0 -1 0 17910 290 83 0 165513 37 0 0 19 0 9 0 614193693 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10223/statm: 216885 10968 2633 9 0 211391 0
[pid=10223/tid=10225] ppid=10221 vsize=867540 CPUtime=1655.14
/proc/10223/task/10225/stat : 10225 (java) R 10221 10223 10001 0 -1 64 12135 290 51 0 165482 32 0 0 25 0 9 0 614193699 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4125952187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10226] ppid=10221 vsize=867540 CPUtime=0.05
/proc/10223/task/10226/stat : 10226 (java) S 10221 10223 10001 0 -1 64 4236 290 1 0 5 0 0 0 16 0 9 0 614193709 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10227] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10227/stat : 10227 (java) S 10221 10223 10001 0 -1 64 16 290 0 0 0 0 0 0 17 0 9 0 614193711 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10228] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10228/stat : 10228 (java) S 10221 10223 10001 0 -1 64 9 290 0 0 0 0 0 0 16 0 9 0 614193711 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10229] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10229/stat : 10229 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 19 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10230] ppid=10221 vsize=867540 CPUtime=0.25
/proc/10223/task/10230/stat : 10230 (java) S 10221 10223 10001 0 -1 64 721 290 1 0 25 0 0 0 16 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10231] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10231/stat : 10231 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 20 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10232] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10232/stat : 10232 (java) S 10221 10223 10001 0 -1 64 18 290 0 0 0 0 0 0 15 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.5
Current children cumulated vsize (KiB) 867540

[startup+1722.3 s]
/proc/loadavg: 1.97 1.98 1.85 3/103 10293
/proc/meminfo: memFree=1794944/2055920 swapFree=4179944/4192956
[pid=10223] ppid=10221 vsize=867540 CPUtime=1715.48
/proc/10223/stat : 10223 (java) S 10221 10223 10001 0 -1 0 17910 290 83 0 171511 37 0 0 19 0 9 0 614193693 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10223/statm: 216885 10968 2633 9 0 211391 0
[pid=10223/tid=10225] ppid=10221 vsize=867540 CPUtime=1715.12
/proc/10223/task/10225/stat : 10225 (java) R 10221 10223 10001 0 -1 64 12135 290 51 0 171480 32 0 0 25 0 9 0 614193699 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4126873847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10226] ppid=10221 vsize=867540 CPUtime=0.05
/proc/10223/task/10226/stat : 10226 (java) S 10221 10223 10001 0 -1 64 4236 290 1 0 5 0 0 0 16 0 9 0 614193709 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10227] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10227/stat : 10227 (java) S 10221 10223 10001 0 -1 64 16 290 0 0 0 0 0 0 17 0 9 0 614193711 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10228] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10228/stat : 10228 (java) S 10221 10223 10001 0 -1 64 9 290 0 0 0 0 0 0 16 0 9 0 614193711 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10229] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10229/stat : 10229 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 19 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10230] ppid=10221 vsize=867540 CPUtime=0.25
/proc/10223/task/10230/stat : 10230 (java) S 10221 10223 10001 0 -1 64 721 290 1 0 25 0 0 0 16 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10231] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10231/stat : 10231 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 20 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10232] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10232/stat : 10232 (java) S 10221 10223 10001 0 -1 64 18 290 0 0 0 0 0 0 15 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.48
Current children cumulated vsize (KiB) 867540

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.85 3/103 10293
/proc/meminfo: memFree=1794752/2055920 swapFree=4179944/4192956
[pid=10223] ppid=10221 vsize=867540 CPUtime=1775.46
/proc/10223/stat : 10223 (java) S 10221 10223 10001 0 -1 0 17910 290 83 0 177509 37 0 0 19 0 9 0 614193693 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10223/statm: 216885 10968 2633 9 0 211391 0
[pid=10223/tid=10225] ppid=10221 vsize=867540 CPUtime=1775.11
/proc/10223/task/10225/stat : 10225 (java) R 10221 10223 10001 0 -1 64 12135 290 51 0 177479 32 0 0 25 0 9 0 614193699 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4126907524 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10226] ppid=10221 vsize=867540 CPUtime=0.05
/proc/10223/task/10226/stat : 10226 (java) S 10221 10223 10001 0 -1 64 4236 290 1 0 5 0 0 0 16 0 9 0 614193709 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10227] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10227/stat : 10227 (java) S 10221 10223 10001 0 -1 64 16 290 0 0 0 0 0 0 17 0 9 0 614193711 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10228] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10228/stat : 10228 (java) S 10221 10223 10001 0 -1 64 9 290 0 0 0 0 0 0 16 0 9 0 614193711 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10229] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10229/stat : 10229 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 19 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10230] ppid=10221 vsize=867540 CPUtime=0.25
/proc/10223/task/10230/stat : 10230 (java) S 10221 10223 10001 0 -1 64 721 290 1 0 25 0 0 0 16 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10231] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10231/stat : 10231 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 20 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10232] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10232/stat : 10232 (java) S 10221 10223 10001 0 -1 64 18 290 0 0 0 0 0 0 15 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.46
Current children cumulated vsize (KiB) 867540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.9 s]
/proc/loadavg: 1.99 1.98 1.85 3/103 10293
/proc/meminfo: memFree=1794752/2055920 swapFree=4179944/4192956
[pid=10223] ppid=10221 vsize=867540 CPUtime=1800.06
/proc/10223/stat : 10223 (java) S 10221 10223 10001 0 -1 0 17910 290 83 0 179969 37 0 0 19 0 9 0 614193693 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10223/statm: 216885 10968 2633 9 0 211391 0
[pid=10223/tid=10225] ppid=10221 vsize=867540 CPUtime=1799.71
/proc/10223/task/10225/stat : 10225 (java) R 10221 10223 10001 0 -1 64 12135 290 51 0 179939 32 0 0 25 0 9 0 614193699 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4126885273 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10226] ppid=10221 vsize=867540 CPUtime=0.05
/proc/10223/task/10226/stat : 10226 (java) S 10221 10223 10001 0 -1 64 4236 290 1 0 5 0 0 0 16 0 9 0 614193709 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10227] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10227/stat : 10227 (java) S 10221 10223 10001 0 -1 64 16 290 0 0 0 0 0 0 17 0 9 0 614193711 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10228] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10228/stat : 10228 (java) S 10221 10223 10001 0 -1 64 9 290 0 0 0 0 0 0 16 0 9 0 614193711 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10229] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10229/stat : 10229 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 19 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10230] ppid=10221 vsize=867540 CPUtime=0.25
/proc/10223/task/10230/stat : 10230 (java) S 10221 10223 10001 0 -1 64 721 290 1 0 25 0 0 0 16 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10231] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10231/stat : 10231 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 20 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10232] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10232/stat : 10232 (java) S 10221 10223 10001 0 -1 64 18 290 0 0 0 0 0 0 15 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 867540

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

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

[startup+1806.9 s]
/proc/loadavg: 1.99 1.98 1.85 3/103 10293
/proc/meminfo: memFree=1794752/2055920 swapFree=4179944/4192956
[pid=10223] ppid=10221 vsize=867540 CPUtime=1800.06
/proc/10223/stat : 10223 (java) S 10221 10223 10001 0 -1 0 17910 290 83 0 179969 37 0 0 19 0 9 0 614193693 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10223/statm: 216885 10968 2633 9 0 211391 0
[pid=10223/tid=10225] ppid=10221 vsize=867540 CPUtime=1799.71
/proc/10223/task/10225/stat : 10225 (java) R 10221 10223 10001 0 -1 64 12135 290 51 0 179939 32 0 0 25 0 9 0 614193699 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4126885273 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10226] ppid=10221 vsize=867540 CPUtime=0.05
/proc/10223/task/10226/stat : 10226 (java) S 10221 10223 10001 0 -1 64 4236 290 1 0 5 0 0 0 16 0 9 0 614193709 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10227] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10227/stat : 10227 (java) S 10221 10223 10001 0 -1 64 16 290 0 0 0 0 0 0 17 0 9 0 614193711 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10228] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10228/stat : 10228 (java) S 10221 10223 10001 0 -1 64 9 290 0 0 0 0 0 0 16 0 9 0 614193711 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10229] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10229/stat : 10229 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 19 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10230] ppid=10221 vsize=867540 CPUtime=0.25
/proc/10223/task/10230/stat : 10230 (java) S 10221 10223 10001 0 -1 64 721 290 1 0 25 0 0 0 16 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10223/tid=10231] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10231/stat : 10231 (java) S 10221 10223 10001 0 -1 64 1 290 0 0 0 0 0 0 20 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10223/tid=10232] ppid=10221 vsize=867540 CPUtime=0
/proc/10223/task/10232/stat : 10232 (java) S 10221 10223 10001 0 -1 64 18 290 0 0 0 0 0 0 15 0 9 0 614193716 888360960 10968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 867540

Child status: 143
Real time (s): 1806.97
CPU time (s): 1800.14
CPU user time (s): 1799.76
CPU system time (s): 0.383941
CPU usage (%): 99.6222
Max. virtual memory (cumulated for all children) (KiB): 867540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.383941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18234
page faults= 83
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38475
involuntary context switches= 21309

runsolver used 1.90271 second user time and 6.32104 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-02 19:24:24
IDJOB=1044730
IDBENCH=53369
IDSOLVER=364
FILE ID=node88/1044730-1215019464
PBS_JOBID= 7874296
Free space on /tmp= 66540 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/rand-2-27/normalized-rand-27-27-351-163-57021_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-1044730-1215019464/watcher-1044730-1215019464 -o /tmp/evaluation-result-1044730-1215019464/solver-1044730-1215019464 -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-1044730-1215019464.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 73a72b58fd08e3bdce88f31cfc83b195
RANDOM SEED=652602097

node88.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.232
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.232
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:       1942744 kB
Buffers:          2624 kB
Cached:          25856 kB
SwapCached:       6880 kB
Active:          47044 kB
Inactive:        12344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1942744 kB
SwapTotal:     4192956 kB
SwapFree:      4179944 kB
Dirty:            3428 kB
Writeback:           0 kB
Mapped:          38768 kB
Slab:            39036 kB
Committed_AS:   960892 kB
PageTables:       1860 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= 66520 MiB
End job on node88 at 2008-07-02 19:54:33