Trace number 1056375

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.15 1801.25

General information on the benchmark

Namecsp/os-gp/
normalized-gp10-07-1079.xml
MD5SUMb79d5ab9b474e138388bd882c1eb4f79
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.229965
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1080
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1056375-1215062878.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.37/0.46	     nbVariables=101  nbDomainTypes=2  minDomainSize=1  maxDomainSize=1080  nbTotalValues=108001
0.37/0.46	       =>  wckTime=0.22  cpuTime=0.18  mem=9M878
0.37/0.46	   
0.37/0.46	   predicates being loaded...
0.48/0.54	   
0.48/0.54	   constraints being loaded...
1.16/1.23	     nbConstraints=1010  nbGlobalConstraints=910  nbSingletonDomainVariables=1  nbConvertedConstraints=100
1.16/1.23	     nbConvertConstraintsChecks=60480  nbExtensionStructures=56  nbSharedExtensionStructures=44
1.16/1.23	     nbConflictsStructures=56  nbSharedConflictsStructures=44  nbSharedBinaryRepresentations=60478  minDegree=20
1.16/1.23	     maxDegree=101  minArity=2  avgArity=2.08  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.218
1.16/1.23	     symmetryCpuTime=0.17  nbCliques=10
1.16/1.23	       =>  wckTime=0.99  cpuTime=0.72  mem=25M564
1.26/1.31	   
1.26/1.31	   solver IterativeSystematicSolver being built... 
1.26/1.38	   
1.26/1.38	   INFO : Forward propagation technique limited 
1.36/1.44	       =>  wckTime=1.201  cpuTime=0.83  mem=27M25
1.36/1.49	   
1.36/1.49	   preprocessing
1.36/1.49	     nbConstraintChecks=108000  nbPropagations=104  nbRevisions=105  nbUselessRevisions=5  nbRemovedValues=25549
1.36/1.49	     detectedInconsistency=no
1.36/1.49	       =>  wckTime=0.04  cpuTime=0.02  mem=27M25
9.28/9.41	   
9.28/9.41	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=26M52)

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-1056375-1215062878/watcher-1056375-1215062878 -o /tmp/evaluation-result-1056375-1215062878/solver-1056375-1215062878 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1056375-1215062878.xml 

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


