Trace number 1107605

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 1808.25

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg10-14_ext.xml
MD5SUM6797b14732deb534296b42a9ade425c3
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints24
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.17	
0.01/0.17	Abscon 112 (May, 2008)
0.23/0.43	
0.23/0.43	   configuration
0.23/0.43	     name=esac.xml
0.23/0.49	   
0.23/0.49	   instance
0.23/0.49	     name=HOME/instance-1107605-1215477300.xml
0.30/0.53	   
0.30/0.53	   domains being loaded...
0.30/0.54	   
0.30/0.54	   variables being loaded...
0.30/0.60	     nbVariables=140  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=3640
0.30/0.60	       =>  wckTime=0.166  cpuTime=0.12  mem=7M919
0.30/0.60	   
0.30/0.60	   relations being loaded...
0.80/1.06	   
0.80/1.07	   constraints being loaded...
0.90/1.16	   Too large in ConstraintConflictsSTructure
1.00/1.28	   Too large in ConstraintConflictsSTructure
1.10/1.38	     nbConstraints=24  nbRelationTypes=2  nbGlobalConstraints=24  nbExtensionStructures=2
1.10/1.38	     nbSharedExtensionStructures=22  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0  minDegree=2
1.10/1.38	     maxDegree=2  minArity=10  avgArity=11.67  maxArity=14  nbGenerators=0  nbFusions=0  symmetryWckTime=0.085
1.10/1.38	     symmetryCpuTime=0.02
1.10/1.38	       =>  wckTime=0.949  cpuTime=0.74  mem=36M130
1.17/1.50	   
1.17/1.50	   solver IterativeSystematicSolver being built... 
1.27/1.57	   
1.27/1.57	   INFO : Forward propagation technique limited 
1.37/1.65	       =>  wckTime=1.222  cpuTime=0.88  mem=39M617
11.32/11.62	   
11.32/11.62	   preprocessing
11.32/11.62	     nbConstraintChecks=0  nbValidityChecks=65837400  nbPropagations=5837  nbRevisions=0  nbUselessRevisions=0
11.32/11.62	     nbSingletonTests=171  nbEffectiveSingletonTests=0  nbACRemovals=192  nbFoundSingletons=0  nbRemovedValues=192
11.32/11.62	     detectedInconsistency=no
11.32/11.62	       =>  wckTime=9.962  cpuTime=9.87  mem=40M570
46.75/47.23	   
46.75/47.23	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=41M458)

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

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


[startup+0 s]
/proc/loadavg: 2.58 1.84 1.33 3/80 2800
/proc/meminfo: memFree=1895228/2055924 swapFree=4192812/4192956
[pid=2800] ppid=2798 vsize=18572 CPUtime=0
/proc/2800/stat : 2800 (runsolver) R 2798 2800 2665 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 4433271 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 268582841639 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/2800/statm: 4643 292 257 25 0 2626 0

[startup+0.01186 s]
/proc/loadavg: 2.58 1.84 1.33 3/80 2800
/proc/meminfo: memFree=1895228/2055924 swapFree=4192812/4192956
[pid=2800] ppid=2798 vsize=18572 CPUtime=0
/proc/2800/stat : 2800 (runsolver) D 2798 2800 2665 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 4433271 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 268582841639 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/2800/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.10188 s]
/proc/loadavg: 2.58 1.84 1.33 3/80 2800
/proc/meminfo: memFree=1895228/2055924 swapFree=4192812/4192956
[pid=2800] ppid=2798 vsize=860580 CPUtime=0.01
/proc/2800/stat : 2800 (java) S 2798 2800 2665 0 -1 0 1379 0 1 0 0 1 0 0 18 0 2 0 4433271 881233920 1128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/2800/statm: 215145 1128 410 9 0 210124 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 860580

[startup+0.301901 s]
/proc/loadavg: 2.58 1.84 1.33 3/80 2800
/proc/meminfo: memFree=1895228/2055924 swapFree=4192812/4192956
[pid=2800] ppid=2798 vsize=866936 CPUtime=0.16
/proc/2800/stat : 2800 (java) S 2798 2800 2665 0 -1 0 4257 0 10 0 13 3 0 0 18 0 9 0 4433271 887742464 3701 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2800/statm: 216734 3701 1833 9 0 211282 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 866936

