Trace number 1044279

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.08 1820.66

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-4_ext.xml
MD5SUM6ec81db3d1e6ae122abbe5419069b241
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 benchmark27.3278
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints10142
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension10142
Number of constraints which are defined in intension0
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.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-1044279-1215023063.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.37/0.48	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25  nbTotalValues=6961
0.37/0.48	       =>  wckTime=0.251  cpuTime=0.2  mem=9M870
0.37/0.48	   
0.37/0.48	   relations being loaded...
0.37/0.49	   
0.37/0.49	   constraints being loaded...
1.45/1.53	     nbConstraints=10169  nbRelationTypes=26  nbGlobalConstraints=27  nbSingletonDomainVariables=361
1.54/1.64	     nbExtensionStructures=51  nbSharedExtensionStructures=10091  nbConflictsStructures=51
1.54/1.64	     nbSharedConflictsStructures=10091  nbSharedBinaryRepresentations=1323  minDegree=20  maxDegree=49  minArity=2
1.54/1.64	     avgArity=2.02  maxArity=12  nbGenerators=0  nbFusions=0  symmetryWckTime=0.384  symmetryCpuTime=0.21  nbCliques=27
1.54/1.64	       =>  wckTime=1.303  cpuTime=0.81  mem=27M894
1.54/1.66	   
1.54/1.66	   solver IterativeSystematicSolver being built... 
1.65/1.74	   
1.65/1.74	   INFO : Forward propagation technique limited 
1.75/1.83	       =>  wckTime=1.603  cpuTime=0.96  mem=31M918
1.86/1.91	   
1.86/1.91	   preprocessing
1.86/1.91	     nbConstraintChecks=102056  nbPropagations=625  nbRevisions=7756  nbUselessRevisions=2317  nbRemovedValues=5439
1.86/1.91	     detectedInconsistency=no
1.86/1.91	       =>  wckTime=0.072  cpuTime=0.06  mem=31M918
2.25/2.38	   
2.25/2.38	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=33M941)

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-1044279-1215023063/watcher-1044279-1215023063 -o /tmp/evaluation-result-1044279-1215023063/solver-1044279-1215023063 -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-1044279-1215023063.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.91 1.97 1.91 3/73 8481
/proc/meminfo: memFree=1823128/2055920 swapFree=4177412/4192956
[pid=8481] ppid=8479 vsize=18572 CPUtime=0
/proc/8481/stat : 8481 (runsolver) R 8479 8481 7946 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 625226473 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 243665530151 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/8481/statm: 4643 292 257 25 0 2626 0

[startup+0.0442441 s]
/proc/loadavg: 1.91 1.97 1.91 3/73 8481
/proc/meminfo: memFree=1823128/2055920 swapFree=4177412/4192956
[pid=8481] ppid=8479 vsize=861876 CPUtime=0.03
/proc/8481/stat : 8481 (java) S 8479 8481 7946 0 -1 0 2249 0 1 0 2 1 0 0 18 0 5 0 625226473 882561024 1860 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/8481/statm: 215469 1860 854 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.101846 s]
/proc/loadavg: 1.91 1.97 1.91 3/73 8481
/proc/meminfo: memFree=1823128/2055920 swapFree=4177412/4192956
[pid=8481] ppid=8479 vsize=865884 CPUtime=0.08
/proc/8481/stat : 8481 (java) S 8479 8481 7946 0 -1 0 3775 0 1 0 6 2 0 0 18 0 9 0 625226473 886665216 3226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8481/statm: 216471 3226 1711 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301865 s]
/proc/loadavg: 1.91 1.97 1.91 3/73 8481
/proc/meminfo: memFree=1823128/2055920 swapFree=4177412/4192956
[pid=8481] ppid=8479 vsize=866280 CPUtime=0.28
/proc/8481/stat : 8481 (java) S 8479 8481 7946 0 -1 0 5687 0 1 0 25 3 0 0 18 0 9 0 625226473 887070720 5091 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8481/statm: 216570 5091 1933 9 0 211098 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866280

