Trace number 1056291

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.14 1816.26

General information on the benchmark

Namecsp/os-gp/
normalized-gp10-04-1076.xml
MD5SUM46b89df60e453cd184ab4e9d21c078d6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.329949
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1077
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.20/0.24	
0.20/0.24	   configuration
0.20/0.24	     name=esac.xml
0.20/0.27	   
0.20/0.27	   instance
0.20/0.27	     name=HOME/instance-1056291-1215062650.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.29/0.36	     nbVariables=101  nbDomainTypes=2  minDomainSize=1  maxDomainSize=1077  nbTotalValues=107701
0.29/0.36	       =>  wckTime=0.121  cpuTime=0.1  mem=9M878
0.29/0.36	   
0.29/0.36	   predicates being loaded...
0.39/0.42	   
0.39/0.42	   constraints being loaded...
0.99/1.09	     nbConstraints=1010  nbGlobalConstraints=910  nbSingletonDomainVariables=1  nbConvertedConstraints=100
0.99/1.09	     nbConvertConstraintsChecks=54927  nbExtensionStructures=51  nbSharedExtensionStructures=49
0.99/1.09	     nbConflictsStructures=51  nbSharedConflictsStructures=49  nbSharedBinaryRepresentations=54925  minDegree=20
0.99/1.09	     maxDegree=101  minArity=2  avgArity=2.08  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.236
0.99/1.09	     symmetryCpuTime=0.18  nbCliques=10
0.99/1.09	       =>  wckTime=0.846  cpuTime=0.63  mem=25M531
1.08/1.16	   
1.08/1.16	   solver IterativeSystematicSolver being built... 
1.18/1.23	   
1.18/1.23	   INFO : Forward propagation technique limited 
1.18/1.29	       =>  wckTime=1.053  cpuTime=0.74  mem=26M944
1.28/1.34	   
1.28/1.34	   preprocessing
1.28/1.34	     nbConstraintChecks=107700  nbPropagations=104  nbRevisions=106  nbUselessRevisions=6  nbRemovedValues=18101
1.28/1.34	     detectedInconsistency=no
1.28/1.34	       =>  wckTime=0.037  cpuTime=0.02  mem=26M944
12.58/12.72	   
12.58/12.72	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=16M353)

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-1056291-1215062650/watcher-1056291-1215062650 -o /tmp/evaluation-result-1056291-1215062650/solver-1056291-1215062650 -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-1056291-1215062650.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.99 4/74 22475
/proc/meminfo: memFree=1759000/2055920 swapFree=4180084/4192956
[pid=22475] ppid=22473 vsize=1616 CPUtime=0
/proc/22475/stat : 22475 (java) R 22473 22475 22350 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1985239089 1654784 148 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/22475/statm: 404 148 122 9 0 46 0