[startup+0.701959 s]
/proc/loadavg: 2.58 1.84 1.33 3/80 2800
/proc/meminfo: memFree=1895228/2055924 swapFree=4192812/4192956
[pid=2800] ppid=2798 vsize=867424 CPUtime=0.5
/proc/2800/stat : 2800 (java) S 2798 2800 2665 0 -1 0 9212 0 21 0 43 7 0 0 18 0 9 0 4433271 888242176 8602 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2800/statm: 216856 8602 1969 9 0 211384 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 867424

[startup+1.50204 s]
/proc/loadavg: 2.58 1.84 1.33 3/89 2809
/proc/meminfo: memFree=1832692/2055924 swapFree=4192812/4192956
[pid=2800] ppid=2798 vsize=868160 CPUtime=1.27
/proc/2800/stat : 2800 (java) S 2798 2800 2665 0 -1 0 29372 275 21 1 109 17 0 1 18 0 9 0 4433271 888995840 23648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2800/statm: 217040 23648 2629 9 0 211546 0
[pid=2800/tid=2802] ppid=2798 vsize=868160 CPUtime=0.96
/proc/2800/task/2802/stat : 2802 (java) R 2798 2800 2665 0 -1 64 16645 275 21 1 84 11 0 1 23 0 9 0 4433276 888995840 23648 996147200 134512640 134550740 4294955968 18446744073709551615 102719040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2803] ppid=2798 vsize=868160 CPUtime=0.15
/proc/2800/task/2803/stat : 2803 (java) S 2798 2800 2665 0 -1 64 11438 275 0 1 11 3 0 1 17 0 9 0 4433282 888995840 23648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2804] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2804/stat : 2804 (java) S 2798 2800 2665 0 -1 64 14 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2805] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2805/stat : 2805 (java) S 2798 2800 2665 0 -1 64 8 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2806] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2806/stat : 2806 (java) S 2798 2800 2665 0 -1 64 1 275 0 1 0 0 0 1 18 0 9 0 4433285 888995840 23648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2807] ppid=2798 vsize=868160 CPUtime=0.13
/proc/2800/task/2807/stat : 2807 (java) S 2798 2800 2665 0 -1 64 447 275 0 1 12 0 0 1 15 0 9 0 4433285 888995840 23648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2808] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2808/stat : 2808 (java) S 2798 2800 2665 0 -1 64 2 275 0 1 0 0 0 1 19 0 9 0 4433285 888995840 23648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2809] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2809/stat : 2809 (java) S 2798 2800 2665 0 -1 64 8 275 0 1 0 0 0 1 15 0 9 0 4433285 888995840 23648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 868160

[startup+3.10223 s]
/proc/loadavg: 2.58 1.84 1.33 3/89 2813
/proc/meminfo: memFree=1804020/2055924 swapFree=4192812/4192956
[pid=2800] ppid=2798 vsize=868160 CPUtime=2.86
/proc/2800/stat : 2800 (java) S 2798 2800 2665 0 -1 0 32434 275 21 1 266 19 0 1 18 0 9 0 4433271 888995840 23769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2800/statm: 217040 23769 2634 9 0 211546 0
[pid=2800/tid=2802] ppid=2798 vsize=868160 CPUtime=2.48
/proc/2800/task/2802/stat : 2802 (java) R 2798 2800 2665 0 -1 64 19618 275 21 1 235 12 0 1 25 0 9 0 4433276 888995840 23769 996147200 134512640 134550740 4294955968 18446744073709551615 4126793915 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2803] ppid=2798 vsize=868160 CPUtime=0.15
/proc/2800/task/2803/stat : 2803 (java) S 2798 2800 2665 0 -1 64 11439 275 0 1 11 3 0 1 17 0 9 0 4433282 888995840 23769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2804] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2804/stat : 2804 (java) S 2798 2800 2665 0 -1 64 14 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2805] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2805/stat : 2805 (java) S 2798 2800 2665 0 -1 64 8 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2806] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2806/stat : 2806 (java) S 2798 2800 2665 0 -1 64 1 275 0 1 0 0 0 1 18 0 9 0 4433285 888995840 23769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2807] ppid=2798 vsize=868160 CPUtime=0.2
/proc/2800/task/2807/stat : 2807 (java) S 2798 2800 2665 0 -1 64 535 275 0 1 19 0 0 1 15 0 9 0 4433285 888995840 23769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2808] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2808/stat : 2808 (java) S 2798 2800 2665 0 -1 64 2 275 0 1 0 0 0 1 19 0 9 0 4433285 888995840 23769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2809] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2809/stat : 2809 (java) S 2798 2800 2665 0 -1 64 8 275 0 1 0 0 0 1 15 0 9 0 4433285 888995840 23769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 868160

