Trace number 1064369

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.15 1811.68

General information on the benchmark

Namecsp/tdsp/
normalized-C5-3-91.xml
MD5SUM9dd9a7613f57790269389339b38e48da
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables221
Number of constraints2774
Maximum constraint arity6
Maximum domain size92
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2774
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1064369-1215140808.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.37/0.41	     nbVariables=221  nbDomainTypes=5  minDomainSize=1  maxDomainSize=92  nbTotalValues=11317
0.37/0.41	       =>  wckTime=0.166  cpuTime=0.16  mem=8M894
0.37/0.41	   
0.37/0.41	   predicates being loaded...
0.47/0.50	   
0.47/0.50	   constraints being loaded...
5.32/5.50	     nbConstraints=2774  nbSingletonDomainVariables=2  nbConflictsStructures=122  nbSharedConflictsStructures=24
5.32/5.50	     nbUnbuiltConflictsStructures=2028  nbSharedBinaryRepresentations=0  nbEvaluationManagers=2150
5.32/5.50	     nbSharedEvaluationManagers=624  minDegree=73  maxDegree=74  minArity=3  avgArity=5.84  maxArity=6  nbGenerators=0
5.32/5.50	     nbFusions=0  symmetryWckTime=0.254  symmetryCpuTime=0.11
5.32/5.50	       =>  wckTime=5.253  cpuTime=4.65  mem=59M802
5.53/5.66	   
5.53/5.66	   solver IterativeSystematicSolver being built... 
5.92/6.07	   
5.92/6.07	   INFO : Forward propagation technique limited 
6.02/6.14	       =>  wckTime=5.892  cpuTime=4.99  mem=77M725
9.89/10.06	   
9.89/10.06	   preprocessing
9.89/10.06	     nbConstraintChecks=2471670  nbValidityChecks=982296  nbPropagations=747  nbRevisions=25788
9.89/10.06	     nbUselessRevisions=25248  nbSingletonTests=234  nbEffectiveSingletonTests=0  nbACRemovals=786  nbFoundSingletons=0
9.89/10.06	     nbRemovedValues=786  detectedInconsistency=no
9.89/10.06	       =>  wckTime=3.915  cpuTime=3.85  mem=78M706
164.75/166.26	   
164.75/166.26	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=80M677)

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

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


[startup+0 s]
/proc/loadavg: 1.97 2.01 2.00 3/73 21775
/proc/meminfo: memFree=1695904/2055920 swapFree=4179776/4192956
[pid=21775] ppid=21773 vsize=18572 CPUtime=0
/proc/21775/stat : 21775 (runsolver) R 21773 21775 19249 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1993053253 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 221954764071 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/21775/statm: 4643 292 257 25 0 2626 0

[startup+0.0452251 s]
/proc/loadavg: 1.97 2.01 2.00 3/73 21775
/proc/meminfo: memFree=1695904/2055920 swapFree=4179776/4192956
[pid=21775] ppid=21773 vsize=861876 CPUtime=0.03
/proc/21775/stat : 21775 (java) S 21773 21775 19249 0 -1 0 2251 0 1 0 1 2 0 0 18 0 5 0 1993053253 882561024 1862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/21775/statm: 215469 1862 854 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.101475 s]
/proc/loadavg: 1.97 2.01 2.00 3/73 21775
/proc/meminfo: memFree=1695904/2055920 swapFree=4179776/4192956
[pid=21775] ppid=21773 vsize=865884 CPUtime=0.08
/proc/21775/stat : 21775 (java) S 21773 21775 19249 0 -1 0 3714 0 1 0 6 2 0 0 18 0 9 0 1993053253 886665216 3178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21775/statm: 216471 3178 1684 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301493 s]
/proc/loadavg: 1.97 2.01 2.00 3/73 21775
/proc/meminfo: memFree=1695904/2055920 swapFree=4179776/4192956
[pid=21775] ppid=21773 vsize=866248 CPUtime=0.28
/proc/21775/stat : 21775 (java) S 21773 21775 19249 0 -1 0 5800 0 1 0 23 5 0 0 18 0 9 0 1993053253 887037952 5174 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21775/statm: 216562 5174 1952 9 0 211090 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866248

