Trace number 2095539

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 AC? (TO) 1800.16 1803.62

General information on the benchmark

Namecsp/dubois/
normalized-dubois-100_ext.xml
MD5SUM751ddd7218f8f782ca5fbeab1c665c06
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.196969
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints200
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension200
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-2095539-1247407736.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.39	     nbVariables=300  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=600
0.28/0.39	       =>  wckTime=0.146  cpuTime=0.11  mem=7M892
0.28/0.39	   
0.28/0.39	   relations being loaded...
0.28/0.39	   
0.28/0.39	   constraints being loaded...
0.47/0.57	     nbConstraints=202  nbRelationTypes=2  nbGlobalConstraints=202  nbExtensionStructures=2
0.47/0.57	     nbSharedExtensionStructures=198  nbConflictsStructures=2  nbSharedConflictsStructures=198
0.47/0.57	     nbSharedBinaryRepresentations=0  minDegree=2  maxDegree=3  minArity=2  avgArity=2.99  maxArity=3  nbGenerators=2
0.47/0.57	     nbFusions=0  symmetryWckTime=0.061  symmetryCpuTime=0.03
0.47/0.57	       =>  wckTime=0.326  cpuTime=0.22  mem=16M744
0.56/0.63	   
0.56/0.63	   solver IterativeSystematicSolver being built... 
0.66/0.70	   
0.66/0.70	   INFO : Forward propagation technique limited 
0.66/0.77	       =>  wckTime=0.532  cpuTime=0.34  mem=22M967
0.66/0.79	   
0.66/0.79	   preprocessing
0.66/0.79	     nbConstraintChecks=0  nbValidityChecks=800  nbPropagations=300  nbRevisions=0  nbUselessRevisions=0
0.66/0.79	     nbRemovedValues=0  detectedInconsistency=no
0.66/0.79	       =>  wckTime=0.01  cpuTime=0.01  mem=22M967
1077.36/1077.85	   
1077.36/1077.85	   INFO : Stopping use of transposition table (mapSize=4053579, nbTooLargekeys=0, mem=600M285)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2095539-1247407736/watcher-2095539-1247407736 -o /tmp/evaluation-result-2095539-1247407736/solver-2095539-1247407736 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095539-1247407736.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.91 4/81 1784
/proc/meminfo: memFree=1730544/2055920 swapFree=4192812/4192956
[pid=1784] ppid=1782 vsize=18576 CPUtime=0
/proc/1784/stat : 1784 (runsolver) R 1782 1784 32027 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 27838652 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 269807578407 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/1784/statm: 4644 284 249 26 0 2626 0

[startup+0.0977441 s]
/proc/loadavg: 1.92 1.98 1.91 4/81 1784
/proc/meminfo: memFree=1730544/2055920 swapFree=4192812/4192956
[pid=1784] ppid=1782 vsize=865984 CPUtime=0.08
/proc/1784/stat : 1784 (java) S 1782 1784 32027 0 -1 0 3736 0 1 0 7 1 0 0 18 0 9 0 27838652 886767616 3204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1784/statm: 216496 3204 1700 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.101742 s]
/proc/loadavg: 1.92 1.98 1.91 4/81 1784
/proc/meminfo: memFree=1730544/2055920 swapFree=4192812/4192956
[pid=1784] ppid=1782 vsize=865984 CPUtime=0.08
/proc/1784/stat : 1784 (java) S 1782 1784 32027 0 -1 0 3769 0 1 0 7 1 0 0 18 0 9 0 27838652 886767616 3230 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1784/statm: 216496 3230 1705 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301766 s]
/proc/loadavg: 1.92 1.98 1.91 4/81 1784
/proc/meminfo: memFree=1730544/2055920 swapFree=4192812/4192956
[pid=1784] ppid=1782 vsize=866380 CPUtime=0.28
/proc/1784/stat : 1784 (java) S 1782 1784 32027 0 -1 0 5976 0 1 0 25 3 0 0 18 0 9 0 27838652 887173120 5342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1784/statm: 216595 5342 1984 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701802 s]
/proc/loadavg: 1.92 1.98 1.91 4/81 1784
/proc/meminfo: memFree=1730544/2055920 swapFree=4192812/4192956
[pid=1784] ppid=1782 vsize=867512 CPUtime=0.66
/proc/1784/stat : 1784 (java) S 1782 1784 32027 0 -1 0 14490 297 1 0 60 6 0 0 18 0 9 0 27838652 888332288 9542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1784/statm: 216878 9542 2652 9 0 211314 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 867512