[startup+6.3026 s]
/proc/loadavg: 2.53 1.85 1.34 3/89 2813
/proc/meminfo: memFree=1803828/2055924 swapFree=4192812/4192956
[pid=2800] ppid=2798 vsize=868160 CPUtime=6.04
/proc/2800/stat : 2800 (java) S 2798 2800 2665 0 -1 0 32441 275 21 1 584 19 0 1 18 0 9 0 4433271 888995840 23771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2800/statm: 217040 23771 2634 9 0 211546 0
[pid=2800/tid=2802] ppid=2798 vsize=868160 CPUtime=5.67
/proc/2800/task/2802/stat : 2802 (java) R 2798 2800 2665 0 -1 64 19619 275 21 1 553 13 0 1 25 0 9 0 4433276 888995840 23771 996147200 134512640 134550740 4294955968 18446744073709551615 4126793563 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2803] ppid=2798 vsize=868160 CPUtime=0.15
/proc/2800/task/2803/stat : 2803 (java) S 2798 2800 2665 0 -1 64 11439 275 0 1 11 3 0 1 16 0 9 0 4433282 888995840 23771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2804] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2804/stat : 2804 (java) S 2798 2800 2665 0 -1 64 14 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2805] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2805/stat : 2805 (java) S 2798 2800 2665 0 -1 64 8 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2806] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2806/stat : 2806 (java) S 2798 2800 2665 0 -1 64 1 275 0 1 0 0 0 1 18 0 9 0 4433285 888995840 23771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2807] ppid=2798 vsize=868160 CPUtime=0.2
/proc/2800/task/2807/stat : 2807 (java) S 2798 2800 2665 0 -1 64 540 275 0 1 19 0 0 1 17 0 9 0 4433285 888995840 23771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2808] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2808/stat : 2808 (java) S 2798 2800 2665 0 -1 64 2 275 0 1 0 0 0 1 19 0 9 0 4433285 888995840 23771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2809] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2809/stat : 2809 (java) S 2798 2800 2665 0 -1 64 9 275 0 1 0 0 0 1 15 0 9 0 4433285 888995840 23771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 868160

[startup+12.7023 s]
/proc/loadavg: 2.57 1.87 1.34 3/89 2813
/proc/meminfo: memFree=1803828/2055924 swapFree=4192812/4192956
[pid=2800] ppid=2798 vsize=868160 CPUtime=12.41
/proc/2800/stat : 2800 (java) S 2798 2800 2665 0 -1 0 32672 275 21 1 1221 19 0 1 18 0 9 0 4433271 888995840 23776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2800/statm: 217040 23776 2634 9 0 211546 0
[pid=2800/tid=2802] ppid=2798 vsize=868160 CPUtime=12.03
/proc/2800/task/2802/stat : 2802 (java) R 2798 2800 2665 0 -1 64 19847 275 21 1 1189 13 0 1 25 0 9 0 4433276 888995840 23776 996147200 134512640 134550740 4294955968 18446744073709551615 4126783136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2803] ppid=2798 vsize=868160 CPUtime=0.15
/proc/2800/task/2803/stat : 2803 (java) S 2798 2800 2665 0 -1 64 11439 275 0 1 11 3 0 1 17 0 9 0 4433282 888995840 23776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2804] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2804/stat : 2804 (java) S 2798 2800 2665 0 -1 64 14 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2805] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2805/stat : 2805 (java) S 2798 2800 2665 0 -1 64 8 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2806] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2806/stat : 2806 (java) S 2798 2800 2665 0 -1 64 1 275 0 1 0 0 0 1 18 0 9 0 4433285 888995840 23776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2807] ppid=2798 vsize=868160 CPUtime=0.21
/proc/2800/task/2807/stat : 2807 (java) S 2798 2800 2665 0 -1 64 543 275 0 1 20 0 0 1 15 0 9 0 4433285 888995840 23776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2808] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2808/stat : 2808 (java) S 2798 2800 2665 0 -1 64 2 275 0 1 0 0 0 1 19 0 9 0 4433285 888995840 23776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2809] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2809/stat : 2809 (java) S 2798 2800 2665 0 -1 64 9 275 0 1 0 0 0 1 15 0 9 0 4433285 888995840 23776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 868160