[startup+0 s]
/proc/loadavg: 2.06 2.01 2.00 4/82 22565
/proc/meminfo: memFree=1798336/2055920 swapFree=4181452/4192956
[pid=22565] ppid=22563 vsize=1616 CPUtime=0
/proc/22565/stat : 22565 (java) D 22563 22565 22480 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 118298858 1654784 151 996147200 134512640 134550740 4294955968 18446744073709551615 7709476 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/22565/statm: 2654 472 209 9 0 1184 0
[pid=22565/tid=22566] ppid=22563 vsize=10616 CPUtime=0
/proc/22565/task/22566/stat : 22566 (java) R 22563 22565 22480 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 118298859 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 8556504 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.028566 s]
/proc/loadavg: 2.06 2.01 2.00 4/82 22565
/proc/meminfo: memFree=1798336/2055920 swapFree=4181452/4192956
[pid=22565] ppid=22563 vsize=861876 CPUtime=0.02
/proc/22565/stat : 22565 (java) S 22563 22565 22480 0 -1 0 1880 0 1 0 1 1 0 0 18 0 5 0 118298858 882561024 1567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/22565/statm: 215469 1567 695 9 0 210448 0
[pid=22565/tid=22566] ppid=22563 vsize=861876 CPUtime=0
/proc/22565/task/22566/stat : 22566 (java) S 22563 22565 22480 0 -1 64 1190 0 1 0 0 0 0 0 19 0 5 0 118298859 882561024 1567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.102413 s]
/proc/loadavg: 2.06 2.01 2.00 4/82 22565
/proc/meminfo: memFree=1798336/2055920 swapFree=4181452/4192956
[pid=22565] ppid=22563 vsize=865884 CPUtime=0.08
/proc/22565/stat : 22565 (java) S 22563 22565 22480 0 -1 0 3777 0 1 0 7 1 0 0 18 0 9 0 118298858 886665216 3228 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22565/statm: 216471 3228 1711 9 0 211026 0
[pid=22565/tid=22566] ppid=22563 vsize=865884 CPUtime=0.07
/proc/22565/task/22566/stat : 22566 (java) R 22563 22565 22480 0 -1 64 2874 0 1 0 6 1 0 0 18 0 9 0 118298859 886665216 3228 996147200 134512640 134550740 4294955968 18446744073709551615 4125969522 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301432 s]
/proc/loadavg: 2.06 2.01 2.00 4/82 22565
/proc/meminfo: memFree=1798336/2055920 swapFree=4181452/4192956
[pid=22565] ppid=22563 vsize=866196 CPUtime=0.28
/proc/22565/stat : 22565 (java) S 22563 22565 22480 0 -1 0 5619 0 1 0 25 3 0 0 18 0 9 0 118298858 886984704 5033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22565/statm: 216549 5033 1902 9 0 211097 0
[pid=22565/tid=22566] ppid=22563 vsize=866196 CPUtime=0.23
/proc/22565/task/22566/stat : 22566 (java) R 22563 22565 22480 0 -1 64 4655 0 1 0 21 2 0 0 19 0 9 0 118298859 886984704 5033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701479 s]
/proc/loadavg: 2.06 2.01 2.00 4/82 22565
/proc/meminfo: memFree=1798336/2055920 swapFree=4181452/4192956
[pid=22565] ppid=22563 vsize=867092 CPUtime=0.67
/proc/22565/stat : 22565 (java) S 22563 22565 22480 0 -1 0 8311 0 1 0 63 4 0 0 18 0 9 0 118298858 887902208 7671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22565/statm: 216773 7671 2007 9 0 211279 0
[pid=22565/tid=22566] ppid=22563 vsize=867092 CPUtime=0.53
/proc/22565/task/22566/stat : 22566 (java) R 22563 22565 22480 0 -1 64 7125 0 1 0 50 3 0 0 20 0 9 0 118298859 887902208 7671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867092

[startup+1.50258 s]
/proc/loadavg: 2.06 2.01 2.00 3/91 22574
/proc/meminfo: memFree=1767608/2055920 swapFree=4181452/4192956
[pid=22565] ppid=22563 vsize=868332 CPUtime=1.46
/proc/22565/stat : 22565 (java) S 22563 22565 22480 0 -1 0 20212 326 1 0 132 13 1 0 18 0 9 0 118298858 889171968 12415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22565/statm: 217083 12415 2632 9 0 211589 0
[pid=22565/tid=22566] ppid=22563 vsize=868332 CPUtime=1.09
/proc/22565/task/22566/stat : 22566 (java) R 22563 22565 22480 0 -1 64 14026 326 1 0 98 10 1 0 24 0 9 0 118298859 889171968 12415 996147200 134512640 134550740 4294955968 18446744073709551615 4127127739 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22568] ppid=22563 vsize=868332 CPUtime=0.07
/proc/22565/task/22568/stat : 22568 (java) S 22563 22565 22480 0 -1 64 4446 326 0 0 6 0 1 0 16 0 9 0 118298860 889171968 12415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22569] ppid=22563 vsize=868332 CPUtime=0.01
/proc/22565/task/22569/stat : 22569 (java) S 22563 22565 22480 0 -1 64 16 326 0 0 0 0 1 0 17 0 9 0 118298861 889171968 12415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22570] ppid=22563 vsize=868332 CPUtime=0.01
/proc/22565/task/22570/stat : 22570 (java) S 22563 22565 22480 0 -1 64 13 326 0 0 0 0 1 0 16 0 9 0 118298861 889171968 12415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22571] ppid=22563 vsize=868332 CPUtime=0.01
/proc/22565/task/22571/stat : 22571 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 118298863 889171968 12415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22572] ppid=22563 vsize=868332 CPUtime=0.28
/proc/22565/task/22572/stat : 22572 (java) S 22563 22565 22480 0 -1 64 899 326 0 0 27 0 1 0 15 0 9 0 118298863 889171968 12415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22573] ppid=22563 vsize=868332 CPUtime=0.01
/proc/22565/task/22573/stat : 22573 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 19 0 9 0 118298863 889171968 12415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22574] ppid=22563 vsize=868332 CPUtime=0.01
/proc/22565/task/22574/stat : 22574 (java) S 22563 22565 22480 0 -1 64 2 326 0 0 0 0 1 0 15 0 9 0 118298863 889171968 12415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868332