[startup+0.040178 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 22475
/proc/meminfo: memFree=1759000/2055920 swapFree=4180084/4192956
[pid=22475] ppid=22473 vsize=861876 CPUtime=0.02
/proc/22475/stat : 22475 (java) S 22473 22475 22350 0 -1 0 2251 0 1 0 1 1 0 0 18 0 5 0 1985239089 882561024 1862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/22475/statm: 215469 1862 854 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.149795 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 22475
/proc/meminfo: memFree=1759000/2055920 swapFree=4180084/4192956
[pid=22475] ppid=22473 vsize=865884 CPUtime=0.13
/proc/22475/stat : 22475 (java) S 22473 22475 22350 0 -1 0 4202 0 1 0 11 2 0 0 18 0 9 0 1985239089 886665216 3637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22475/statm: 216471 3637 1813 9 0 211026 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 865884

[startup+0.301369 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 22475
/proc/meminfo: memFree=1759000/2055920 swapFree=4180084/4192956
[pid=22475] ppid=22473 vsize=867396 CPUtime=0.29
/proc/22475/stat : 22475 (java) S 22473 22475 22350 0 -1 0 6039 0 1 0 25 4 0 0 18 0 9 0 1985239089 888213504 5413 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22475/statm: 216849 5414 1956 9 0 211377 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 867396

[startup+0.701405 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 22475
/proc/meminfo: memFree=1759000/2055920 swapFree=4180084/4192956
[pid=22475] ppid=22473 vsize=868664 CPUtime=0.69
/proc/22475/stat : 22475 (java) S 22473 22475 22350 0 -1 0 9517 0 1 0 63 6 0 0 18 0 9 0 1985239089 889511936 8875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22475/statm: 217166 8875 2012 9 0 211672 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 868664

[startup+1.50148 s]
/proc/loadavg: 1.91 1.97 1.99 4/85 22488
/proc/meminfo: memFree=1726080/2055920 swapFree=4180084/4192956
[pid=22475] ppid=22473 vsize=868988 CPUtime=1.47
/proc/22475/stat : 22475 (java) S 22473 22475 22350 0 -1 0 20108 328 1 0 133 13 1 0 18 0 9 0 1985239089 889843712 12364 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22475/statm: 217247 12364 2632 9 0 211753 0
[pid=22475/tid=22477] ppid=22473 vsize=868988 CPUtime=1.12
/proc/22475/task/22477/stat : 22477 (java) R 22473 22475 22350 0 -1 64 13905 328 1 0 101 10 1 0 20 0 9 0 1985239090 889843712 12364 996147200 134512640 134550740 4294955968 18446744073709551615 4127122743 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22478] ppid=22473 vsize=868988 CPUtime=0.07
/proc/22475/task/22478/stat : 22478 (java) S 22473 22475 22350 0 -1 64 4452 328 0 0 5 1 1 0 16 0 9 0 1985239091 889843712 12364 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22479] ppid=22473 vsize=868988 CPUtime=0.01
/proc/22475/task/22479/stat : 22479 (java) S 22473 22475 22350 0 -1 64 15 328 0 0 0 0 1 0 16 0 9 0 1985239091 889843712 12364 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22480] ppid=22473 vsize=868988 CPUtime=0.01
/proc/22475/task/22480/stat : 22480 (java) S 22473 22475 22350 0 -1 64 13 328 0 0 0 0 1 0 16 0 9 0 1985239091 889843712 12364 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22481] ppid=22473 vsize=868988 CPUtime=0.01
/proc/22475/task/22481/stat : 22481 (java) S 22473 22475 22350 0 -1 64 0 328 0 0 0 0 1 0 18 0 9 0 1985239093 889843712 12364 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22482] ppid=22473 vsize=868988 CPUtime=0.26
/proc/22475/task/22482/stat : 22482 (java) S 22473 22475 22350 0 -1 64 912 328 0 0 25 0 1 0 15 0 9 0 1985239093 889843712 12364 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22483] ppid=22473 vsize=868988 CPUtime=0.01
/proc/22475/task/22483/stat : 22483 (java) S 22473 22475 22350 0 -1 64 2 328 0 0 0 0 1 0 19 0 9 0 1985239093 889843712 12364 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22484] ppid=22473 vsize=868988 CPUtime=0.01
/proc/22475/task/22484/stat : 22484 (java) R 22473 22475 22350 0 -1 64 4 328 0 0 0 0 1 0 15 0 9 0 1985239093 889843712 12364 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 868988

[startup+3.10263 s]
/proc/loadavg: 1.91 1.97 1.99 3/83 22488
/proc/meminfo: memFree=1717704/2055920 swapFree=4180084/4192956
[pid=22475] ppid=22473 vsize=869120 CPUtime=3.07
/proc/22475/stat : 22475 (java) S 22473 22475 22350 0 -1 0 21916 328 1 0 292 14 1 0 18 0 9 0 1985239089 889978880 14163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22475/statm: 217280 14163 2632 9 0 211786 0
[pid=22475/tid=22477] ppid=22473 vsize=869120 CPUtime=2.68
/proc/22475/task/22477/stat : 22477 (java) R 22473 22475 22350 0 -1 64 15690 328 1 0 256 11 1 0 25 0 9 0 1985239090 889978880 14163 996147200 134512640 134550740 4294955968 18446744073709551615 4127099582 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22478] ppid=22473 vsize=869120 CPUtime=0.07
/proc/22475/task/22478/stat : 22478 (java) S 22473 22475 22350 0 -1 64 4452 328 0 0 5 1 1 0 17 0 9 0 1985239091 889978880 14163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22479] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22479/stat : 22479 (java) S 22473 22475 22350 0 -1 64 15 328 0 0 0 0 1 0 16 0 9 0 1985239091 889978880 14163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22480] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22480/stat : 22480 (java) S 22473 22475 22350 0 -1 64 13 328 0 0 0 0 1 0 16 0 9 0 1985239091 889978880 14163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22481] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22481/stat : 22481 (java) S 22473 22475 22350 0 -1 64 0 328 0 0 0 0 1 0 18 0 9 0 1985239093 889978880 14163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22482] ppid=22473 vsize=869120 CPUtime=0.3
/proc/22475/task/22482/stat : 22482 (java) S 22473 22475 22350 0 -1 64 935 328 0 0 29 0 1 0 15 0 9 0 1985239093 889978880 14163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22483] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22483/stat : 22483 (java) S 22473 22475 22350 0 -1 64 2 328 0 0 0 0 1 0 19 0 9 0 1985239093 889978880 14163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22484] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22484/stat : 22484 (java) S 22473 22475 22350 0 -1 64 4 328 0 0 0 0 1 0 15 0 9 0 1985239093 889978880 14163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 869120