[startup+0.701909 s]
/proc/loadavg: 1.91 1.97 1.91 3/73 8481
/proc/meminfo: memFree=1823128/2055920 swapFree=4177412/4192956
[pid=8481] ppid=8479 vsize=867452 CPUtime=0.68
/proc/8481/stat : 8481 (java) S 8479 8481 7946 0 -1 0 8356 0 1 0 63 5 0 0 18 0 9 0 625226473 888270848 7726 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8481/statm: 216863 7726 1975 9 0 211391 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867452

[startup+1.50299 s]
/proc/loadavg: 1.91 1.97 1.91 4/82 8490
/proc/meminfo: memFree=1763920/2055920 swapFree=4177412/4192956
[pid=8481] ppid=8479 vsize=868100 CPUtime=1.45
/proc/8481/stat : 8481 (java) S 8479 8481 7946 0 -1 0 20987 620 1 0 121 12 12 0 18 0 10 0 625226473 888934400 18933 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8481/statm: 217025 18933 2013 9 0 211553 0
[pid=8481/tid=8483] ppid=8479 vsize=868100 CPUtime=1.1
/proc/8481/task/8483/stat : 8483 (java) R 8479 8481 7946 0 -1 64 16908 620 1 0 89 9 12 0 17 0 10 0 625226475 888934400 18933 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8484] ppid=8479 vsize=868100 CPUtime=0.23
/proc/8481/task/8484/stat : 8484 (java) S 8479 8481 7946 0 -1 64 2447 620 0 0 10 1 12 0 18 0 10 0 625226476 888934400 18933 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8485] ppid=8479 vsize=868100 CPUtime=0.12
/proc/8481/task/8485/stat : 8485 (java) S 8479 8481 7946 0 -1 64 12 620 0 0 0 0 12 0 16 0 10 0 625226476 888934400 18933 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8486] ppid=8479 vsize=868100 CPUtime=0.12
/proc/8481/task/8486/stat : 8486 (java) S 8479 8481 7946 0 -1 64 5 620 0 0 0 0 12 0 16 0 10 0 625226476 888934400 18933 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8487] ppid=8479 vsize=868100 CPUtime=0.12
/proc/8481/task/8487/stat : 8487 (java) S 8479 8481 7946 0 -1 64 1 620 0 0 0 0 12 0 18 0 10 0 625226478 888934400 18933 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8488] ppid=8479 vsize=868100 CPUtime=0.32
/proc/8481/task/8488/stat : 8488 (java) R 8479 8481 7946 0 -1 64 787 620 0 0 20 0 12 0 16 0 10 0 625226478 888934400 18933 996147200 134512640 134550740 4294955984 18446744073709551615 101708848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8489] ppid=8479 vsize=868100 CPUtime=0.12
/proc/8481/task/8489/stat : 8489 (java) S 8479 8481 7946 0 -1 64 2 620 0 0 0 0 12 0 19 0 10 0 625226478 888934400 18933 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8490] ppid=8479 vsize=868100 CPUtime=0.12
/proc/8481/task/8490/stat : 8490 (java) R 8479 8481 7946 0 -1 64 10 620 0 0 0 0 12 0 15 0 10 0 625226478 888934400 18933 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 868100