[startup+25.5018 s]
/proc/loadavg: 2.60 1.90 1.37 3/89 2813
/proc/meminfo: memFree=1804020/2055924 swapFree=4192812/4192956
[pid=2800] ppid=2798 vsize=868160 CPUtime=25.15
/proc/2800/stat : 2800 (java) S 2798 2800 2665 0 -1 0 32696 275 21 1 2494 20 0 1 18 0 9 0 4433271 888995840 23783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2800/statm: 217040 23783 2634 9 0 211546 0
[pid=2800/tid=2802] ppid=2798 vsize=868160 CPUtime=24.75
/proc/2800/task/2802/stat : 2802 (java) R 2798 2800 2665 0 -1 64 19862 275 21 1 2461 13 0 1 25 0 9 0 4433276 888995840 23783 996147200 134512640 134550740 4294955968 18446744073709551615 4126793666 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2803] ppid=2798 vsize=868160 CPUtime=0.15
/proc/2800/task/2803/stat : 2803 (java) S 2798 2800 2665 0 -1 64 11439 275 0 1 11 3 0 1 16 0 9 0 4433282 888995840 23783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2804] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2804/stat : 2804 (java) S 2798 2800 2665 0 -1 64 14 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2805] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2805/stat : 2805 (java) S 2798 2800 2665 0 -1 64 8 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2806] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2806/stat : 2806 (java) S 2798 2800 2665 0 -1 64 1 275 0 1 0 0 0 1 18 0 9 0 4433285 888995840 23783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2807] ppid=2798 vsize=868160 CPUtime=0.22
/proc/2800/task/2807/stat : 2807 (java) S 2798 2800 2665 0 -1 64 552 275 0 1 21 0 0 1 15 0 9 0 4433285 888995840 23783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2808] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2808/stat : 2808 (java) S 2798 2800 2665 0 -1 64 2 275 0 1 0 0 0 1 19 0 9 0 4433285 888995840 23783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2809] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2809/stat : 2809 (java) S 2798 2800 2665 0 -1 64 9 275 0 1 0 0 0 1 15 0 9 0 4433285 888995840 23783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 868160

[startup+51.1018 s]
/proc/loadavg: 2.61 1.96 1.40 3/89 2813
/proc/meminfo: memFree=1804084/2055924 swapFree=4192812/4192956
[pid=2800] ppid=2798 vsize=868160 CPUtime=50.63
/proc/2800/stat : 2800 (java) S 2798 2800 2665 0 -1 0 32720 275 21 1 5042 20 0 1 18 0 9 0 4433271 888995840 23788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2800/statm: 217040 23788 2634 9 0 211546 0
[pid=2800/tid=2802] ppid=2798 vsize=868160 CPUtime=50.21
/proc/2800/task/2802/stat : 2802 (java) R 2798 2800 2665 0 -1 64 19881 275 21 1 5007 13 0 1 25 0 9 0 4433276 888995840 23788 996147200 134512640 134550740 4294955968 18446744073709551615 4126793907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2803] ppid=2798 vsize=868160 CPUtime=0.15
/proc/2800/task/2803/stat : 2803 (java) S 2798 2800 2665 0 -1 64 11439 275 0 1 11 3 0 1 16 0 9 0 4433282 888995840 23788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2804] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2804/stat : 2804 (java) S 2798 2800 2665 0 -1 64 14 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2805] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2805/stat : 2805 (java) S 2798 2800 2665 0 -1 64 8 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2806] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2806/stat : 2806 (java) S 2798 2800 2665 0 -1 64 1 275 0 1 0 0 0 1 18 0 9 0 4433285 888995840 23788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2807] ppid=2798 vsize=868160 CPUtime=0.23
/proc/2800/task/2807/stat : 2807 (java) S 2798 2800 2665 0 -1 64 557 275 0 1 22 0 0 1 15 0 9 0 4433285 888995840 23788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2808] ppid=2798 vsize=868160 CPUtime=0.01

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

/proc/2800/task/2805/stat : 2805 (java) S 2798 2800 2665 0 -1 64 8 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2806] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2806/stat : 2806 (java) S 2798 2800 2665 0 -1 64 1 275 0 1 0 0 0 1 18 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2807] ppid=2798 vsize=868160 CPUtime=0.28
/proc/2800/task/2807/stat : 2807 (java) S 2798 2800 2665 0 -1 64 586 275 0 1 27 0 0 1 17 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2808] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2808/stat : 2808 (java) S 2798 2800 2665 0 -1 64 2 275 0 1 0 0 0 1 19 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2809] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2809/stat : 2809 (java) S 2798 2800 2665 0 -1 64 9 275 0 1 0 0 0 1 15 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1474.93
Current children cumulated vsize (KiB) 868160