[startup+6.30292 s]
/proc/loadavg: 1.92 1.97 1.99 3/83 22488
/proc/meminfo: memFree=1705160/2055920 swapFree=4180084/4192956
[pid=22475] ppid=22473 vsize=869120 CPUtime=6.24
/proc/22475/stat : 22475 (java) S 22473 22475 22350 0 -1 0 24222 328 1 0 607 16 1 0 18 0 9 0 1985239089 889978880 16422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22475/statm: 217280 16422 2632 9 0 211786 0
[pid=22475/tid=22477] ppid=22473 vsize=869120 CPUtime=5.84
/proc/22475/task/22477/stat : 22477 (java) R 22473 22475 22350 0 -1 64 17946 328 1 0 570 13 1 0 25 0 9 0 1985239090 889978880 16422 996147200 134512640 134550740 4294955968 18446744073709551615 4125952119 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22478] ppid=22473 vsize=869120 CPUtime=0.07
/proc/22475/task/22478/stat : 22478 (java) S 22473 22475 22350 0 -1 64 4452 328 0 0 5 1 1 0 17 0 9 0 1985239091 889978880 16422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22479] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22479/stat : 22479 (java) S 22473 22475 22350 0 -1 64 15 328 0 0 0 0 1 0 16 0 9 0 1985239091 889978880 16422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22480] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22480/stat : 22480 (java) S 22473 22475 22350 0 -1 64 13 328 0 0 0 0 1 0 16 0 9 0 1985239091 889978880 16422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22481] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22481/stat : 22481 (java) S 22473 22475 22350 0 -1 64 0 328 0 0 0 0 1 0 18 0 9 0 1985239093 889978880 16422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22482] ppid=22473 vsize=869120 CPUtime=0.31
/proc/22475/task/22482/stat : 22482 (java) S 22473 22475 22350 0 -1 64 954 328 0 0 30 0 1 0 16 0 9 0 1985239093 889978880 16422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22483] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22483/stat : 22483 (java) S 22473 22475 22350 0 -1 64 2 328 0 0 0 0 1 0 19 0 9 0 1985239093 889978880 16422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22484] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22484/stat : 22484 (java) S 22473 22475 22350 0 -1 64 35 328 0 0 0 0 1 0 15 0 9 0 1985239093 889978880 16422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 869120