[startup+1.50289 s]
/proc/loadavg: 2.09 2.02 1.92 4/90 1799
/proc/meminfo: memFree=1695776/2055920 swapFree=4192812/4192956
[pid=1784] ppid=1782 vsize=867644 CPUtime=1.46
/proc/1784/stat : 1784 (java) S 1782 1784 32027 0 -1 0 17133 297 1 0 138 8 0 0 18 0 9 0 27838652 888467456 11413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1784/statm: 216911 11413 2656 9 0 211347 0
[pid=1784/tid=1786] ppid=1782 vsize=867644 CPUtime=1.17
/proc/1784/task/1786/stat : 1786 (java) R 1782 1784 32027 0 -1 64 12012 297 1 0 111 6 0 0 25 0 9 0 27838654 888467456 11413 996147200 134512640 134550932 4294955968 18446744073709551615 4126879085 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1787] ppid=1782 vsize=867644 CPUtime=0.04
/proc/1784/task/1787/stat : 1787 (java) S 1782 1784 32027 0 -1 64 3573 297 0 0 4 0 0 0 16 0 9 0 27838655 888467456 11413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1788] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1788/stat : 1788 (java) S 1782 1784 32027 0 -1 64 17 297 0 0 0 0 0 0 16 0 9 0 27838655 888467456 11413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1789] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1789/stat : 1789 (java) S 1782 1784 32027 0 -1 64 8 297 0 0 0 0 0 0 15 0 9 0 27838655 888467456 11413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1791] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1791/stat : 1791 (java) S 1782 1784 32027 0 -1 64 2 297 0 0 0 0 0 0 18 0 9 0 27838657 888467456 11413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1792] ppid=1782 vsize=867644 CPUtime=0.21
/proc/1784/task/1792/stat : 1792 (java) S 1782 1784 32027 0 -1 64 709 297 0 0 21 0 0 0 16 0 9 0 27838657 888467456 11413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1793] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1793/stat : 1793 (java) S 1782 1784 32027 0 -1 64 1 297 0 0 0 0 0 0 19 0 9 0 27838657 888467456 11413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1795] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1795/stat : 1795 (java) S 1782 1784 32027 0 -1 64 4 297 0 0 0 0 0 0 15 0 9 0 27838657 888467456 11413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867644

[startup+3.10206 s]
/proc/loadavg: 2.09 2.02 1.92 3/90 1799
/proc/meminfo: memFree=1694304/2055920 swapFree=4192812/4192956
[pid=1784] ppid=1782 vsize=867644 CPUtime=3.07
/proc/1784/stat : 1784 (java) S 1782 1784 32027 0 -1 0 17604 297 1 0 298 9 0 0 18 0 9 0 27838652 888467456 11882 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1784/statm: 216911 11882 2657 9 0 211347 0
[pid=1784/tid=1786] ppid=1782 vsize=867644 CPUtime=2.77
/proc/1784/task/1786/stat : 1786 (java) R 1782 1784 32027 0 -1 64 12479 297 1 0 271 6 0 0 25 0 9 0 27838654 888467456 11882 996147200 134512640 134550932 4294955968 18446744073709551615 4126843326 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1787] ppid=1782 vsize=867644 CPUtime=0.04
/proc/1784/task/1787/stat : 1787 (java) S 1782 1784 32027 0 -1 64 3573 297 0 0 4 0 0 0 16 0 9 0 27838655 888467456 11882 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1788] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1788/stat : 1788 (java) S 1782 1784 32027 0 -1 64 17 297 0 0 0 0 0 0 16 0 9 0 27838655 888467456 11882 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1789] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1789/stat : 1789 (java) S 1782 1784 32027 0 -1 64 8 297 0 0 0 0 0 0 15 0 9 0 27838655 888467456 11882 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1791] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1791/stat : 1791 (java) S 1782 1784 32027 0 -1 64 2 297 0 0 0 0 0 0 18 0 9 0 27838657 888467456 11882 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1792] ppid=1782 vsize=867644 CPUtime=0.21
/proc/1784/task/1792/stat : 1792 (java) S 1782 1784 32027 0 -1 64 713 297 0 0 21 0 0 0 16 0 9 0 27838657 888467456 11882 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1793] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1793/stat : 1793 (java) S 1782 1784 32027 0 -1 64 1 297 0 0 0 0 0 0 19 0 9 0 27838657 888467456 11882 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1795] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1795/stat : 1795 (java) S 1782 1784 32027 0 -1 64 4 297 0 0 0 0 0 0 15 0 9 0 27838657 888467456 11882 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867644

