Trace number 1058950

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.07 1803.75

General information on the benchmark

Namecsp/rand-3-28-28/
normalized-rand-3-28-28-93-632-35_ext.xml
MD5SUM2d823279ef8747297b1bad05094561a9
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 variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.08	
0.05/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=esac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1058950-1215119621.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.28/0.38	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28  nbTotalValues=784
0.28/0.38	       =>  wckTime=0.145  cpuTime=0.1  mem=7M919
0.28/0.38	   
0.28/0.38	   relations being loaded...
1.37/1.46	   
1.37/1.46	   constraints being loaded...
2.25/2.32	     nbConstraints=92  nbRelationTypes=93  nbGlobalConstraints=92  nbMergedConstraints=1  nbExtensionStructures=92
2.25/2.32	     nbSharedExtensionStructures=0  nbConflictsStructures=92  nbSharedConflictsStructures=0
2.25/2.32	     nbSharedBinaryRepresentations=0  minDegree=3  maxDegree=16  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
2.25/2.32	     symmetryWckTime=0.056  symmetryCpuTime=0.02
2.25/2.32	       =>  wckTime=2.085  cpuTime=1.62  mem=62M407
2.45/2.54	   
2.45/2.54	   solver IterativeSystematicSolver being built... 
2.55/2.62	   
2.55/2.62	   INFO : Forward propagation technique limited 
2.55/2.69	       =>  wckTime=2.452  cpuTime=1.74  mem=63M977
3.05/3.11	   
3.05/3.11	   preprocessing
3.05/3.11	     nbConstraintChecks=0  nbValidityChecks=5875880  nbPropagations=291  nbRevisions=0  nbUselessRevisions=0
3.05/3.11	     nbSingletonTests=41  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
3.05/3.11	     detectedInconsistency=no
3.05/3.11	       =>  wckTime=0.42  cpuTime=0.38  mem=64M988
5.23/5.37	   
5.23/5.37	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=66M32)

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

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


[startup+0 s]
/proc/loadavg: 1.92 2.04 2.03 4/84 12442
/proc/meminfo: memFree=1444624/2055920 swapFree=4180396/4192956
[pid=12442] ppid=12440 vsize=1616 CPUtime=0
/proc/12442/stat : 12442 (java) D 12440 12442 11402 0 -1 0 317 0 0 0 0 0 0 0 18 0 1 0 1990935033 1654784 126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/12442/statm: 404 126 100 9 0 46 0

[startup+0.069205 s]
/proc/loadavg: 1.92 2.04 2.03 4/84 12442
/proc/meminfo: memFree=1444624/2055920 swapFree=4180396/4192956
[pid=12442] ppid=12440 vsize=865856 CPUtime=0.05
/proc/12442/stat : 12442 (java) S 12440 12442 11402 0 -1 0 2906 0 1 0 4 1 0 0 18 0 9 0 1990935033 886636544 2432 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12442/statm: 216464 2432 1181 9 0 211026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 865856

[startup+0.101209 s]
/proc/loadavg: 1.92 2.04 2.03 4/84 12442
/proc/meminfo: memFree=1444624/2055920 swapFree=4180396/4192956
[pid=12442] ppid=12440 vsize=865884 CPUtime=0.09
/proc/12442/stat : 12442 (java) S 12440 12442 11402 0 -1 0 3750 0 1 0 7 2 0 0 18 0 9 0 1990935033 886665216 3207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12442/statm: 216471 3207 1701 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301231 s]
/proc/loadavg: 1.92 2.04 2.03 4/84 12442
/proc/meminfo: memFree=1444624/2055920 swapFree=4180396/4192956
[pid=12442] ppid=12440 vsize=866196 CPUtime=0.28
/proc/12442/stat : 12442 (java) S 12440 12442 11402 0 -1 0 5622 0 1 0 26 2 0 0 18 0 9 0 1990935033 886984704 5036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12442/statm: 216549 5036 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701273 s]
/proc/loadavg: 1.92 2.04 2.03 4/84 12442
/proc/meminfo: memFree=1444624/2055920 swapFree=4180396/4192956
[pid=12442] ppid=12440 vsize=866408 CPUtime=0.68
/proc/12442/stat : 12442 (java) S 12440 12442 11402 0 -1 0 10758 0 1 0 63 5 0 0 18 0 9 0 1990935033 887201792 10128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12442/statm: 216602 10128 1969 9 0 211130 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866408