[startup+12.7025 s]
/proc/loadavg: 1.93 1.97 1.99 3/83 22488
/proc/meminfo: memFree=1685320/2055920 swapFree=4180084/4192956
[pid=22475] ppid=22473 vsize=869120 CPUtime=12.58
/proc/22475/stat : 22475 (java) S 22473 22475 22350 0 -1 0 28818 328 1 0 1239 18 1 0 18 0 9 0 1985239089 889978880 20854 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22475/statm: 217280 20854 2636 9 0 211786 0
[pid=22475/tid=22477] ppid=22473 vsize=869120 CPUtime=12.13
/proc/22475/task/22477/stat : 22477 (java) R 22473 22475 22350 0 -1 64 20314 328 1 0 1198 14 1 0 25 0 9 0 1985239090 889978880 20854 996147200 134512640 134550740 4294955968 18446744073709551615 4127134873 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22478] ppid=22473 vsize=869120 CPUtime=0.09
/proc/22475/task/22478/stat : 22478 (java) S 22473 22475 22350 0 -1 64 6638 328 0 0 6 2 1 0 16 0 9 0 1985239091 889978880 20854 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22479] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22479/stat : 22479 (java) S 22473 22475 22350 0 -1 64 15 328 0 0 0 0 1 0 16 0 9 0 1985239091 889978880 20854 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22480] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22480/stat : 22480 (java) S 22473 22475 22350 0 -1 64 13 328 0 0 0 0 1 0 16 0 9 0 1985239091 889978880 20854 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22481] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22481/stat : 22481 (java) S 22473 22475 22350 0 -1 64 0 328 0 0 0 0 1 0 18 0 9 0 1985239093 889978880 20854 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22482] ppid=22473 vsize=869120 CPUtime=0.34
/proc/22475/task/22482/stat : 22482 (java) S 22473 22475 22350 0 -1 64 996 328 0 0 33 0 1 0 15 0 9 0 1985239093 889978880 20854 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22483] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22483/stat : 22483 (java) S 22473 22475 22350 0 -1 64 2 328 0 0 0 0 1 0 19 0 9 0 1985239093 889978880 20854 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22484] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22484/stat : 22484 (java) S 22473 22475 22350 0 -1 64 35 328 0 0 0 0 1 0 15 0 9 0 1985239093 889978880 20854 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 869120

[startup+25.5017 s]
/proc/loadavg: 1.94 1.97 1.99 3/83 22488
/proc/meminfo: memFree=1685320/2055920 swapFree=4180084/4192956
[pid=22475] ppid=22473 vsize=869120 CPUtime=25.26
/proc/22475/stat : 22475 (java) S 22473 22475 22350 0 -1 0 28824 328 1 0 2507 18 1 0 18 0 9 0 1985239089 889978880 20856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22475/statm: 217280 20856 2636 9 0 211786 0
[pid=22475/tid=22477] ppid=22473 vsize=869120 CPUtime=24.82
/proc/22475/task/22477/stat : 22477 (java) R 22473 22475 22350 0 -1 64 20319 328 1 0 2467 14 1 0 25 0 9 0 1985239090 889978880 20856 996147200 134512640 134550740 4294955968 18446744073709551615 4127095916 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22478] ppid=22473 vsize=869120 CPUtime=0.09
/proc/22475/task/22478/stat : 22478 (java) S 22473 22475 22350 0 -1 64 6638 328 0 0 6 2 1 0 16 0 9 0 1985239091 889978880 20856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22479] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22479/stat : 22479 (java) S 22473 22475 22350 0 -1 64 15 328 0 0 0 0 1 0 16 0 9 0 1985239091 889978880 20856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22480] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22480/stat : 22480 (java) S 22473 22475 22350 0 -1 64 13 328 0 0 0 0 1 0 16 0 9 0 1985239091 889978880 20856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22481] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22481/stat : 22481 (java) S 22473 22475 22350 0 -1 64 0 328 0 0 0 0 1 0 18 0 9 0 1985239093 889978880 20856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22482] ppid=22473 vsize=869120 CPUtime=0.34
/proc/22475/task/22482/stat : 22482 (java) S 22473 22475 22350 0 -1 64 997 328 0 0 33 0 1 0 17 0 9 0 1985239093 889978880 20856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22483] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22483/stat : 22483 (java) S 22473 22475 22350 0 -1 64 2 328 0 0 0 0 1 0 19 0 9 0 1985239093 889978880 20856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22484] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22484/stat : 22484 (java) S 22473 22475 22350 0 -1 64 35 328 0 0 0 0 1 0 15 0 9 0 1985239093 889978880 20856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 869120

