Trace number 1044189

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 1809.05

General information on the benchmark

Namecsp/QWH-25/
normalized-qwh-25-235-8_ext.xml
MD5SUM36e7948d4eb9ec3ba95226d8041bc346
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.16206
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints9300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension9300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1044189-1215020968.xml
0.28/0.30	   
0.28/0.30	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.38/0.43	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25  nbTotalValues=6265
0.38/0.43	       =>  wckTime=0.193  cpuTime=0.14  mem=9M869
0.38/0.43	   
0.38/0.43	   relations being loaded...
0.38/0.44	   
0.38/0.44	   constraints being loaded...
1.27/1.34	     nbConstraints=9326  nbRelationTypes=26  nbGlobalConstraints=26  nbSingletonDomainVariables=390
1.27/1.34	     nbExtensionStructures=51  nbSharedExtensionStructures=9249  nbConflictsStructures=51
1.27/1.34	     nbSharedConflictsStructures=9249  nbSharedBinaryRepresentations=1323  minDegree=18  maxDegree=49  minArity=2
1.27/1.34	     avgArity=2.02  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.352  symmetryCpuTime=0.17  nbCliques=26
1.27/1.34	       =>  wckTime=1.1  cpuTime=0.69  mem=23M257
1.36/1.45	   
1.36/1.45	   solver IterativeSystematicSolver being built... 
1.47/1.52	   
1.47/1.52	   INFO : Forward propagation technique limited 
1.56/1.61	       =>  wckTime=1.369  cpuTime=0.83  mem=31M82
1.56/1.67	   
1.56/1.67	   preprocessing
1.56/1.67	     nbConstraintChecks=93030  nbPropagations=625  nbRevisions=7320  nbUselessRevisions=2395  nbRemovedValues=4925
1.56/1.67	     detectedInconsistency=no
1.56/1.67	       =>  wckTime=0.061  cpuTime=0.05  mem=31M82
1.97/2.03	   
1.97/2.03	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=33M88)

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-1044189-1215020968/watcher-1044189-1215020968 -o /tmp/evaluation-result-1044189-1215020968/solver-1044189-1215020968 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044189-1215020968.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 1.97 1.69 4/94 20070
/proc/meminfo: memFree=1391376/2055920 swapFree=4179048/4192956
[pid=20070] ppid=20068 vsize=18572 CPUtime=0
/proc/20070/stat : 20070 (runsolver) R 20068 20070 19764 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 113777425 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 265674091815 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/20070/statm: 4643 292 257 25 0 2626 0

[startup+0.048925 s]
/proc/loadavg: 1.97 1.97 1.69 4/94 20070
/proc/meminfo: memFree=1391376/2055920 swapFree=4179048/4192956
[pid=20070] ppid=20068 vsize=863688 CPUtime=0.03
/proc/20070/stat : 20070 (java) S 20068 20070 19764 0 -1 0 2424 0 1 0 2 1 0 0 22 0 9 0 113777425 884416512 1999 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 215922 1999 913 9 0 210901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863688

[startup+0.101933 s]
/proc/loadavg: 1.97 1.97 1.69 4/94 20070
/proc/meminfo: memFree=1391376/2055920 swapFree=4179048/4192956
[pid=20070] ppid=20068 vsize=865884 CPUtime=0.08
/proc/20070/stat : 20070 (java) S 20068 20070 19764 0 -1 0 3736 0 1 0 7 1 0 0 22 0 9 0 113777425 886665216 3199 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 216471 3199 1694 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301954 s]
/proc/loadavg: 1.97 1.97 1.69 4/94 20070
/proc/meminfo: memFree=1391376/2055920 swapFree=4179048/4192956
[pid=20070] ppid=20068 vsize=866408 CPUtime=0.28
/proc/20070/stat : 20070 (java) S 20068 20070 19764 0 -1 0 6030 0 1 0 25 3 0 0 22 0 9 0 113777425 887201792 5404 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 216602 5404 1956 9 0 211130 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866408

[startup+0.701999 s]
/proc/loadavg: 1.97 1.97 1.69 4/94 20070
/proc/meminfo: memFree=1391376/2055920 swapFree=4179048/4192956
[pid=20070] ppid=20068 vsize=867440 CPUtime=0.69
/proc/20070/stat : 20070 (java) S 20068 20070 19764 0 -1 0 10060 0 1 0 63 6 0 0 22 0 9 0 113777425 888258560 9420 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 216860 9420 1983 9 0 211388 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867440