[startup+1.50135 s]
/proc/loadavg: 1.92 2.04 2.03 4/93 12451
/proc/meminfo: memFree=1379144/2055920 swapFree=4180396/4192956
[pid=12442] ppid=12440 vsize=866540 CPUtime=1.47
/proc/12442/stat : 12442 (java) S 12440 12442 11402 0 -1 0 19373 0 1 0 138 9 0 0 18 0 9 0 1990935033 887336960 18735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12442/statm: 216635 18735 1987 9 0 211163 0
[pid=12442/tid=12443] ppid=12440 vsize=866540 CPUtime=1.31
/proc/12442/task/12443/stat : 12443 (java) R 12440 12442 11402 0 -1 64 15676 0 1 0 124 7 0 0 25 0 9 0 1990935034 887336960 18735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12445] ppid=12440 vsize=866540 CPUtime=0.05
/proc/12442/task/12445/stat : 12445 (java) S 12440 12442 11402 0 -1 64 2667 0 0 0 5 0 0 0 17 0 9 0 1990935036 887336960 18735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12446] ppid=12440 vsize=866540 CPUtime=0
/proc/12442/task/12446/stat : 12446 (java) S 12440 12442 11402 0 -1 64 13 0 0 0 0 0 0 0 17 0 9 0 1990935036 887336960 18735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12447] ppid=12440 vsize=866540 CPUtime=0
/proc/12442/task/12447/stat : 12447 (java) S 12440 12442 11402 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1990935036 887336960 18735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12448] ppid=12440 vsize=866540 CPUtime=0
/proc/12442/task/12448/stat : 12448 (java) S 12440 12442 11402 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990935038 887336960 18735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12449] ppid=12440 vsize=866540 CPUtime=0.08
/proc/12442/task/12449/stat : 12449 (java) R 12440 12442 11402 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 1990935038 887336960 18735 996147200 134512640 134550740 4294955968 18446744073709551615 102719040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12450] ppid=12440 vsize=866540 CPUtime=0
/proc/12442/task/12450/stat : 12450 (java) S 12440 12442 11402 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990935038 887336960 18735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12451] ppid=12440 vsize=866540 CPUtime=0
/proc/12442/task/12451/stat : 12451 (java) S 12440 12442 11402 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990935038 887336960 18735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 866540

[startup+3.10252 s]
/proc/loadavg: 1.92 2.04 2.03 4/93 12451
/proc/meminfo: memFree=1345160/2055920 swapFree=4180396/4192956
[pid=12442] ppid=12440 vsize=867276 CPUtime=3.05
/proc/12442/stat : 12442 (java) S 12440 12442 11402 0 -1 0 46466 274 1 0 286 18 0 1 18 0 9 0 1990935033 888090624 31329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12442/statm: 216819 31329 2633 9 0 211325 0
[pid=12442/tid=12443] ppid=12440 vsize=867276 CPUtime=2.33
/proc/12442/task/12443/stat : 12443 (java) R 12440 12442 11402 0 -1 64 19640 274 1 0 224 8 0 1 25 0 9 0 1990935034 888090624 31329 996147200 134512640 134550740 4294955968 18446744073709551615 4126827778 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12445] ppid=12440 vsize=867276 CPUtime=0.5
/proc/12442/task/12445/stat : 12445 (java) S 12440 12442 11402 0 -1 64 25443 274 0 0 42 7 0 1 17 0 9 0 1990935036 888090624 31329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12446] ppid=12440 vsize=867276 CPUtime=0.01
/proc/12442/task/12446/stat : 12446 (java) S 12440 12442 11402 0 -1 64 19 274 0 0 0 0 0 1 17 0 9 0 1990935036 888090624 31329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12447] ppid=12440 vsize=867276 CPUtime=0.01
/proc/12442/task/12447/stat : 12447 (java) S 12440 12442 11402 0 -1 64 8 274 0 0 0 0 0 1 17 0 9 0 1990935036 888090624 31329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12448] ppid=12440 vsize=867276 CPUtime=0.01
/proc/12442/task/12448/stat : 12448 (java) S 12440 12442 11402 0 -1 64 0 274 0 0 0 0 0 1 18 0 9 0 1990935038 888090624 31329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12449] ppid=12440 vsize=867276 CPUtime=0.2
/proc/12442/task/12449/stat : 12449 (java) S 12440 12442 11402 0 -1 64 541 274 0 0 19 0 0 1 15 0 9 0 1990935038 888090624 31329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12450] ppid=12440 vsize=867276 CPUtime=0.01
/proc/12442/task/12450/stat : 12450 (java) S 12440 12442 11402 0 -1 64 2 274 0 0 0 0 0 1 19 0 9 0 1990935038 888090624 31329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12451] ppid=12440 vsize=867276 CPUtime=0.01
/proc/12442/task/12451/stat : 12451 (java) S 12440 12442 11402 0 -1 64 2 274 0 0 0 0 0 1 15 0 9 0 1990935038 888090624 31329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867276