[startup+3.10215 s]
/proc/loadavg: 1.91 1.97 1.91 3/82 8494
/proc/meminfo: memFree=1746768/2055920 swapFree=4177412/4192956
[pid=8481] ppid=8479 vsize=868252 CPUtime=3.04
/proc/8481/stat : 8481 (java) S 8479 8481 7946 0 -1 0 32416 743 1 0 276 15 12 1 18 0 9 0 625226473 889090048 21593 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8481/statm: 217063 21593 2636 9 0 211569 0
[pid=8481/tid=8483] ppid=8479 vsize=868252 CPUtime=2.45
/proc/8481/task/8483/stat : 8483 (java) R 8479 8481 7946 0 -1 64 22761 743 1 0 222 10 12 1 25 0 9 0 625226475 889090048 21593 996147200 134512640 134550740 4294955984 18446744073709551615 4127133523 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8484] ppid=8479 vsize=868252 CPUtime=0.36
/proc/8481/task/8484/stat : 8484 (java) S 8479 8481 7946 0 -1 64 7901 743 0 0 21 2 12 1 17 0 9 0 625226476 889090048 21593 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8485] ppid=8479 vsize=868252 CPUtime=0.13
/proc/8481/task/8485/stat : 8485 (java) S 8479 8481 7946 0 -1 64 14 743 0 0 0 0 12 1 16 0 9 0 625226476 889090048 21593 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8486] ppid=8479 vsize=868252 CPUtime=0.13
/proc/8481/task/8486/stat : 8486 (java) S 8479 8481 7946 0 -1 64 8 743 0 0 0 0 12 1 15 0 9 0 625226476 889090048 21593 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8487] ppid=8479 vsize=868252 CPUtime=0.13
/proc/8481/task/8487/stat : 8487 (java) S 8479 8481 7946 0 -1 64 1 743 0 0 0 0 12 1 18 0 9 0 625226478 889090048 21593 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8488] ppid=8479 vsize=868252 CPUtime=0.46
/proc/8481/task/8488/stat : 8488 (java) S 8479 8481 7946 0 -1 64 904 743 0 0 32 1 12 1 16 0 9 0 625226478 889090048 21593 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8489] ppid=8479 vsize=868252 CPUtime=0.13
/proc/8481/task/8489/stat : 8489 (java) S 8479 8481 7946 0 -1 64 2 743 0 0 0 0 12 1 19 0 9 0 625226478 889090048 21593 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8490] ppid=8479 vsize=868252 CPUtime=0.13
/proc/8481/task/8490/stat : 8490 (java) S 8479 8481 7946 0 -1 64 10 743 0 0 0 0 12 1 15 0 9 0 625226478 889090048 21593 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868252

[startup+6.30148 s]
/proc/loadavg: 1.92 1.97 1.91 3/82 8494
/proc/meminfo: memFree=1746448/2055920 swapFree=4177412/4192956
[pid=8481] ppid=8479 vsize=868252 CPUtime=6.21
/proc/8481/stat : 8481 (java) S 8479 8481 7946 0 -1 0 34540 743 1 0 592 16 12 1 18 0 9 0 625226473 889090048 21594 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8481/statm: 217063 21594 2636 9 0 211569 0
[pid=8481/tid=8483] ppid=8479 vsize=868252 CPUtime=5.62
/proc/8481/task/8483/stat : 8483 (java) R 8479 8481 7946 0 -1 64 24859 743 1 0 538 11 12 1 25 0 9 0 625226475 889090048 21594 996147200 134512640 134550740 4294955984 18446744073709551615 4127093280 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8484] ppid=8479 vsize=868252 CPUtime=0.36
/proc/8481/task/8484/stat : 8484 (java) S 8479 8481 7946 0 -1 64 7901 743 0 0 21 2 12 1 16 0 9 0 625226476 889090048 21594 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8485] ppid=8479 vsize=868252 CPUtime=0.13
/proc/8481/task/8485/stat : 8485 (java) S 8479 8481 7946 0 -1 64 14 743 0 0 0 0 12 1 16 0 9 0 625226476 889090048 21594 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8486] ppid=8479 vsize=868252 CPUtime=0.13
/proc/8481/task/8486/stat : 8486 (java) S 8479 8481 7946 0 -1 64 8 743 0 0 0 0 12 1 15 0 9 0 625226476 889090048 21594 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8487] ppid=8479 vsize=868252 CPUtime=0.13
/proc/8481/task/8487/stat : 8487 (java) S 8479 8481 7946 0 -1 64 1 743 0 0 0 0 12 1 18 0 9 0 625226478 889090048 21594 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8488] ppid=8479 vsize=868252 CPUtime=0.46
/proc/8481/task/8488/stat : 8488 (java) S 8479 8481 7946 0 -1 64 906 743 0 0 32 1 12 1 16 0 9 0 625226478 889090048 21594 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8489] ppid=8479 vsize=868252 CPUtime=0.13
/proc/8481/task/8489/stat : 8489 (java) S 8479 8481 7946 0 -1 64 2 743 0 0 0 0 12 1 19 0 9 0 625226478 889090048 21594 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8490] ppid=8479 vsize=868252 CPUtime=0.13
/proc/8481/task/8490/stat : 8490 (java) S 8479 8481 7946 0 -1 64 34 743 0 0 0 0 12 1 15 0 9 0 625226478 889090048 21594 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868252