[startup+6.3014 s]
/proc/loadavg: 2.09 2.02 1.92 3/90 1799
/proc/meminfo: memFree=1690216/2055920 swapFree=4192812/4192956
[pid=1784] ppid=1782 vsize=867644 CPUtime=6.26
/proc/1784/stat : 1784 (java) S 1782 1784 32027 0 -1 0 18590 297 1 0 617 9 0 0 18 0 9 0 27838652 888467456 12851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1784/statm: 216911 12851 2657 9 0 211347 0
[pid=1784/tid=1786] ppid=1782 vsize=867644 CPUtime=5.96
/proc/1784/task/1786/stat : 1786 (java) R 1782 1784 32027 0 -1 64 13451 297 1 0 590 6 0 0 25 0 9 0 27838654 888467456 12851 996147200 134512640 134550932 4294955968 18446744073709551615 4126879085 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1787] ppid=1782 vsize=867644 CPUtime=0.04
/proc/1784/task/1787/stat : 1787 (java) S 1782 1784 32027 0 -1 64 3573 297 0 0 4 0 0 0 16 0 9 0 27838655 888467456 12851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1788] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1788/stat : 1788 (java) S 1782 1784 32027 0 -1 64 17 297 0 0 0 0 0 0 16 0 9 0 27838655 888467456 12851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1789] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1789/stat : 1789 (java) S 1782 1784 32027 0 -1 64 8 297 0 0 0 0 0 0 15 0 9 0 27838655 888467456 12851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1791] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1791/stat : 1791 (java) S 1782 1784 32027 0 -1 64 2 297 0 0 0 0 0 0 18 0 9 0 27838657 888467456 12851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1792] ppid=1782 vsize=867644 CPUtime=0.21
/proc/1784/task/1792/stat : 1792 (java) S 1782 1784 32027 0 -1 64 713 297 0 0 21 0 0 0 16 0 9 0 27838657 888467456 12851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1793] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1793/stat : 1793 (java) S 1782 1784 32027 0 -1 64 1 297 0 0 0 0 0 0 19 0 9 0 27838657 888467456 12851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1795] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1795/stat : 1795 (java) S 1782 1784 32027 0 -1 64 18 297 0 0 0 0 0 0 15 0 9 0 27838657 888467456 12851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 867644