[startup+6.30285 s]
/proc/loadavg: 1.93 2.04 2.03 3/93 12455
/proc/meminfo: memFree=1328904/2055920 swapFree=4180396/4192956
[pid=12442] ppid=12440 vsize=867408 CPUtime=6.21
/proc/12442/stat : 12442 (java) S 12440 12442 11402 0 -1 0 46702 274 1 0 602 18 0 1 18 0 9 0 1990935033 888225792 31355 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12442/statm: 216852 31355 2634 9 0 211358 0
[pid=12442/tid=12443] ppid=12440 vsize=867408 CPUtime=5.46
/proc/12442/task/12443/stat : 12443 (java) R 12440 12442 11402 0 -1 64 19854 274 1 0 537 8 0 1 25 0 9 0 1990935034 888225792 31355 996147200 134512640 134550740 4294955968 18446744073709551615 4126827778 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12445] ppid=12440 vsize=867408 CPUtime=0.5
/proc/12442/task/12445/stat : 12445 (java) S 12440 12442 11402 0 -1 64 25443 274 0 0 42 7 0 1 17 0 9 0 1990935036 888225792 31355 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12446] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12446/stat : 12446 (java) S 12440 12442 11402 0 -1 64 19 274 0 0 0 0 0 1 17 0 9 0 1990935036 888225792 31355 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12447] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12447/stat : 12447 (java) S 12440 12442 11402 0 -1 64 8 274 0 0 0 0 0 1 17 0 9 0 1990935036 888225792 31355 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12448] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12448/stat : 12448 (java) S 12440 12442 11402 0 -1 64 0 274 0 0 0 0 0 1 18 0 9 0 1990935038 888225792 31355 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12449] ppid=12440 vsize=867408 CPUtime=0.23
/proc/12442/task/12449/stat : 12449 (java) S 12440 12442 11402 0 -1 64 563 274 0 0 22 0 0 1 16 0 9 0 1990935038 888225792 31355 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12450] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12450/stat : 12450 (java) S 12440 12442 11402 0 -1 64 2 274 0 0 0 0 0 1 19 0 9 0 1990935038 888225792 31355 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12451] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12451/stat : 12451 (java) S 12440 12442 11402 0 -1 64 2 274 0 0 0 0 0 1 15 0 9 0 1990935038 888225792 31355 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867408