[startup+0.701529 s]
/proc/loadavg: 1.97 2.01 2.00 3/73 21775
/proc/meminfo: memFree=1695904/2055920 swapFree=4179776/4192956
[pid=21775] ppid=21773 vsize=867108 CPUtime=0.68
/proc/21775/stat : 21775 (java) S 21773 21775 19249 0 -1 0 7871 0 1 0 61 7 0 0 18 0 9 0 1993053253 887918592 7231 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21775/statm: 216777 7231 2006 9 0 211283 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867108

[startup+1.5026 s]
/proc/loadavg: 1.97 2.01 2.00 3/82 21784
/proc/meminfo: memFree=1659736/2055920 swapFree=4179776/4192956
[pid=21775] ppid=21773 vsize=867704 CPUtime=1.46
/proc/21775/stat : 21775 (java) S 21773 21775 19249 0 -1 0 18256 0 1 0 134 12 0 0 18 0 9 0 1993053253 888528896 17614 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21775/statm: 216926 17614 2024 9 0 211432 0
[pid=21775/tid=21777] ppid=21773 vsize=867704 CPUtime=1.19
/proc/21775/task/21777/stat : 21777 (java) R 21773 21775 19249 0 -1 64 15756 0 1 0 109 10 0 0 25 0 9 0 1993053255 888528896 17614 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21778] ppid=21773 vsize=867704 CPUtime=0.03
/proc/21775/task/21778/stat : 21778 (java) R 21773 21775 19249 0 -1 64 1082 0 0 0 3 0 0 0 16 0 9 0 1993053256 888528896 17614 996147200 134512640 134550740 4294955968 18446744073709551615 102722800 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21779] ppid=21773 vsize=867704 CPUtime=0
/proc/21775/task/21779/stat : 21779 (java) S 21773 21775 19249 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1993053257 888528896 17614 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21780] ppid=21773 vsize=867704 CPUtime=0
/proc/21775/task/21780/stat : 21780 (java) S 21773 21775 19249 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1993053257 888528896 17614 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21781] ppid=21773 vsize=867704 CPUtime=0
/proc/21775/task/21781/stat : 21781 (java) S 21773 21775 19249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993053259 888528896 17614 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21782] ppid=21773 vsize=867704 CPUtime=0.21
/proc/21775/task/21782/stat : 21782 (java) S 21773 21775 19249 0 -1 64 726 0 0 0 21 0 0 0 16 0 9 0 1993053259 888528896 17614 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21783] ppid=21773 vsize=867704 CPUtime=0
/proc/21775/task/21783/stat : 21783 (java) S 21773 21775 19249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993053259 888528896 17614 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21784] ppid=21773 vsize=867704 CPUtime=0
/proc/21775/task/21784/stat : 21784 (java) S 21773 21775 19249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993053259 888528896 17614 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867704