[startup+1542.3 s]
/proc/loadavg: 2.03 2.15 2.08 3/89 2813
/proc/meminfo: memFree=1802740/2055924 swapFree=4192812/4192956
[pid=2800] ppid=2798 vsize=868160 CPUtime=1534.64
/proc/2800/stat : 2800 (java) S 2798 2800 2665 0 -1 0 32869 275 21 1 153438 25 0 1 18 0 9 0 4433271 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2800/statm: 217040 23805 2634 9 0 211546 0
[pid=2800/tid=2802] ppid=2798 vsize=868160 CPUtime=1534.18
/proc/2800/task/2802/stat : 2802 (java) R 2798 2800 2665 0 -1 64 20001 275 21 1 153399 18 0 1 25 0 9 0 4433276 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4126793483 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2803] ppid=2798 vsize=868160 CPUtime=0.15
/proc/2800/task/2803/stat : 2803 (java) S 2798 2800 2665 0 -1 64 11439 275 0 1 11 3 0 1 16 0 9 0 4433282 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2804] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2804/stat : 2804 (java) S 2798 2800 2665 0 -1 64 14 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2805] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2805/stat : 2805 (java) S 2798 2800 2665 0 -1 64 8 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2806] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2806/stat : 2806 (java) S 2798 2800 2665 0 -1 64 1 275 0 1 0 0 0 1 18 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2807] ppid=2798 vsize=868160 CPUtime=0.28
/proc/2800/task/2807/stat : 2807 (java) S 2798 2800 2665 0 -1 64 586 275 0 1 27 0 0 1 17 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2808] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2808/stat : 2808 (java) S 2798 2800 2665 0 -1 64 2 275 0 1 0 0 0 1 19 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2809] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2809/stat : 2809 (java) S 2798 2800 2665 0 -1 64 9 275 0 1 0 0 0 1 15 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.64
Current children cumulated vsize (KiB) 868160

[startup+1602.3 s]
/proc/loadavg: 2.01 2.12 2.08 3/89 2819
/proc/meminfo: memFree=1801844/2055924 swapFree=4192812/4192956
[pid=2800] ppid=2798 vsize=868160 CPUtime=1594.35
/proc/2800/stat : 2800 (java) S 2798 2800 2665 0 -1 0 32872 275 21 1 159409 25 0 1 18 0 9 0 4433271 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2800/statm: 217040 23805 2634 9 0 211546 0
[pid=2800/tid=2802] ppid=2798 vsize=868160 CPUtime=1593.89
/proc/2800/task/2802/stat : 2802 (java) R 2798 2800 2665 0 -1 64 20004 275 21 1 159370 18 0 1 25 0 9 0 4433276 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4126793666 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2803] ppid=2798 vsize=868160 CPUtime=0.15
/proc/2800/task/2803/stat : 2803 (java) S 2798 2800 2665 0 -1 64 11439 275 0 1 11 3 0 1 16 0 9 0 4433282 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2804] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2804/stat : 2804 (java) S 2798 2800 2665 0 -1 64 14 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2805] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2805/stat : 2805 (java) S 2798 2800 2665 0 -1 64 8 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2806] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2806/stat : 2806 (java) S 2798 2800 2665 0 -1 64 1 275 0 1 0 0 0 1 18 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2807] ppid=2798 vsize=868160 CPUtime=0.28
/proc/2800/task/2807/stat : 2807 (java) S 2798 2800 2665 0 -1 64 586 275 0 1 27 0 0 1 17 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2808] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2808/stat : 2808 (java) S 2798 2800 2665 0 -1 64 2 275 0 1 0 0 0 1 19 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2809] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2809/stat : 2809 (java) S 2798 2800 2665 0 -1 64 9 275 0 1 0 0 0 1 15 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.35
Current children cumulated vsize (KiB) 868160