[startup+12.7025 s]
/proc/loadavg: 1.93 2.04 2.03 3/93 12455
/proc/meminfo: memFree=1328840/2055920 swapFree=4180396/4192956
[pid=12442] ppid=12440 vsize=867408 CPUtime=12.55
/proc/12442/stat : 12442 (java) S 12440 12442 11402 0 -1 0 46732 274 1 0 1236 18 0 1 18 0 9 0 1990935033 888225792 31367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12442/statm: 216852 31367 2634 9 0 211358 0
[pid=12442/tid=12443] ppid=12440 vsize=867408 CPUtime=11.77
/proc/12442/task/12443/stat : 12443 (java) R 12440 12442 11402 0 -1 64 19868 274 1 0 1168 8 0 1 25 0 9 0 1990935034 888225792 31367 996147200 134512640 134550740 4294955968 18446744073709551615 4126816936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12445] ppid=12440 vsize=867408 CPUtime=0.5
/proc/12442/task/12445/stat : 12445 (java) S 12440 12442 11402 0 -1 64 25443 274 0 0 42 7 0 1 17 0 9 0 1990935036 888225792 31367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12446] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12446/stat : 12446 (java) S 12440 12442 11402 0 -1 64 19 274 0 0 0 0 0 1 17 0 9 0 1990935036 888225792 31367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12447] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12447/stat : 12447 (java) S 12440 12442 11402 0 -1 64 8 274 0 0 0 0 0 1 17 0 9 0 1990935036 888225792 31367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12448] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12448/stat : 12448 (java) S 12440 12442 11402 0 -1 64 0 274 0 0 0 0 0 1 18 0 9 0 1990935038 888225792 31367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12449] ppid=12440 vsize=867408 CPUtime=0.26
/proc/12442/task/12449/stat : 12449 (java) S 12440 12442 11402 0 -1 64 579 274 0 0 25 0 0 1 15 0 9 0 1990935038 888225792 31367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12450] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12450/stat : 12450 (java) S 12440 12442 11402 0 -1 64 2 274 0 0 0 0 0 1 19 0 9 0 1990935038 888225792 31367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12451] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12451/stat : 12451 (java) S 12440 12442 11402 0 -1 64 2 274 0 0 0 0 0 1 15 0 9 0 1990935038 888225792 31367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867408

[startup+25.5018 s]
/proc/loadavg: 1.95 2.04 2.03 3/93 12455
/proc/meminfo: memFree=1328904/2055920 swapFree=4180396/4192956
[pid=12442] ppid=12440 vsize=867408 CPUtime=25.23
/proc/12442/stat : 12442 (java) S 12440 12442 11402 0 -1 0 46752 274 1 0 2504 18 0 1 18 0 9 0 1990935033 888225792 31369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12442/statm: 216852 31369 2634 9 0 211358 0
[pid=12442/tid=12443] ppid=12440 vsize=867408 CPUtime=24.45
/proc/12442/task/12443/stat : 12443 (java) R 12440 12442 11402 0 -1 64 19884 274 1 0 2436 8 0 1 25 0 9 0 1990935034 888225792 31369 996147200 134512640 134550740 4294955968 18446744073709551615 4126827946 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12445] ppid=12440 vsize=867408 CPUtime=0.5
/proc/12442/task/12445/stat : 12445 (java) S 12440 12442 11402 0 -1 64 25443 274 0 0 42 7 0 1 16 0 9 0 1990935036 888225792 31369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12446] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12446/stat : 12446 (java) S 12440 12442 11402 0 -1 64 19 274 0 0 0 0 0 1 17 0 9 0 1990935036 888225792 31369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12447] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12447/stat : 12447 (java) S 12440 12442 11402 0 -1 64 8 274 0 0 0 0 0 1 17 0 9 0 1990935036 888225792 31369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12448] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12448/stat : 12448 (java) S 12440 12442 11402 0 -1 64 0 274 0 0 0 0 0 1 18 0 9 0 1990935038 888225792 31369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12449] ppid=12440 vsize=867408 CPUtime=0.26
/proc/12442/task/12449/stat : 12449 (java) S 12440 12442 11402 0 -1 64 583 274 0 0 25 0 0 1 17 0 9 0 1990935038 888225792 31369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12450] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12450/stat : 12450 (java) S 12440 12442 11402 0 -1 64 2 274 0 0 0 0 0 1 19 0 9 0 1990935038 888225792 31369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12451] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12451/stat : 12451 (java) S 12440 12442 11402 0 -1 64 2 274 0 0 0 0 0 1 15 0 9 0 1990935038 888225792 31369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867408