[startup+12.7021 s]
/proc/loadavg: 1.93 1.97 1.91 3/82 8494
/proc/meminfo: memFree=1746256/2055920 swapFree=4177412/4192956
[pid=8481] ppid=8479 vsize=868164 CPUtime=12.56
/proc/8481/stat : 8481 (java) S 8479 8481 7946 0 -1 0 39439 743 1 0 1225 18 12 1 18 0 9 0 625226473 888999936 22682 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8481/statm: 217041 22682 2615 9 0 211569 0
[pid=8481/tid=8483] ppid=8479 vsize=868164 CPUtime=11.95
/proc/8481/task/8483/stat : 8483 (java) R 8479 8481 7946 0 -1 64 28646 743 1 0 1170 12 12 1 25 0 9 0 625226475 888999936 22682 996147200 134512640 134550740 4294955984 18446744073709551615 4127117365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8484] ppid=8479 vsize=868164 CPUtime=0.37
/proc/8481/task/8484/stat : 8484 (java) S 8479 8481 7946 0 -1 64 9013 743 0 0 22 2 12 1 16 0 9 0 625226476 888999936 22682 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8485] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8485/stat : 8485 (java) S 8479 8481 7946 0 -1 64 14 743 0 0 0 0 12 1 16 0 9 0 625226476 888999936 22682 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8486] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8486/stat : 8486 (java) S 8479 8481 7946 0 -1 64 8 743 0 0 0 0 12 1 16 0 9 0 625226476 888999936 22682 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8487] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8487/stat : 8487 (java) S 8479 8481 7946 0 -1 64 1 743 0 0 0 0 12 1 18 0 9 0 625226478 888999936 22682 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8488] ppid=8479 vsize=868164 CPUtime=0.46
/proc/8481/task/8488/stat : 8488 (java) S 8479 8481 7946 0 -1 64 906 743 0 0 32 1 12 1 16 0 9 0 625226478 888999936 22682 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8489] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8489/stat : 8489 (java) S 8479 8481 7946 0 -1 64 2 743 0 0 0 0 12 1 19 0 9 0 625226478 888999936 22682 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8490] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8490/stat : 8490 (java) S 8479 8481 7946 0 -1 64 34 743 0 0 0 0 12 1 15 0 9 0 625226478 888999936 22682 996147200 134512640 134550740 4294955984 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) 868164

[startup+25.5014 s]
/proc/loadavg: 1.94 1.97 1.91 3/82 8494
/proc/meminfo: memFree=1741904/2055920 swapFree=4177412/4192956
[pid=8481] ppid=8479 vsize=868164 CPUtime=25.25
/proc/8481/stat : 8481 (java) S 8479 8481 7946 0 -1 0 39447 743 1 0 2494 18 12 1 18 0 9 0 625226473 888999936 22683 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8481/statm: 217041 22683 2615 9 0 211569 0
[pid=8481/tid=8483] ppid=8479 vsize=868164 CPUtime=24.64
/proc/8481/task/8483/stat : 8483 (java) R 8479 8481 7946 0 -1 64 28653 743 1 0 2439 12 12 1 25 0 9 0 625226475 888999936 22683 996147200 134512640 134550740 4294955984 18446744073709551615 4127144151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8484] ppid=8479 vsize=868164 CPUtime=0.37
/proc/8481/task/8484/stat : 8484 (java) S 8479 8481 7946 0 -1 64 9013 743 0 0 22 2 12 1 16 0 9 0 625226476 888999936 22683 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8485] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8485/stat : 8485 (java) S 8479 8481 7946 0 -1 64 14 743 0 0 0 0 12 1 16 0 9 0 625226476 888999936 22683 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8486] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8486/stat : 8486 (java) S 8479 8481 7946 0 -1 64 8 743 0 0 0 0 12 1 16 0 9 0 625226476 888999936 22683 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8487] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8487/stat : 8487 (java) S 8479 8481 7946 0 -1 64 1 743 0 0 0 0 12 1 18 0 9 0 625226478 888999936 22683 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8488] ppid=8479 vsize=868164 CPUtime=0.46
/proc/8481/task/8488/stat : 8488 (java) S 8479 8481 7946 0 -1 64 907 743 0 0 32 1 12 1 17 0 9 0 625226478 888999936 22683 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8489] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8489/stat : 8489 (java) S 8479 8481 7946 0 -1 64 2 743 0 0 0 0 12 1 19 0 9 0 625226478 888999936 22683 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8490] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8490/stat : 8490 (java) S 8479 8481 7946 0 -1 64 34 743 0 0 0 0 12 1 15 0 9 0 625226478 888999936 22683 996147200 134512640 134550740 4294955984 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) 868164