[startup+3.10276 s]
/proc/loadavg: 2.06 2.01 2.00 3/91 22578
/proc/meminfo: memFree=1756728/2055920 swapFree=4181452/4192956
[pid=22565] ppid=22563 vsize=868460 CPUtime=3.04
/proc/22565/stat : 22565 (java) S 22563 22565 22480 0 -1 0 22403 326 1 0 289 14 1 0 18 0 9 0 118298858 889303040 14597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22565/statm: 217115 14597 2632 9 0 211621 0
[pid=22565/tid=22566] ppid=22563 vsize=868460 CPUtime=2.65
/proc/22565/task/22566/stat : 22566 (java) R 22563 22565 22480 0 -1 64 16197 326 1 0 252 12 1 0 25 0 9 0 118298859 889303040 14597 996147200 134512640 134550740 4294955968 18446744073709551615 4127141020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22568] ppid=22563 vsize=868460 CPUtime=0.07
/proc/22565/task/22568/stat : 22568 (java) S 22563 22565 22480 0 -1 64 4447 326 0 0 6 0 1 0 17 0 9 0 118298860 889303040 14597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22569] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22569/stat : 22569 (java) S 22563 22565 22480 0 -1 64 16 326 0 0 0 0 1 0 17 0 9 0 118298861 889303040 14597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22570] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22570/stat : 22570 (java) S 22563 22565 22480 0 -1 64 13 326 0 0 0 0 1 0 16 0 9 0 118298861 889303040 14597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22571] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22571/stat : 22571 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 118298863 889303040 14597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22572] ppid=22563 vsize=868460 CPUtime=0.31
/proc/22565/task/22572/stat : 22572 (java) S 22563 22565 22480 0 -1 64 918 326 0 0 30 0 1 0 15 0 9 0 118298863 889303040 14597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22573] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22573/stat : 22573 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 19 0 9 0 118298863 889303040 14597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22574] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22574/stat : 22574 (java) S 22563 22565 22480 0 -1 64 2 326 0 0 0 0 1 0 15 0 9 0 118298863 889303040 14597 996147200 134512640 134550740 4294955968 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) 868460

[startup+6.30114 s]
/proc/loadavg: 2.06 2.01 2.00 3/91 22578
/proc/meminfo: memFree=1725368/2055920 swapFree=4181452/4192956
[pid=22565] ppid=22563 vsize=868460 CPUtime=6.21
/proc/22565/stat : 22565 (java) S 22563 22565 22480 0 -1 0 28689 326 1 0 603 17 1 0 18 0 9 0 118298858 889303040 20719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22565/statm: 217115 20719 2636 9 0 211621 0
[pid=22565/tid=22566] ppid=22563 vsize=868460 CPUtime=5.77
/proc/22565/task/22566/stat : 22566 (java) R 22563 22565 22480 0 -1 64 20395 326 1 0 563 13 1 0 25 0 9 0 118298859 889303040 20719 996147200 134512640 134550740 4294955968 18446744073709551615 4127113316 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22568] ppid=22563 vsize=868460 CPUtime=0.09
/proc/22565/task/22568/stat : 22568 (java) S 22563 22565 22480 0 -1 64 6494 326 0 0 7 1 1 0 17 0 9 0 118298860 889303040 20719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22569] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22569/stat : 22569 (java) S 22563 22565 22480 0 -1 64 16 326 0 0 0 0 1 0 16 0 9 0 118298861 889303040 20719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22570] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22570/stat : 22570 (java) S 22563 22565 22480 0 -1 64 13 326 0 0 0 0 1 0 16 0 9 0 118298861 889303040 20719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22571] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22571/stat : 22571 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 118298863 889303040 20719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22572] ppid=22563 vsize=868460 CPUtime=0.33
/proc/22565/task/22572/stat : 22572 (java) S 22563 22565 22480 0 -1 64 930 326 0 0 32 0 1 0 15 0 9 0 118298863 889303040 20719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22573] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22573/stat : 22573 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 19 0 9 0 118298863 889303040 20719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22574] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22574/stat : 22574 (java) S 22563 22565 22480 0 -1 64 31 326 0 0 0 0 1 0 15 0 9 0 118298863 889303040 20719 996147200 134512640 134550740 4294955968 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) 868460