[startup+51.1015 s]
/proc/loadavg: 1.96 2.03 2.02 3/93 12455
/proc/meminfo: memFree=1328904/2055920 swapFree=4180396/4192956
[pid=12442] ppid=12440 vsize=867408 CPUtime=50.6
/proc/12442/stat : 12442 (java) S 12440 12442 11402 0 -1 0 46794 274 1 0 5040 19 0 1 18 0 9 0 1990935033 888225792 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12442/statm: 216852 31371 2634 9 0 211358 0
[pid=12442/tid=12443] ppid=12440 vsize=867408 CPUtime=49.81
/proc/12442/task/12443/stat : 12443 (java) R 12440 12442 11402 0 -1 64 19923 274 1 0 4971 9 0 1 25 0 9 0 1990935034 888225792 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4126827778 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12445] ppid=12440 vsize=867408 CPUtime=0.5
/proc/12442/task/12445/stat : 12445 (java) S 12440 12442 11402 0 -1 64 25443 274 0 0 42 7 0 1 17 0 9 0 1990935036 888225792 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12446] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12446/stat : 12446 (java) S 12440 12442 11402 0 -1 64 19 274 0 0 0 0 0 1 17 0 9 0 1990935036 888225792 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12447] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12447/stat : 12447 (java) S 12440 12442 11402 0 -1 64 8 274 0 0 0 0 0 1 17 0 9 0 1990935036 888225792 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12448] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12448/stat : 12448 (java) S 12440 12442 11402 0 -1 64 0 274 0 0 0 0 0 1 18 0 9 0 1990935038 888225792 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12449] ppid=12440 vsize=867408 CPUtime=0.26
/proc/12442/task/12449/stat : 12449 (java) S 12440 12442 11402 0 -1 64 586 274 0 0 25 0 0 1 16 0 9 0 1990935038 888225792 31371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12450] ppid=12440 vsize=867408 CPUtime=0.01

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

/proc/12442/task/12447/stat : 12447 (java) S 12440 12442 11402 0 -1 64 8 274 0 0 0 0 0 1 17 0 9 0 1990935036 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12448] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12448/stat : 12448 (java) S 12440 12442 11402 0 -1 64 0 274 0 0 0 0 0 1 18 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12449] ppid=12440 vsize=867408 CPUtime=0.27
/proc/12442/task/12449/stat : 12449 (java) S 12440 12442 11402 0 -1 64 590 274 0 0 26 0 0 1 16 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12442/tid=12450] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12450/stat : 12450 (java) S 12440 12442 11402 0 -1 64 2 274 0 0 0 0 0 1 19 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12451] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12451/stat : 12451 (java) S 12440 12442 11402 0 -1 64 2 274 0 0 0 0 0 1 15 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1538.71
Current children cumulated vsize (KiB) 867408

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/89 12494
/proc/meminfo: memFree=1247528/2055920 swapFree=4180396/4192956
[pid=12442] ppid=12440 vsize=867408 CPUtime=1598.68
/proc/12442/stat : 12442 (java) S 12440 12442 11402 0 -1 0 48907 274 1 0 159841 26 0 1 18 0 9 0 1990935033 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12442/statm: 216852 31374 2634 9 0 211358 0
[pid=12442/tid=12443] ppid=12440 vsize=867408 CPUtime=1597.89
/proc/12442/task/12443/stat : 12443 (java) R 12440 12442 11402 0 -1 64 22032 274 1 0 159772 16 0 1 25 0 9 0 1990935034 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4126827778 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12442/tid=12445] ppid=12440 vsize=867408 CPUtime=0.5
/proc/12442/task/12445/stat : 12445 (java) S 12440 12442 11402 0 -1 64 25443 274 0 0 42 7 0 1 16 0 9 0 1990935036 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12446] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12446/stat : 12446 (java) S 12440 12442 11402 0 -1 64 19 274 0 0 0 0 0 1 17 0 9 0 1990935036 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12447] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12447/stat : 12447 (java) S 12440 12442 11402 0 -1 64 8 274 0 0 0 0 0 1 17 0 9 0 1990935036 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12448] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12448/stat : 12448 (java) S 12440 12442 11402 0 -1 64 0 274 0 0 0 0 0 1 18 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12449] ppid=12440 vsize=867408 CPUtime=0.27
/proc/12442/task/12449/stat : 12449 (java) S 12440 12442 11402 0 -1 64 590 274 0 0 26 0 0 1 16 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12442/tid=12450] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12450/stat : 12450 (java) S 12440 12442 11402 0 -1 64 2 274 0 0 0 0 0 1 19 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12451] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12451/stat : 12451 (java) S 12440 12442 11402 0 -1 64 2 274 0 0 0 0 0 1 15 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.68
Current children cumulated vsize (KiB) 867408