[startup+12.7021 s]
/proc/loadavg: 2.07 2.01 1.92 3/90 1799
/proc/meminfo: memFree=1682288/2055920 swapFree=4192812/4192956
[pid=1784] ppid=1782 vsize=867644 CPUtime=12.65
/proc/1784/stat : 1784 (java) S 1782 1784 32027 0 -1 0 20493 297 1 0 1256 9 0 0 18 0 9 0 27838652 888467456 14748 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1784/statm: 216911 14748 2657 9 0 211347 0
[pid=1784/tid=1786] ppid=1782 vsize=867644 CPUtime=12.36
/proc/1784/task/1786/stat : 1786 (java) R 1782 1784 32027 0 -1 64 15351 297 1 0 1229 7 0 0 25 0 9 0 27838654 888467456 14748 996147200 134512640 134550932 4294955968 18446744073709551615 4126874260 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1787] ppid=1782 vsize=867644 CPUtime=0.04
/proc/1784/task/1787/stat : 1787 (java) S 1782 1784 32027 0 -1 64 3573 297 0 0 4 0 0 0 16 0 9 0 27838655 888467456 14748 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1788] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1788/stat : 1788 (java) S 1782 1784 32027 0 -1 64 17 297 0 0 0 0 0 0 16 0 9 0 27838655 888467456 14748 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1789] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1789/stat : 1789 (java) S 1782 1784 32027 0 -1 64 8 297 0 0 0 0 0 0 15 0 9 0 27838655 888467456 14748 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1791] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1791/stat : 1791 (java) S 1782 1784 32027 0 -1 64 2 297 0 0 0 0 0 0 18 0 9 0 27838657 888467456 14748 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1792] ppid=1782 vsize=867644 CPUtime=0.22
/proc/1784/task/1792/stat : 1792 (java) S 1782 1784 32027 0 -1 64 716 297 0 0 22 0 0 0 15 0 9 0 27838657 888467456 14749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1793] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1793/stat : 1793 (java) S 1782 1784 32027 0 -1 64 1 297 0 0 0 0 0 0 19 0 9 0 27838657 888467456 14749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1795] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1795/stat : 1795 (java) S 1782 1784 32027 0 -1 64 18 297 0 0 0 0 0 0 15 0 9 0 27838657 888467456 14749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 867644

[startup+25.5015 s]
/proc/loadavg: 2.06 2.01 1.92 3/90 1799
/proc/meminfo: memFree=1654584/2055920 swapFree=4192812/4192956
[pid=1784] ppid=1782 vsize=867644 CPUtime=25.45
/proc/1784/stat : 1784 (java) S 1782 1784 32027 0 -1 0 27227 297 1 0 2532 13 0 0 18 0 9 0 27838652 888467456 21467 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1784/statm: 216911 21467 2660 9 0 211347 0
[pid=1784/tid=1786] ppid=1782 vsize=867644 CPUtime=25.05
/proc/1784/task/1786/stat : 1786 (java) R 1782 1784 32027 0 -1 64 18695 297 1 0 2496 9 0 0 25 0 9 0 27838654 888467456 21467 996147200 134512640 134550932 4294955968 18446744073709551615 4126843326 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1787] ppid=1782 vsize=867644 CPUtime=0.15
/proc/1784/task/1787/stat : 1787 (java) S 1782 1784 32027 0 -1 64 6963 297 0 0 13 2 0 0 16 0 9 0 27838655 888467456 21467 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1788] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1788/stat : 1788 (java) S 1782 1784 32027 0 -1 64 17 297 0 0 0 0 0 0 16 0 9 0 27838655 888467456 21467 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1789] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1789/stat : 1789 (java) S 1782 1784 32027 0 -1 64 8 297 0 0 0 0 0 0 16 0 9 0 27838655 888467456 21467 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1791] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1791/stat : 1791 (java) S 1782 1784 32027 0 -1 64 2 297 0 0 0 0 0 0 18 0 9 0 27838657 888467456 21467 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1792] ppid=1782 vsize=867644 CPUtime=0.22
/proc/1784/task/1792/stat : 1792 (java) S 1782 1784 32027 0 -1 64 716 297 0 0 22 0 0 0 15 0 9 0 27838657 888467456 21467 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1793] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1793/stat : 1793 (java) S 1782 1784 32027 0 -1 64 1 297 0 0 0 0 0 0 19 0 9 0 27838657 888467456 21467 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1795] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1795/stat : 1795 (java) S 1782 1784 32027 0 -1 64 18 297 0 0 0 0 0 0 15 0 9 0 27838657 888467456 21467 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 867644