[startup+3.10275 s]
/proc/loadavg: 1.97 2.01 2.00 3/82 21784
/proc/meminfo: memFree=1632472/2055920 swapFree=4179776/4192956
[pid=21775] ppid=21773 vsize=867616 CPUtime=3.06
/proc/21775/stat : 21775 (java) S 21773 21775 19249 0 -1 0 19769 0 1 0 289 17 0 0 18 0 9 0 1993053253 888438784 19102 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21775/statm: 216904 19102 2005 9 0 211432 0
[pid=21775/tid=21777] ppid=21773 vsize=867616 CPUtime=2.72
/proc/21775/task/21777/stat : 21777 (java) R 21773 21775 19249 0 -1 64 15764 0 1 0 257 15 0 0 25 0 9 0 1993053255 888438784 19102 996147200 134512640 134550740 4294955968 18446744073709551615 102889289 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21778] ppid=21773 vsize=867616 CPUtime=0.08
/proc/21775/task/21778/stat : 21778 (java) S 21773 21775 19249 0 -1 64 2575 0 0 0 8 0 0 0 16 0 9 0 1993053256 888438784 19102 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21779] ppid=21773 vsize=867616 CPUtime=0
/proc/21775/task/21779/stat : 21779 (java) S 21773 21775 19249 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993053257 888438784 19102 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21780] ppid=21773 vsize=867616 CPUtime=0
/proc/21775/task/21780/stat : 21780 (java) S 21773 21775 19249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993053257 888438784 19102 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21781] ppid=21773 vsize=867616 CPUtime=0
/proc/21775/task/21781/stat : 21781 (java) S 21773 21775 19249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993053259 888438784 19102 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21782] ppid=21773 vsize=867616 CPUtime=0.23
/proc/21775/task/21782/stat : 21782 (java) S 21773 21775 19249 0 -1 64 734 0 0 0 23 0 0 0 15 0 9 0 1993053259 888438784 19102 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21783] ppid=21773 vsize=867616 CPUtime=0
/proc/21775/task/21783/stat : 21783 (java) S 21773 21775 19249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993053259 888438784 19102 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21784] ppid=21773 vsize=867616 CPUtime=0
/proc/21775/task/21784/stat : 21784 (java) S 21773 21775 19249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993053259 888438784 19102 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867616

[startup+6.30103 s]
/proc/loadavg: 1.97 2.01 2.00 4/84 21786
/proc/meminfo: memFree=1619720/2055920 swapFree=4179776/4192956
[pid=21775] ppid=21773 vsize=868028 CPUtime=6.22
/proc/21775/stat : 21775 (java) S 21773 21775 19249 0 -1 0 45926 578 1 0 582 31 7 2 18 0 9 0 1993053253 888860672 27496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21775/statm: 217007 27496 2637 9 0 211513 0
[pid=21775/tid=21777] ppid=21773 vsize=868028 CPUtime=5.42
/proc/21775/task/21777/stat : 21777 (java) R 21773 21775 19249 0 -1 64 26191 578 1 0 510 23 7 2 25 0 9 0 1993053255 888860672 27496 996147200 134512640 134550740 4294955968 18446744073709551615 4126882767 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21778] ppid=21773 vsize=868028 CPUtime=0.52
/proc/21775/task/21778/stat : 21778 (java) S 21773 21775 19249 0 -1 64 17909 578 0 0 38 5 7 2 16 0 9 0 1993053256 888860672 27496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21779] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21779/stat : 21779 (java) S 21773 21775 19249 0 -1 64 17 578 0 0 0 0 7 2 16 0 9 0 1993053257 888860672 27496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21780] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21780/stat : 21780 (java) S 21773 21775 19249 0 -1 64 24 578 0 0 0 0 7 2 15 0 9 0 1993053257 888860672 27496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21781] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21781/stat : 21781 (java) S 21773 21775 19249 0 -1 64 1 578 0 0 0 0 7 2 18 0 9 0 1993053259 888860672 27496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21782] ppid=21773 vsize=868028 CPUtime=0.42
/proc/21775/task/21782/stat : 21782 (java) S 21773 21775 19249 0 -1 64 961 578 0 0 33 0 7 2 15 0 9 0 1993053259 888860672 27496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21783] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21783/stat : 21783 (java) S 21773 21775 19249 0 -1 64 1 578 0 0 0 0 7 2 19 0 9 0 1993053259 888860672 27496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21784] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21784/stat : 21784 (java) S 21773 21775 19249 0 -1 64 6 578 0 0 0 0 7 2 15 0 9 0 1993053259 888860672 27496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868028

