Trace number 1069843

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.17 1807.97

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-cardinality-25-20.xml
MD5SUM08abe1d1fc902588a82e15e1624306c6
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.764882
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints45
Maximum constraint arity25
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(45)

Solver Data (download as text)

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.32	     name=HOME/instance-1069843-1215161909.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.38/0.45	     nbVariables=500  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=1000
0.38/0.45	       =>  wckTime=0.214  cpuTime=0.17  mem=8M829
0.38/0.45	   
0.38/0.45	   constraints being loaded...
0.67/0.75	     nbConstraints=88  nbGlobalConstraints=88  nbSharedBinaryRepresentations=0  minDegree=4  maxDegree=6  minArity=20
0.67/0.75	     avgArity=33.07  maxArity=50  nbGenerators=43  nbFusions=0  symmetryWckTime=0.158  symmetryCpuTime=0.09
0.67/0.75	       =>  wckTime=0.511  cpuTime=0.33  mem=15M713
0.77/0.80	   
0.77/0.80	   solver IterativeSystematicSolver being built... 
0.77/0.88	   
0.77/0.88	   INFO : Forward propagation technique limited 
0.86/0.98	       =>  wckTime=0.747  cpuTime=0.48  mem=22M77
0.96/1.08	   
0.96/1.08	   preprocessing
0.96/1.08	     nbConstraintChecks=0  nbPropagations=1065  nbRevisions=0  nbUselessRevisions=0  nbSingletonTests=538
0.96/1.08	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
0.96/1.08	       =>  wckTime=0.094  cpuTime=0.07  mem=23M52
1.36/1.40	   
1.36/1.40	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=25M35)

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 18961
/proc/meminfo: memFree=1797528/2055920 swapFree=4180112/4192956
[pid=18961] ppid=18959 vsize=1616 CPUtime=0
/proc/18961/stat : 18961 (java) R 18959 18961 16345 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1995165549 1654784 148 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/18961/statm: 68 37 28 9 0 6 0

[startup+0.0732699 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 18961
/proc/meminfo: memFree=1797528/2055920 swapFree=4180112/4192956
[pid=18961] ppid=18959 vsize=865856 CPUtime=0.06
/proc/18961/stat : 18961 (java) S 18959 18961 16345 0 -1 0 3320 0 1 0 4 2 0 0 18 0 9 0 1995165549 886636544 2845 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18961/statm: 216464 2845 1546 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101259 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 18961
/proc/meminfo: memFree=1797528/2055920 swapFree=4180112/4192956
[pid=18961] ppid=18959 vsize=865884 CPUtime=0.09
/proc/18961/stat : 18961 (java) S 18959 18961 16345 0 -1 0 3747 0 1 0 7 2 0 0 18 0 9 0 1995165549 886665216 3205 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18961/statm: 216471 3205 1699 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301207 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 18961
/proc/meminfo: memFree=1797528/2055920 swapFree=4180112/4192956
[pid=18961] ppid=18959 vsize=866196 CPUtime=0.28
/proc/18961/stat : 18961 (java) S 18959 18961 16345 0 -1 0 5620 0 1 0 25 3 0 0 18 0 9 0 1995165549 886984704 5034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18961/statm: 216549 5034 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701103 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 18961
/proc/meminfo: memFree=1797528/2055920 swapFree=4180112/4192956
[pid=18961] ppid=18959 vsize=868124 CPUtime=0.67
/proc/18961/stat : 18961 (java) S 18959 18961 16345 0 -1 0 8885 326 1 0 59 6 2 0 18 0 9 0 1995165549 888958976 7168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18961/statm: 217031 7168 1992 9 0 211559 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 868124

[startup+1.50271 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 18974
/proc/meminfo: memFree=1764304/2055920 swapFree=4180112/4192956
[pid=18961] ppid=18959 vsize=868328 CPUtime=1.46
/proc/18961/stat : 18961 (java) S 18959 18961 16345 0 -1 0 16435 326 1 0 135 9 2 0 18 0 9 0 1995165549 889167872 11523 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18961/statm: 217082 11523 2633 9 0 211588 0
[pid=18961/tid=18963] ppid=18959 vsize=868328 CPUtime=1.14
/proc/18961/task/18963/stat : 18963 (java) R 18959 18961 16345 0 -1 64 12362 326 1 0 106 6 2 0 25 0 9 0 1995165550 889167872 11523 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18964] ppid=18959 vsize=868328 CPUtime=0.06
/proc/18961/task/18964/stat : 18964 (java) S 18959 18961 16345 0 -1 64 2297 326 0 0 4 0 2 0 16 0 9 0 1995165552 889167872 11523 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18965] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18965/stat : 18965 (java) S 18959 18961 16345 0 -1 64 13 326 0 0 0 0 2 0 16 0 9 0 1995165552 889167872 11523 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18966] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18966/stat : 18966 (java) S 18959 18961 16345 0 -1 64 8 326 0 0 0 0 2 0 15 0 9 0 1995165552 889167872 11523 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18967] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18967/stat : 18967 (java) S 18959 18961 16345 0 -1 64 1 326 0 0 0 0 2 0 18 0 9 0 1995165554 889167872 11523 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18968] ppid=18959 vsize=868328 CPUtime=0.28
/proc/18961/task/18968/stat : 18968 (java) S 18959 18961 16345 0 -1 64 933 326 0 0 25 1 2 0 15 0 9 0 1995165554 889167872 11523 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18969] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18969/stat : 18969 (java) S 18959 18961 16345 0 -1 64 2 326 0 0 0 0 2 0 19 0 9 0 1995165554 889167872 11523 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18970] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18970/stat : 18970 (java) S 18959 18961 16345 0 -1 64 5 326 0 0 0 0 2 0 15 0 9 0 1995165554 889167872 11523 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868328