[startup+1662.3 s]
/proc/loadavg: 1.97 2.08 2.06 3/90 2870
/proc/meminfo: memFree=1746220/2055924 swapFree=4192812/4192956
[pid=2800] ppid=2798 vsize=868160 CPUtime=1654.27
/proc/2800/stat : 2800 (java) S 2798 2800 2665 0 -1 0 32878 275 21 1 165396 30 0 1 18 0 9 0 4433271 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2800/statm: 217040 23805 2634 9 0 211546 0
[pid=2800/tid=2802] ppid=2798 vsize=868160 CPUtime=1653.8
/proc/2800/task/2802/stat : 2802 (java) R 2798 2800 2665 0 -1 64 20010 275 21 1 165356 23 0 1 25 0 9 0 4433276 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4126793666 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2800/tid=2803] ppid=2798 vsize=868160 CPUtime=0.15
/proc/2800/task/2803/stat : 2803 (java) S 2798 2800 2665 0 -1 64 11439 275 0 1 11 3 0 1 16 0 9 0 4433282 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2804] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2804/stat : 2804 (java) S 2798 2800 2665 0 -1 64 14 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2805] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2805/stat : 2805 (java) S 2798 2800 2665 0 -1 64 8 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2806] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2806/stat : 2806 (java) S 2798 2800 2665 0 -1 64 1 275 0 1 0 0 0 1 18 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2807] ppid=2798 vsize=868160 CPUtime=0.28
/proc/2800/task/2807/stat : 2807 (java) S 2798 2800 2665 0 -1 64 586 275 0 1 27 0 0 1 17 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2808] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2808/stat : 2808 (java) S 2798 2800 2665 0 -1 64 2 275 0 1 0 0 0 1 19 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2809] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2809/stat : 2809 (java) S 2798 2800 2665 0 -1 64 9 275 0 1 0 0 0 1 15 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.27
Current children cumulated vsize (KiB) 868160

[startup+1722.3 s]
/proc/loadavg: 1.99 2.06 2.06 3/81 2908
/proc/meminfo: memFree=1858292/2055924 swapFree=4192812/4192956
[pid=2800] ppid=2798 vsize=868160 CPUtime=1714.21
/proc/2800/stat : 2800 (java) S 2798 2800 2665 0 -1 0 32884 275 21 1 171387 33 0 1 18 0 9 0 4433271 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2800/statm: 217040 23805 2634 9 0 211546 0
[pid=2800/tid=2802] ppid=2798 vsize=868160 CPUtime=1713.74
/proc/2800/task/2802/stat : 2802 (java) R 2798 2800 2665 0 -1 64 20016 275 21 1 171347 26 0 1 25 0 9 0 4433276 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4126793607 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2800/tid=2803] ppid=2798 vsize=868160 CPUtime=0.15
/proc/2800/task/2803/stat : 2803 (java) S 2798 2800 2665 0 -1 64 11439 275 0 1 11 3 0 1 16 0 9 0 4433282 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2804] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2804/stat : 2804 (java) S 2798 2800 2665 0 -1 64 14 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2805] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2805/stat : 2805 (java) S 2798 2800 2665 0 -1 64 8 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2806] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2806/stat : 2806 (java) S 2798 2800 2665 0 -1 64 1 275 0 1 0 0 0 1 18 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2807] ppid=2798 vsize=868160 CPUtime=0.28
/proc/2800/task/2807/stat : 2807 (java) S 2798 2800 2665 0 -1 64 586 275 0 1 27 0 0 1 17 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2808] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2808/stat : 2808 (java) S 2798 2800 2665 0 -1 64 2 275 0 1 0 0 0 1 19 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2809] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2809/stat : 2809 (java) S 2798 2800 2665 0 -1 64 9 275 0 1 0 0 0 1 15 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.21
Current children cumulated vsize (KiB) 868160