[startup+12.7016 s]
/proc/loadavg: 1.97 2.00 2.00 3/82 21788
/proc/meminfo: memFree=1595152/2055920 swapFree=4179776/4192956
[pid=21775] ppid=21773 vsize=868028 CPUtime=12.56
/proc/21775/stat : 21775 (java) S 21773 21775 19249 0 -1 0 45966 578 1 0 1216 31 7 2 18 0 9 0 1993053253 888860672 27520 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21775/statm: 217007 27520 2637 9 0 211513 0
[pid=21775/tid=21777] ppid=21773 vsize=868028 CPUtime=11.72
/proc/21775/task/21777/stat : 21777 (java) R 21773 21775 19249 0 -1 64 26208 578 1 0 1140 23 7 2 25 0 9 0 1993053255 888860672 27520 996147200 134512640 134550740 4294955968 18446744073709551615 4126878696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21778] ppid=21773 vsize=868028 CPUtime=0.52
/proc/21775/task/21778/stat : 21778 (java) S 21773 21775 19249 0 -1 64 17909 578 0 0 38 5 7 2 17 0 9 0 1993053256 888860672 27520 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21779] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21779/stat : 21779 (java) S 21773 21775 19249 0 -1 64 17 578 0 0 0 0 7 2 16 0 9 0 1993053257 888860672 27520 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21780] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21780/stat : 21780 (java) S 21773 21775 19249 0 -1 64 24 578 0 0 0 0 7 2 15 0 9 0 1993053257 888860672 27520 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21781] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21781/stat : 21781 (java) S 21773 21775 19249 0 -1 64 1 578 0 0 0 0 7 2 18 0 9 0 1993053259 888860672 27520 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21782] ppid=21773 vsize=868028 CPUtime=0.45
/proc/21775/task/21782/stat : 21782 (java) S 21773 21775 19249 0 -1 64 983 578 0 0 36 0 7 2 15 0 9 0 1993053259 888860672 27520 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21783] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21783/stat : 21783 (java) S 21773 21775 19249 0 -1 64 1 578 0 0 0 0 7 2 19 0 9 0 1993053259 888860672 27520 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21784] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21784/stat : 21784 (java) R 21773 21775 19249 0 -1 64 7 578 0 0 0 0 7 2 15 0 9 0 1993053259 888860672 27520 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868028

[startup+25.5028 s]
/proc/loadavg: 1.98 2.00 2.00 3/82 21788
/proc/meminfo: memFree=1595280/2055920 swapFree=4179776/4192956
[pid=21775] ppid=21773 vsize=868028 CPUtime=25.25
/proc/21775/stat : 21775 (java) S 21773 21775 19249 0 -1 0 45970 578 1 0 2484 32 7 2 18 0 9 0 1993053253 888860672 27522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21775/statm: 217007 27522 2637 9 0 211513 0
[pid=21775/tid=21777] ppid=21773 vsize=868028 CPUtime=24.41
/proc/21775/task/21777/stat : 21777 (java) R 21773 21775 19249 0 -1 64 26210 578 1 0 2408 24 7 2 25 0 9 0 1993053255 888860672 27522 996147200 134512640 134550740 4294955968 18446744073709551615 4126878696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21778] ppid=21773 vsize=868028 CPUtime=0.52
/proc/21775/task/21778/stat : 21778 (java) S 21773 21775 19249 0 -1 64 17909 578 0 0 38 5 7 2 16 0 9 0 1993053256 888860672 27522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21779] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21779/stat : 21779 (java) S 21773 21775 19249 0 -1 64 17 578 0 0 0 0 7 2 16 0 9 0 1993053257 888860672 27522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21780] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21780/stat : 21780 (java) S 21773 21775 19249 0 -1 64 24 578 0 0 0 0 7 2 15 0 9 0 1993053257 888860672 27522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21781] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21781/stat : 21781 (java) S 21773 21775 19249 0 -1 64 1 578 0 0 0 0 7 2 18 0 9 0 1993053259 888860672 27522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21782] ppid=21773 vsize=868028 CPUtime=0.47
/proc/21775/task/21782/stat : 21782 (java) S 21773 21775 19249 0 -1 64 985 578 0 0 37 1 7 2 16 0 9 0 1993053259 888860672 27522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21783] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21783/stat : 21783 (java) S 21773 21775 19249 0 -1 64 1 578 0 0 0 0 7 2 19 0 9 0 1993053259 888860672 27522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21784] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21784/stat : 21784 (java) S 21773 21775 19249 0 -1 64 7 578 0 0 0 0 7 2 15 0 9 0 1993053259 888860672 27522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 868028