[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/89 12494
/proc/meminfo: memFree=1247464/2055920 swapFree=4180396/4192956
[pid=12442] ppid=12440 vsize=867408 CPUtime=1658.66
/proc/12442/stat : 12442 (java) S 12440 12442 11402 0 -1 0 48984 274 1 0 165839 26 0 1 18 0 9 0 1990935033 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12442/statm: 216852 31374 2634 9 0 211358 0
[pid=12442/tid=12443] ppid=12440 vsize=867408 CPUtime=1657.86
/proc/12442/task/12443/stat : 12443 (java) R 12440 12442 11402 0 -1 64 22109 274 1 0 165769 16 0 1 25 0 9 0 1990935034 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4126827795 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12442/tid=12445] ppid=12440 vsize=867408 CPUtime=0.5
/proc/12442/task/12445/stat : 12445 (java) S 12440 12442 11402 0 -1 64 25443 274 0 0 42 7 0 1 16 0 9 0 1990935036 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12446] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12446/stat : 12446 (java) S 12440 12442 11402 0 -1 64 19 274 0 0 0 0 0 1 17 0 9 0 1990935036 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12447] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12447/stat : 12447 (java) S 12440 12442 11402 0 -1 64 8 274 0 0 0 0 0 1 17 0 9 0 1990935036 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12448] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12448/stat : 12448 (java) S 12440 12442 11402 0 -1 64 0 274 0 0 0 0 0 1 18 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12449] ppid=12440 vsize=867408 CPUtime=0.27
/proc/12442/task/12449/stat : 12449 (java) S 12440 12442 11402 0 -1 64 590 274 0 0 26 0 0 1 16 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12442/tid=12450] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12450/stat : 12450 (java) S 12440 12442 11402 0 -1 64 2 274 0 0 0 0 0 1 19 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12451] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12451/stat : 12451 (java) S 12440 12442 11402 0 -1 64 2 274 0 0 0 0 0 1 15 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.66
Current children cumulated vsize (KiB) 867408