[startup+51.102 s]
/proc/loadavg: 1.96 1.97 1.99 3/84 22489
/proc/meminfo: memFree=1679168/2055920 swapFree=4180084/4192956
[pid=22475] ppid=22473 vsize=869120 CPUtime=50.63
/proc/22475/stat : 22475 (java) S 22473 22475 22350 0 -1 0 30357 328 1 0 5043 19 1 0 18 0 9 0 1985239089 889978880 22385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22475/statm: 217280 22385 2636 9 0 211786 0
[pid=22475/tid=22477] ppid=22473 vsize=869120 CPUtime=50.17
/proc/22475/task/22477/stat : 22477 (java) R 22473 22475 22350 0 -1 64 20323 328 1 0 5002 14 1 0 25 0 9 0 1985239090 889978880 22385 996147200 134512640 134550740 4294955968 18446744073709551615 4127132835 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22478] ppid=22473 vsize=869120 CPUtime=0.1
/proc/22475/task/22478/stat : 22478 (java) S 22473 22475 22350 0 -1 64 8167 328 0 0 7 2 1 0 16 0 9 0 1985239091 889978880 22385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22479] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22479/stat : 22479 (java) S 22473 22475 22350 0 -1 64 15 328 0 0 0 0 1 0 16 0 9 0 1985239091 889978880 22385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22480] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22480/stat : 22480 (java) S 22473 22475 22350 0 -1 64 13 328 0 0 0 0 1 0 16 0 9 0 1985239091 889978880 22385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22481] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22481/stat : 22481 (java) S 22473 22475 22350 0 -1 64 0 328 0 0 0 0 1 0 18 0 9 0 1985239093 889978880 22385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22482] ppid=22473 vsize=869120 CPUtime=0.34
/proc/22475/task/22482/stat : 22482 (java) S 22473 22475 22350 0 -1 64 997 328 0 0 33 0 1 0 15 0 9 0 1985239093 889978880 22385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22483] ppid=22473 vsize=869120 CPUtime=0.01

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

/proc/22475/task/22480/stat : 22480 (java) S 22473 22475 22350 0 -1 64 13 328 0 0 0 0 1 0 16 0 9 0 1985239091 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22481] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22481/stat : 22481 (java) S 22473 22475 22350 0 -1 64 0 328 0 0 0 0 1 0 18 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22482] ppid=22473 vsize=869120 CPUtime=0.35
/proc/22475/task/22482/stat : 22482 (java) S 22473 22475 22350 0 -1 64 1003 328 0 0 34 0 1 0 16 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22483] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22483/stat : 22483 (java) S 22473 22475 22350 0 -1 64 2 328 0 0 0 0 1 0 19 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22484] ppid=22473 vsize=869120 CPUtime=0.02
/proc/22475/task/22484/stat : 22484 (java) S 22473 22475 22350 0 -1 64 35 328 0 0 0 1 1 0 15 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1466.55
Current children cumulated vsize (KiB) 869120

[startup+1542.3 s]
/proc/loadavg: 1.40 1.89 1.96 2/73 23060
/proc/meminfo: memFree=1684224/2055920 swapFree=4180084/4192956
[pid=22475] ppid=22473 vsize=869120 CPUtime=1526.38
/proc/22475/stat : 22475 (java) S 22473 22475 22350 0 -1 0 30559 328 1 0 152609 28 1 0 18 0 9 0 1985239089 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22475/statm: 217280 22481 2636 9 0 211786 0
[pid=22475/tid=22477] ppid=22473 vsize=869120 CPUtime=1525.78
/proc/22475/task/22477/stat : 22477 (java) R 22473 22475 22350 0 -1 64 20427 328 1 0 152555 22 1 0 25 0 9 0 1985239090 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4126997296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22478] ppid=22473 vsize=869120 CPUtime=0.22
/proc/22475/task/22478/stat : 22478 (java) S 22473 22475 22350 0 -1 64 8259 328 0 0 18 3 1 0 16 0 9 0 1985239091 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22475/tid=22479] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22479/stat : 22479 (java) S 22473 22475 22350 0 -1 64 15 328 0 0 0 0 1 0 16 0 9 0 1985239091 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22480] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22480/stat : 22480 (java) S 22473 22475 22350 0 -1 64 13 328 0 0 0 0 1 0 16 0 9 0 1985239091 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22481] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22481/stat : 22481 (java) S 22473 22475 22350 0 -1 64 0 328 0 0 0 0 1 0 18 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22482] ppid=22473 vsize=869120 CPUtime=0.35
/proc/22475/task/22482/stat : 22482 (java) S 22473 22475 22350 0 -1 64 1003 328 0 0 34 0 1 0 16 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22483] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22483/stat : 22483 (java) S 22473 22475 22350 0 -1 64 2 328 0 0 0 0 1 0 19 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22484] ppid=22473 vsize=869120 CPUtime=0.02
/proc/22475/task/22484/stat : 22484 (java) S 22473 22475 22350 0 -1 64 35 328 0 0 0 1 1 0 15 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1526.38
Current children cumulated vsize (KiB) 869120