[startup+51.1021 s]
/proc/loadavg: 1.98 2.00 2.00 3/82 21788
/proc/meminfo: memFree=1595216/2055920 swapFree=4179776/4192956
[pid=21775] ppid=21773 vsize=868028 CPUtime=50.63
/proc/21775/stat : 21775 (java) S 21773 21775 19249 0 -1 0 45974 578 1 0 5022 32 7 2 18 0 9 0 1993053253 888860672 27525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21775/statm: 217007 27525 2637 9 0 211513 0
[pid=21775/tid=21777] ppid=21773 vsize=868028 CPUtime=49.78
/proc/21775/task/21777/stat : 21777 (java) R 21773 21775 19249 0 -1 64 26210 578 1 0 4945 24 7 2 25 0 9 0 1993053255 888860672 27525 996147200 134512640 134550740 4294955968 18446744073709551615 4127292992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21778] ppid=21773 vsize=868028 CPUtime=0.52
/proc/21775/task/21778/stat : 21778 (java) S 21773 21775 19249 0 -1 64 17909 578 0 0 38 5 7 2 17 0 9 0 1993053256 888860672 27525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21779] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21779/stat : 21779 (java) S 21773 21775 19249 0 -1 64 17 578 0 0 0 0 7 2 16 0 9 0 1993053257 888860672 27525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21780] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21780/stat : 21780 (java) S 21773 21775 19249 0 -1 64 24 578 0 0 0 0 7 2 15 0 9 0 1993053257 888860672 27525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21781] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21781/stat : 21781 (java) S 21773 21775 19249 0 -1 64 1 578 0 0 0 0 7 2 18 0 9 0 1993053259 888860672 27525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21782] ppid=21773 vsize=868028 CPUtime=0.47
/proc/21775/task/21782/stat : 21782 (java) S 21773 21775 19249 0 -1 64 989 578 0 0 37 1 7 2 17 0 9 0 1993053259 888860672 27525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21783] ppid=21773 vsize=868028 CPUtime=0.09

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

/proc/21775/task/21780/stat : 21780 (java) S 21773 21775 19249 0 -1 64 24 578 0 0 0 0 7 2 15 0 9 0 1993053257 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21781] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21781/stat : 21781 (java) S 21773 21775 19249 0 -1 64 1 578 0 0 0 0 7 2 18 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21782] ppid=21773 vsize=868028 CPUtime=0.51
/proc/21775/task/21782/stat : 21782 (java) S 21773 21775 19249 0 -1 64 1006 578 0 0 41 1 7 2 16 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21783] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21783/stat : 21783 (java) S 21773 21775 19249 0 -1 64 1 578 0 0 0 0 7 2 19 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21784] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21784/stat : 21784 (java) S 21773 21775 19249 0 -1 64 7 578 0 0 0 0 7 2 15 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.87
Current children cumulated vsize (KiB) 868028