[startup+12.7019 s]
/proc/loadavg: 2.05 2.01 2.00 3/91 22578
/proc/meminfo: memFree=1725112/2055920 swapFree=4181452/4192956
[pid=22565] ppid=22563 vsize=868460 CPUtime=12.55
/proc/22565/stat : 22565 (java) S 22563 22565 22480 0 -1 0 28709 326 1 0 1237 17 1 0 18 0 9 0 118298858 889303040 20729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22565/statm: 217115 20729 2636 9 0 211621 0
[pid=22565/tid=22566] ppid=22563 vsize=868460 CPUtime=12.1
/proc/22565/task/22566/stat : 22566 (java) R 22563 22565 22480 0 -1 64 20402 326 1 0 1195 14 1 0 25 0 9 0 118298859 889303040 20729 996147200 134512640 134550740 4294955968 18446744073709551615 4127100741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22568] ppid=22563 vsize=868460 CPUtime=0.09
/proc/22565/task/22568/stat : 22568 (java) S 22563 22565 22480 0 -1 64 6494 326 0 0 7 1 1 0 17 0 9 0 118298860 889303040 20729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22569] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22569/stat : 22569 (java) S 22563 22565 22480 0 -1 64 16 326 0 0 0 0 1 0 16 0 9 0 118298861 889303040 20729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22570] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22570/stat : 22570 (java) S 22563 22565 22480 0 -1 64 13 326 0 0 0 0 1 0 16 0 9 0 118298861 889303040 20729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22571] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22571/stat : 22571 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 118298863 889303040 20729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22572] ppid=22563 vsize=868460 CPUtime=0.35
/proc/22565/task/22572/stat : 22572 (java) S 22563 22565 22480 0 -1 64 943 326 0 0 34 0 1 0 16 0 9 0 118298863 889303040 20729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22573] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22573/stat : 22573 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 19 0 9 0 118298863 889303040 20729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22574] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22574/stat : 22574 (java) S 22563 22565 22480 0 -1 64 31 326 0 0 0 0 1 0 15 0 9 0 118298863 889303040 20729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868460

