Trace number 1062752

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.1 1820.58

General information on the benchmark

Namecsp/pseudo/niklas/
normalized-mitre.xml
MD5SUM39a7a69224b1eba0862df4c2e69ad54d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark995.97
Satisfiable
(Un)Satisfiability was proved
Number of variables10724
Number of constraints2045
Maximum constraint arity98
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2045
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1062752-1215135994.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.59/0.67	     nbVariables=10724  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=21448
0.59/0.67	       =>  wckTime=0.427  cpuTime=0.32  mem=36M177
0.59/0.67	   
0.59/0.67	   predicates being loaded...
0.68/0.77	   
0.68/0.77	   constraints being loaded...
3.45/3.54	     nbConstraints=1549  nbMergedConstraints=496  nbConflictsStructures=14  nbSharedConflictsStructures=770
3.45/3.55	     nbUnbuiltConflictsStructures=72  nbSharedBinaryRepresentations=0  nbEvaluationManagers=86
3.45/3.55	     nbSharedEvaluationManagers=1463  minDegree=3  maxDegree=4  minArity=3  avgArity=22.85  maxArity=98  nbGenerators=0
3.45/3.55	     nbFusions=0  symmetryWckTime=0.606  symmetryCpuTime=0.25
3.45/3.55	       =>  wckTime=3.298  cpuTime=2.35  mem=106M788
3.65/3.73	   
3.65/3.73	   solver IterativeSystematicSolver being built... 
3.96/4.07	   
3.96/4.07	   INFO : Forward propagation technique limited 
4.46/4.56	       =>  wckTime=4.318  cpuTime=3.0  mem=108M499
83.59/84.38	   
83.59/84.38	   INFO : Stopping ESAC
83.59/84.38	   
83.59/84.38	   preprocessing
83.59/84.38	     nbConstraintChecks=12393189  nbValidityChecks=60395  nbPropagations=13272  nbRevisions=33674
83.59/84.38	     nbUselessRevisions=33619  nbSingletonTests=2496  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
83.59/84.38	     nbRemovedValues=0  detectedInconsistency=no
83.59/84.38	       =>  wckTime=79.804  cpuTime=79.09  mem=116M460

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-1062752-1215135994/watcher-1062752-1215135994 -o /tmp/evaluation-result-1062752-1215135994/solver-1062752-1215135994 -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-1062752-1215135994.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.03 2.06 2.02 4/72 17583
/proc/meminfo: memFree=1521856/2055920 swapFree=4180448/4192956
[pid=17583] ppid=17581 vsize=1616 CPUtime=0
/proc/17583/stat : 17583 (java) D 17581 17583 14377 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1992574020 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/17583/statm: 404 145 119 9 0 46 0

[startup+0.036188 s]
/proc/loadavg: 2.03 2.06 2.02 4/72 17583
/proc/meminfo: memFree=1521856/2055920 swapFree=4180448/4192956
[pid=17583] ppid=17581 vsize=861876 CPUtime=0.02
/proc/17583/stat : 17583 (java) S 17581 17583 14377 0 -1 0 2168 0 1 0 1 1 0 0 18 0 5 0 1992574020 882561024 1804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 215469 1807 829 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.102193 s]
/proc/loadavg: 2.03 2.06 2.02 4/72 17583
/proc/meminfo: memFree=1521856/2055920 swapFree=4180448/4192956
[pid=17583] ppid=17581 vsize=865884 CPUtime=0.08
/proc/17583/stat : 17583 (java) S 17581 17583 14377 0 -1 0 3698 0 1 0 7 1 0 0 18 0 9 0 1992574020 886665216 3173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 216471 3174 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301213 s]
/proc/loadavg: 2.03 2.06 2.02 4/72 17583
/proc/meminfo: memFree=1521856/2055920 swapFree=4180448/4192956
[pid=17583] ppid=17581 vsize=866284 CPUtime=0.28
/proc/17583/stat : 17583 (java) S 17581 17583 14377 0 -1 0 5894 0 1 0 25 3 0 0 18 0 9 0 1992574020 887074816 5268 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 216571 5268 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701256 s]
/proc/loadavg: 2.03 2.06 2.02 4/72 17583
/proc/meminfo: memFree=1521856/2055920 swapFree=4180448/4192956
[pid=17583] ppid=17581 vsize=867516 CPUtime=0.68
/proc/17583/stat : 17583 (java) S 17581 17583 14377 0 -1 0 14206 0 1 0 59 9 0 0 18 0 9 0 1992574020 888336384 13567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 216879 13569 2000 9 0 211385 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867516