[startup+1542.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/81 21900
/proc/meminfo: memFree=1734816/2055920 swapFree=4179776/4192956
[pid=21775] ppid=21773 vsize=868028 CPUtime=1530.85
/proc/21775/stat : 21775 (java) S 21773 21775 19249 0 -1 0 45999 578 1 0 153039 37 7 2 18 0 9 0 1993053253 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21775/statm: 217007 27540 2637 9 0 211513 0
[pid=21775/tid=21777] ppid=21773 vsize=868028 CPUtime=1529.96
/proc/21775/task/21777/stat : 21777 (java) R 21773 21775 19249 0 -1 64 26218 578 1 0 152958 29 7 2 25 0 9 0 1993053255 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4127265542 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21775/tid=21778] ppid=21773 vsize=868028 CPUtime=0.52
/proc/21775/task/21778/stat : 21778 (java) S 21773 21775 19249 0 -1 64 17909 578 0 0 38 5 7 2 16 0 9 0 1993053256 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21779] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21779/stat : 21779 (java) S 21773 21775 19249 0 -1 64 17 578 0 0 0 0 7 2 16 0 9 0 1993053257 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21780] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21780/stat : 21780 (java) S 21773 21775 19249 0 -1 64 24 578 0 0 0 0 7 2 15 0 9 0 1993053257 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21781] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21781/stat : 21781 (java) S 21773 21775 19249 0 -1 64 1 578 0 0 0 0 7 2 18 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21782] ppid=21773 vsize=868028 CPUtime=0.51
/proc/21775/task/21782/stat : 21782 (java) S 21773 21775 19249 0 -1 64 1006 578 0 0 41 1 7 2 16 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21783] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21783/stat : 21783 (java) S 21773 21775 19249 0 -1 64 1 578 0 0 0 0 7 2 19 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21784] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21784/stat : 21784 (java) S 21773 21775 19249 0 -1 64 7 578 0 0 0 0 7 2 15 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.85
Current children cumulated vsize (KiB) 868028

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/81 21900
/proc/meminfo: memFree=1734624/2055920 swapFree=4179776/4192956
[pid=21775] ppid=21773 vsize=868028 CPUtime=1590.82
/proc/21775/stat : 21775 (java) S 21773 21775 19249 0 -1 0 45999 578 1 0 159036 37 7 2 18 0 9 0 1993053253 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21775/statm: 217007 27540 2637 9 0 211513 0
[pid=21775/tid=21777] ppid=21773 vsize=868028 CPUtime=1589.93
/proc/21775/task/21777/stat : 21777 (java) R 21773 21775 19249 0 -1 64 26218 578 1 0 158955 29 7 2 25 0 9 0 1993053255 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4127292379 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21775/tid=21778] ppid=21773 vsize=868028 CPUtime=0.52
/proc/21775/task/21778/stat : 21778 (java) S 21773 21775 19249 0 -1 64 17909 578 0 0 38 5 7 2 16 0 9 0 1993053256 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21779] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21779/stat : 21779 (java) S 21773 21775 19249 0 -1 64 17 578 0 0 0 0 7 2 16 0 9 0 1993053257 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21780] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21780/stat : 21780 (java) S 21773 21775 19249 0 -1 64 24 578 0 0 0 0 7 2 15 0 9 0 1993053257 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21781] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21781/stat : 21781 (java) S 21773 21775 19249 0 -1 64 1 578 0 0 0 0 7 2 18 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21782] ppid=21773 vsize=868028 CPUtime=0.51
/proc/21775/task/21782/stat : 21782 (java) S 21773 21775 19249 0 -1 64 1006 578 0 0 41 1 7 2 16 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21783] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21783/stat : 21783 (java) S 21773 21775 19249 0 -1 64 1 578 0 0 0 0 7 2 19 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21784] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21784/stat : 21784 (java) S 21773 21775 19249 0 -1 64 7 578 0 0 0 0 7 2 15 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.82
Current children cumulated vsize (KiB) 868028