[startup+25.5024 s]
/proc/loadavg: 2.04 2.01 2.00 3/91 22578
/proc/meminfo: memFree=1719032/2055920 swapFree=4181452/4192956
[pid=22565] ppid=22563 vsize=868460 CPUtime=25.23
/proc/22565/stat : 22565 (java) S 22563 22565 22480 0 -1 0 30267 326 1 0 2504 18 1 0 18 0 9 0 118298858 889303040 22261 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22565/statm: 217115 22261 2636 9 0 211621 0
[pid=22565/tid=22566] ppid=22563 vsize=868460 CPUtime=24.75
/proc/22565/task/22566/stat : 22566 (java) R 22563 22565 22480 0 -1 64 20405 326 1 0 2460 14 1 0 25 0 9 0 118298859 889303040 22261 996147200 134512640 134550740 4294955968 18446744073709551615 4127143513 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22568] ppid=22563 vsize=868460 CPUtime=0.1
/proc/22565/task/22568/stat : 22568 (java) S 22563 22565 22480 0 -1 64 8024 326 0 0 8 1 1 0 16 0 9 0 118298860 889303040 22261 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22569] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22569/stat : 22569 (java) S 22563 22565 22480 0 -1 64 16 326 0 0 0 0 1 0 16 0 9 0 118298861 889303040 22261 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22570] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22570/stat : 22570 (java) S 22563 22565 22480 0 -1 64 13 326 0 0 0 0 1 0 16 0 9 0 118298861 889303040 22261 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22571] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22571/stat : 22571 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 118298863 889303040 22261 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22572] ppid=22563 vsize=868460 CPUtime=0.35
/proc/22565/task/22572/stat : 22572 (java) S 22563 22565 22480 0 -1 64 968 326 0 0 34 0 1 0 16 0 9 0 118298863 889303040 22261 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22573] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22573/stat : 22573 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 19 0 9 0 118298863 889303040 22261 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22574] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22574/stat : 22574 (java) R 22563 22565 22480 0 -1 64 31 326 0 0 0 0 1 0 15 0 9 0 118298863 889303040 22261 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868460

[startup+51.1024 s]
/proc/loadavg: 1.96 1.99 1.99 3/84 22631
/proc/meminfo: memFree=1664048/2055920 swapFree=4181452/4192956
[pid=22565] ppid=22563 vsize=868460 CPUtime=50.7
/proc/22565/stat : 22565 (java) S 22563 22565 22480 0 -1 0 30303 326 1 0 5050 19 1 0 18 0 9 0 118298858 889303040 22289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22565/statm: 217115 22289 2636 9 0 211621 0
[pid=22565/tid=22566] ppid=22563 vsize=868460 CPUtime=50.2
/proc/22565/task/22566/stat : 22566 (java) R 22563 22565 22480 0 -1 64 20412 326 1 0 5005 14 1 0 25 0 9 0 118298859 889303040 22289 996147200 134512640 134550740 4294955968 18446744073709551615 4127102606 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22565/tid=22568] ppid=22563 vsize=868460 CPUtime=0.12

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

/proc/22565/task/22570/stat : 22570 (java) S 22563 22565 22480 0 -1 64 13 326 0 0 0 0 1 0 16 0 9 0 118298861 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22571] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22571/stat : 22571 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22572] ppid=22563 vsize=868460 CPUtime=0.36
/proc/22565/task/22572/stat : 22572 (java) S 22563 22565 22480 0 -1 64 974 326 0 0 35 0 1 0 16 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22565/tid=22573] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22573/stat : 22573 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 19 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22574] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22574/stat : 22574 (java) S 22563 22565 22480 0 -1 64 31 326 0 0 0 0 1 0 15 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1481.31
Current children cumulated vsize (KiB) 868460

[startup+1542.3 s]
/proc/loadavg: 2.10 2.09 2.03 3/90 22680
/proc/meminfo: memFree=1650880/2055920 swapFree=4181452/4192956
[pid=22565] ppid=22563 vsize=868460 CPUtime=1541.29
/proc/22565/stat : 22565 (java) S 22563 22565 22480 0 -1 0 30523 326 1 0 154105 23 1 0 18 0 9 0 118298858 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22565/statm: 217115 22395 2636 9 0 211621 0
[pid=22565/tid=22566] ppid=22563 vsize=868460 CPUtime=1540.68
/proc/22565/task/22566/stat : 22566 (java) R 22563 22565 22480 0 -1 64 20526 326 1 0 154049 18 1 0 25 0 9 0 118298859 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4127105272 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22565/tid=22568] ppid=22563 vsize=868460 CPUtime=0.22
/proc/22565/task/22568/stat : 22568 (java) S 22563 22565 22480 0 -1 64 8153 326 0 0 19 2 1 0 16 0 9 0 118298860 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22565/tid=22569] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22569/stat : 22569 (java) S 22563 22565 22480 0 -1 64 16 326 0 0 0 0 1 0 16 0 9 0 118298861 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22570] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22570/stat : 22570 (java) S 22563 22565 22480 0 -1 64 13 326 0 0 0 0 1 0 16 0 9 0 118298861 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22571] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22571/stat : 22571 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22572] ppid=22563 vsize=868460 CPUtime=0.36
/proc/22565/task/22572/stat : 22572 (java) S 22563 22565 22480 0 -1 64 974 326 0 0 35 0 1 0 16 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22565/tid=22573] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22573/stat : 22573 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 19 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22574] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22574/stat : 22574 (java) S 22563 22565 22480 0 -1 64 31 326 0 0 0 0 1 0 15 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.29
Current children cumulated vsize (KiB) 868460