[startup+3.10147 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 18974
/proc/meminfo: memFree=1761488/2055920 swapFree=4180112/4192956
[pid=18961] ppid=18959 vsize=868328 CPUtime=3.04
/proc/18961/stat : 18961 (java) S 18959 18961 16345 0 -1 0 16453 326 1 0 293 9 2 0 18 0 9 0 1995165549 889167872 11540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18961/statm: 217082 11540 2633 9 0 211588 0
[pid=18961/tid=18963] ppid=18959 vsize=868328 CPUtime=2.71
/proc/18961/task/18963/stat : 18963 (java) R 18959 18961 16345 0 -1 64 12370 326 1 0 263 6 2 0 25 0 9 0 1995165550 889167872 11540 996147200 134512640 134550740 4294955968 18446744073709551615 4126948992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18964] ppid=18959 vsize=868328 CPUtime=0.06
/proc/18961/task/18964/stat : 18964 (java) S 18959 18961 16345 0 -1 64 2297 326 0 0 4 0 2 0 16 0 9 0 1995165552 889167872 11540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18965] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18965/stat : 18965 (java) S 18959 18961 16345 0 -1 64 13 326 0 0 0 0 2 0 16 0 9 0 1995165552 889167872 11540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18966] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18966/stat : 18966 (java) S 18959 18961 16345 0 -1 64 8 326 0 0 0 0 2 0 15 0 9 0 1995165552 889167872 11540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18967] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18967/stat : 18967 (java) S 18959 18961 16345 0 -1 64 1 326 0 0 0 0 2 0 18 0 9 0 1995165554 889167872 11540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18968] ppid=18959 vsize=868328 CPUtime=0.29
/proc/18961/task/18968/stat : 18968 (java) S 18959 18961 16345 0 -1 64 943 326 0 0 26 1 2 0 15 0 9 0 1995165554 889167872 11540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18969] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18969/stat : 18969 (java) S 18959 18961 16345 0 -1 64 2 326 0 0 0 0 2 0 19 0 9 0 1995165554 889167872 11540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18970] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18970/stat : 18970 (java) S 18959 18961 16345 0 -1 64 5 326 0 0 0 0 2 0 15 0 9 0 1995165554 889167872 11540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868328