[startup+1.50234 s]
/proc/loadavg: 2.03 2.06 2.02 3/81 17592
/proc/meminfo: memFree=1457592/2055920 swapFree=4180448/4192956
[pid=17583] ppid=17581 vsize=867428 CPUtime=1.48
/proc/17583/stat : 17583 (java) S 17581 17583 14377 0 -1 0 18681 0 1 0 136 12 0 0 18 0 9 0 1992574020 888246272 18017 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 216857 18017 2002 9 0 211385 0
[pid=17583/tid=17585] ppid=17581 vsize=867428 CPUtime=1.2
/proc/17583/task/17585/stat : 17585 (java) R 17581 17583 14377 0 -1 64 15758 0 1 0 110 10 0 0 25 0 9 0 1992574022 888246272 18017 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17586] ppid=17581 vsize=867428 CPUtime=0.06
/proc/17583/task/17586/stat : 17586 (java) S 17581 17583 14377 0 -1 64 1588 0 0 0 6 0 0 0 17 0 9 0 1992574023 888246272 18017 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17587] ppid=17581 vsize=867428 CPUtime=0
/proc/17583/task/17587/stat : 17587 (java) S 17581 17583 14377 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992574023 888246272 18017 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17588] ppid=17581 vsize=867428 CPUtime=0
/proc/17583/task/17588/stat : 17588 (java) S 17581 17583 14377 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1992574023 888246272 18017 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17589] ppid=17581 vsize=867428 CPUtime=0
/proc/17583/task/17589/stat : 17589 (java) S 17581 17583 14377 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1992574025 888246272 18017 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17590] ppid=17581 vsize=867428 CPUtime=0.18
/proc/17583/task/17590/stat : 17590 (java) R 17581 17583 14377 0 -1 64 639 0 0 0 18 0 0 0 15 0 9 0 1992574025 888246272 18017 996147200 134512640 134550740 4294955968 18446744073709551615 101997802 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17591] ppid=17581 vsize=867428 CPUtime=0
/proc/17583/task/17591/stat : 17591 (java) S 17581 17583 14377 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992574025 888246272 18017 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17592] ppid=17581 vsize=867428 CPUtime=0
/proc/17583/task/17592/stat : 17592 (java) S 17581 17583 14377 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992574025 888246272 18017 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867428

[startup+3.1015 s]
/proc/loadavg: 2.10 2.08 2.03 4/81 17592
/proc/meminfo: memFree=1412152/2055920 swapFree=4180448/4192956
[pid=17583] ppid=17581 vsize=867428 CPUtime=3.08
/proc/17583/stat : 17583 (java) S 17581 17583 14377 0 -1 0 39119 0 1 0 281 27 0 0 18 0 9 0 1992574020 888246272 38451 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 216857 38451 2002 9 0 211385 0
[pid=17583/tid=17585] ppid=17581 vsize=867428 CPUtime=2.44
/proc/17583/task/17585/stat : 17585 (java) R 17581 17583 14377 0 -1 64 15776 0 1 0 228 16 0 0 25 0 9 0 1992574022 888246272 38451 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17586] ppid=17581 vsize=867428 CPUtime=0.35
/proc/17583/task/17586/stat : 17586 (java) S 17581 17583 14377 0 -1 64 21949 0 0 0 26 9 0 0 16 0 9 0 1992574023 888246272 38451 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17587] ppid=17581 vsize=867428 CPUtime=0
/proc/17583/task/17587/stat : 17587 (java) S 17581 17583 14377 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992574023 888246272 38451 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17588] ppid=17581 vsize=867428 CPUtime=0
/proc/17583/task/17588/stat : 17588 (java) S 17581 17583 14377 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1992574023 888246272 38451 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17589] ppid=17581 vsize=867428 CPUtime=0
/proc/17583/task/17589/stat : 17589 (java) S 17581 17583 14377 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1992574025 888246272 38451 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17590] ppid=17581 vsize=867428 CPUtime=0.27
/proc/17583/task/17590/stat : 17590 (java) S 17581 17583 14377 0 -1 64 698 0 0 0 26 1 0 0 15 0 9 0 1992574025 888246272 38451 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17591] ppid=17581 vsize=867428 CPUtime=0
/proc/17583/task/17591/stat : 17591 (java) S 17581 17583 14377 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992574025 888246272 38451 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17592] ppid=17581 vsize=867428 CPUtime=0
/proc/17583/task/17592/stat : 17592 (java) S 17581 17583 14377 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992574025 888246272 38451 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867428