[startup+1602.3 s]
/proc/loadavg: 2.16 2.10 2.03 3/90 22680
/proc/meminfo: memFree=1650880/2055920 swapFree=4181452/4192956
[pid=22565] ppid=22563 vsize=868460 CPUtime=1601.26
/proc/22565/stat : 22565 (java) S 22563 22565 22480 0 -1 0 30523 326 1 0 160102 23 1 0 18 0 9 0 118298858 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22565/statm: 217115 22395 2636 9 0 211621 0
[pid=22565/tid=22566] ppid=22563 vsize=868460 CPUtime=1600.66
/proc/22565/task/22566/stat : 22566 (java) R 22563 22565 22480 0 -1 64 20526 326 1 0 160047 18 1 0 25 0 9 0 118298859 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4127107081 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22565/tid=22568] ppid=22563 vsize=868460 CPUtime=0.22
/proc/22565/task/22568/stat : 22568 (java) S 22563 22565 22480 0 -1 64 8153 326 0 0 19 2 1 0 16 0 9 0 118298860 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22565/tid=22569] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22569/stat : 22569 (java) S 22563 22565 22480 0 -1 64 16 326 0 0 0 0 1 0 16 0 9 0 118298861 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22570] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22570/stat : 22570 (java) S 22563 22565 22480 0 -1 64 13 326 0 0 0 0 1 0 16 0 9 0 118298861 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22571] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22571/stat : 22571 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22572] ppid=22563 vsize=868460 CPUtime=0.36
/proc/22565/task/22572/stat : 22572 (java) S 22563 22565 22480 0 -1 64 974 326 0 0 35 0 1 0 16 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22565/tid=22573] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22573/stat : 22573 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 19 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22574] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22574/stat : 22574 (java) S 22563 22565 22480 0 -1 64 31 326 0 0 0 0 1 0 15 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.26
Current children cumulated vsize (KiB) 868460

[startup+1662.3 s]
/proc/loadavg: 2.11 2.09 2.03 3/90 22682
/proc/meminfo: memFree=1650688/2055920 swapFree=4181452/4192956
[pid=22565] ppid=22563 vsize=868460 CPUtime=1661.24
/proc/22565/stat : 22565 (java) S 22563 22565 22480 0 -1 0 30523 326 1 0 166100 23 1 0 18 0 9 0 118298858 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22565/statm: 217115 22395 2636 9 0 211621 0
[pid=22565/tid=22566] ppid=22563 vsize=868460 CPUtime=1660.63
/proc/22565/task/22566/stat : 22566 (java) R 22563 22565 22480 0 -1 64 20526 326 1 0 166044 18 1 0 25 0 9 0 118298859 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4127114322 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22565/tid=22568] ppid=22563 vsize=868460 CPUtime=0.22
/proc/22565/task/22568/stat : 22568 (java) S 22563 22565 22480 0 -1 64 8153 326 0 0 19 2 1 0 16 0 9 0 118298860 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22565/tid=22569] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22569/stat : 22569 (java) S 22563 22565 22480 0 -1 64 16 326 0 0 0 0 1 0 16 0 9 0 118298861 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22570] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22570/stat : 22570 (java) S 22563 22565 22480 0 -1 64 13 326 0 0 0 0 1 0 16 0 9 0 118298861 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22571] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22571/stat : 22571 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22572] ppid=22563 vsize=868460 CPUtime=0.36
/proc/22565/task/22572/stat : 22572 (java) S 22563 22565 22480 0 -1 64 974 326 0 0 35 0 1 0 16 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22565/tid=22573] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22573/stat : 22573 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 19 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22574] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22574/stat : 22574 (java) S 22563 22565 22480 0 -1 64 31 326 0 0 0 0 1 0 15 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.24
Current children cumulated vsize (KiB) 868460