[startup+1662.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/81 21901
/proc/meminfo: memFree=1734432/2055920 swapFree=4179776/4192956
[pid=21775] ppid=21773 vsize=868028 CPUtime=1650.8
/proc/21775/stat : 21775 (java) S 21773 21775 19249 0 -1 0 45999 578 1 0 165034 37 7 2 18 0 9 0 1993053253 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21775/statm: 217007 27540 2637 9 0 211513 0
[pid=21775/tid=21777] ppid=21773 vsize=868028 CPUtime=1649.91
/proc/21775/task/21777/stat : 21777 (java) R 21773 21775 19249 0 -1 64 26218 578 1 0 164953 29 7 2 25 0 9 0 1993053255 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4126884084 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21775/tid=21778] ppid=21773 vsize=868028 CPUtime=0.52
/proc/21775/task/21778/stat : 21778 (java) S 21773 21775 19249 0 -1 64 17909 578 0 0 38 5 7 2 16 0 9 0 1993053256 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21779] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21779/stat : 21779 (java) S 21773 21775 19249 0 -1 64 17 578 0 0 0 0 7 2 16 0 9 0 1993053257 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21780] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21780/stat : 21780 (java) S 21773 21775 19249 0 -1 64 24 578 0 0 0 0 7 2 15 0 9 0 1993053257 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21781] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21781/stat : 21781 (java) S 21773 21775 19249 0 -1 64 1 578 0 0 0 0 7 2 18 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21782] ppid=21773 vsize=868028 CPUtime=0.51
/proc/21775/task/21782/stat : 21782 (java) S 21773 21775 19249 0 -1 64 1006 578 0 0 41 1 7 2 16 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21783] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21783/stat : 21783 (java) S 21773 21775 19249 0 -1 64 1 578 0 0 0 0 7 2 19 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21784] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21784/stat : 21784 (java) S 21773 21775 19249 0 -1 64 7 578 0 0 0 0 7 2 15 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.8
Current children cumulated vsize (KiB) 868028

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/81 21902
/proc/meminfo: memFree=1734432/2055920 swapFree=4179776/4192956
[pid=21775] ppid=21773 vsize=868028 CPUtime=1710.78
/proc/21775/stat : 21775 (java) S 21773 21775 19249 0 -1 0 45999 578 1 0 171032 37 7 2 18 0 9 0 1993053253 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21775/statm: 217007 27540 2637 9 0 211513 0
[pid=21775/tid=21777] ppid=21773 vsize=868028 CPUtime=1709.89
/proc/21775/task/21777/stat : 21777 (java) R 21773 21775 19249 0 -1 64 26218 578 1 0 170951 29 7 2 25 0 9 0 1993053255 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4126878690 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21775/tid=21778] ppid=21773 vsize=868028 CPUtime=0.52
/proc/21775/task/21778/stat : 21778 (java) S 21773 21775 19249 0 -1 64 17909 578 0 0 38 5 7 2 16 0 9 0 1993053256 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21779] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21779/stat : 21779 (java) S 21773 21775 19249 0 -1 64 17 578 0 0 0 0 7 2 16 0 9 0 1993053257 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21780] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21780/stat : 21780 (java) S 21773 21775 19249 0 -1 64 24 578 0 0 0 0 7 2 15 0 9 0 1993053257 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21781] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21781/stat : 21781 (java) S 21773 21775 19249 0 -1 64 1 578 0 0 0 0 7 2 18 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21782] ppid=21773 vsize=868028 CPUtime=0.51
/proc/21775/task/21782/stat : 21782 (java) S 21773 21775 19249 0 -1 64 1006 578 0 0 41 1 7 2 16 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21783] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21783/stat : 21783 (java) S 21773 21775 19249 0 -1 64 1 578 0 0 0 0 7 2 19 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21784] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21784/stat : 21784 (java) S 21773 21775 19249 0 -1 64 7 578 0 0 0 0 7 2 15 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.78
Current children cumulated vsize (KiB) 868028

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 21902
/proc/meminfo: memFree=1734560/2055920 swapFree=4179776/4192956
[pid=21775] ppid=21773 vsize=868028 CPUtime=1770.77
/proc/21775/stat : 21775 (java) S 21773 21775 19249 0 -1 0 45999 578 1 0 177030 38 7 2 18 0 9 0 1993053253 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21775/statm: 217007 27540 2637 9 0 211513 0
[pid=21775/tid=21777] ppid=21773 vsize=868028 CPUtime=1769.87
/proc/21775/task/21777/stat : 21777 (java) R 21773 21775 19249 0 -1 64 26218 578 1 0 176949 29 7 2 25 0 9 0 1993053255 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4126897120 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21775/tid=21778] ppid=21773 vsize=868028 CPUtime=0.52
/proc/21775/task/21778/stat : 21778 (java) S 21773 21775 19249 0 -1 64 17909 578 0 0 38 5 7 2 16 0 9 0 1993053256 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21779] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21779/stat : 21779 (java) S 21773 21775 19249 0 -1 64 17 578 0 0 0 0 7 2 16 0 9 0 1993053257 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21780] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21780/stat : 21780 (java) S 21773 21775 19249 0 -1 64 24 578 0 0 0 0 7 2 15 0 9 0 1993053257 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21781] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21781/stat : 21781 (java) S 21773 21775 19249 0 -1 64 1 578 0 0 0 0 7 2 18 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21782] ppid=21773 vsize=868028 CPUtime=0.51
/proc/21775/task/21782/stat : 21782 (java) S 21773 21775 19249 0 -1 64 1006 578 0 0 41 1 7 2 16 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21783] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21783/stat : 21783 (java) S 21773 21775 19249 0 -1 64 1 578 0 0 0 0 7 2 19 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21784] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21784/stat : 21784 (java) S 21773 21775 19249 0 -1 64 7 578 0 0 0 0 7 2 15 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.77
Current children cumulated vsize (KiB) 868028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.6 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 21902
/proc/meminfo: memFree=1734560/2055920 swapFree=4179776/4192956
[pid=21775] ppid=21773 vsize=868028 CPUtime=1800.07
/proc/21775/stat : 21775 (java) S 21773 21775 19249 0 -1 0 45999 578 1 0 179960 38 7 2 18 0 9 0 1993053253 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21775/statm: 217007 27540 2637 9 0 211513 0
[pid=21775/tid=21777] ppid=21773 vsize=868028 CPUtime=1799.17
/proc/21775/task/21777/stat : 21777 (java) R 21773 21775 19249 0 -1 64 26218 578 1 0 179879 29 7 2 25 0 9 0 1993053255 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4126878609 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21775/tid=21778] ppid=21773 vsize=868028 CPUtime=0.52
/proc/21775/task/21778/stat : 21778 (java) S 21773 21775 19249 0 -1 64 17909 578 0 0 38 5 7 2 16 0 9 0 1993053256 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21779] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21779/stat : 21779 (java) S 21773 21775 19249 0 -1 64 17 578 0 0 0 0 7 2 16 0 9 0 1993053257 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21780] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21780/stat : 21780 (java) S 21773 21775 19249 0 -1 64 24 578 0 0 0 0 7 2 15 0 9 0 1993053257 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21781] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21781/stat : 21781 (java) S 21773 21775 19249 0 -1 64 1 578 0 0 0 0 7 2 18 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21782] ppid=21773 vsize=868028 CPUtime=0.51
/proc/21775/task/21782/stat : 21782 (java) S 21773 21775 19249 0 -1 64 1006 578 0 0 41 1 7 2 16 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21783] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21783/stat : 21783 (java) S 21773 21775 19249 0 -1 64 1 578 0 0 0 0 7 2 19 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21775/tid=21784] ppid=21773 vsize=868028 CPUtime=0.09
/proc/21775/task/21784/stat : 21784 (java) R 21773 21775 19249 0 -1 64 7 578 0 0 0 0 7 2 15 0 9 0 1993053259 888860672 27540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868028

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

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