[startup+51.1012 s]
/proc/loadavg: 2.04 2.01 1.92 4/90 1799
/proc/meminfo: memFree=1654584/2055920 swapFree=4192812/4192956
[pid=1784] ppid=1782 vsize=867644 CPUtime=51.04
/proc/1784/stat : 1784 (java) S 1782 1784 32027 0 -1 0 27233 297 1 0 5091 13 0 0 18 0 9 0 27838652 888467456 21468 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1784/statm: 216911 21468 2660 9 0 211347 0
[pid=1784/tid=1786] ppid=1782 vsize=867644 CPUtime=50.63
/proc/1784/task/1786/stat : 1786 (java) R 1782 1784 32027 0 -1 64 18701 297 1 0 5054 9 0 0 25 0 9 0 27838654 888467456 21468 996147200 134512640 134550932 4294955968 18446744073709551615 4126850439 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1787] ppid=1782 vsize=867644 CPUtime=0.15
/proc/1784/task/1787/stat : 1787 (java) S 1782 1784 32027 0 -1 64 6963 297 0 0 13 2 0 0 16 0 9 0 27838655 888467456 21468 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1788] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1788/stat : 1788 (java) S 1782 1784 32027 0 -1 64 17 297 0 0 0 0 0 0 16 0 9 0 27838655 888467456 21468 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1789] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1789/stat : 1789 (java) S 1782 1784 32027 0 -1 64 8 297 0 0 0 0 0 0 16 0 9 0 27838655 888467456 21468 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1791] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1791/stat : 1791 (java) S 1782 1784 32027 0 -1 64 2 297 0 0 0 0 0 0 18 0 9 0 27838657 888467456 21468 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1792] ppid=1782 vsize=867644 CPUtime=0.22
/proc/1784/task/1792/stat : 1792 (java) S 1782 1784 32027 0 -1 64 716 297 0 0 22 0 0 0 15 0 9 0 27838657 888467456 21468 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1793] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1793/stat : 1793 (java) S 1782 1784 32027 0 -1 64 1 297 0 0 0 0 0 0 19 0 9 0 27838657 888467456 21468 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 1480.37
Current children cumulated vsize (KiB) 867644

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/90 1843
/proc/meminfo: memFree=1118128/2055920 swapFree=4192812/4192956
[pid=1784] ppid=1782 vsize=867644 CPUtime=1540.08
/proc/1784/stat : 1784 (java) S 1782 1784 32027 0 -1 0 161980 297 1 0 153939 69 0 0 18 0 9 0 27838652 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1784/statm: 216911 155937 2660 9 0 211347 0
[pid=1784/tid=1786] ppid=1782 vsize=867644 CPUtime=1532.84
/proc/1784/task/1786/stat : 1786 (java) R 1782 1784 32027 0 -1 64 18917 297 1 0 153272 12 0 0 25 0 9 0 27838654 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4126843291 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1787] ppid=1782 vsize=867644 CPUtime=6.98
/proc/1784/task/1787/stat : 1787 (java) S 1782 1784 32027 0 -1 64 141460 297 0 0 643 55 0 0 16 0 9 0 27838655 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1788] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1788/stat : 1788 (java) S 1782 1784 32027 0 -1 64 17 297 0 0 0 0 0 0 16 0 9 0 27838655 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1789] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1789/stat : 1789 (java) S 1782 1784 32027 0 -1 64 8 297 0 0 0 0 0 0 16 0 9 0 27838655 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1791] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1791/stat : 1791 (java) S 1782 1784 32027 0 -1 64 2 297 0 0 0 0 0 0 18 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1792] ppid=1782 vsize=867644 CPUtime=0.23
/proc/1784/task/1792/stat : 1792 (java) S 1782 1784 32027 0 -1 64 750 297 0 0 23 0 0 0 16 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1793] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1793/stat : 1793 (java) S 1782 1784 32027 0 -1 64 1 297 0 0 0 0 0 0 19 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1795] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1795/stat : 1795 (java) S 1782 1784 32027 0 -1 64 18 297 0 0 0 0 0 0 15 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1540.08
Current children cumulated vsize (KiB) 867644

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/90 1843
/proc/meminfo: memFree=1118128/2055920 swapFree=4192812/4192956
[pid=1784] ppid=1782 vsize=867644 CPUtime=1599.79
/proc/1784/stat : 1784 (java) S 1782 1784 32027 0 -1 0 161980 297 1 0 159910 69 0 0 18 0 9 0 27838652 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1784/statm: 216911 155937 2660 9 0 211347 0
[pid=1784/tid=1786] ppid=1782 vsize=867644 CPUtime=1592.55
/proc/1784/task/1786/stat : 1786 (java) R 1782 1784 32027 0 -1 64 18917 297 1 0 159243 12 0 0 25 0 9 0 27838654 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4126843283 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1787] ppid=1782 vsize=867644 CPUtime=6.98
/proc/1784/task/1787/stat : 1787 (java) S 1782 1784 32027 0 -1 64 141460 297 0 0 643 55 0 0 16 0 9 0 27838655 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1788] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1788/stat : 1788 (java) S 1782 1784 32027 0 -1 64 17 297 0 0 0 0 0 0 16 0 9 0 27838655 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1789] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1789/stat : 1789 (java) S 1782 1784 32027 0 -1 64 8 297 0 0 0 0 0 0 16 0 9 0 27838655 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1791] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1791/stat : 1791 (java) S 1782 1784 32027 0 -1 64 2 297 0 0 0 0 0 0 18 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1792] ppid=1782 vsize=867644 CPUtime=0.23
/proc/1784/task/1792/stat : 1792 (java) S 1782 1784 32027 0 -1 64 750 297 0 0 23 0 0 0 16 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1793] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1793/stat : 1793 (java) S 1782 1784 32027 0 -1 64 1 297 0 0 0 0 0 0 19 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1795] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1795/stat : 1795 (java) S 1782 1784 32027 0 -1 64 18 297 0 0 0 0 0 0 15 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.79
Current children cumulated vsize (KiB) 867644

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/90 1843
/proc/meminfo: memFree=1118064/2055920 swapFree=4192812/4192956
[pid=1784] ppid=1782 vsize=867644 CPUtime=1659.5
/proc/1784/stat : 1784 (java) S 1782 1784 32027 0 -1 0 161981 297 1 0 165881 69 0 0 18 0 9 0 27838652 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1784/statm: 216911 155937 2660 9 0 211347 0
[pid=1784/tid=1786] ppid=1782 vsize=867644 CPUtime=1652.25
/proc/1784/task/1786/stat : 1786 (java) R 1782 1784 32027 0 -1 64 18918 297 1 0 165213 12 0 0 25 0 9 0 27838654 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4126843326 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1787] ppid=1782 vsize=867644 CPUtime=6.98
/proc/1784/task/1787/stat : 1787 (java) S 1782 1784 32027 0 -1 64 141460 297 0 0 643 55 0 0 16 0 9 0 27838655 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1788] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1788/stat : 1788 (java) S 1782 1784 32027 0 -1 64 17 297 0 0 0 0 0 0 16 0 9 0 27838655 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1789] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1789/stat : 1789 (java) S 1782 1784 32027 0 -1 64 8 297 0 0 0 0 0 0 16 0 9 0 27838655 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1791] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1791/stat : 1791 (java) S 1782 1784 32027 0 -1 64 2 297 0 0 0 0 0 0 18 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1792] ppid=1782 vsize=867644 CPUtime=0.23
/proc/1784/task/1792/stat : 1792 (java) S 1782 1784 32027 0 -1 64 750 297 0 0 23 0 0 0 16 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1793] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1793/stat : 1793 (java) S 1782 1784 32027 0 -1 64 1 297 0 0 0 0 0 0 19 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1795] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1795/stat : 1795 (java) S 1782 1784 32027 0 -1 64 18 297 0 0 0 0 0 0 15 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.5
Current children cumulated vsize (KiB) 867644