[startup+1722.3 s]
/proc/loadavg: 2.09 2.09 2.03 3/90 22682
/proc/meminfo: memFree=1650624/2055920 swapFree=4181452/4192956
[pid=22565] ppid=22563 vsize=868460 CPUtime=1721.22
/proc/22565/stat : 22565 (java) S 22563 22565 22480 0 -1 0 30524 326 1 0 172097 24 1 0 18 0 9 0 118298858 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22565/statm: 217115 22395 2636 9 0 211621 0
[pid=22565/tid=22566] ppid=22563 vsize=868460 CPUtime=1720.61
/proc/22565/task/22566/stat : 22566 (java) R 22563 22565 22480 0 -1 64 20527 326 1 0 172041 19 1 0 25 0 9 0 118298859 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4127107097 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22565/tid=22568] ppid=22563 vsize=868460 CPUtime=0.22
/proc/22565/task/22568/stat : 22568 (java) S 22563 22565 22480 0 -1 64 8153 326 0 0 19 2 1 0 16 0 9 0 118298860 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22565/tid=22569] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22569/stat : 22569 (java) S 22563 22565 22480 0 -1 64 16 326 0 0 0 0 1 0 16 0 9 0 118298861 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22570] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22570/stat : 22570 (java) S 22563 22565 22480 0 -1 64 13 326 0 0 0 0 1 0 16 0 9 0 118298861 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22571] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22571/stat : 22571 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22572] ppid=22563 vsize=868460 CPUtime=0.36
/proc/22565/task/22572/stat : 22572 (java) S 22563 22565 22480 0 -1 64 974 326 0 0 35 0 1 0 16 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22565/tid=22573] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22573/stat : 22573 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 19 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22574] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22574/stat : 22574 (java) S 22563 22565 22480 0 -1 64 31 326 0 0 0 0 1 0 15 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.22
Current children cumulated vsize (KiB) 868460