[startup+6.30264 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 18974
/proc/meminfo: memFree=1761296/2055920 swapFree=4180112/4192956
[pid=18961] ppid=18959 vsize=868328 CPUtime=6.22
/proc/18961/stat : 18961 (java) S 18959 18961 16345 0 -1 0 16483 326 1 0 611 9 2 0 18 0 9 0 1995165549 889167872 11543 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18961/statm: 217082 11543 2633 9 0 211588 0
[pid=18961/tid=18963] ppid=18959 vsize=868328 CPUtime=5.88
/proc/18961/task/18963/stat : 18963 (java) R 18959 18961 16345 0 -1 64 12372 326 1 0 580 6 2 0 25 0 9 0 1995165550 889167872 11543 996147200 134512640 134550740 4294955968 18446744073709551615 4126949054 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18964] ppid=18959 vsize=868328 CPUtime=0.06
/proc/18961/task/18964/stat : 18964 (java) S 18959 18961 16345 0 -1 64 2297 326 0 0 4 0 2 0 16 0 9 0 1995165552 889167872 11543 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18965] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18965/stat : 18965 (java) S 18959 18961 16345 0 -1 64 13 326 0 0 0 0 2 0 16 0 9 0 1995165552 889167872 11543 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18966] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18966/stat : 18966 (java) S 18959 18961 16345 0 -1 64 8 326 0 0 0 0 2 0 15 0 9 0 1995165552 889167872 11543 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18967] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18967/stat : 18967 (java) S 18959 18961 16345 0 -1 64 1 326 0 0 0 0 2 0 18 0 9 0 1995165554 889167872 11543 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18968] ppid=18959 vsize=868328 CPUtime=0.29
/proc/18961/task/18968/stat : 18968 (java) S 18959 18961 16345 0 -1 64 945 326 0 0 26 1 2 0 17 0 9 0 1995165554 889167872 11543 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18969] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18969/stat : 18969 (java) S 18959 18961 16345 0 -1 64 2 326 0 0 0 0 2 0 19 0 9 0 1995165554 889167872 11543 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18970] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18970/stat : 18970 (java) S 18959 18961 16345 0 -1 64 31 326 0 0 0 0 2 0 15 0 9 0 1995165554 889167872 11543 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868328

[startup+12.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 18974
/proc/meminfo: memFree=1761040/2055920 swapFree=4180112/4192956
[pid=18961] ppid=18959 vsize=868328 CPUtime=12.58
/proc/18961/stat : 18961 (java) S 18959 18961 16345 0 -1 0 16487 326 1 0 1246 10 2 0 18 0 9 0 1995165549 889167872 11546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18961/statm: 217082 11546 2633 9 0 211588 0
[pid=18961/tid=18963] ppid=18959 vsize=868328 CPUtime=12.23
/proc/18961/task/18963/stat : 18963 (java) R 18959 18961 16345 0 -1 64 12376 326 1 0 1215 6 2 0 25 0 9 0 1995165550 889167872 11546 996147200 134512640 134550740 4294955968 18446744073709551615 4126949040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18964] ppid=18959 vsize=868328 CPUtime=0.06
/proc/18961/task/18964/stat : 18964 (java) S 18959 18961 16345 0 -1 64 2297 326 0 0 4 0 2 0 16 0 9 0 1995165552 889167872 11546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18965] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18965/stat : 18965 (java) S 18959 18961 16345 0 -1 64 13 326 0 0 0 0 2 0 16 0 9 0 1995165552 889167872 11546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18966] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18966/stat : 18966 (java) S 18959 18961 16345 0 -1 64 8 326 0 0 0 0 2 0 15 0 9 0 1995165552 889167872 11546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18967] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18967/stat : 18967 (java) S 18959 18961 16345 0 -1 64 1 326 0 0 0 0 2 0 18 0 9 0 1995165554 889167872 11546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18968] ppid=18959 vsize=868328 CPUtime=0.29
/proc/18961/task/18968/stat : 18968 (java) S 18959 18961 16345 0 -1 64 945 326 0 0 26 1 2 0 17 0 9 0 1995165554 889167872 11546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18969] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18969/stat : 18969 (java) S 18959 18961 16345 0 -1 64 2 326 0 0 0 0 2 0 19 0 9 0 1995165554 889167872 11546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18970] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18970/stat : 18970 (java) S 18959 18961 16345 0 -1 64 31 326 0 0 0 0 2 0 15 0 9 0 1995165554 889167872 11546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 868328