[startup+1722.3 s]
/proc/loadavg: 2.07 2.01 1.93 3/90 1843
/proc/meminfo: memFree=1118064/2055920 swapFree=4192812/4192956
[pid=1784] ppid=1782 vsize=867644 CPUtime=1719.21
/proc/1784/stat : 1784 (java) S 1782 1784 32027 0 -1 0 161981 297 1 0 171852 69 0 0 18 0 9 0 27838652 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1784/statm: 216911 155937 2660 9 0 211347 0
[pid=1784/tid=1786] ppid=1782 vsize=867644 CPUtime=1711.97
/proc/1784/task/1786/stat : 1786 (java) R 1782 1784 32027 0 -1 64 18918 297 1 0 171185 12 0 0 25 0 9 0 27838654 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4126844257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1787] ppid=1782 vsize=867644 CPUtime=6.98
/proc/1784/task/1787/stat : 1787 (java) S 1782 1784 32027 0 -1 64 141460 297 0 0 643 55 0 0 16 0 9 0 27838655 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1788] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1788/stat : 1788 (java) S 1782 1784 32027 0 -1 64 17 297 0 0 0 0 0 0 16 0 9 0 27838655 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1789] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1789/stat : 1789 (java) S 1782 1784 32027 0 -1 64 8 297 0 0 0 0 0 0 16 0 9 0 27838655 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1791] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1791/stat : 1791 (java) S 1782 1784 32027 0 -1 64 2 297 0 0 0 0 0 0 18 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1792] ppid=1782 vsize=867644 CPUtime=0.23
/proc/1784/task/1792/stat : 1792 (java) S 1782 1784 32027 0 -1 64 750 297 0 0 23 0 0 0 16 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1793] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1793/stat : 1793 (java) S 1782 1784 32027 0 -1 64 1 297 0 0 0 0 0 0 19 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1795] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1795/stat : 1795 (java) S 1782 1784 32027 0 -1 64 18 297 0 0 0 0 0 0 15 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.21
Current children cumulated vsize (KiB) 867644