[startup+6.30183 s]
/proc/loadavg: 2.10 2.08 2.03 3/81 17596
/proc/meminfo: memFree=1350192/2055920 swapFree=4180448/4192956
[pid=17583] ppid=17581 vsize=867880 CPUtime=6.25
/proc/17583/stat : 17583 (java) S 17581 17583 14377 0 -1 0 68045 972 1 0 558 37 28 2 18 0 9 0 1992574020 888709120 45188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 216970 45188 2615 9 0 211498 0
[pid=17583/tid=17585] ppid=17581 vsize=867880 CPUtime=5.19
/proc/17583/task/17585/stat : 17585 (java) R 17581 17583 14377 0 -1 64 28603 972 1 0 470 19 28 2 25 0 9 0 1992574022 888709120 45188 996147200 134512640 134550740 4294955968 18446744073709551615 4126984544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17586] ppid=17581 vsize=867880 CPUtime=0.97
/proc/17583/task/17586/stat : 17586 (java) S 17581 17583 14377 0 -1 64 37661 972 0 0 53 14 28 2 17 0 9 0 1992574023 888709120 45188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17587] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17587/stat : 17587 (java) S 17581 17583 14377 0 -1 64 17 972 0 0 0 0 28 2 16 0 9 0 1992574023 888709120 45188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17588] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17588/stat : 17588 (java) S 17581 17583 14377 0 -1 64 9 972 0 0 0 0 28 2 15 0 9 0 1992574023 888709120 45188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17589] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17589/stat : 17589 (java) S 17581 17583 14377 0 -1 64 1 972 0 0 0 0 28 2 24 0 9 0 1992574025 888709120 45188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17590] ppid=17581 vsize=867880 CPUtime=0.65
/proc/17583/task/17590/stat : 17590 (java) S 17581 17583 14377 0 -1 64 927 972 0 0 34 1 28 2 16 0 9 0 1992574025 888709120 45188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17591] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17591/stat : 17591 (java) S 17581 17583 14377 0 -1 64 1 972 0 0 0 0 28 2 25 0 9 0 1992574025 888709120 45188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17592] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17592/stat : 17592 (java) S 17581 17583 14377 0 -1 64 28 972 0 0 0 0 28 2 15 0 9 0 1992574025 888709120 45188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867880