[startup+25.5016 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 18974
/proc/meminfo: memFree=1761104/2055920 swapFree=4180112/4192956
[pid=18961] ppid=18959 vsize=868328 CPUtime=25.27
/proc/18961/stat : 18961 (java) S 18959 18961 16345 0 -1 0 16491 326 1 0 2515 10 2 0 18 0 9 0 1995165549 889167872 11550 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18961/statm: 217082 11550 2633 9 0 211588 0
[pid=18961/tid=18963] ppid=18959 vsize=868328 CPUtime=24.92
/proc/18961/task/18963/stat : 18963 (java) R 18959 18961 16345 0 -1 64 12380 326 1 0 2484 6 2 0 25 0 9 0 1995165550 889167872 11550 996147200 134512640 134550740 4294955968 18446744073709551615 4126633818 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18964] ppid=18959 vsize=868328 CPUtime=0.06
/proc/18961/task/18964/stat : 18964 (java) S 18959 18961 16345 0 -1 64 2297 326 0 0 4 0 2 0 16 0 9 0 1995165552 889167872 11550 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18965] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18965/stat : 18965 (java) S 18959 18961 16345 0 -1 64 13 326 0 0 0 0 2 0 16 0 9 0 1995165552 889167872 11550 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18966] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18966/stat : 18966 (java) S 18959 18961 16345 0 -1 64 8 326 0 0 0 0 2 0 15 0 9 0 1995165552 889167872 11550 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18967] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18967/stat : 18967 (java) S 18959 18961 16345 0 -1 64 1 326 0 0 0 0 2 0 18 0 9 0 1995165554 889167872 11550 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18968] ppid=18959 vsize=868328 CPUtime=0.29
/proc/18961/task/18968/stat : 18968 (java) S 18959 18961 16345 0 -1 64 945 326 0 0 26 1 2 0 17 0 9 0 1995165554 889167872 11550 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18969] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18969/stat : 18969 (java) S 18959 18961 16345 0 -1 64 2 326 0 0 0 0 2 0 19 0 9 0 1995165554 889167872 11550 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18970] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18970/stat : 18970 (java) S 18959 18961 16345 0 -1 64 31 326 0 0 0 0 2 0 15 0 9 0 1995165554 889167872 11550 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 868328

[startup+51.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 18974
/proc/meminfo: memFree=1761040/2055920 swapFree=4180112/4192956
[pid=18961] ppid=18959 vsize=868328 CPUtime=50.66
/proc/18961/stat : 18961 (java) S 18959 18961 16345 0 -1 0 16492 326 1 0 5054 10 2 0 18 0 9 0 1995165549 889167872 11551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18961/statm: 217082 11551 2633 9 0 211588 0
[pid=18961/tid=18963] ppid=18959 vsize=868328 CPUtime=50.31
/proc/18961/task/18963/stat : 18963 (java) R 18959 18961 16345 0 -1 64 12381 326 1 0 5023 6 2 0 25 0 9 0 1995165550 889167872 11551 996147200 134512640 134550740 4294955968 18446744073709551615 4126949014 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18964] ppid=18959 vsize=868328 CPUtime=0.06
/proc/18961/task/18964/stat : 18964 (java) S 18959 18961 16345 0 -1 64 2297 326 0 0 4 0 2 0 16 0 9 0 1995165552 889167872 11551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18965] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18965/stat : 18965 (java) S 18959 18961 16345 0 -1 64 13 326 0 0 0 0 2 0 16 0 9 0 1995165552 889167872 11551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18966] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18966/stat : 18966 (java) S 18959 18961 16345 0 -1 64 8 326 0 0 0 0 2 0 15 0 9 0 1995165552 889167872 11551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18967] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18967/stat : 18967 (java) S 18959 18961 16345 0 -1 64 1 326 0 0 0 0 2 0 18 0 9 0 1995165554 889167872 11551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18968] ppid=18959 vsize=868328 CPUtime=0.29
/proc/18961/task/18968/stat : 18968 (java) S 18959 18961 16345 0 -1 64 945 326 0 0 26 1 2 0 16 0 9 0 1995165554 889167872 11551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18969] ppid=18959 vsize=868328 CPUtime=0.02

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