[startup+1602.3 s]
/proc/loadavg: 1.15 1.73 1.90 2/73 23324
/proc/meminfo: memFree=1684056/2055920 swapFree=4180084/4192956
[pid=22475] ppid=22473 vsize=869120 CPUtime=1586.25
/proc/22475/stat : 22475 (java) S 22473 22475 22350 0 -1 0 30567 328 1 0 158595 29 1 0 18 0 9 0 1985239089 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22475/statm: 217280 22481 2636 9 0 211786 0
[pid=22475/tid=22477] ppid=22473 vsize=869120 CPUtime=1585.65
/proc/22475/task/22477/stat : 22477 (java) R 22473 22475 22350 0 -1 64 20435 328 1 0 158541 23 1 0 25 0 9 0 1985239090 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4127097744 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22475/tid=22478] ppid=22473 vsize=869120 CPUtime=0.23
/proc/22475/task/22478/stat : 22478 (java) S 22473 22475 22350 0 -1 64 8259 328 0 0 19 3 1 0 16 0 9 0 1985239091 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22475/tid=22479] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22479/stat : 22479 (java) S 22473 22475 22350 0 -1 64 15 328 0 0 0 0 1 0 16 0 9 0 1985239091 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22480] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22480/stat : 22480 (java) S 22473 22475 22350 0 -1 64 13 328 0 0 0 0 1 0 16 0 9 0 1985239091 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22481] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22481/stat : 22481 (java) S 22473 22475 22350 0 -1 64 0 328 0 0 0 0 1 0 18 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22482] ppid=22473 vsize=869120 CPUtime=0.35
/proc/22475/task/22482/stat : 22482 (java) S 22473 22475 22350 0 -1 64 1003 328 0 0 34 0 1 0 16 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22483] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22483/stat : 22483 (java) S 22473 22475 22350 0 -1 64 2 328 0 0 0 0 1 0 19 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22484] ppid=22473 vsize=869120 CPUtime=0.02
/proc/22475/task/22484/stat : 22484 (java) R 22473 22475 22350 0 -1 64 35 328 0 0 0 1 1 0 15 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1586.25
Current children cumulated vsize (KiB) 869120

[startup+1662.3 s]
/proc/loadavg: 1.05 1.59 1.84 2/73 23324
/proc/meminfo: memFree=1684184/2055920 swapFree=4180084/4192956
[pid=22475] ppid=22473 vsize=869120 CPUtime=1646.23
/proc/22475/stat : 22475 (java) S 22473 22475 22350 0 -1 0 30569 328 1 0 164593 29 1 0 18 0 9 0 1985239089 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22475/statm: 217280 22481 2636 9 0 211786 0
[pid=22475/tid=22477] ppid=22473 vsize=869120 CPUtime=1645.62
/proc/22475/task/22477/stat : 22477 (java) R 22473 22475 22350 0 -1 64 20437 328 1 0 164538 23 1 0 25 0 9 0 1985239090 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4127095054 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22475/tid=22478] ppid=22473 vsize=869120 CPUtime=0.23
/proc/22475/task/22478/stat : 22478 (java) S 22473 22475 22350 0 -1 64 8259 328 0 0 19 3 1 0 16 0 9 0 1985239091 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22475/tid=22479] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22479/stat : 22479 (java) S 22473 22475 22350 0 -1 64 15 328 0 0 0 0 1 0 16 0 9 0 1985239091 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22480] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22480/stat : 22480 (java) S 22473 22475 22350 0 -1 64 13 328 0 0 0 0 1 0 16 0 9 0 1985239091 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22481] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22481/stat : 22481 (java) S 22473 22475 22350 0 -1 64 0 328 0 0 0 0 1 0 18 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22482] ppid=22473 vsize=869120 CPUtime=0.35
/proc/22475/task/22482/stat : 22482 (java) S 22473 22475 22350 0 -1 64 1003 328 0 0 34 0 1 0 16 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22483] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22483/stat : 22483 (java) S 22473 22475 22350 0 -1 64 2 328 0 0 0 0 1 0 19 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22484] ppid=22473 vsize=869120 CPUtime=0.02
/proc/22475/task/22484/stat : 22484 (java) S 22473 22475 22350 0 -1 64 35 328 0 0 0 1 1 0 15 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.23
Current children cumulated vsize (KiB) 869120