[startup+12.7015 s]
/proc/loadavg: 2.09 2.07 2.02 3/81 17596
/proc/meminfo: memFree=1349808/2055920 swapFree=4180448/4192956
[pid=17583] ppid=17581 vsize=867880 CPUtime=12.59
/proc/17583/stat : 17583 (java) S 17581 17583 14377 0 -1 0 68054 972 1 0 1192 37 28 2 18 0 9 0 1992574020 888709120 45192 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 216970 45192 2615 9 0 211498 0
[pid=17583/tid=17585] ppid=17581 vsize=867880 CPUtime=11.52
/proc/17583/task/17585/stat : 17585 (java) R 17581 17583 14377 0 -1 64 28609 972 1 0 1103 19 28 2 25 0 9 0 1992574022 888709120 45192 996147200 134512640 134550740 4294955968 18446744073709551615 4127316076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17586] ppid=17581 vsize=867880 CPUtime=0.97
/proc/17583/task/17586/stat : 17586 (java) S 17581 17583 14377 0 -1 64 37661 972 0 0 53 14 28 2 16 0 9 0 1992574023 888709120 45192 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17587] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17587/stat : 17587 (java) S 17581 17583 14377 0 -1 64 17 972 0 0 0 0 28 2 16 0 9 0 1992574023 888709120 45192 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17588] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17588/stat : 17588 (java) S 17581 17583 14377 0 -1 64 9 972 0 0 0 0 28 2 15 0 9 0 1992574023 888709120 45192 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17589] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17589/stat : 17589 (java) S 17581 17583 14377 0 -1 64 1 972 0 0 0 0 28 2 24 0 9 0 1992574025 888709120 45192 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17590] ppid=17581 vsize=867880 CPUtime=0.65
/proc/17583/task/17590/stat : 17590 (java) S 17581 17583 14377 0 -1 64 930 972 0 0 34 1 28 2 16 0 9 0 1992574025 888709120 45192 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17591] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17591/stat : 17591 (java) S 17581 17583 14377 0 -1 64 1 972 0 0 0 0 28 2 25 0 9 0 1992574025 888709120 45192 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17592] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17592/stat : 17592 (java) S 17581 17583 14377 0 -1 64 28 972 0 0 0 0 28 2 15 0 9 0 1992574025 888709120 45192 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 867880

[startup+25.5028 s]
/proc/loadavg: 2.07 2.07 2.02 3/81 17596
/proc/meminfo: memFree=1348848/2055920 swapFree=4180448/4192956
[pid=17583] ppid=17581 vsize=867880 CPUtime=25.28
/proc/17583/stat : 17583 (java) S 17581 17583 14377 0 -1 0 68066 972 1 0 2461 37 28 2 18 0 9 0 1992574020 888709120 45196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 216970 45196 2615 9 0 211498 0
[pid=17583/tid=17585] ppid=17581 vsize=867880 CPUtime=24.2
/proc/17583/task/17585/stat : 17585 (java) R 17581 17583 14377 0 -1 64 28610 972 1 0 2371 19 28 2 25 0 9 0 1992574022 888709120 45196 996147200 134512640 134550740 4294955968 18446744073709551615 4126983068 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17586] ppid=17581 vsize=867880 CPUtime=0.97
/proc/17583/task/17586/stat : 17586 (java) S 17581 17583 14377 0 -1 64 37661 972 0 0 53 14 28 2 16 0 9 0 1992574023 888709120 45196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17587] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17587/stat : 17587 (java) S 17581 17583 14377 0 -1 64 17 972 0 0 0 0 28 2 16 0 9 0 1992574023 888709120 45196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17588] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17588/stat : 17588 (java) S 17581 17583 14377 0 -1 64 9 972 0 0 0 0 28 2 15 0 9 0 1992574023 888709120 45196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17589] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17589/stat : 17589 (java) S 17581 17583 14377 0 -1 64 1 972 0 0 0 0 28 2 24 0 9 0 1992574025 888709120 45196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17590] ppid=17581 vsize=867880 CPUtime=0.66
/proc/17583/task/17590/stat : 17590 (java) S 17581 17583 14377 0 -1 64 941 972 0 0 35 1 28 2 16 0 9 0 1992574025 888709120 45196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17591] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17591/stat : 17591 (java) S 17581 17583 14377 0 -1 64 1 972 0 0 0 0 28 2 25 0 9 0 1992574025 888709120 45196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17592] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17592/stat : 17592 (java) S 17581 17583 14377 0 -1 64 28 972 0 0 0 0 28 2 15 0 9 0 1992574025 888709120 45196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 867880