Child status: 143
Real time (s): 1811.68
CPU time (s): 1800.15
CPU user time (s): 1799.73
CPU system time (s): 0.419936
CPU usage (%): 99.3635
Max. virtual memory (cumulated for all children) (KiB): 869800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.419936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46608
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= 38362
involuntary context switches= 56724

runsolver used 2.22466 second user time and 6.02208 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-04 05:06:48
IDJOB=1064369
IDBENCH=54939
IDSOLVER=364
FILE ID=node43/1064369-1215140808
PBS_JOBID= 7877220
Free space on /tmp= 66556 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/tdsp/normalized-C5-3-91.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-1064369-1215140808/watcher-1064369-1215140808 -o /tmp/evaluation-result-1064369-1215140808/solver-1064369-1215140808 -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-1064369-1215140808.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9dd9a7613f57790269389339b38e48da
RANDOM SEED=1170988222

node43.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.230
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.230
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:       1696384 kB
Buffers:         11844 kB
Cached:          93784 kB
SwapCached:       7048 kB
Active:         253868 kB
Inactive:        46732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1696384 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            2516 kB
Writeback:           0 kB
Mapped:         201484 kB
Slab:            43608 kB
Committed_AS:  3922064 kB
PageTables:       2496 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= 66556 MiB
End job on node43 at 2008-07-04 05:37:01