[startup+1782.3 s]
/proc/loadavg: 1.99 2.05 2.05 3/81 2908
/proc/meminfo: memFree=1858612/2055924 swapFree=4192812/4192956
[pid=2800] ppid=2798 vsize=868160 CPUtime=1774.18
/proc/2800/stat : 2800 (java) S 2798 2800 2665 0 -1 0 32889 275 21 1 177384 33 0 1 18 0 9 0 4433271 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2800/statm: 217040 23805 2634 9 0 211546 0
[pid=2800/tid=2802] ppid=2798 vsize=868160 CPUtime=1773.71
/proc/2800/task/2802/stat : 2802 (java) R 2798 2800 2665 0 -1 64 20021 275 21 1 177344 26 0 1 25 0 9 0 4433276 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4126793666 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2800/tid=2803] ppid=2798 vsize=868160 CPUtime=0.15
/proc/2800/task/2803/stat : 2803 (java) S 2798 2800 2665 0 -1 64 11439 275 0 1 11 3 0 1 16 0 9 0 4433282 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2804] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2804/stat : 2804 (java) S 2798 2800 2665 0 -1 64 14 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2805] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2805/stat : 2805 (java) S 2798 2800 2665 0 -1 64 8 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2806] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2806/stat : 2806 (java) S 2798 2800 2665 0 -1 64 1 275 0 1 0 0 0 1 18 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2807] ppid=2798 vsize=868160 CPUtime=0.28
/proc/2800/task/2807/stat : 2807 (java) S 2798 2800 2665 0 -1 64 586 275 0 1 27 0 0 1 17 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2808] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2808/stat : 2808 (java) S 2798 2800 2665 0 -1 64 2 275 0 1 0 0 0 1 19 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2809] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2809/stat : 2809 (java) S 2798 2800 2665 0 -1 64 9 275 0 1 0 0 0 1 15 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.18
Current children cumulated vsize (KiB) 868160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.2 s]
/proc/loadavg: 1.99 2.04 2.05 3/81 2908
/proc/meminfo: memFree=1858484/2055924 swapFree=4192812/4192956
[pid=2800] ppid=2798 vsize=868160 CPUtime=1800.07
/proc/2800/stat : 2800 (java) S 2798 2800 2665 0 -1 0 32890 275 21 1 179973 33 0 1 18 0 9 0 4433271 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2800/statm: 217040 23805 2634 9 0 211546 0
[pid=2800/tid=2802] ppid=2798 vsize=868160 CPUtime=1799.61
/proc/2800/task/2802/stat : 2802 (java) R 2798 2800 2665 0 -1 64 20022 275 21 1 179934 26 0 1 25 0 9 0 4433276 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4126793666 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2800/tid=2803] ppid=2798 vsize=868160 CPUtime=0.15
/proc/2800/task/2803/stat : 2803 (java) S 2798 2800 2665 0 -1 64 11439 275 0 1 11 3 0 1 16 0 9 0 4433282 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2804] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2804/stat : 2804 (java) S 2798 2800 2665 0 -1 64 14 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2805] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2805/stat : 2805 (java) S 2798 2800 2665 0 -1 64 8 275 0 1 0 0 0 1 16 0 9 0 4433282 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2806] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2806/stat : 2806 (java) S 2798 2800 2665 0 -1 64 1 275 0 1 0 0 0 1 18 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2807] ppid=2798 vsize=868160 CPUtime=0.28
/proc/2800/task/2807/stat : 2807 (java) S 2798 2800 2665 0 -1 64 586 275 0 1 27 0 0 1 17 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2808] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2808/stat : 2808 (java) S 2798 2800 2665 0 -1 64 2 275 0 1 0 0 0 1 19 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2800/tid=2809] ppid=2798 vsize=868160 CPUtime=0.01
/proc/2800/task/2809/stat : 2809 (java) S 2798 2800 2665 0 -1 64 9 275 0 1 0 0 0 1 15 0 9 0 4433285 888995840 23805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868160

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): 1808.25
CPU time (s): 1800.14
CPU user time (s): 1799.77
CPU system time (s): 0.362944
CPU usage (%): 99.5512
Max. virtual memory (cumulated for all children) (KiB): 868160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.362944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33194
page faults= 22
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38403
involuntary context switches= 54018

runsolver used 2.29965 second user time and 5.8901 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-08 02:35:00
IDJOB=1107605
IDBENCH=56556
IDSOLVER=364
FILE ID=node6/1107605-1215477300
PBS_JOBID= 7888613
Free space on /tmp= 66484 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg10-14_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-1107605-1215477300/watcher-1107605-1215477300 -o /tmp/evaluation-result-1107605-1215477300/solver-1107605-1215477300 -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-1107605-1215477300.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6797b14732deb534296b42a9ade425c3
RANDOM SEED=416382862

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


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1895836 kB
Buffers:          1876 kB
Cached:          39532 kB
SwapCached:        140 kB
Active:         121820 kB
Inactive:         6816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1895836 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4572 kB
Writeback:           0 kB
Mapped:         104612 kB
Slab:            16652 kB
Committed_AS:   886180 kB
PageTables:       2024 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= 66488 MiB
End job on node6 at 2008-07-08 03:05:11