[startup+51.1025 s]
/proc/loadavg: 2.05 2.06 2.02 3/81 17596
/proc/meminfo: memFree=1348784/2055920 swapFree=4180448/4192956
[pid=17583] ppid=17581 vsize=867880 CPUtime=50.66
/proc/17583/stat : 17583 (java) S 17581 17583 14377 0 -1 0 68067 972 1 0 4999 37 28 2 18 0 9 0 1992574020 888709120 45196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 216970 45196 2615 9 0 211498 0
[pid=17583/tid=17585] ppid=17581 vsize=867880 CPUtime=49.59
/proc/17583/task/17585/stat : 17585 (java) R 17581 17583 14377 0 -1 64 28611 972 1 0 4910 19 28 2 25 0 9 0 1992574022 888709120 45196 996147200 134512640 134550740 4294955968 18446744073709551615 4126985818 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17586] ppid=17581 vsize=867880 CPUtime=0.97
/proc/17583/task/17586/stat : 17586 (java) S 17581 17583 14377 0 -1 64 37661 972 0 0 53 14 28 2 16 0 9 0 1992574023 888709120 45196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17587] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17587/stat : 17587 (java) S 17581 17583 14377 0 -1 64 17 972 0 0 0 0 28 2 16 0 9 0 1992574023 888709120 45196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17588] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17588/stat : 17588 (java) S 17581 17583 14377 0 -1 64 9 972 0 0 0 0 28 2 15 0 9 0 1992574023 888709120 45196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17589] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17589/stat : 17589 (java) S 17581 17583 14377 0 -1 64 1 972 0 0 0 0 28 2 24 0 9 0 1992574025 888709120 45196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17590] ppid=17581 vsize=867880 CPUtime=0.66
/proc/17583/task/17590/stat : 17590 (java) S 17581 17583 14377 0 -1 64 941 972 0 0 35 1 28 2 16 0 9 0 1992574025 888709120 45196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17591] ppid=17581 vsize=867880 CPUtime=0.3

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

/proc/17583/task/17588/stat : 17588 (java) S 17581 17583 14377 0 -1 64 9 972 0 0 0 0 28 2 15 0 9 0 1992574023 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17589] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17589/stat : 17589 (java) S 17581 17583 14377 0 -1 64 1 972 0 0 0 0 28 2 24 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17590] ppid=17581 vsize=867880 CPUtime=0.7
/proc/17583/task/17590/stat : 17590 (java) S 17581 17583 14377 0 -1 64 1006 972 0 0 39 1 28 2 16 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17591] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17591/stat : 17591 (java) S 17581 17583 14377 0 -1 64 1 972 0 0 0 0 28 2 25 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17592] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17592/stat : 17592 (java) S 17581 17583 14377 0 -1 64 28 972 0 0 0 0 28 2 15 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1523.08
Current children cumulated vsize (KiB) 867880

[startup+1602.3 s]
/proc/loadavg: 2.35 2.68 2.44 3/92 19708
/proc/meminfo: memFree=774744/2055920 swapFree=4180448/4192956
[pid=17583] ppid=17581 vsize=867880 CPUtime=1582.82
/proc/17583/stat : 17583 (java) S 17581 17583 14377 0 -1 0 68153 972 1 0 158202 50 28 2 18 0 9 0 1992574020 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 216970 45223 2615 9 0 211498 0
[pid=17583/tid=17585] ppid=17581 vsize=867880 CPUtime=1581.71
/proc/17583/task/17585/stat : 17585 (java) R 17581 17583 14377 0 -1 64 28632 972 1 0 158109 32 28 2 25 0 9 0 1992574022 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4126989972 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17586] ppid=17581 vsize=867880 CPUtime=0.97
/proc/17583/task/17586/stat : 17586 (java) S 17581 17583 14377 0 -1 64 37661 972 0 0 53 14 28 2 16 0 9 0 1992574023 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17587] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17587/stat : 17587 (java) S 17581 17583 14377 0 -1 64 17 972 0 0 0 0 28 2 16 0 9 0 1992574023 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17588] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17588/stat : 17588 (java) S 17581 17583 14377 0 -1 64 9 972 0 0 0 0 28 2 15 0 9 0 1992574023 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17589] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17589/stat : 17589 (java) S 17581 17583 14377 0 -1 64 1 972 0 0 0 0 28 2 24 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17590] ppid=17581 vsize=867880 CPUtime=0.7
/proc/17583/task/17590/stat : 17590 (java) S 17581 17583 14377 0 -1 64 1006 972 0 0 39 1 28 2 16 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17591] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17591/stat : 17591 (java) S 17581 17583 14377 0 -1 64 1 972 0 0 0 0 28 2 25 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17592] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17592/stat : 17592 (java) S 17581 17583 14377 0 -1 64 28 972 0 0 0 0 28 2 15 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1582.82
Current children cumulated vsize (KiB) 867880