[startup+1.50531 s]
/proc/loadavg: 1.97 1.97 1.69 4/103 20079
/proc/meminfo: memFree=1324104/2055920 swapFree=4179048/4192956
[pid=20070] ppid=20068 vsize=867908 CPUtime=1.47
/proc/20070/stat : 20070 (java) S 20068 20070 19764 0 -1 0 27320 705 1 0 123 12 11 1 22 0 9 0 113777425 888737792 21295 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 216977 21295 2635 9 0 211483 0
[pid=20070/tid=20072] ppid=20068 vsize=867908 CPUtime=1.02
/proc/20070/task/20072/stat : 20072 (java) R 20068 20070 19764 0 -1 64 18097 705 1 0 82 8 11 1 24 0 9 0 113777426 888737792 21295 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20073] ppid=20068 vsize=867908 CPUtime=0.31
/proc/20070/task/20073/stat : 20073 (java) S 20068 20070 19764 0 -1 64 7540 705 0 0 17 2 11 1 17 0 9 0 113777428 888737792 21295 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20074] ppid=20068 vsize=867908 CPUtime=0.12
/proc/20070/task/20074/stat : 20074 (java) S 20068 20070 19764 0 -1 64 17 705 0 0 0 0 11 1 16 0 9 0 113777428 888737792 21295 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20075] ppid=20068 vsize=867908 CPUtime=0.12
/proc/20070/task/20075/stat : 20075 (java) S 20068 20070 19764 0 -1 64 10 705 0 0 0 0 11 1 15 0 9 0 113777428 888737792 21295 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20076] ppid=20068 vsize=867908 CPUtime=0.12
/proc/20070/task/20076/stat : 20076 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888737792 21295 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20068 vsize=867908 CPUtime=0.34
/proc/20070/task/20077/stat : 20077 (java) S 20068 20070 19764 0 -1 64 843 705 0 0 22 0 11 1 15 0 9 0 113777430 888737792 21295 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20078] ppid=20068 vsize=867908 CPUtime=0.12
/proc/20070/task/20078/stat : 20078 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888737792 21295 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20079] ppid=20068 vsize=867908 CPUtime=0.12
/proc/20070/task/20079/stat : 20079 (java) S 20068 20070 19764 0 -1 64 5 705 0 0 0 0 11 1 15 0 9 0 113777430 888737792 21295 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867908

[startup+3.10227 s]
/proc/loadavg: 1.97 1.97 1.69 3/103 20083
/proc/meminfo: memFree=1315592/2055920 swapFree=4179048/4192956
[pid=20070] ppid=20068 vsize=867908 CPUtime=3.06
/proc/20070/stat : 20070 (java) S 20068 20070 19764 0 -1 0 32069 705 1 0 280 14 11 1 22 0 9 0 113777425 888737792 21383 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 216977 21383 2636 9 0 211483 0
[pid=20070/tid=20072] ppid=20068 vsize=867908 CPUtime=2.51
/proc/20070/task/20072/stat : 20072 (java) R 20068 20070 19764 0 -1 64 22792 705 1 0 229 10 11 1 25 0 9 0 113777426 888737792 21383 996147200 134512640 134550740 4294955984 18446744073709551615 4127165219 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20073] ppid=20068 vsize=867908 CPUtime=0.31
/proc/20070/task/20073/stat : 20073 (java) S 20068 20070 19764 0 -1 64 7541 705 0 0 17 2 11 1 17 0 9 0 113777428 888737792 21383 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20074] ppid=20068 vsize=867908 CPUtime=0.12
/proc/20070/task/20074/stat : 20074 (java) S 20068 20070 19764 0 -1 64 17 705 0 0 0 0 11 1 16 0 9 0 113777428 888737792 21383 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20075] ppid=20068 vsize=867908 CPUtime=0.12
/proc/20070/task/20075/stat : 20075 (java) S 20068 20070 19764 0 -1 64 10 705 0 0 0 0 11 1 15 0 9 0 113777428 888737792 21383 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20076] ppid=20068 vsize=867908 CPUtime=0.12
/proc/20070/task/20076/stat : 20076 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888737792 21383 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20068 vsize=867908 CPUtime=0.44
/proc/20070/task/20077/stat : 20077 (java) S 20068 20070 19764 0 -1 64 896 705 0 0 32 0 11 1 15 0 9 0 113777430 888737792 21383 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20078] ppid=20068 vsize=867908 CPUtime=0.12
/proc/20070/task/20078/stat : 20078 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888737792 21383 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20079] ppid=20068 vsize=867908 CPUtime=0.12
/proc/20070/task/20079/stat : 20079 (java) S 20068 20070 19764 0 -1 64 5 705 0 0 0 0 11 1 15 0 9 0 113777430 888737792 21383 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867908