[startup+51.101 s]
/proc/loadavg: 1.96 1.97 1.91 3/82 8494
/proc/meminfo: memFree=1737424/2055920 swapFree=4177412/4192956
[pid=8481] ppid=8479 vsize=868164 CPUtime=50.63
/proc/8481/stat : 8481 (java) S 8479 8481 7946 0 -1 0 40565 743 1 0 5032 18 12 1 18 0 9 0 625226473 888999936 23794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8481/statm: 217041 23794 2615 9 0 211569 0
[pid=8481/tid=8483] ppid=8479 vsize=868164 CPUtime=50.01
/proc/8481/task/8483/stat : 8483 (java) R 8479 8481 7946 0 -1 64 28655 743 1 0 4975 13 12 1 25 0 9 0 625226475 888999936 23794 996147200 134512640 134550740 4294955984 18446744073709551615 4127091639 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8484] ppid=8479 vsize=868164 CPUtime=0.39
/proc/8481/task/8484/stat : 8484 (java) S 8479 8481 7946 0 -1 64 10129 743 0 0 23 3 12 1 16 0 9 0 625226476 888999936 23794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8485] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8485/stat : 8485 (java) S 8479 8481 7946 0 -1 64 14 743 0 0 0 0 12 1 16 0 9 0 625226476 888999936 23794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8486] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8486/stat : 8486 (java) S 8479 8481 7946 0 -1 64 8 743 0 0 0 0 12 1 16 0 9 0 625226476 888999936 23794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8487] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8487/stat : 8487 (java) S 8479 8481 7946 0 -1 64 1 743 0 0 0 0 12 1 18 0 9 0 625226478 888999936 23794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8488] ppid=8479 vsize=868164 CPUtime=0.46
/proc/8481/task/8488/stat : 8488 (java) S 8479 8481 7946 0 -1 64 907 743 0 0 32 1 12 1 16 0 9 0 625226478 888999936 23794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8489] ppid=8479 vsize=868164 CPUtime=0.13

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