/proc/18961/task/18966/stat : 18966 (java) S 18959 18961 16345 0 -1 64 8 326 0 0 0 0 2 0 15 0 9 0 1995165552 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18967] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18967/stat : 18967 (java) S 18959 18961 16345 0 -1 64 1 326 0 0 0 0 2 0 18 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18968] ppid=18959 vsize=868328 CPUtime=0.29
/proc/18961/task/18968/stat : 18968 (java) S 18959 18961 16345 0 -1 64 945 326 0 0 26 1 2 0 16 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18969] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18969/stat : 18969 (java) S 18959 18961 16345 0 -1 64 2 326 0 0 0 0 2 0 19 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18970] ppid=18959 vsize=868328 CPUtime=0.03
/proc/18961/task/18970/stat : 18970 (java) S 18959 18961 16345 0 -1 64 31 326 0 0 0 1 2 0 15 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.48
Current children cumulated vsize (KiB) 868328

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/81 19008
/proc/meminfo: memFree=1764744/2055920 swapFree=4180112/4192956
[pid=18961] ppid=18959 vsize=868328 CPUtime=1594.47
/proc/18961/stat : 18961 (java) S 18959 18961 16345 0 -1 0 16507 326 1 0 159432 13 2 0 18 0 9 0 1995165549 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18961/statm: 217082 11566 2633 9 0 211588 0
[pid=18961/tid=18963] ppid=18959 vsize=868328 CPUtime=1594.1
/proc/18961/task/18963/stat : 18963 (java) R 18959 18961 16345 0 -1 64 12396 326 1 0 159400 8 2 0 25 0 9 0 1995165550 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4126887050 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18961/tid=18964] ppid=18959 vsize=868328 CPUtime=0.06
/proc/18961/task/18964/stat : 18964 (java) S 18959 18961 16345 0 -1 64 2297 326 0 0 4 0 2 0 16 0 9 0 1995165552 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18965] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18965/stat : 18965 (java) S 18959 18961 16345 0 -1 64 13 326 0 0 0 0 2 0 16 0 9 0 1995165552 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18966] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18966/stat : 18966 (java) S 18959 18961 16345 0 -1 64 8 326 0 0 0 0 2 0 15 0 9 0 1995165552 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18967] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18967/stat : 18967 (java) S 18959 18961 16345 0 -1 64 1 326 0 0 0 0 2 0 18 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18968] ppid=18959 vsize=868328 CPUtime=0.29
/proc/18961/task/18968/stat : 18968 (java) S 18959 18961 16345 0 -1 64 945 326 0 0 26 1 2 0 16 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18969] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18969/stat : 18969 (java) S 18959 18961 16345 0 -1 64 2 326 0 0 0 0 2 0 19 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18970] ppid=18959 vsize=868328 CPUtime=0.03
/proc/18961/task/18970/stat : 18970 (java) S 18959 18961 16345 0 -1 64 31 326 0 0 0 1 2 0 15 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.47
Current children cumulated vsize (KiB) 868328

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 19008
/proc/meminfo: memFree=1764808/2055920 swapFree=4180112/4192956
[pid=18961] ppid=18959 vsize=868328 CPUtime=1654.47
/proc/18961/stat : 18961 (java) S 18959 18961 16345 0 -1 0 16507 326 1 0 165432 13 2 0 18 0 9 0 1995165549 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18961/statm: 217082 11566 2633 9 0 211588 0
[pid=18961/tid=18963] ppid=18959 vsize=868328 CPUtime=1654.11
/proc/18961/task/18963/stat : 18963 (java) R 18959 18961 16345 0 -1 64 12396 326 1 0 165401 8 2 0 25 0 9 0 1995165550 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4126949011 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18961/tid=18964] ppid=18959 vsize=868328 CPUtime=0.06
/proc/18961/task/18964/stat : 18964 (java) S 18959 18961 16345 0 -1 64 2297 326 0 0 4 0 2 0 16 0 9 0 1995165552 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18965] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18965/stat : 18965 (java) S 18959 18961 16345 0 -1 64 13 326 0 0 0 0 2 0 16 0 9 0 1995165552 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18966] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18966/stat : 18966 (java) S 18959 18961 16345 0 -1 64 8 326 0 0 0 0 2 0 15 0 9 0 1995165552 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18967] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18967/stat : 18967 (java) S 18959 18961 16345 0 -1 64 1 326 0 0 0 0 2 0 18 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18968] ppid=18959 vsize=868328 CPUtime=0.29
/proc/18961/task/18968/stat : 18968 (java) S 18959 18961 16345 0 -1 64 945 326 0 0 26 1 2 0 16 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18969] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18969/stat : 18969 (java) S 18959 18961 16345 0 -1 64 2 326 0 0 0 0 2 0 19 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18970] ppid=18959 vsize=868328 CPUtime=0.03
/proc/18961/task/18970/stat : 18970 (java) S 18959 18961 16345 0 -1 64 31 326 0 0 0 1 2 0 15 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.47
Current children cumulated vsize (KiB) 868328

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 19008
/proc/meminfo: memFree=1764744/2055920 swapFree=4180112/4192956
[pid=18961] ppid=18959 vsize=868328 CPUtime=1714.47
/proc/18961/stat : 18961 (java) S 18959 18961 16345 0 -1 0 16507 326 1 0 171432 13 2 0 18 0 9 0 1995165549 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18961/statm: 217082 11566 2633 9 0 211588 0
[pid=18961/tid=18963] ppid=18959 vsize=868328 CPUtime=1714.1
/proc/18961/task/18963/stat : 18963 (java) R 18959 18961 16345 0 -1 64 12396 326 1 0 171400 8 2 0 25 0 9 0 1995165550 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4126890540 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18961/tid=18964] ppid=18959 vsize=868328 CPUtime=0.06
/proc/18961/task/18964/stat : 18964 (java) S 18959 18961 16345 0 -1 64 2297 326 0 0 4 0 2 0 16 0 9 0 1995165552 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18965] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18965/stat : 18965 (java) S 18959 18961 16345 0 -1 64 13 326 0 0 0 0 2 0 16 0 9 0 1995165552 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18966] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18966/stat : 18966 (java) S 18959 18961 16345 0 -1 64 8 326 0 0 0 0 2 0 15 0 9 0 1995165552 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18967] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18967/stat : 18967 (java) S 18959 18961 16345 0 -1 64 1 326 0 0 0 0 2 0 18 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18968] ppid=18959 vsize=868328 CPUtime=0.29
/proc/18961/task/18968/stat : 18968 (java) S 18959 18961 16345 0 -1 64 945 326 0 0 26 1 2 0 16 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18969] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18969/stat : 18969 (java) S 18959 18961 16345 0 -1 64 2 326 0 0 0 0 2 0 19 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18970] ppid=18959 vsize=868328 CPUtime=0.03
/proc/18961/task/18970/stat : 18970 (java) S 18959 18961 16345 0 -1 64 31 326 0 0 0 1 2 0 15 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.47
Current children cumulated vsize (KiB) 868328

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/81 19008
/proc/meminfo: memFree=1764680/2055920 swapFree=4180112/4192956
[pid=18961] ppid=18959 vsize=868328 CPUtime=1774.47
/proc/18961/stat : 18961 (java) S 18959 18961 16345 0 -1 0 16507 326 1 0 177432 13 2 0 18 0 9 0 1995165549 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18961/statm: 217082 11566 2633 9 0 211588 0
[pid=18961/tid=18963] ppid=18959 vsize=868328 CPUtime=1774.11
/proc/18961/task/18963/stat : 18963 (java) R 18959 18961 16345 0 -1 64 12396 326 1 0 177400 9 2 0 25 0 9 0 1995165550 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4126950470 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18961/tid=18964] ppid=18959 vsize=868328 CPUtime=0.06
/proc/18961/task/18964/stat : 18964 (java) S 18959 18961 16345 0 -1 64 2297 326 0 0 4 0 2 0 16 0 9 0 1995165552 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18965] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18965/stat : 18965 (java) S 18959 18961 16345 0 -1 64 13 326 0 0 0 0 2 0 16 0 9 0 1995165552 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18966] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18966/stat : 18966 (java) S 18959 18961 16345 0 -1 64 8 326 0 0 0 0 2 0 15 0 9 0 1995165552 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18967] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18967/stat : 18967 (java) S 18959 18961 16345 0 -1 64 1 326 0 0 0 0 2 0 18 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18968] ppid=18959 vsize=868328 CPUtime=0.29
/proc/18961/task/18968/stat : 18968 (java) S 18959 18961 16345 0 -1 64 945 326 0 0 26 1 2 0 16 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18969] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18969/stat : 18969 (java) S 18959 18961 16345 0 -1 64 2 326 0 0 0 0 2 0 19 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18970] ppid=18959 vsize=868328 CPUtime=0.03
/proc/18961/task/18970/stat : 18970 (java) S 18959 18961 16345 0 -1 64 31 326 0 0 0 1 2 0 15 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.47
Current children cumulated vsize (KiB) 868328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.9 s]
/proc/loadavg: 2.03 2.02 2.00 3/81 19008
/proc/meminfo: memFree=1764680/2055920 swapFree=4180112/4192956
[pid=18961] ppid=18959 vsize=868328 CPUtime=1800.08
/proc/18961/stat : 18961 (java) S 18959 18961 16345 0 -1 0 16507 326 1 0 179993 13 2 0 18 0 9 0 1995165549 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18961/statm: 217082 11566 2633 9 0 211588 0
[pid=18961/tid=18963] ppid=18959 vsize=868328 CPUtime=1799.72
/proc/18961/task/18963/stat : 18963 (java) R 18959 18961 16345 0 -1 64 12396 326 1 0 179961 9 2 0 25 0 9 0 1995165550 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4126949011 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18961/tid=18964] ppid=18959 vsize=868328 CPUtime=0.06
/proc/18961/task/18964/stat : 18964 (java) S 18959 18961 16345 0 -1 64 2297 326 0 0 4 0 2 0 16 0 9 0 1995165552 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18965] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18965/stat : 18965 (java) S 18959 18961 16345 0 -1 64 13 326 0 0 0 0 2 0 16 0 9 0 1995165552 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18966] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18966/stat : 18966 (java) S 18959 18961 16345 0 -1 64 8 326 0 0 0 0 2 0 15 0 9 0 1995165552 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18967] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18967/stat : 18967 (java) S 18959 18961 16345 0 -1 64 1 326 0 0 0 0 2 0 18 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18968] ppid=18959 vsize=868328 CPUtime=0.29
/proc/18961/task/18968/stat : 18968 (java) S 18959 18961 16345 0 -1 64 945 326 0 0 26 1 2 0 16 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18969] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18969/stat : 18969 (java) S 18959 18961 16345 0 -1 64 2 326 0 0 0 0 2 0 19 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18970] ppid=18959 vsize=868328 CPUtime=0.04
/proc/18961/task/18970/stat : 18970 (java) R 18959 18961 16345 0 -1 64 31 326 0 0 1 1 2 0 15 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 868328

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

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