[startup+6.30162 s]
/proc/loadavg: 1.97 1.97 1.70 3/103 20083
/proc/meminfo: memFree=1315400/2055920 swapFree=4179048/4192956
[pid=20070] ppid=20068 vsize=867908 CPUtime=6.23
/proc/20070/stat : 20070 (java) S 20068 20070 19764 0 -1 0 33949 705 1 0 597 14 11 1 22 0 9 0 113777425 888737792 21385 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 216977 21385 2636 9 0 211483 0
[pid=20070/tid=20072] ppid=20068 vsize=867908 CPUtime=5.69
/proc/20070/task/20072/stat : 20072 (java) R 20068 20070 19764 0 -1 64 24645 705 1 0 547 10 11 1 25 0 9 0 113777426 888737792 21385 996147200 134512640 134550740 4294955984 18446744073709551615 4125952064 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20073] ppid=20068 vsize=867908 CPUtime=0.31
/proc/20070/task/20073/stat : 20073 (java) S 20068 20070 19764 0 -1 64 7541 705 0 0 17 2 11 1 17 0 9 0 113777428 888737792 21385 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20074] ppid=20068 vsize=867908 CPUtime=0.12
/proc/20070/task/20074/stat : 20074 (java) S 20068 20070 19764 0 -1 64 17 705 0 0 0 0 11 1 16 0 9 0 113777428 888737792 21385 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20075] ppid=20068 vsize=867908 CPUtime=0.12
/proc/20070/task/20075/stat : 20075 (java) S 20068 20070 19764 0 -1 64 10 705 0 0 0 0 11 1 15 0 9 0 113777428 888737792 21385 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20076] ppid=20068 vsize=867908 CPUtime=0.12
/proc/20070/task/20076/stat : 20076 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888737792 21385 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20068 vsize=867908 CPUtime=0.44
/proc/20070/task/20077/stat : 20077 (java) S 20068 20070 19764 0 -1 64 899 705 0 0 32 0 11 1 15 0 9 0 113777430 888737792 21385 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20078] ppid=20068 vsize=867908 CPUtime=0.12
/proc/20070/task/20078/stat : 20078 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888737792 21385 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20079] ppid=20068 vsize=867908 CPUtime=0.12
/proc/20070/task/20079/stat : 20079 (java) S 20068 20070 19764 0 -1 64 29 705 0 0 0 0 11 1 15 0 9 0 113777430 888737792 21385 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867908

[startup+12.7023 s]
/proc/loadavg: 1.97 1.97 1.70 3/103 20083
/proc/meminfo: memFree=1315272/2055920 swapFree=4179048/4192956
[pid=20070] ppid=20068 vsize=867908 CPUtime=12.6
/proc/20070/stat : 20070 (java) S 20068 20070 19764 0 -1 0 37818 705 1 0 1232 16 11 1 22 0 9 0 113777425 888737792 21385 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 216977 21385 2636 9 0 211483 0
[pid=20070/tid=20072] ppid=20068 vsize=867908 CPUtime=12.06
/proc/20070/task/20072/stat : 20072 (java) R 20068 20070 19764 0 -1 64 28514 705 1 0 1182 12 11 1 25 0 9 0 113777426 888737792 21385 996147200 134512640 134550740 4294955984 18446744073709551615 4126963239 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20073] ppid=20068 vsize=867908 CPUtime=0.31
/proc/20070/task/20073/stat : 20073 (java) S 20068 20070 19764 0 -1 64 7541 705 0 0 17 2 11 1 16 0 9 0 113777428 888737792 21385 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20074] ppid=20068 vsize=867908 CPUtime=0.12
/proc/20070/task/20074/stat : 20074 (java) S 20068 20070 19764 0 -1 64 17 705 0 0 0 0 11 1 16 0 9 0 113777428 888737792 21385 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20075] ppid=20068 vsize=867908 CPUtime=0.12
/proc/20070/task/20075/stat : 20075 (java) S 20068 20070 19764 0 -1 64 10 705 0 0 0 0 11 1 15 0 9 0 113777428 888737792 21385 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20076] ppid=20068 vsize=867908 CPUtime=0.12
/proc/20070/task/20076/stat : 20076 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888737792 21385 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20068 vsize=867908 CPUtime=0.44
/proc/20070/task/20077/stat : 20077 (java) S 20068 20070 19764 0 -1 64 899 705 0 0 32 0 11 1 15 0 9 0 113777430 888737792 21385 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20078] ppid=20068 vsize=867908 CPUtime=0.12
/proc/20070/task/20078/stat : 20078 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888737792 21385 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20079] ppid=20068 vsize=867908 CPUtime=0.12
/proc/20070/task/20079/stat : 20079 (java) S 20068 20070 19764 0 -1 64 29 705 0 0 0 0 11 1 15 0 9 0 113777430 888737792 21385 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 867908