[startup+1722.3 s]
/proc/loadavg: 1.02 1.48 1.79 2/73 23324
/proc/meminfo: memFree=1684184/2055920 swapFree=4180084/4192956
[pid=22475] ppid=22473 vsize=869120 CPUtime=1706.2
/proc/22475/stat : 22475 (java) S 22473 22475 22350 0 -1 0 30569 328 1 0 170590 29 1 0 18 0 9 0 1985239089 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22475/statm: 217280 22481 2636 9 0 211786 0
[pid=22475/tid=22477] ppid=22473 vsize=869120 CPUtime=1705.59
/proc/22475/task/22477/stat : 22477 (java) R 22473 22475 22350 0 -1 64 20437 328 1 0 170535 23 1 0 25 0 9 0 1985239090 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4126859324 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22475/tid=22478] ppid=22473 vsize=869120 CPUtime=0.23
/proc/22475/task/22478/stat : 22478 (java) S 22473 22475 22350 0 -1 64 8259 328 0 0 19 3 1 0 16 0 9 0 1985239091 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22475/tid=22479] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22479/stat : 22479 (java) S 22473 22475 22350 0 -1 64 15 328 0 0 0 0 1 0 16 0 9 0 1985239091 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22480] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22480/stat : 22480 (java) S 22473 22475 22350 0 -1 64 13 328 0 0 0 0 1 0 16 0 9 0 1985239091 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22481] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22481/stat : 22481 (java) S 22473 22475 22350 0 -1 64 0 328 0 0 0 0 1 0 18 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22482] ppid=22473 vsize=869120 CPUtime=0.35
/proc/22475/task/22482/stat : 22482 (java) S 22473 22475 22350 0 -1 64 1003 328 0 0 34 0 1 0 16 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22483] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22483/stat : 22483 (java) S 22473 22475 22350 0 -1 64 2 328 0 0 0 0 1 0 19 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22484] ppid=22473 vsize=869120 CPUtime=0.02
/proc/22475/task/22484/stat : 22484 (java) S 22473 22475 22350 0 -1 64 35 328 0 0 0 1 1 0 15 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.2
Current children cumulated vsize (KiB) 869120