[startup+1807.9 s]
/proc/loadavg: 2.03 2.02 2.00 3/81 19008
/proc/meminfo: memFree=1764680/2055920 swapFree=4180112/4192956
[pid=18961] ppid=18959 vsize=868328 CPUtime=1800.08
/proc/18961/stat : 18961 (java) S 18959 18961 16345 0 -1 0 16507 326 1 0 179993 13 2 0 18 0 9 0 1995165549 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18961/statm: 217082 11566 2633 9 0 211588 0
[pid=18961/tid=18963] ppid=18959 vsize=868328 CPUtime=1799.72
/proc/18961/task/18963/stat : 18963 (java) R 18959 18961 16345 0 -1 64 12396 326 1 0 179961 9 2 0 25 0 9 0 1995165550 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4126949011 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18961/tid=18964] ppid=18959 vsize=868328 CPUtime=0.06
/proc/18961/task/18964/stat : 18964 (java) S 18959 18961 16345 0 -1 64 2297 326 0 0 4 0 2 0 16 0 9 0 1995165552 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18965] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18965/stat : 18965 (java) S 18959 18961 16345 0 -1 64 13 326 0 0 0 0 2 0 16 0 9 0 1995165552 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18966] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18966/stat : 18966 (java) S 18959 18961 16345 0 -1 64 8 326 0 0 0 0 2 0 15 0 9 0 1995165552 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18967] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18967/stat : 18967 (java) S 18959 18961 16345 0 -1 64 1 326 0 0 0 0 2 0 18 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18968] ppid=18959 vsize=868328 CPUtime=0.29
/proc/18961/task/18968/stat : 18968 (java) S 18959 18961 16345 0 -1 64 945 326 0 0 26 1 2 0 16 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18969] ppid=18959 vsize=868328 CPUtime=0.02
/proc/18961/task/18969/stat : 18969 (java) S 18959 18961 16345 0 -1 64 2 326 0 0 0 0 2 0 19 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18961/tid=18970] ppid=18959 vsize=868328 CPUtime=0.04
/proc/18961/task/18970/stat : 18970 (java) R 18959 18961 16345 0 -1 64 31 326 0 0 1 1 2 0 15 0 9 0 1995165554 889167872 11566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 868328