[startup+1722.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/89 12494
/proc/meminfo: memFree=1247528/2055920 swapFree=4180396/4192956
[pid=12442] ppid=12440 vsize=867408 CPUtime=1718.64
/proc/12442/stat : 12442 (java) S 12440 12442 11402 0 -1 0 49066 274 1 0 171837 26 0 1 18 0 9 0 1990935033 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12442/statm: 216852 31374 2634 9 0 211358 0
[pid=12442/tid=12443] ppid=12440 vsize=867408 CPUtime=1717.84
/proc/12442/task/12443/stat : 12443 (java) R 12440 12442 11402 0 -1 64 22191 274 1 0 171767 16 0 1 25 0 9 0 1990935034 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4126827595 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12442/tid=12445] ppid=12440 vsize=867408 CPUtime=0.5
/proc/12442/task/12445/stat : 12445 (java) S 12440 12442 11402 0 -1 64 25443 274 0 0 42 7 0 1 16 0 9 0 1990935036 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12446] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12446/stat : 12446 (java) S 12440 12442 11402 0 -1 64 19 274 0 0 0 0 0 1 17 0 9 0 1990935036 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12447] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12447/stat : 12447 (java) S 12440 12442 11402 0 -1 64 8 274 0 0 0 0 0 1 17 0 9 0 1990935036 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12448] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12448/stat : 12448 (java) S 12440 12442 11402 0 -1 64 0 274 0 0 0 0 0 1 18 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12449] ppid=12440 vsize=867408 CPUtime=0.27
/proc/12442/task/12449/stat : 12449 (java) S 12440 12442 11402 0 -1 64 590 274 0 0 26 0 0 1 16 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12442/tid=12450] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12450/stat : 12450 (java) S 12440 12442 11402 0 -1 64 2 274 0 0 0 0 0 1 19 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12451] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12451/stat : 12451 (java) S 12440 12442 11402 0 -1 64 2 274 0 0 0 0 0 1 15 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.64
Current children cumulated vsize (KiB) 867408

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/89 12494
/proc/meminfo: memFree=1247464/2055920 swapFree=4180396/4192956
[pid=12442] ppid=12440 vsize=867408 CPUtime=1778.62
/proc/12442/stat : 12442 (java) S 12440 12442 11402 0 -1 0 49142 274 1 0 177835 26 0 1 18 0 9 0 1990935033 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12442/statm: 216852 31374 2634 9 0 211358 0
[pid=12442/tid=12443] ppid=12440 vsize=867408 CPUtime=1777.82
/proc/12442/task/12443/stat : 12443 (java) R 12440 12442 11402 0 -1 64 22267 274 1 0 177765 16 0 1 25 0 9 0 1990935034 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4126827898 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12442/tid=12445] ppid=12440 vsize=867408 CPUtime=0.5
/proc/12442/task/12445/stat : 12445 (java) S 12440 12442 11402 0 -1 64 25443 274 0 0 42 7 0 1 16 0 9 0 1990935036 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12446] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12446/stat : 12446 (java) S 12440 12442 11402 0 -1 64 19 274 0 0 0 0 0 1 17 0 9 0 1990935036 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12447] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12447/stat : 12447 (java) S 12440 12442 11402 0 -1 64 8 274 0 0 0 0 0 1 17 0 9 0 1990935036 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12448] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12448/stat : 12448 (java) S 12440 12442 11402 0 -1 64 0 274 0 0 0 0 0 1 18 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12449] ppid=12440 vsize=867408 CPUtime=0.27
/proc/12442/task/12449/stat : 12449 (java) S 12440 12442 11402 0 -1 64 590 274 0 0 26 0 0 1 16 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12442/tid=12450] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12450/stat : 12450 (java) S 12440 12442 11402 0 -1 64 2 274 0 0 0 0 0 1 19 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12451] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12451/stat : 12451 (java) S 12440 12442 11402 0 -1 64 2 274 0 0 0 0 0 1 15 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.62
Current children cumulated vsize (KiB) 867408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.7 s]
/proc/loadavg: 2.02 2.02 2.00 3/89 12494
/proc/meminfo: memFree=1247464/2055920 swapFree=4180396/4192956
[pid=12442] ppid=12440 vsize=867408 CPUtime=1800.01
/proc/12442/stat : 12442 (java) S 12440 12442 11402 0 -1 0 49169 274 1 0 179974 26 0 1 18 0 9 0 1990935033 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12442/statm: 216852 31374 2634 9 0 211358 0
[pid=12442/tid=12443] ppid=12440 vsize=867408 CPUtime=1799.22
/proc/12442/task/12443/stat : 12443 (java) R 12440 12442 11402 0 -1 64 22294 274 1 0 179905 16 0 1 25 0 9 0 1990935034 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4126853396 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12442/tid=12445] ppid=12440 vsize=867408 CPUtime=0.5
/proc/12442/task/12445/stat : 12445 (java) S 12440 12442 11402 0 -1 64 25443 274 0 0 42 7 0 1 16 0 9 0 1990935036 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12446] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12446/stat : 12446 (java) S 12440 12442 11402 0 -1 64 19 274 0 0 0 0 0 1 17 0 9 0 1990935036 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12447] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12447/stat : 12447 (java) S 12440 12442 11402 0 -1 64 8 274 0 0 0 0 0 1 17 0 9 0 1990935036 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12448] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12448/stat : 12448 (java) S 12440 12442 11402 0 -1 64 0 274 0 0 0 0 0 1 18 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12449] ppid=12440 vsize=867408 CPUtime=0.27
/proc/12442/task/12449/stat : 12449 (java) S 12440 12442 11402 0 -1 64 590 274 0 0 26 0 0 1 16 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12442/tid=12450] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12450/stat : 12450 (java) S 12440 12442 11402 0 -1 64 2 274 0 0 0 0 0 1 19 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12451] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12451/stat : 12451 (java) S 12440 12442 11402 0 -1 64 2 274 0 0 0 0 0 1 15 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 867408

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

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