[startup+1662.3 s]
/proc/loadavg: 2.22 2.57 2.42 3/92 19708
/proc/meminfo: memFree=773656/2055920 swapFree=4180448/4192956
[pid=17583] ppid=17581 vsize=867880 CPUtime=1642.54
/proc/17583/stat : 17583 (java) S 17581 17583 14377 0 -1 0 68153 972 1 0 164173 51 28 2 18 0 9 0 1992574020 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 216970 45223 2615 9 0 211498 0
[pid=17583/tid=17585] ppid=17581 vsize=867880 CPUtime=1641.42
/proc/17583/task/17585/stat : 17585 (java) R 17581 17583 14377 0 -1 64 28632 972 1 0 164080 32 28 2 25 0 9 0 1992574022 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4126983580 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17586] ppid=17581 vsize=867880 CPUtime=0.97
/proc/17583/task/17586/stat : 17586 (java) S 17581 17583 14377 0 -1 64 37661 972 0 0 53 14 28 2 16 0 9 0 1992574023 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17587] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17587/stat : 17587 (java) S 17581 17583 14377 0 -1 64 17 972 0 0 0 0 28 2 16 0 9 0 1992574023 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17588] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17588/stat : 17588 (java) S 17581 17583 14377 0 -1 64 9 972 0 0 0 0 28 2 15 0 9 0 1992574023 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17589] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17589/stat : 17589 (java) S 17581 17583 14377 0 -1 64 1 972 0 0 0 0 28 2 24 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17590] ppid=17581 vsize=867880 CPUtime=0.7
/proc/17583/task/17590/stat : 17590 (java) S 17581 17583 14377 0 -1 64 1006 972 0 0 39 1 28 2 16 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17591] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17591/stat : 17591 (java) S 17581 17583 14377 0 -1 64 1 972 0 0 0 0 28 2 25 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17592] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17592/stat : 17592 (java) S 17581 17583 14377 0 -1 64 28 972 0 0 0 0 28 2 15 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1642.54
Current children cumulated vsize (KiB) 867880

[startup+1722.3 s]
/proc/loadavg: 2.09 2.47 2.39 3/92 19708
/proc/meminfo: memFree=773016/2055920 swapFree=4180448/4192956
[pid=17583] ppid=17581 vsize=867880 CPUtime=1702.26
/proc/17583/stat : 17583 (java) S 17581 17583 14377 0 -1 0 68153 972 1 0 170145 51 28 2 18 0 9 0 1992574020 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 216970 45223 2615 9 0 211498 0
[pid=17583/tid=17585] ppid=17581 vsize=867880 CPUtime=1701.14
/proc/17583/task/17585/stat : 17585 (java) R 17581 17583 14377 0 -1 64 28632 972 1 0 170052 32 28 2 25 0 9 0 1992574022 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4126971816 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17586] ppid=17581 vsize=867880 CPUtime=0.97
/proc/17583/task/17586/stat : 17586 (java) S 17581 17583 14377 0 -1 64 37661 972 0 0 53 14 28 2 16 0 9 0 1992574023 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17587] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17587/stat : 17587 (java) S 17581 17583 14377 0 -1 64 17 972 0 0 0 0 28 2 16 0 9 0 1992574023 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17588] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17588/stat : 17588 (java) S 17581 17583 14377 0 -1 64 9 972 0 0 0 0 28 2 15 0 9 0 1992574023 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17589] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17589/stat : 17589 (java) S 17581 17583 14377 0 -1 64 1 972 0 0 0 0 28 2 24 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17590] ppid=17581 vsize=867880 CPUtime=0.7
/proc/17583/task/17590/stat : 17590 (java) S 17581 17583 14377 0 -1 64 1006 972 0 0 39 1 28 2 16 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17591] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17591/stat : 17591 (java) S 17581 17583 14377 0 -1 64 1 972 0 0 0 0 28 2 25 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17592] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17592/stat : 17592 (java) S 17581 17583 14377 0 -1 64 28 972 0 0 0 0 28 2 15 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1702.26
Current children cumulated vsize (KiB) 867880