[startup+1782.3 s]
/proc/loadavg: 2.14 2.04 1.94 3/90 1843
/proc/meminfo: memFree=1117936/2055920 swapFree=4192812/4192956
[pid=1784] ppid=1782 vsize=867644 CPUtime=1778.94
/proc/1784/stat : 1784 (java) S 1782 1784 32027 0 -1 0 161982 297 1 0 177824 70 0 0 18 0 9 0 27838652 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1784/statm: 216911 155937 2660 9 0 211347 0
[pid=1784/tid=1786] ppid=1782 vsize=867644 CPUtime=1771.68
/proc/1784/task/1786/stat : 1786 (java) R 1782 1784 32027 0 -1 64 18919 297 1 0 177156 12 0 0 25 0 9 0 27838654 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4126879036 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1787] ppid=1782 vsize=867644 CPUtime=6.99
/proc/1784/task/1787/stat : 1787 (java) S 1782 1784 32027 0 -1 64 141460 297 0 0 644 55 0 0 16 0 9 0 27838655 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1788] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1788/stat : 1788 (java) S 1782 1784 32027 0 -1 64 17 297 0 0 0 0 0 0 16 0 9 0 27838655 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1789] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1789/stat : 1789 (java) S 1782 1784 32027 0 -1 64 8 297 0 0 0 0 0 0 16 0 9 0 27838655 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1791] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1791/stat : 1791 (java) S 1782 1784 32027 0 -1 64 2 297 0 0 0 0 0 0 18 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1792] ppid=1782 vsize=867644 CPUtime=0.23
/proc/1784/task/1792/stat : 1792 (java) S 1782 1784 32027 0 -1 64 750 297 0 0 23 0 0 0 16 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1793] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1793/stat : 1793 (java) S 1782 1784 32027 0 -1 64 1 297 0 0 0 0 0 0 19 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1795] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1795/stat : 1795 (java) S 1782 1784 32027 0 -1 64 18 297 0 0 0 0 0 0 15 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.94
Current children cumulated vsize (KiB) 867644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.5 s]
/proc/loadavg: 2.10 2.04 1.94 3/90 1843
/proc/meminfo: memFree=1117936/2055920 swapFree=4192812/4192956
[pid=1784] ppid=1782 vsize=867644 CPUtime=1800.03
/proc/1784/stat : 1784 (java) S 1782 1784 32027 0 -1 0 161982 297 1 0 179933 70 0 0 18 0 9 0 27838652 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1784/statm: 216911 155937 2660 9 0 211347 0
[pid=1784/tid=1786] ppid=1782 vsize=867644 CPUtime=1792.78
/proc/1784/task/1786/stat : 1786 (java) R 1782 1784 32027 0 -1 64 18919 297 1 0 179266 12 0 0 25 0 9 0 27838654 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4126832044 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1787] ppid=1782 vsize=867644 CPUtime=6.99
/proc/1784/task/1787/stat : 1787 (java) S 1782 1784 32027 0 -1 64 141460 297 0 0 644 55 0 0 16 0 9 0 27838655 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1788] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1788/stat : 1788 (java) S 1782 1784 32027 0 -1 64 17 297 0 0 0 0 0 0 16 0 9 0 27838655 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1789] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1789/stat : 1789 (java) S 1782 1784 32027 0 -1 64 8 297 0 0 0 0 0 0 16 0 9 0 27838655 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1791] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1791/stat : 1791 (java) S 1782 1784 32027 0 -1 64 2 297 0 0 0 0 0 0 18 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1792] ppid=1782 vsize=867644 CPUtime=0.23
/proc/1784/task/1792/stat : 1792 (java) S 1782 1784 32027 0 -1 64 750 297 0 0 23 0 0 0 16 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1784/tid=1793] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1793/stat : 1793 (java) S 1782 1784 32027 0 -1 64 1 297 0 0 0 0 0 0 19 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1784/tid=1795] ppid=1782 vsize=867644 CPUtime=0
/proc/1784/task/1795/stat : 1795 (java) S 1782 1784 32027 0 -1 64 18 297 0 0 0 0 0 0 15 0 9 0 27838657 888467456 155937 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 867644

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

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