[startup+1803.7 s]
/proc/loadavg: 2.02 2.02 2.00 3/89 12494
/proc/meminfo: memFree=1247464/2055920 swapFree=4180396/4192956
[pid=12442] ppid=12440 vsize=867408 CPUtime=1800.01
/proc/12442/stat : 12442 (java) S 12440 12442 11402 0 -1 0 49169 274 1 0 179974 26 0 1 18 0 9 0 1990935033 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12442/statm: 216852 31374 2634 9 0 211358 0
[pid=12442/tid=12443] ppid=12440 vsize=867408 CPUtime=1799.22
/proc/12442/task/12443/stat : 12443 (java) R 12440 12442 11402 0 -1 64 22294 274 1 0 179905 16 0 1 25 0 9 0 1990935034 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4126853396 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12442/tid=12445] ppid=12440 vsize=867408 CPUtime=0.5
/proc/12442/task/12445/stat : 12445 (java) S 12440 12442 11402 0 -1 64 25443 274 0 0 42 7 0 1 16 0 9 0 1990935036 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12446] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12446/stat : 12446 (java) S 12440 12442 11402 0 -1 64 19 274 0 0 0 0 0 1 17 0 9 0 1990935036 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12447] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12447/stat : 12447 (java) S 12440 12442 11402 0 -1 64 8 274 0 0 0 0 0 1 17 0 9 0 1990935036 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12448] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12448/stat : 12448 (java) S 12440 12442 11402 0 -1 64 0 274 0 0 0 0 0 1 18 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12449] ppid=12440 vsize=867408 CPUtime=0.27
/proc/12442/task/12449/stat : 12449 (java) S 12440 12442 11402 0 -1 64 590 274 0 0 26 0 0 1 16 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12442/tid=12450] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12450/stat : 12450 (java) S 12440 12442 11402 0 -1 64 2 274 0 0 0 0 0 1 19 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12442/tid=12451] ppid=12440 vsize=867408 CPUtime=0.01
/proc/12442/task/12451/stat : 12451 (java) S 12440 12442 11402 0 -1 64 2 274 0 0 0 0 0 1 15 0 9 0 1990935038 888225792 31374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 867408

Child status: 143
Real time (s): 1803.75
CPU time (s): 1800.07
CPU user time (s): 1799.77
CPU system time (s): 0.297954
CPU usage (%): 99.7962
Max. virtual memory (cumulated for all children) (KiB): 867408

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

runsolver used 2.09268 second user time and 6.12007 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-03 23:13:42
IDJOB=1058950
IDBENCH=54197
IDSOLVER=364
FILE ID=node44/1058950-1215119621
PBS_JOBID= 7877118
Free space on /tmp= 66496 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/rand-3-28-28/normalized-rand-3-28-28-93-632-35_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-1058950-1215119621/watcher-1058950-1215119621 -o /tmp/evaluation-result-1058950-1215119621/solver-1058950-1215119621 -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-1058950-1215119621.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2d823279ef8747297b1bad05094561a9
RANDOM SEED=1404538981

node44.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:       1445104 kB
Buffers:         64676 kB
Cached:         415408 kB
SwapCached:       6524 kB
Active:         289516 kB
Inactive:       245096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1445104 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            7844 kB
Writeback:           0 kB
Mapped:          71712 kB
Slab:            61056 kB
Committed_AS:  3521536 kB
PageTables:       2016 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= 66512 MiB
End job on node44 at 2008-07-03 23:43:48