[startup+1782.3 s]
/proc/loadavg: 2.03 2.38 2.36 3/92 19708
/proc/meminfo: memFree=772312/2055920 swapFree=4180448/4192956
[pid=17583] ppid=17581 vsize=867880 CPUtime=1761.98
/proc/17583/stat : 17583 (java) S 17581 17583 14377 0 -1 0 68153 972 1 0 176117 51 28 2 18 0 9 0 1992574020 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 216970 45223 2615 9 0 211498 0
[pid=17583/tid=17585] ppid=17581 vsize=867880 CPUtime=1760.86
/proc/17583/task/17585/stat : 17585 (java) R 17581 17583 14377 0 -1 64 28632 972 1 0 176024 32 28 2 25 0 9 0 1992574022 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4126987992 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17586] ppid=17581 vsize=867880 CPUtime=0.97
/proc/17583/task/17586/stat : 17586 (java) S 17581 17583 14377 0 -1 64 37661 972 0 0 53 14 28 2 16 0 9 0 1992574023 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17587] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17587/stat : 17587 (java) S 17581 17583 14377 0 -1 64 17 972 0 0 0 0 28 2 16 0 9 0 1992574023 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17588] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17588/stat : 17588 (java) S 17581 17583 14377 0 -1 64 9 972 0 0 0 0 28 2 15 0 9 0 1992574023 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17589] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17589/stat : 17589 (java) S 17581 17583 14377 0 -1 64 1 972 0 0 0 0 28 2 24 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17590] ppid=17581 vsize=867880 CPUtime=0.7
/proc/17583/task/17590/stat : 17590 (java) S 17581 17583 14377 0 -1 64 1006 972 0 0 39 1 28 2 16 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17591] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17591/stat : 17591 (java) S 17581 17583 14377 0 -1 64 1 972 0 0 0 0 28 2 25 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17592] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17592/stat : 17592 (java) S 17581 17583 14377 0 -1 64 28 972 0 0 0 0 28 2 15 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1761.98
Current children cumulated vsize (KiB) 867880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1820.51 s]
/proc/loadavg: 2.01 2.33 2.35 3/92 19708
/proc/meminfo: memFree=771864/2055920 swapFree=4180448/4192956
[pid=17583] ppid=17581 vsize=867880 CPUtime=1800.01
/proc/17583/stat : 17583 (java) S 17581 17583 14377 0 -1 0 68153 972 1 0 179920 51 28 2 18 0 9 0 1992574020 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 216970 45223 2615 9 0 211498 0
[pid=17583/tid=17585] ppid=17581 vsize=867880 CPUtime=1798.89
/proc/17583/task/17585/stat : 17585 (java) R 17581 17583 14377 0 -1 64 28632 972 1 0 179827 32 28 2 25 0 9 0 1992574022 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4127001758 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17586] ppid=17581 vsize=867880 CPUtime=0.97
/proc/17583/task/17586/stat : 17586 (java) S 17581 17583 14377 0 -1 64 37661 972 0 0 53 14 28 2 16 0 9 0 1992574023 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17587] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17587/stat : 17587 (java) S 17581 17583 14377 0 -1 64 17 972 0 0 0 0 28 2 16 0 9 0 1992574023 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17588] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17588/stat : 17588 (java) S 17581 17583 14377 0 -1 64 9 972 0 0 0 0 28 2 15 0 9 0 1992574023 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17589] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17589/stat : 17589 (java) S 17581 17583 14377 0 -1 64 1 972 0 0 0 0 28 2 24 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17590] ppid=17581 vsize=867880 CPUtime=0.7
/proc/17583/task/17590/stat : 17590 (java) S 17581 17583 14377 0 -1 64 1006 972 0 0 39 1 28 2 16 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17591] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17591/stat : 17591 (java) S 17581 17583 14377 0 -1 64 1 972 0 0 0 0 28 2 25 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17592] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17592/stat : 17592 (java) S 17581 17583 14377 0 -1 64 28 972 0 0 0 0 28 2 15 0 9 0 1992574025 888709120 45223 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) 867880

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

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