[startup+1782.3 s]
/proc/loadavg: 1.00 1.39 1.73 2/73 23324
/proc/meminfo: memFree=1684056/2055920 swapFree=4180084/4192956
[pid=22475] ppid=22473 vsize=869120 CPUtime=1766.17
/proc/22475/stat : 22475 (java) S 22473 22475 22350 0 -1 0 30569 328 1 0 176587 29 1 0 18 0 9 0 1985239089 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22475/statm: 217280 22481 2636 9 0 211786 0
[pid=22475/tid=22477] ppid=22473 vsize=869120 CPUtime=1765.57
/proc/22475/task/22477/stat : 22477 (java) R 22473 22475 22350 0 -1 64 20437 328 1 0 176533 23 1 0 25 0 9 0 1985239090 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4127099553 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22475/tid=22478] ppid=22473 vsize=869120 CPUtime=0.23
/proc/22475/task/22478/stat : 22478 (java) S 22473 22475 22350 0 -1 64 8259 328 0 0 19 3 1 0 16 0 9 0 1985239091 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22475/tid=22479] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22479/stat : 22479 (java) S 22473 22475 22350 0 -1 64 15 328 0 0 0 0 1 0 16 0 9 0 1985239091 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22480] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22480/stat : 22480 (java) S 22473 22475 22350 0 -1 64 13 328 0 0 0 0 1 0 16 0 9 0 1985239091 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22481] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22481/stat : 22481 (java) S 22473 22475 22350 0 -1 64 0 328 0 0 0 0 1 0 18 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22482] ppid=22473 vsize=869120 CPUtime=0.35
/proc/22475/task/22482/stat : 22482 (java) S 22473 22475 22350 0 -1 64 1003 328 0 0 34 0 1 0 16 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22483] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22483/stat : 22483 (java) S 22473 22475 22350 0 -1 64 2 328 0 0 0 0 1 0 19 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22484] ppid=22473 vsize=869120 CPUtime=0.02
/proc/22475/task/22484/stat : 22484 (java) S 22473 22475 22350 0 -1 64 35 328 0 0 0 1 1 0 15 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1766.17
Current children cumulated vsize (KiB) 869120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.2 s]
/proc/loadavg: 1.00 1.35 1.70 2/73 23324
/proc/meminfo: memFree=1684120/2055920 swapFree=4180084/4192956
[pid=22475] ppid=22473 vsize=869120 CPUtime=1800.06
/proc/22475/stat : 22475 (java) S 22473 22475 22350 0 -1 0 30569 328 1 0 179976 29 1 0 18 0 9 0 1985239089 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22475/statm: 217280 22481 2636 9 0 211786 0
[pid=22475/tid=22477] ppid=22473 vsize=869120 CPUtime=1799.45
/proc/22475/task/22477/stat : 22477 (java) R 22473 22475 22350 0 -1 64 20437 328 1 0 179921 23 1 0 25 0 9 0 1985239090 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4127100392 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22475/tid=22478] ppid=22473 vsize=869120 CPUtime=0.23
/proc/22475/task/22478/stat : 22478 (java) S 22473 22475 22350 0 -1 64 8259 328 0 0 19 3 1 0 16 0 9 0 1985239091 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22475/tid=22479] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22479/stat : 22479 (java) S 22473 22475 22350 0 -1 64 15 328 0 0 0 0 1 0 16 0 9 0 1985239091 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22480] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22480/stat : 22480 (java) S 22473 22475 22350 0 -1 64 13 328 0 0 0 0 1 0 16 0 9 0 1985239091 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22481] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22481/stat : 22481 (java) S 22473 22475 22350 0 -1 64 0 328 0 0 0 0 1 0 18 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22482] ppid=22473 vsize=869120 CPUtime=0.35
/proc/22475/task/22482/stat : 22482 (java) S 22473 22475 22350 0 -1 64 1003 328 0 0 34 0 1 0 16 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22483] ppid=22473 vsize=869120 CPUtime=0.01
/proc/22475/task/22483/stat : 22483 (java) S 22473 22475 22350 0 -1 64 2 328 0 0 0 0 1 0 19 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22475/tid=22484] ppid=22473 vsize=869120 CPUtime=0.02
/proc/22475/task/22484/stat : 22484 (java) S 22473 22475 22350 0 -1 64 35 328 0 0 0 1 1 0 15 0 9 0 1985239093 889978880 22481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 869120

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): 1816.26
CPU time (s): 1800.14
CPU user time (s): 1799.82
CPU system time (s): 0.316951
CPU usage (%): 99.1123
Max. virtual memory (cumulated for all children) (KiB): 869120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.316951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30924
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= 39109
involuntary context switches= 60449

runsolver used 2.28765 second user time and 5.71813 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-03 07:24:10
IDJOB=1056291
IDBENCH=57642
IDSOLVER=364
FILE ID=node25/1056291-1215062650
PBS_JOBID= 7875234
Free space on /tmp= 66540 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/os-gp/normalized-gp10-04-1076.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-1056291-1215062650/watcher-1056291-1215062650 -o /tmp/evaluation-result-1056291-1215062650/solver-1056291-1215062650 -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-1056291-1215062650.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 46b89df60e453cd184ab4e9d21c078d6
RANDOM SEED=583801149

node25.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.234
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.234
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:       1759480 kB
Buffers:         40848 kB
Cached:         170672 kB
SwapCached:       6760 kB
Active:         128716 kB
Inactive:        97784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1759480 kB
SwapTotal:     4192956 kB
SwapFree:      4180084 kB
Dirty:            2180 kB
Writeback:           0 kB
Mapped:          20744 kB
Slab:            55092 kB
Committed_AS:  3477552 kB
PageTables:       1920 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= 66540 MiB
End job on node25 at 2008-07-03 07:54:29