[startup+25.5018 s]
/proc/loadavg: 1.98 1.97 1.70 3/103 20085
/proc/meminfo: memFree=1310792/2055920 swapFree=4179048/4192956
[pid=20070] ppid=20068 vsize=867820 CPUtime=25.33
/proc/20070/stat : 20070 (java) S 20068 20070 19764 0 -1 0 39043 705 1 0 2505 16 11 1 22 0 9 0 113777425 888647680 22467 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 216955 22467 2615 9 0 211483 0
[pid=20070/tid=20072] ppid=20068 vsize=867820 CPUtime=24.77
/proc/20070/task/20072/stat : 20072 (java) R 20068 20070 19764 0 -1 64 28633 705 1 0 2453 12 11 1 25 0 9 0 113777426 888647680 22467 996147200 134512640 134550740 4294955984 18446744073709551615 4127091440 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20073] ppid=20068 vsize=867820 CPUtime=0.32
/proc/20070/task/20073/stat : 20073 (java) S 20068 20070 19764 0 -1 64 8645 705 0 0 18 2 11 1 16 0 9 0 113777428 888647680 22467 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20074] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20074/stat : 20074 (java) S 20068 20070 19764 0 -1 64 17 705 0 0 0 0 11 1 16 0 9 0 113777428 888647680 22467 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20075] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20075/stat : 20075 (java) S 20068 20070 19764 0 -1 64 11 705 0 0 0 0 11 1 16 0 9 0 113777428 888647680 22467 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20076] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20076/stat : 20076 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888647680 22467 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20068 vsize=867820 CPUtime=0.44
/proc/20070/task/20077/stat : 20077 (java) S 20068 20070 19764 0 -1 64 900 705 0 0 32 0 11 1 16 0 9 0 113777430 888647680 22467 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20078] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20078/stat : 20078 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888647680 22467 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20079] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20079/stat : 20079 (java) S 20068 20070 19764 0 -1 64 29 705 0 0 0 0 11 1 15 0 9 0 113777430 888647680 22467 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 867820

[startup+51.1016 s]
/proc/loadavg: 2.06 1.99 1.71 3/103 20085
/proc/meminfo: memFree=1306376/2055920 swapFree=4179048/4192956
[pid=20070] ppid=20068 vsize=867820 CPUtime=50.81
/proc/20070/stat : 20070 (java) S 20068 20070 19764 0 -1 0 40151 705 1 0 5052 17 11 1 22 0 9 0 113777425 888647680 23570 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 216955 23570 2615 9 0 211483 0
[pid=20070/tid=20072] ppid=20068 vsize=867820 CPUtime=50.24
/proc/20070/task/20072/stat : 20072 (java) R 20068 20070 19764 0 -1 64 28634 705 1 0 5000 12 11 1 25 0 9 0 113777426 888647680 23570 996147200 134512640 134550740 4294955984 18446744073709551615 4127087275 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20073] ppid=20068 vsize=867820 CPUtime=0.33
/proc/20070/task/20073/stat : 20073 (java) S 20068 20070 19764 0 -1 64 9752 705 0 0 18 3 11 1 16 0 9 0 113777428 888647680 23570 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20074] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20074/stat : 20074 (java) S 20068 20070 19764 0 -1 64 17 705 0 0 0 0 11 1 16 0 9 0 113777428 888647680 23570 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20075] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20075/stat : 20075 (java) S 20068 20070 19764 0 -1 64 11 705 0 0 0 0 11 1 16 0 9 0 113777428 888647680 23570 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20076] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20076/stat : 20076 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888647680 23570 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20068 vsize=867820 CPUtime=0.44
/proc/20070/task/20077/stat : 20077 (java) S 20068 20070 19764 0 -1 64 900 705 0 0 32 0 11 1 16 0 9 0 113777430 888647680 23570 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20078] ppid=20068 vsize=867820 CPUtime=0.12

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