[startup+1820.51 s]
/proc/loadavg: 2.01 2.33 2.35 3/92 19708
/proc/meminfo: memFree=771864/2055920 swapFree=4180448/4192956
[pid=17583] ppid=17581 vsize=867880 CPUtime=1800.01
/proc/17583/stat : 17583 (java) S 17581 17583 14377 0 -1 0 68153 972 1 0 179920 51 28 2 18 0 9 0 1992574020 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17583/statm: 216970 45223 2615 9 0 211498 0
[pid=17583/tid=17585] ppid=17581 vsize=867880 CPUtime=1798.89
/proc/17583/task/17585/stat : 17585 (java) R 17581 17583 14377 0 -1 64 28632 972 1 0 179827 32 28 2 25 0 9 0 1992574022 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4127001758 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17586] ppid=17581 vsize=867880 CPUtime=0.97
/proc/17583/task/17586/stat : 17586 (java) S 17581 17583 14377 0 -1 64 37661 972 0 0 53 14 28 2 16 0 9 0 1992574023 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17587] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17587/stat : 17587 (java) S 17581 17583 14377 0 -1 64 17 972 0 0 0 0 28 2 16 0 9 0 1992574023 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17588] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17588/stat : 17588 (java) S 17581 17583 14377 0 -1 64 9 972 0 0 0 0 28 2 15 0 9 0 1992574023 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17589] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17589/stat : 17589 (java) S 17581 17583 14377 0 -1 64 1 972 0 0 0 0 28 2 24 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17590] ppid=17581 vsize=867880 CPUtime=0.7
/proc/17583/task/17590/stat : 17590 (java) S 17581 17583 14377 0 -1 64 1006 972 0 0 39 1 28 2 16 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17583/tid=17591] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17591/stat : 17591 (java) S 17581 17583 14377 0 -1 64 1 972 0 0 0 0 28 2 25 0 9 0 1992574025 888709120 45223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17583/tid=17592] ppid=17581 vsize=867880 CPUtime=0.3
/proc/17583/task/17592/stat : 17592 (java) S 17581 17583 14377 0 -1 64 28 972 0 0 0 0 28 2 15 0 9 0 1992574025 888709120 45223 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) 867880

Child status: 143
Real time (s): 1820.58
CPU time (s): 1800.1
CPU user time (s): 1799.53
CPU system time (s): 0.567913
CPU usage (%): 98.8751
Max. virtual memory (cumulated for all children) (KiB): 873988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 0.567913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69156
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= 38783
involuntary context switches= 55517

runsolver used 2.51662 second user time and 5.71313 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-04 03:46:35
IDJOB=1062752
IDBENCH=54666
IDSOLVER=364
FILE ID=node24/1062752-1215135994
PBS_JOBID= 7877216
Free space on /tmp= 66524 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/niklas/normalized-mitre.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-1062752-1215135994/watcher-1062752-1215135994 -o /tmp/evaluation-result-1062752-1215135994/solver-1062752-1215135994 -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-1062752-1215135994.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 39a7a69224b1eba0862df4c2e69ad54d
RANDOM SEED=436512406

node24.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1522336 kB
Buffers:         64260 kB
Cached:         365812 kB
SwapCached:       6556 kB
Active:         212952 kB
Inactive:       259664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1522336 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            7832 kB
Writeback:           0 kB
Mapped:          50532 kB
Slab:            46020 kB
Committed_AS:  3560044 kB
PageTables:       2084 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= 66548 MiB
End job on node24 at 2008-07-04 04:16:57