[startup+1803.61 s]
/proc/loadavg: 2.10 2.04 1.94 3/90 1843
/proc/meminfo: memFree=1117936/2055920 swapFree=4192812/4192956
[pid=1784] ppid=1782 vsize=0 CPUtime=1800.13
/proc/1784/stat : 1784 (java) Z 1782 1784 32027 0 -1 1036 162012 297 1 0 179935 78 0 0 16 0 2 0 27838652 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1784/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1803.62
CPU time (s): 1800.16
CPU user time (s): 1799.36
CPU system time (s): 0.797878
CPU usage (%): 99.8083
Max. virtual memory (cumulated for all children) (KiB): 867644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 0.797878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162309
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= 38141
involuntary context switches= 49262

runsolver used 2.03769 second user time and 5.11622 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-12 16:08:56
IDJOB=2095539
IDBENCH=55416
IDSOLVER=773
FILE ID=node81/2095539-1247407736
PBS_JOBID= 9510487
Free space on /tmp= 126680 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/dubois/normalized-dubois-100_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095539-1247407736/watcher-2095539-1247407736 -o /tmp/evaluation-result-2095539-1247407736/solver-2095539-1247407736 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095539-1247407736.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 751ddd7218f8f782ca5fbeab1c665c06
RANDOM SEED=1778383621

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1731024 kB
Buffers:         39124 kB
Cached:         120540 kB
SwapCached:          0 kB
Active:         187360 kB
Inactive:        66980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1731024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2320 kB
Writeback:           0 kB
Mapped:         115140 kB
Slab:            55448 kB
Committed_AS:  1029240 kB
PageTables:       2032 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126680 MiB
End job on node81 at 2009-07-12 16:39:01