[startup+1782.3 s]
/proc/loadavg: 2.07 2.08 2.03 3/90 22682
/proc/meminfo: memFree=1650624/2055920 swapFree=4181452/4192956
[pid=22565] ppid=22563 vsize=868460 CPUtime=1781.2
/proc/22565/stat : 22565 (java) S 22563 22565 22480 0 -1 0 30525 326 1 0 178095 24 1 0 18 0 9 0 118298858 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22565/statm: 217115 22395 2636 9 0 211621 0
[pid=22565/tid=22566] ppid=22563 vsize=868460 CPUtime=1780.59
/proc/22565/task/22566/stat : 22566 (java) R 22563 22565 22480 0 -1 64 20528 326 1 0 178039 19 1 0 25 0 9 0 118298859 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4127102706 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22565/tid=22568] ppid=22563 vsize=868460 CPUtime=0.22
/proc/22565/task/22568/stat : 22568 (java) S 22563 22565 22480 0 -1 64 8153 326 0 0 19 2 1 0 16 0 9 0 118298860 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22565/tid=22569] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22569/stat : 22569 (java) S 22563 22565 22480 0 -1 64 16 326 0 0 0 0 1 0 16 0 9 0 118298861 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22570] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22570/stat : 22570 (java) S 22563 22565 22480 0 -1 64 13 326 0 0 0 0 1 0 16 0 9 0 118298861 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22571] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22571/stat : 22571 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22572] ppid=22563 vsize=868460 CPUtime=0.36
/proc/22565/task/22572/stat : 22572 (java) S 22563 22565 22480 0 -1 64 974 326 0 0 35 0 1 0 16 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22565/tid=22573] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22573/stat : 22573 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 19 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22574] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22574/stat : 22574 (java) S 22563 22565 22480 0 -1 64 31 326 0 0 0 0 1 0 15 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.2
Current children cumulated vsize (KiB) 868460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 2.06 2.08 2.03 3/90 22682
/proc/meminfo: memFree=1650624/2055920 swapFree=4181452/4192956
[pid=22565] ppid=22563 vsize=868460 CPUtime=1800.09
/proc/22565/stat : 22565 (java) S 22563 22565 22480 0 -1 0 30525 326 1 0 179984 24 1 0 18 0 9 0 118298858 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22565/statm: 217115 22395 2636 9 0 211621 0
[pid=22565/tid=22566] ppid=22563 vsize=868460 CPUtime=1799.48
/proc/22565/task/22566/stat : 22566 (java) R 22563 22565 22480 0 -1 64 20528 326 1 0 179928 19 1 0 25 0 9 0 118298859 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4127103425 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22565/tid=22568] ppid=22563 vsize=868460 CPUtime=0.22
/proc/22565/task/22568/stat : 22568 (java) S 22563 22565 22480 0 -1 64 8153 326 0 0 19 2 1 0 16 0 9 0 118298860 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22565/tid=22569] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22569/stat : 22569 (java) S 22563 22565 22480 0 -1 64 16 326 0 0 0 0 1 0 16 0 9 0 118298861 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22570] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22570/stat : 22570 (java) S 22563 22565 22480 0 -1 64 13 326 0 0 0 0 1 0 16 0 9 0 118298861 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22571] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22571/stat : 22571 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22572] ppid=22563 vsize=868460 CPUtime=0.36
/proc/22565/task/22572/stat : 22572 (java) S 22563 22565 22480 0 -1 64 974 326 0 0 35 0 1 0 16 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22565/tid=22573] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22573/stat : 22573 (java) S 22563 22565 22480 0 -1 64 1 326 0 0 0 0 1 0 19 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22565/tid=22574] ppid=22563 vsize=868460 CPUtime=0.01
/proc/22565/task/22574/stat : 22574 (java) S 22563 22565 22480 0 -1 64 31 326 0 0 0 0 1 0 15 0 9 0 118298863 889303040 22395 996147200 134512640 134550740 4294955968 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) 868460

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): 1801.25
CPU time (s): 1800.15
CPU user time (s): 1799.89
CPU system time (s): 0.26296
CPU usage (%): 99.9389
Max. virtual memory (cumulated for all children) (KiB): 868460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.26296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30882
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= 38714
involuntary context switches= 42527

runsolver used 2.04669 second user time and 6.27604 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-03 07:27:58
IDJOB=1056375
IDBENCH=57646
IDSOLVER=364
FILE ID=node73/1056375-1215062878
PBS_JOBID= 7875255
Free space on /tmp= 66536 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/os-gp/normalized-gp10-07-1079.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056375-1215062878/watcher-1056375-1215062878 -o /tmp/evaluation-result-1056375-1215062878/solver-1056375-1215062878 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1056375-1215062878.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b79d5ab9b474e138388bd882c1eb4f79
RANDOM SEED=1139203769

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1798816 kB
Buffers:         30824 kB
Cached:         136256 kB
SwapCached:       5300 kB
Active:         128144 kB
Inactive:        62420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1798816 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:            2156 kB
Writeback:           0 kB
Mapped:          39616 kB
Slab:            51692 kB
Committed_AS:   327116 kB
PageTables:       1856 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= 66536 MiB
End job on node73 at 2008-07-03 07:58:02