/proc/20070/task/20075/stat : 20075 (java) S 20068 20070 19764 0 -1 64 11 705 0 0 0 0 11 1 16 0 9 0 113777428 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20076] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20076/stat : 20076 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20068 vsize=867820 CPUtime=0.45
/proc/20070/task/20077/stat : 20077 (java) S 20068 20070 19764 0 -1 64 903 705 0 0 33 0 11 1 16 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20078] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20078/stat : 20078 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20079] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20079/stat : 20079 (java) S 20068 20070 19764 0 -1 64 29 705 0 0 0 0 11 1 15 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1474.97
Current children cumulated vsize (KiB) 867820

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/102 20159
/proc/meminfo: memFree=1287560/2055920 swapFree=4179048/4192956
[pid=20070] ppid=20068 vsize=867820 CPUtime=1534.68
/proc/20070/stat : 20070 (java) S 20068 20070 19764 0 -1 0 40244 705 1 0 153435 21 11 1 22 0 9 0 113777425 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 216955 23584 2615 9 0 211483 0
[pid=20070/tid=20072] ppid=20068 vsize=867820 CPUtime=1534.01
/proc/20070/task/20072/stat : 20072 (java) R 20068 20070 19764 0 -1 64 28707 705 1 0 153373 16 11 1 25 0 9 0 113777426 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4127126608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20073] ppid=20068 vsize=867820 CPUtime=0.42
/proc/20070/task/20073/stat : 20073 (java) S 20068 20070 19764 0 -1 64 9769 705 0 0 27 3 11 1 16 0 9 0 113777428 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20074] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20074/stat : 20074 (java) S 20068 20070 19764 0 -1 64 17 705 0 0 0 0 11 1 16 0 9 0 113777428 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20075] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20075/stat : 20075 (java) S 20068 20070 19764 0 -1 64 11 705 0 0 0 0 11 1 16 0 9 0 113777428 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20076] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20076/stat : 20076 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20068 vsize=867820 CPUtime=0.45
/proc/20070/task/20077/stat : 20077 (java) S 20068 20070 19764 0 -1 64 903 705 0 0 33 0 11 1 16 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20078] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20078/stat : 20078 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20079] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20079/stat : 20079 (java) S 20068 20070 19764 0 -1 64 29 705 0 0 0 0 11 1 15 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.68
Current children cumulated vsize (KiB) 867820

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/102 20159
/proc/meminfo: memFree=1287560/2055920 swapFree=4179048/4192956
[pid=20070] ppid=20068 vsize=867820 CPUtime=1594.39
/proc/20070/stat : 20070 (java) S 20068 20070 19764 0 -1 0 40246 705 1 0 159406 21 11 1 22 0 9 0 113777425 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 216955 23584 2615 9 0 211483 0
[pid=20070/tid=20072] ppid=20068 vsize=867820 CPUtime=1593.72
/proc/20070/task/20072/stat : 20072 (java) R 20068 20070 19764 0 -1 64 28709 705 1 0 159344 16 11 1 25 0 9 0 113777426 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4127095798 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20073] ppid=20068 vsize=867820 CPUtime=0.43
/proc/20070/task/20073/stat : 20073 (java) S 20068 20070 19764 0 -1 64 9769 705 0 0 28 3 11 1 16 0 9 0 113777428 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20074] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20074/stat : 20074 (java) S 20068 20070 19764 0 -1 64 17 705 0 0 0 0 11 1 16 0 9 0 113777428 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20075] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20075/stat : 20075 (java) S 20068 20070 19764 0 -1 64 11 705 0 0 0 0 11 1 16 0 9 0 113777428 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20076] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20076/stat : 20076 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20068 vsize=867820 CPUtime=0.45
/proc/20070/task/20077/stat : 20077 (java) S 20068 20070 19764 0 -1 64 903 705 0 0 33 0 11 1 16 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20078] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20078/stat : 20078 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20079] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20079/stat : 20079 (java) S 20068 20070 19764 0 -1 64 29 705 0 0 0 0 11 1 15 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.39
Current children cumulated vsize (KiB) 867820

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/102 20159
/proc/meminfo: memFree=1287496/2055920 swapFree=4179048/4192956
[pid=20070] ppid=20068 vsize=867820 CPUtime=1654.1
/proc/20070/stat : 20070 (java) S 20068 20070 19764 0 -1 0 40249 705 1 0 165377 21 11 1 22 0 9 0 113777425 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 216955 23584 2615 9 0 211483 0
[pid=20070/tid=20072] ppid=20068 vsize=867820 CPUtime=1653.43
/proc/20070/task/20072/stat : 20072 (java) R 20068 20070 19764 0 -1 64 28712 705 1 0 165315 16 11 1 25 0 9 0 113777426 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4127126654 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20073] ppid=20068 vsize=867820 CPUtime=0.43
/proc/20070/task/20073/stat : 20073 (java) S 20068 20070 19764 0 -1 64 9769 705 0 0 28 3 11 1 16 0 9 0 113777428 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20074] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20074/stat : 20074 (java) S 20068 20070 19764 0 -1 64 17 705 0 0 0 0 11 1 16 0 9 0 113777428 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20075] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20075/stat : 20075 (java) S 20068 20070 19764 0 -1 64 11 705 0 0 0 0 11 1 16 0 9 0 113777428 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20076] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20076/stat : 20076 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20068 vsize=867820 CPUtime=0.45
/proc/20070/task/20077/stat : 20077 (java) S 20068 20070 19764 0 -1 64 903 705 0 0 33 0 11 1 16 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20078] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20078/stat : 20078 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20079] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20079/stat : 20079 (java) S 20068 20070 19764 0 -1 64 29 705 0 0 0 0 11 1 15 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.1
Current children cumulated vsize (KiB) 867820

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/102 20159
/proc/meminfo: memFree=1287496/2055920 swapFree=4179048/4192956
[pid=20070] ppid=20068 vsize=867820 CPUtime=1713.81
/proc/20070/stat : 20070 (java) S 20068 20070 19764 0 -1 0 40252 705 1 0 171348 21 11 1 22 0 9 0 113777425 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 216955 23584 2615 9 0 211483 0
[pid=20070/tid=20072] ppid=20068 vsize=867820 CPUtime=1713.13
/proc/20070/task/20072/stat : 20072 (java) R 20068 20070 19764 0 -1 64 28715 705 1 0 171285 16 11 1 25 0 9 0 113777426 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4127130038 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20073] ppid=20068 vsize=867820 CPUtime=0.43
/proc/20070/task/20073/stat : 20073 (java) S 20068 20070 19764 0 -1 64 9769 705 0 0 28 3 11 1 16 0 9 0 113777428 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20074] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20074/stat : 20074 (java) S 20068 20070 19764 0 -1 64 17 705 0 0 0 0 11 1 16 0 9 0 113777428 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20075] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20075/stat : 20075 (java) S 20068 20070 19764 0 -1 64 11 705 0 0 0 0 11 1 16 0 9 0 113777428 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20076] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20076/stat : 20076 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20068 vsize=867820 CPUtime=0.45
/proc/20070/task/20077/stat : 20077 (java) S 20068 20070 19764 0 -1 64 903 705 0 0 33 0 11 1 16 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20078] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20078/stat : 20078 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20079] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20079/stat : 20079 (java) S 20068 20070 19764 0 -1 64 29 705 0 0 0 0 11 1 15 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.81
Current children cumulated vsize (KiB) 867820

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/102 20159
/proc/meminfo: memFree=1287304/2055920 swapFree=4179048/4192956
[pid=20070] ppid=20068 vsize=867820 CPUtime=1773.52
/proc/20070/stat : 20070 (java) S 20068 20070 19764 0 -1 0 40255 705 1 0 177319 21 11 1 22 0 9 0 113777425 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 216955 23584 2615 9 0 211483 0
[pid=20070/tid=20072] ppid=20068 vsize=867820 CPUtime=1772.84
/proc/20070/task/20072/stat : 20072 (java) R 20068 20070 19764 0 -1 64 28718 705 1 0 177256 16 11 1 25 0 9 0 113777426 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4127091898 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20073] ppid=20068 vsize=867820 CPUtime=0.44
/proc/20070/task/20073/stat : 20073 (java) S 20068 20070 19764 0 -1 64 9769 705 0 0 29 3 11 1 16 0 9 0 113777428 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20074] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20074/stat : 20074 (java) S 20068 20070 19764 0 -1 64 17 705 0 0 0 0 11 1 16 0 9 0 113777428 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20075] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20075/stat : 20075 (java) S 20068 20070 19764 0 -1 64 11 705 0 0 0 0 11 1 16 0 9 0 113777428 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20076] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20076/stat : 20076 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20068 vsize=867820 CPUtime=0.45
/proc/20070/task/20077/stat : 20077 (java) S 20068 20070 19764 0 -1 64 903 705 0 0 33 0 11 1 16 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20078] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20078/stat : 20078 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20079] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20079/stat : 20079 (java) S 20068 20070 19764 0 -1 64 29 705 0 0 0 0 11 1 15 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.52
Current children cumulated vsize (KiB) 867820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 2.00 2.00 1.96 3/102 20159
/proc/meminfo: memFree=1287304/2055920 swapFree=4179048/4192956
[pid=20070] ppid=20068 vsize=867820 CPUtime=1800.09
/proc/20070/stat : 20070 (java) S 20068 20070 19764 0 -1 0 40257 705 1 0 179976 21 11 1 22 0 9 0 113777425 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 216955 23584 2615 9 0 211483 0
[pid=20070/tid=20072] ppid=20068 vsize=867820 CPUtime=1799.41
/proc/20070/task/20072/stat : 20072 (java) R 20068 20070 19764 0 -1 64 28720 705 1 0 179913 16 11 1 25 0 9 0 113777426 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4127149271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20073] ppid=20068 vsize=867820 CPUtime=0.44
/proc/20070/task/20073/stat : 20073 (java) S 20068 20070 19764 0 -1 64 9769 705 0 0 29 3 11 1 16 0 9 0 113777428 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20074] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20074/stat : 20074 (java) S 20068 20070 19764 0 -1 64 17 705 0 0 0 0 11 1 16 0 9 0 113777428 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20075] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20075/stat : 20075 (java) S 20068 20070 19764 0 -1 64 11 705 0 0 0 0 11 1 16 0 9 0 113777428 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20076] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20076/stat : 20076 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20068 vsize=867820 CPUtime=0.45
/proc/20070/task/20077/stat : 20077 (java) S 20068 20070 19764 0 -1 64 903 705 0 0 33 0 11 1 16 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20070/tid=20078] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20078/stat : 20078 (java) S 20068 20070 19764 0 -1 64 1 705 0 0 0 0 11 1 25 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20079] ppid=20068 vsize=867820 CPUtime=0.12
/proc/20070/task/20079/stat : 20079 (java) S 20068 20070 19764 0 -1 64 29 705 0 0 0 0 11 1 15 0 9 0 113777430 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 867820

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): 1809.05
CPU time (s): 1800.16
CPU user time (s): 1799.91
CPU system time (s): 0.243962
CPU usage (%): 99.5081
Max. virtual memory (cumulated for all children) (KiB): 867924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.243962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40992
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= 38842
involuntary context switches= 57283

runsolver used 2.30865 second user time and 5.9281 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-02 19:49:28
IDJOB=1044189
IDBENCH=53457
IDSOLVER=363
FILE ID=node76/1044189-1215020968
PBS_JOBID= 7874319
Free space on /tmp= 66528 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/QWH-25/normalized-qwh-25-235-8_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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044189-1215020968/watcher-1044189-1215020968 -o /tmp/evaluation-result-1044189-1215020968/solver-1044189-1215020968 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044189-1215020968.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 36e7948d4eb9ec3ba95226d8041bc346
RANDOM SEED=1083719901

node76.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.222
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.222
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:       1391856 kB
Buffers:         63392 kB
Cached:         452592 kB
SwapCached:       8908 kB
Active:         196468 kB
Inactive:       392756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1391856 kB
SwapTotal:     4192956 kB
SwapFree:      4179048 kB
Dirty:            6544 kB
Writeback:          12 kB
Mapped:          89284 kB
Slab:            59876 kB
Committed_AS:   874412 kB
PageTables:       1928 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= 66524 MiB
End job on node76 at 2008-07-02 20:19:39