/proc/8481/task/8486/stat : 8486 (java) S 8479 8481 7946 0 -1 64 8 743 0 0 0 0 12 1 16 0 9 0 625226476 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8487] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8487/stat : 8487 (java) S 8479 8481 7946 0 -1 64 1 743 0 0 0 0 12 1 18 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8488] ppid=8479 vsize=868164 CPUtime=0.47
/proc/8481/task/8488/stat : 8488 (java) S 8479 8481 7946 0 -1 64 908 743 0 0 33 1 12 1 16 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8489] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8489/stat : 8489 (java) S 8479 8481 7946 0 -1 64 2 743 0 0 0 0 12 1 19 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8490] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8490/stat : 8490 (java) S 8479 8481 7946 0 -1 64 34 743 0 0 0 0 12 1 15 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1468.02
Current children cumulated vsize (KiB) 868164

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/103 8576
/proc/meminfo: memFree=1649320/2055920 swapFree=4177412/4192956
[pid=8481] ppid=8479 vsize=868164 CPUtime=1526.9
/proc/8481/stat : 8481 (java) S 8479 8481 7946 0 -1 0 40659 743 1 0 152655 22 12 1 18 0 9 0 625226473 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8481/statm: 217041 23802 2615 9 0 211569 0
[pid=8481/tid=8483] ppid=8479 vsize=868164 CPUtime=1526.14
/proc/8481/task/8483/stat : 8483 (java) R 8479 8481 7946 0 -1 64 28738 743 1 0 152585 16 12 1 25 0 9 0 625226475 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4127086887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8484] ppid=8479 vsize=868164 CPUtime=0.52
/proc/8481/task/8484/stat : 8484 (java) S 8479 8481 7946 0 -1 64 10139 743 0 0 35 4 12 1 16 0 9 0 625226476 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8485] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8485/stat : 8485 (java) S 8479 8481 7946 0 -1 64 14 743 0 0 0 0 12 1 16 0 9 0 625226476 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8486] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8486/stat : 8486 (java) S 8479 8481 7946 0 -1 64 8 743 0 0 0 0 12 1 16 0 9 0 625226476 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8487] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8487/stat : 8487 (java) S 8479 8481 7946 0 -1 64 1 743 0 0 0 0 12 1 18 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8488] ppid=8479 vsize=868164 CPUtime=0.47
/proc/8481/task/8488/stat : 8488 (java) S 8479 8481 7946 0 -1 64 908 743 0 0 33 1 12 1 16 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8489] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8489/stat : 8489 (java) S 8479 8481 7946 0 -1 64 2 743 0 0 0 0 12 1 19 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8490] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8490/stat : 8490 (java) S 8479 8481 7946 0 -1 64 34 743 0 0 0 0 12 1 15 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1526.9
Current children cumulated vsize (KiB) 868164

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/103 8576
/proc/meminfo: memFree=1649192/2055920 swapFree=4177412/4192956
[pid=8481] ppid=8479 vsize=868164 CPUtime=1585.78
/proc/8481/stat : 8481 (java) S 8479 8481 7946 0 -1 0 40663 743 1 0 158543 22 12 1 18 0 9 0 625226473 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8481/statm: 217041 23802 2615 9 0 211569 0
[pid=8481/tid=8483] ppid=8479 vsize=868164 CPUtime=1585.02
/proc/8481/task/8483/stat : 8483 (java) R 8479 8481 7946 0 -1 64 28742 743 1 0 158473 16 12 1 25 0 9 0 625226475 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4126095823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8484] ppid=8479 vsize=868164 CPUtime=0.53
/proc/8481/task/8484/stat : 8484 (java) S 8479 8481 7946 0 -1 64 10139 743 0 0 36 4 12 1 16 0 9 0 625226476 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8485] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8485/stat : 8485 (java) S 8479 8481 7946 0 -1 64 14 743 0 0 0 0 12 1 16 0 9 0 625226476 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8486] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8486/stat : 8486 (java) S 8479 8481 7946 0 -1 64 8 743 0 0 0 0 12 1 16 0 9 0 625226476 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8487] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8487/stat : 8487 (java) S 8479 8481 7946 0 -1 64 1 743 0 0 0 0 12 1 18 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8488] ppid=8479 vsize=868164 CPUtime=0.47
/proc/8481/task/8488/stat : 8488 (java) S 8479 8481 7946 0 -1 64 908 743 0 0 33 1 12 1 16 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8489] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8489/stat : 8489 (java) S 8479 8481 7946 0 -1 64 2 743 0 0 0 0 12 1 19 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8490] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8490/stat : 8490 (java) S 8479 8481 7946 0 -1 64 34 743 0 0 0 0 12 1 15 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1585.78
Current children cumulated vsize (KiB) 868164

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/103 8576
/proc/meminfo: memFree=1649192/2055920 swapFree=4177412/4192956
[pid=8481] ppid=8479 vsize=868164 CPUtime=1644.67
/proc/8481/stat : 8481 (java) S 8479 8481 7946 0 -1 0 40666 743 1 0 164431 23 12 1 18 0 9 0 625226473 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8481/statm: 217041 23802 2615 9 0 211569 0
[pid=8481/tid=8483] ppid=8479 vsize=868164 CPUtime=1643.89
/proc/8481/task/8483/stat : 8483 (java) R 8479 8481 7946 0 -1 64 28745 743 1 0 164360 16 12 1 25 0 9 0 625226475 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4127134432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8484] ppid=8479 vsize=868164 CPUtime=0.53
/proc/8481/task/8484/stat : 8484 (java) S 8479 8481 7946 0 -1 64 10139 743 0 0 36 4 12 1 16 0 9 0 625226476 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8485] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8485/stat : 8485 (java) S 8479 8481 7946 0 -1 64 14 743 0 0 0 0 12 1 16 0 9 0 625226476 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8486] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8486/stat : 8486 (java) S 8479 8481 7946 0 -1 64 8 743 0 0 0 0 12 1 16 0 9 0 625226476 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8487] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8487/stat : 8487 (java) S 8479 8481 7946 0 -1 64 1 743 0 0 0 0 12 1 18 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8488] ppid=8479 vsize=868164 CPUtime=0.47
/proc/8481/task/8488/stat : 8488 (java) S 8479 8481 7946 0 -1 64 908 743 0 0 33 1 12 1 16 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8489] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8489/stat : 8489 (java) S 8479 8481 7946 0 -1 64 2 743 0 0 0 0 12 1 19 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8490] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8490/stat : 8490 (java) S 8479 8481 7946 0 -1 64 34 743 0 0 0 0 12 1 15 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1644.67
Current children cumulated vsize (KiB) 868164

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/103 8576
/proc/meminfo: memFree=1649192/2055920 swapFree=4177412/4192956
[pid=8481] ppid=8479 vsize=868164 CPUtime=1703.55
/proc/8481/stat : 8481 (java) S 8479 8481 7946 0 -1 0 40669 743 1 0 170319 23 12 1 18 0 9 0 625226473 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8481/statm: 217041 23802 2615 9 0 211569 0
[pid=8481/tid=8483] ppid=8479 vsize=868164 CPUtime=1702.77
/proc/8481/task/8483/stat : 8483 (java) R 8479 8481 7946 0 -1 64 28748 743 1 0 170248 16 12 1 25 0 9 0 625226475 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4127093645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8484] ppid=8479 vsize=868164 CPUtime=0.54
/proc/8481/task/8484/stat : 8484 (java) S 8479 8481 7946 0 -1 64 10139 743 0 0 37 4 12 1 16 0 9 0 625226476 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8485] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8485/stat : 8485 (java) S 8479 8481 7946 0 -1 64 14 743 0 0 0 0 12 1 16 0 9 0 625226476 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8486] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8486/stat : 8486 (java) S 8479 8481 7946 0 -1 64 8 743 0 0 0 0 12 1 16 0 9 0 625226476 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8487] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8487/stat : 8487 (java) S 8479 8481 7946 0 -1 64 1 743 0 0 0 0 12 1 18 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8488] ppid=8479 vsize=868164 CPUtime=0.47
/proc/8481/task/8488/stat : 8488 (java) S 8479 8481 7946 0 -1 64 908 743 0 0 33 1 12 1 16 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8489] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8489/stat : 8489 (java) S 8479 8481 7946 0 -1 64 2 743 0 0 0 0 12 1 19 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8490] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8490/stat : 8490 (java) S 8479 8481 7946 0 -1 64 34 743 0 0 0 0 12 1 15 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1703.55
Current children cumulated vsize (KiB) 868164

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/103 8576
/proc/meminfo: memFree=1649128/2055920 swapFree=4177412/4192956
[pid=8481] ppid=8479 vsize=868164 CPUtime=1762.42
/proc/8481/stat : 8481 (java) S 8479 8481 7946 0 -1 0 40672 743 1 0 176206 23 12 1 18 0 9 0 625226473 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8481/statm: 217041 23802 2615 9 0 211569 0
[pid=8481/tid=8483] ppid=8479 vsize=868164 CPUtime=1761.63
/proc/8481/task/8483/stat : 8483 (java) R 8479 8481 7946 0 -1 64 28751 743 1 0 176134 16 12 1 25 0 9 0 625226475 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4127134481 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8484] ppid=8479 vsize=868164 CPUtime=0.54
/proc/8481/task/8484/stat : 8484 (java) S 8479 8481 7946 0 -1 64 10139 743 0 0 37 4 12 1 16 0 9 0 625226476 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8485] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8485/stat : 8485 (java) S 8479 8481 7946 0 -1 64 14 743 0 0 0 0 12 1 16 0 9 0 625226476 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8486] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8486/stat : 8486 (java) S 8479 8481 7946 0 -1 64 8 743 0 0 0 0 12 1 16 0 9 0 625226476 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8487] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8487/stat : 8487 (java) S 8479 8481 7946 0 -1 64 1 743 0 0 0 0 12 1 18 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8488] ppid=8479 vsize=868164 CPUtime=0.47
/proc/8481/task/8488/stat : 8488 (java) S 8479 8481 7946 0 -1 64 908 743 0 0 33 1 12 1 16 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8489] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8489/stat : 8489 (java) S 8479 8481 7946 0 -1 64 2 743 0 0 0 0 12 1 19 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8490] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8490/stat : 8490 (java) S 8479 8481 7946 0 -1 64 34 743 0 0 0 0 12 1 15 0 9 0 625226478 888999936 23802 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1762.42
Current children cumulated vsize (KiB) 868164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1820.6 s]
/proc/loadavg: 2.00 2.00 1.93 3/103 8576
/proc/meminfo: memFree=1649064/2055920 swapFree=4177412/4192956
[pid=8481] ppid=8479 vsize=868164 CPUtime=1800
/proc/8481/stat : 8481 (java) S 8479 8481 7946 0 -1 0 40675 743 1 0 179964 23 12 1 18 0 9 0 625226473 888999936 23803 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8481/statm: 217041 23803 2615 9 0 211569 0
[pid=8481/tid=8483] ppid=8479 vsize=868164 CPUtime=1799.22
/proc/8481/task/8483/stat : 8483 (java) R 8479 8481 7946 0 -1 64 28753 743 1 0 179892 17 12 1 25 0 9 0 625226475 888999936 23803 996147200 134512640 134550740 4294955984 18446744073709551615 4126095813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8484] ppid=8479 vsize=868164 CPUtime=0.55
/proc/8481/task/8484/stat : 8484 (java) S 8479 8481 7946 0 -1 64 10140 743 0 0 38 4 12 1 16 0 9 0 625226476 888999936 23803 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8485] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8485/stat : 8485 (java) S 8479 8481 7946 0 -1 64 14 743 0 0 0 0 12 1 16 0 9 0 625226476 888999936 23803 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8486] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8486/stat : 8486 (java) S 8479 8481 7946 0 -1 64 8 743 0 0 0 0 12 1 16 0 9 0 625226476 888999936 23803 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8487] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8487/stat : 8487 (java) S 8479 8481 7946 0 -1 64 1 743 0 0 0 0 12 1 18 0 9 0 625226478 888999936 23803 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8488] ppid=8479 vsize=868164 CPUtime=0.47
/proc/8481/task/8488/stat : 8488 (java) S 8479 8481 7946 0 -1 64 908 743 0 0 33 1 12 1 16 0 9 0 625226478 888999936 23803 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8489] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8489/stat : 8489 (java) S 8479 8481 7946 0 -1 64 2 743 0 0 0 0 12 1 19 0 9 0 625226478 888999936 23803 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8481/tid=8490] ppid=8479 vsize=868164 CPUtime=0.13
/proc/8481/task/8490/stat : 8490 (java) S 8479 8481 7946 0 -1 64 34 743 0 0 0 0 12 1 15 0 9 0 625226478 888999936 23803 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 868164

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): 1820.66
CPU time (s): 1800.08
CPU user time (s): 1799.81
CPU system time (s): 0.268959
CPU usage (%): 98.8695
Max. virtual memory (cumulated for all children) (KiB): 868268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.268959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41446
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= 38764
involuntary context switches= 59563

runsolver used 2.27065 second user time and 6.33004 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-02 20:24:23
IDJOB=1044279
IDBENCH=53547
IDSOLVER=363
FILE ID=node84/1044279-1215023063
PBS_JOBID= 7874303
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-4_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-1044279-1215023063/watcher-1044279-1215023063 -o /tmp/evaluation-result-1044279-1215023063/solver-1044279-1215023063 -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-1044279-1215023063.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6ec81db3d1e6ae122abbe5419069b241
RANDOM SEED=506891326

node84.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.231
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.231
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:       1823608 kB
Buffers:         16852 kB
Cached:         126652 kB
SwapCached:       9700 kB
Active:         128808 kB
Inactive:        34148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823608 kB
SwapTotal:     4192956 kB
SwapFree:      4177412 kB
Dirty:            2756 kB
Writeback:           0 kB
Mapped:          26064 kB
Slab:            54756 kB
Committed_AS:  1100472 kB
PageTables:       1760 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 node84 at 2008-07-02 20:54:46