Child status: 143
Real time (s): 1807.97
CPU time (s): 1800.17
CPU user time (s): 1800.02
CPU system time (s): 0.150977
CPU usage (%): 99.5686
Max. virtual memory (cumulated for all children) (KiB): 868328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.02
system time used= 0.150977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16866
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37656
involuntary context switches= 43761

runsolver used 2.46862 second user time and 5.48616 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-04 10:58:30
IDJOB=1069843
IDBENCH=55718
IDSOLVER=364
FILE ID=node16/1069843-1215161909
PBS_JOBID= 7877416
Free space on /tmp= 66560 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-cardinality-25-20.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-1069843-1215161909/watcher-1069843-1215161909 -o /tmp/evaluation-result-1069843-1215161909/solver-1069843-1215161909 -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-1069843-1215161909.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 08abe1d1fc902588a82e15e1624306c6
RANDOM SEED=1271353141

node16.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.213
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.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1798008 kB
Buffers:         45452 kB
Cached:         143424 kB
SwapCached:       7100 kB
Active:         128988 kB
Inactive:        75924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1798008 kB
SwapTotal:     4192956 kB
SwapFree:      4180112 kB
Dirty:            2144 kB
Writeback:           0 kB
Mapped:          23104 kB
Slab:            38392 kB
Committed_AS:  3410404 kB
PageTables:       1788 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= 66560 MiB
End job on node16 at 2008-07-04 11:28:39