Trace number 1132502

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.14 1806.85

General information on the benchmark

Namecsp/CabinetStart1/
normalized-cabinet-5580.xml
MD5SUMed881441b8676db566213b5ad22676de
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.269958
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints126
Maximum constraint arity15
Maximum domain size84591
Number of constraints which are defined in extension0
Number of constraints which are defined in intension21
Global constraints used (with number of constraints)element(98),weightedsum(7)

Solver Data (download as text)

0.02/0.16	
0.02/0.16	Abscon 112 (May, 2008)
0.16/0.37	
0.16/0.37	   configuration
0.16/0.37	     name=mac.xml
0.26/0.44	   
0.26/0.44	   instance
0.26/0.44	     name=HOME/instance-1132502-1220287661.xml
0.26/0.47	   
0.26/0.47	   domains being loaded...
0.33/0.50	   
0.33/0.50	   variables being loaded...
0.33/0.58	     nbVariables=120  nbDomainTypes=107  minDomainSize=2  maxDomainSize=84591  nbTotalValues=319047
0.33/0.58	       =>  wckTime=0.204  cpuTime=0.14  mem=14M734
0.33/0.58	   
0.33/0.58	   predicates being loaded...
0.43/0.63	   
0.43/0.63	   constraints being loaded...
0.83/1.07	     nbConstraints=126  nbUnaryConstraints=7  nbGlobalConstraints=14  nbPurgedValues=273966  nbConvertedConstraints=13
0.83/1.07	     nbConvertConstraintsChecks=1421  nbExtensionStructures=1  nbSharedExtensionStructures=12  nbConflictsStructures=99
0.83/1.07	     nbSharedConflictsStructures=12  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=7
0.83/1.07	     nbEvaluationManagers=99  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=11  minArity=2  avgArity=3.49
0.83/1.07	     maxArity=15  nbGenerators=0  nbFusions=0  symmetryWckTime=0.065  symmetryCpuTime=0.03
0.83/1.07	       =>  wckTime=0.701  cpuTime=0.5  mem=32M339
0.93/1.15	   
0.93/1.15	   solver IterativeSystematicSolver being built... 
1.03/1.25	   
1.03/1.27	   INFO : Forward propagation technique limited 
1.14/1.31	       =>  wckTime=0.934  cpuTime=0.66  mem=44M594
1.14/1.33	   
1.14/1.33	   preprocessing
1.14/1.33	     nbConstraintChecks=0  nbPropagations=120  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.14/1.33	     detectedInconsistency=no
1.14/1.33	       =>  wckTime=0.02  cpuTime=0.01  mem=45M498
2.42/2.67	   
2.42/2.67	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=49M885)

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-1132502-1220287661/watcher-1132502-1220287661 -o /tmp/evaluation-result-1132502-1220287661/solver-1132502-1220287661 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1132502-1220287661.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.32 2.38 2.18 4/80 2080
/proc/meminfo: memFree=1893152/2055920 swapFree=4192812/4192956
[pid=2080] ppid=2078 vsize=18572 CPUtime=0
/proc/2080/stat : 2080 (runsolver) D 2078 2080 737 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 355858892 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 233632754983 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/2080/statm: 4643 292 257 25 0 2626 0

[startup+0.0853229 s]
/proc/loadavg: 2.32 2.38 2.18 4/80 2080
/proc/meminfo: memFree=1893152/2055920 swapFree=4192812/4192956
[pid=2080] ppid=2078 vsize=861880 CPUtime=0.01
/proc/2080/stat : 2080 (java) S 2078 2080 737 0 -1 0 1897 0 1 0 0 1 0 0 18 0 5 0 355858892 882565120 1582 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/2080/statm: 215470 1582 703 9 0 210449 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861880

[startup+0.101324 s]
/proc/loadavg: 2.32 2.38 2.18 4/80 2080
/proc/meminfo: memFree=1893152/2055920 swapFree=4192812/4192956
[pid=2080] ppid=2078 vsize=861876 CPUtime=0.02
/proc/2080/stat : 2080 (java) S 2078 2080 737 0 -1 0 2074 0 1 0 1 1 0 0 18 0 5 0 355858892 882561024 1729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/2080/statm: 215469 1730 799 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.30134 s]
/proc/loadavg: 2.32 2.38 2.18 4/80 2080
/proc/meminfo: memFree=1893152/2055920 swapFree=4192812/4192956
[pid=2080] ppid=2078 vsize=866044 CPUtime=0.16
/proc/2080/stat : 2080 (java) S 2078 2080 737 0 -1 0 4513 0 3 0 13 3 0 0 18 0 9 0 355858892 886829056 3945 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2080/statm: 216511 3945 1856 9 0 211059 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 866044

[startup+0.701373 s]
/proc/loadavg: 2.32 2.38 2.18 4/80 2080
/proc/meminfo: memFree=1893152/2055920 swapFree=4192812/4192956
[pid=2080] ppid=2078 vsize=866620 CPUtime=0.52
/proc/2080/stat : 2080 (java) S 2078 2080 737 0 -1 0 9155 0 11 0 45 7 0 0 18 0 9 0 355858892 887418880 8525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2080/statm: 216655 8526 2011 9 0 211161 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 866620

[startup+1.50244 s]
/proc/loadavg: 2.37 2.39 2.19 3/89 2089
/proc/meminfo: memFree=1849496/2055920 swapFree=4192812/4192956
[pid=2080] ppid=2078 vsize=869344 CPUtime=1.33
/proc/2080/stat : 2080 (java) S 2078 2080 737 0 -1 0 25967 284 11 0 120 13 0 0 18 0 9 0 355858892 890208256 16593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2080/statm: 217336 16593 2633 9 0 211842 0
[pid=2080/tid=2082] ppid=2078 vsize=869344 CPUtime=1.02
/proc/2080/task/2082/stat : 2082 (java) R 2078 2080 737 0 -1 64 18973 284 11 0 93 9 0 0 19 0 9 0 355858896 890208256 16593 996147200 134512640 134550740 4294955968 18446744073709551615 4127013203 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2083] ppid=2078 vsize=869344 CPUtime=0.06
/proc/2080/task/2083/stat : 2083 (java) S 2078 2080 737 0 -1 64 5293 284 0 0 5 1 0 0 16 0 9 0 355858899 890208256 16593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2084] ppid=2078 vsize=869344 CPUtime=0
/proc/2080/task/2084/stat : 2084 (java) S 2078 2080 737 0 -1 64 14 284 0 0 0 0 0 0 16 0 9 0 355858900 890208256 16593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2085] ppid=2078 vsize=869344 CPUtime=0
/proc/2080/task/2085/stat : 2085 (java) S 2078 2080 737 0 -1 64 10 284 0 0 0 0 0 0 16 0 9 0 355858900 890208256 16593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2086] ppid=2078 vsize=869344 CPUtime=0
/proc/2080/task/2086/stat : 2086 (java) S 2078 2080 737 0 -1 64 1 284 0 0 0 0 0 0 22 0 9 0 355858903 890208256 16593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2087] ppid=2078 vsize=869344 CPUtime=0.22
/proc/2080/task/2087/stat : 2087 (java) S 2078 2080 737 0 -1 64 858 284 0 0 21 1 0 0 15 0 9 0 355858903 890208256 16593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2088] ppid=2078 vsize=869344 CPUtime=0
/proc/2080/task/2088/stat : 2088 (java) S 2078 2080 737 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 355858903 890208256 16593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2089] ppid=2078 vsize=869344 CPUtime=0
/proc/2080/task/2089/stat : 2089 (java) S 2078 2080 737 0 -1 64 4 284 0 0 0 0 0 0 15 0 9 0 355858903 890208256 16593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 869344

[startup+3.10257 s]
/proc/loadavg: 2.37 2.39 2.19 3/89 2093
/proc/meminfo: memFree=1831704/2055920 swapFree=4192812/4192956
[pid=2080] ppid=2078 vsize=869476 CPUtime=2.92
/proc/2080/stat : 2080 (java) S 2078 2080 737 0 -1 0 27106 284 11 0 278 14 0 0 18 0 9 0 355858892 890343424 17719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2080/statm: 217369 17719 2633 9 0 211875 0
[pid=2080/tid=2082] ppid=2078 vsize=869476 CPUtime=2.54
/proc/2080/task/2082/stat : 2082 (java) R 2078 2080 737 0 -1 64 20061 284 11 0 245 9 0 0 24 0 9 0 355858896 890343424 17719 996147200 134512640 134550740 4294955968 18446744073709551615 4127018940 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2083] ppid=2078 vsize=869476 CPUtime=0.06
/proc/2080/task/2083/stat : 2083 (java) S 2078 2080 737 0 -1 64 5293 284 0 0 5 1 0 0 16 0 9 0 355858899 890343424 17719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2084] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2084/stat : 2084 (java) S 2078 2080 737 0 -1 64 14 284 0 0 0 0 0 0 16 0 9 0 355858900 890343424 17719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2085] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2085/stat : 2085 (java) S 2078 2080 737 0 -1 64 10 284 0 0 0 0 0 0 16 0 9 0 355858900 890343424 17719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2086] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2086/stat : 2086 (java) S 2078 2080 737 0 -1 64 1 284 0 0 0 0 0 0 22 0 9 0 355858903 890343424 17719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2087] ppid=2078 vsize=869476 CPUtime=0.28
/proc/2080/task/2087/stat : 2087 (java) S 2078 2080 737 0 -1 64 909 284 0 0 27 1 0 0 15 0 9 0 355858903 890343424 17719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2088] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2088/stat : 2088 (java) S 2078 2080 737 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 355858903 890343424 17719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2089] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2089/stat : 2089 (java) S 2078 2080 737 0 -1 64 4 284 0 0 0 0 0 0 15 0 9 0 355858903 890343424 17719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 869476

[startup+6.30183 s]
/proc/loadavg: 2.37 2.39 2.19 3/89 2093
/proc/meminfo: memFree=1827096/2055920 swapFree=4192812/4192956
[pid=2080] ppid=2078 vsize=869476 CPUtime=6.11
/proc/2080/stat : 2080 (java) S 2078 2080 737 0 -1 0 27144 284 11 0 597 14 0 0 18 0 9 0 355858892 890343424 17725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2080/statm: 217369 17725 2633 9 0 211875 0
[pid=2080/tid=2082] ppid=2078 vsize=869476 CPUtime=5.72
/proc/2080/task/2082/stat : 2082 (java) R 2078 2080 737 0 -1 64 20065 284 11 0 563 9 0 0 25 0 9 0 355858896 890343424 17725 996147200 134512640 134550740 4294955968 18446744073709551615 4127018645 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2083] ppid=2078 vsize=869476 CPUtime=0.06
/proc/2080/task/2083/stat : 2083 (java) S 2078 2080 737 0 -1 64 5293 284 0 0 5 1 0 0 16 0 9 0 355858899 890343424 17725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2084] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2084/stat : 2084 (java) S 2078 2080 737 0 -1 64 14 284 0 0 0 0 0 0 16 0 9 0 355858900 890343424 17725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2085] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2085/stat : 2085 (java) S 2078 2080 737 0 -1 64 10 284 0 0 0 0 0 0 16 0 9 0 355858900 890343424 17725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2086] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2086/stat : 2086 (java) S 2078 2080 737 0 -1 64 1 284 0 0 0 0 0 0 22 0 9 0 355858903 890343424 17725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2087] ppid=2078 vsize=869476 CPUtime=0.29
/proc/2080/task/2087/stat : 2087 (java) S 2078 2080 737 0 -1 64 914 284 0 0 28 1 0 0 16 0 9 0 355858903 890343424 17725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2088] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2088/stat : 2088 (java) S 2078 2080 737 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 355858903 890343424 17725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2089] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2089/stat : 2089 (java) S 2078 2080 737 0 -1 64 33 284 0 0 0 0 0 0 15 0 9 0 355858903 890343424 17725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 869476

[startup+12.7014 s]
/proc/loadavg: 2.32 2.38 2.19 3/89 2093
/proc/meminfo: memFree=1826968/2055920 swapFree=4192812/4192956
[pid=2080] ppid=2078 vsize=869476 CPUtime=12.48
/proc/2080/stat : 2080 (java) S 2078 2080 737 0 -1 0 27145 284 11 0 1234 14 0 0 18 0 9 0 355858892 890343424 17726 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2080/statm: 217369 17726 2633 9 0 211875 0
[pid=2080/tid=2082] ppid=2078 vsize=869476 CPUtime=12.09
/proc/2080/task/2082/stat : 2082 (java) R 2078 2080 737 0 -1 64 20066 284 11 0 1200 9 0 0 25 0 9 0 355858896 890343424 17726 996147200 134512640 134550740 4294955968 18446744073709551615 4127008296 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2083] ppid=2078 vsize=869476 CPUtime=0.06
/proc/2080/task/2083/stat : 2083 (java) S 2078 2080 737 0 -1 64 5293 284 0 0 5 1 0 0 16 0 9 0 355858899 890343424 17726 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2084] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2084/stat : 2084 (java) S 2078 2080 737 0 -1 64 14 284 0 0 0 0 0 0 16 0 9 0 355858900 890343424 17726 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2085] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2085/stat : 2085 (java) S 2078 2080 737 0 -1 64 10 284 0 0 0 0 0 0 16 0 9 0 355858900 890343424 17726 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2086] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2086/stat : 2086 (java) S 2078 2080 737 0 -1 64 1 284 0 0 0 0 0 0 22 0 9 0 355858903 890343424 17726 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2087] ppid=2078 vsize=869476 CPUtime=0.29
/proc/2080/task/2087/stat : 2087 (java) S 2078 2080 737 0 -1 64 914 284 0 0 28 1 0 0 16 0 9 0 355858903 890343424 17726 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2088] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2088/stat : 2088 (java) S 2078 2080 737 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 355858903 890343424 17726 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2089] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2089/stat : 2089 (java) S 2078 2080 737 0 -1 64 33 284 0 0 0 0 0 0 15 0 9 0 355858903 890343424 17726 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 869476

[startup+25.5014 s]
/proc/loadavg: 2.27 2.36 2.18 3/89 2093
/proc/meminfo: memFree=1827480/2055920 swapFree=4192812/4192956
[pid=2080] ppid=2078 vsize=869476 CPUtime=25.24
/proc/2080/stat : 2080 (java) S 2078 2080 737 0 -1 0 27147 284 11 0 2510 14 0 0 18 0 9 0 355858892 890343424 17727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2080/statm: 217369 17727 2633 9 0 211875 0
[pid=2080/tid=2082] ppid=2078 vsize=869476 CPUtime=24.85
/proc/2080/task/2082/stat : 2082 (java) R 2078 2080 737 0 -1 64 20068 284 11 0 2476 9 0 0 25 0 9 0 355858896 890343424 17727 996147200 134512640 134550740 4294955968 18446744073709551615 4127072349 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2083] ppid=2078 vsize=869476 CPUtime=0.06
/proc/2080/task/2083/stat : 2083 (java) S 2078 2080 737 0 -1 64 5293 284 0 0 5 1 0 0 16 0 9 0 355858899 890343424 17727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2084] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2084/stat : 2084 (java) S 2078 2080 737 0 -1 64 14 284 0 0 0 0 0 0 16 0 9 0 355858900 890343424 17727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2085] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2085/stat : 2085 (java) S 2078 2080 737 0 -1 64 10 284 0 0 0 0 0 0 16 0 9 0 355858900 890343424 17727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2086] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2086/stat : 2086 (java) S 2078 2080 737 0 -1 64 1 284 0 0 0 0 0 0 22 0 9 0 355858903 890343424 17727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2087] ppid=2078 vsize=869476 CPUtime=0.29
/proc/2080/task/2087/stat : 2087 (java) S 2078 2080 737 0 -1 64 914 284 0 0 28 1 0 0 16 0 9 0 355858903 890343424 17727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2088] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2088/stat : 2088 (java) S 2078 2080 737 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 355858903 890343424 17727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2089] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2089/stat : 2089 (java) S 2078 2080 737 0 -1 64 33 284 0 0 0 0 0 0 15 0 9 0 355858903 890343424 17727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 869476

[startup+51.1015 s]
/proc/loadavg: 2.16 2.33 2.18 3/89 2093
/proc/meminfo: memFree=1827480/2055920 swapFree=4192812/4192956
[pid=2080] ppid=2078 vsize=869476 CPUtime=50.73
/proc/2080/stat : 2080 (java) S 2078 2080 737 0 -1 0 27148 284 11 0 5059 14 0 0 18 0 9 0 355858892 890343424 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2080/statm: 217369 17728 2633 9 0 211875 0
[pid=2080/tid=2082] ppid=2078 vsize=869476 CPUtime=50.35
/proc/2080/task/2082/stat : 2082 (java) R 2078 2080 737 0 -1 64 20069 284 11 0 5025 10 0 0 25 0 9 0 355858896 890343424 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4127022561 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2083] ppid=2078 vsize=869476 CPUtime=0.06
/proc/2080/task/2083/stat : 2083 (java) S 2078 2080 737 0 -1 64 5293 284 0 0 5 1 0 0 16 0 9 0 355858899 890343424 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2084] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2084/stat : 2084 (java) S 2078 2080 737 0 -1 64 14 284 0 0 0 0 0 0 16 0 9 0 355858900 890343424 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2085] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2085/stat : 2085 (java) S 2078 2080 737 0 -1 64 10 284 0 0 0 0 0 0 16 0 9 0 355858900 890343424 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2086] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2086/stat : 2086 (java) S 2078 2080 737 0 -1 64 1 284 0 0 0 0 0 0 22 0 9 0 355858903 890343424 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2087] ppid=2078 vsize=869476 CPUtime=0.29
/proc/2080/task/2087/stat : 2087 (java) S 2078 2080 737 0 -1 64 914 284 0 0 28 1 0 0 16 0 9 0 355858903 890343424 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2088] ppid=2078 vsize=869476 CPUtime=0

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

/proc/2080/task/2085/stat : 2085 (java) S 2078 2080 737 0 -1 64 10 284 0 0 0 0 0 0 16 0 9 0 355858900 890343424 17734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2086] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2086/stat : 2086 (java) S 2078 2080 737 0 -1 64 1 284 0 0 0 0 0 0 22 0 9 0 355858903 890343424 17734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2087] ppid=2078 vsize=869476 CPUtime=0.29
/proc/2080/task/2087/stat : 2087 (java) S 2078 2080 737 0 -1 64 915 284 0 0 28 1 0 0 16 0 9 0 355858903 890343424 17734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2088] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2088/stat : 2088 (java) S 2078 2080 737 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 355858903 890343424 17734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2089] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2089/stat : 2089 (java) S 2078 2080 737 0 -1 64 33 284 0 0 0 0 0 0 15 0 9 0 355858903 890343424 17734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.05
Current children cumulated vsize (KiB) 869476

[startup+1542.3 s]
/proc/loadavg: 2.35 2.10 2.05 3/91 2151
/proc/meminfo: memFree=1218832/2055920 swapFree=4192812/4192956
[pid=2080] ppid=2078 vsize=869476 CPUtime=1535.81
/proc/2080/stat : 2080 (java) S 2078 2080 737 0 -1 0 27154 284 11 0 153553 28 0 0 18 0 9 0 355858892 890343424 17734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2080/statm: 217369 17734 2633 9 0 211875 0
[pid=2080/tid=2082] ppid=2078 vsize=869476 CPUtime=1535.42
/proc/2080/task/2082/stat : 2082 (java) R 2078 2080 737 0 -1 64 20074 284 11 0 153519 23 0 0 25 0 9 0 355858896 890343424 17734 996147200 134512640 134550740 4294955968 18446744073709551615 4127074417 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2083] ppid=2078 vsize=869476 CPUtime=0.06
/proc/2080/task/2083/stat : 2083 (java) S 2078 2080 737 0 -1 64 5293 284 0 0 5 1 0 0 16 0 9 0 355858899 890343424 17734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2084] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2084/stat : 2084 (java) S 2078 2080 737 0 -1 64 14 284 0 0 0 0 0 0 16 0 9 0 355858900 890343424 17734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2085] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2085/stat : 2085 (java) S 2078 2080 737 0 -1 64 10 284 0 0 0 0 0 0 16 0 9 0 355858900 890343424 17734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2086] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2086/stat : 2086 (java) S 2078 2080 737 0 -1 64 1 284 0 0 0 0 0 0 22 0 9 0 355858903 890343424 17734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2087] ppid=2078 vsize=869476 CPUtime=0.29
/proc/2080/task/2087/stat : 2087 (java) S 2078 2080 737 0 -1 64 915 284 0 0 28 1 0 0 16 0 9 0 355858903 890343424 17734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2088] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2088/stat : 2088 (java) S 2078 2080 737 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 355858903 890343424 17734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2089] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2089/stat : 2089 (java) S 2078 2080 737 0 -1 64 33 284 0 0 0 0 0 0 15 0 9 0 355858903 890343424 17734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.81
Current children cumulated vsize (KiB) 869476

[startup+1602.3 s]
/proc/loadavg: 2.31 2.14 2.07 3/91 2151
/proc/meminfo: memFree=807056/2055920 swapFree=4192812/4192956
[pid=2080] ppid=2078 vsize=869476 CPUtime=1595.77
/proc/2080/stat : 2080 (java) S 2078 2080 737 0 -1 0 27155 284 11 0 159542 35 0 0 18 0 9 0 355858892 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2080/statm: 217369 17735 2633 9 0 211875 0
[pid=2080/tid=2082] ppid=2078 vsize=869476 CPUtime=1595.38
/proc/2080/task/2082/stat : 2082 (java) R 2078 2080 737 0 -1 64 20075 284 11 0 159508 30 0 0 25 0 9 0 355858896 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4126899692 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2083] ppid=2078 vsize=869476 CPUtime=0.06
/proc/2080/task/2083/stat : 2083 (java) S 2078 2080 737 0 -1 64 5293 284 0 0 5 1 0 0 16 0 9 0 355858899 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2084] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2084/stat : 2084 (java) S 2078 2080 737 0 -1 64 14 284 0 0 0 0 0 0 16 0 9 0 355858900 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2085] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2085/stat : 2085 (java) S 2078 2080 737 0 -1 64 10 284 0 0 0 0 0 0 16 0 9 0 355858900 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2086] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2086/stat : 2086 (java) S 2078 2080 737 0 -1 64 1 284 0 0 0 0 0 0 22 0 9 0 355858903 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2087] ppid=2078 vsize=869476 CPUtime=0.29
/proc/2080/task/2087/stat : 2087 (java) S 2078 2080 737 0 -1 64 915 284 0 0 28 1 0 0 16 0 9 0 355858903 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2088] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2088/stat : 2088 (java) S 2078 2080 737 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 355858903 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2089] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2089/stat : 2089 (java) S 2078 2080 737 0 -1 64 33 284 0 0 0 0 0 0 15 0 9 0 355858903 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.77
Current children cumulated vsize (KiB) 869476

[startup+1662.3 s]
/proc/loadavg: 2.23 2.14 2.07 3/91 2151
/proc/meminfo: memFree=374864/2055920 swapFree=4192812/4192956
[pid=2080] ppid=2078 vsize=869476 CPUtime=1655.72
/proc/2080/stat : 2080 (java) S 2078 2080 737 0 -1 0 27155 284 11 0 165529 43 0 0 18 0 9 0 355858892 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2080/statm: 217369 17735 2633 9 0 211875 0
[pid=2080/tid=2082] ppid=2078 vsize=869476 CPUtime=1655.32
/proc/2080/task/2082/stat : 2082 (java) R 2078 2080 737 0 -1 64 20075 284 11 0 165494 38 0 0 25 0 9 0 355858896 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4127017792 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2083] ppid=2078 vsize=869476 CPUtime=0.06
/proc/2080/task/2083/stat : 2083 (java) S 2078 2080 737 0 -1 64 5293 284 0 0 5 1 0 0 16 0 9 0 355858899 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2084] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2084/stat : 2084 (java) S 2078 2080 737 0 -1 64 14 284 0 0 0 0 0 0 16 0 9 0 355858900 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2085] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2085/stat : 2085 (java) S 2078 2080 737 0 -1 64 10 284 0 0 0 0 0 0 16 0 9 0 355858900 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2086] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2086/stat : 2086 (java) S 2078 2080 737 0 -1 64 1 284 0 0 0 0 0 0 22 0 9 0 355858903 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2087] ppid=2078 vsize=869476 CPUtime=0.29
/proc/2080/task/2087/stat : 2087 (java) S 2078 2080 737 0 -1 64 915 284 0 0 28 1 0 0 16 0 9 0 355858903 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2088] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2088/stat : 2088 (java) S 2078 2080 737 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 355858903 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2089] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2089/stat : 2089 (java) S 2078 2080 737 0 -1 64 33 284 0 0 0 0 0 0 15 0 9 0 355858903 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.72
Current children cumulated vsize (KiB) 869476

[startup+1722.3 s]
/proc/loadavg: 2.41 2.21 2.10 3/91 2151
/proc/meminfo: memFree=14928/2055920 swapFree=4192812/4192956
[pid=2080] ppid=2078 vsize=869476 CPUtime=1715.65
/proc/2080/stat : 2080 (java) S 2078 2080 737 0 -1 0 27155 284 11 0 171513 52 0 0 18 0 9 0 355858892 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2080/statm: 217369 17735 2633 9 0 211875 0
[pid=2080/tid=2082] ppid=2078 vsize=869476 CPUtime=1715.27
/proc/2080/task/2082/stat : 2082 (java) R 2078 2080 737 0 -1 64 20075 284 11 0 171479 48 0 0 25 0 9 0 355858896 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4127018708 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2083] ppid=2078 vsize=869476 CPUtime=0.06
/proc/2080/task/2083/stat : 2083 (java) S 2078 2080 737 0 -1 64 5293 284 0 0 5 1 0 0 16 0 9 0 355858899 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2084] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2084/stat : 2084 (java) S 2078 2080 737 0 -1 64 14 284 0 0 0 0 0 0 16 0 9 0 355858900 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2085] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2085/stat : 2085 (java) S 2078 2080 737 0 -1 64 10 284 0 0 0 0 0 0 16 0 9 0 355858900 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2086] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2086/stat : 2086 (java) S 2078 2080 737 0 -1 64 1 284 0 0 0 0 0 0 22 0 9 0 355858903 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2087] ppid=2078 vsize=869476 CPUtime=0.29
/proc/2080/task/2087/stat : 2087 (java) S 2078 2080 737 0 -1 64 915 284 0 0 28 1 0 0 16 0 9 0 355858903 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2088] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2088/stat : 2088 (java) S 2078 2080 737 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 355858903 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2089] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2089/stat : 2089 (java) S 2078 2080 737 0 -1 64 33 284 0 0 0 0 0 0 15 0 9 0 355858903 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.65
Current children cumulated vsize (KiB) 869476

[startup+1782.3 s]
/proc/loadavg: 2.28 2.21 2.10 3/91 2151
/proc/meminfo: memFree=16272/2055920 swapFree=4192812/4192956
[pid=2080] ppid=2078 vsize=869476 CPUtime=1775.6
/proc/2080/stat : 2080 (java) S 2078 2080 737 0 -1 0 27155 284 11 0 177503 57 0 0 18 0 9 0 355858892 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2080/statm: 217369 17735 2633 9 0 211875 0
[pid=2080/tid=2082] ppid=2078 vsize=869476 CPUtime=1775.21
/proc/2080/task/2082/stat : 2082 (java) R 2078 2080 737 0 -1 64 20075 284 11 0 177469 52 0 0 25 0 9 0 355858896 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4126899692 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2083] ppid=2078 vsize=869476 CPUtime=0.06
/proc/2080/task/2083/stat : 2083 (java) S 2078 2080 737 0 -1 64 5293 284 0 0 5 1 0 0 16 0 9 0 355858899 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2084] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2084/stat : 2084 (java) S 2078 2080 737 0 -1 64 14 284 0 0 0 0 0 0 16 0 9 0 355858900 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2085] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2085/stat : 2085 (java) S 2078 2080 737 0 -1 64 10 284 0 0 0 0 0 0 16 0 9 0 355858900 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2086] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2086/stat : 2086 (java) S 2078 2080 737 0 -1 64 1 284 0 0 0 0 0 0 22 0 9 0 355858903 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2087] ppid=2078 vsize=869476 CPUtime=0.29
/proc/2080/task/2087/stat : 2087 (java) S 2078 2080 737 0 -1 64 915 284 0 0 28 1 0 0 16 0 9 0 355858903 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2088] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2088/stat : 2088 (java) S 2078 2080 737 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 355858903 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2089] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2089/stat : 2089 (java) S 2078 2080 737 0 -1 64 33 284 0 0 0 0 0 0 15 0 9 0 355858903 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.6
Current children cumulated vsize (KiB) 869476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.8 s]
/proc/loadavg: 2.18 2.19 2.10 3/81 2180
/proc/meminfo: memFree=1877664/2055920 swapFree=4192812/4192956
[pid=2080] ppid=2078 vsize=869476 CPUtime=1800.08
/proc/2080/stat : 2080 (java) S 2078 2080 737 0 -1 0 27155 284 11 0 179948 60 0 0 18 0 9 0 355858892 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2080/statm: 217369 17735 2633 9 0 211875 0
[pid=2080/tid=2082] ppid=2078 vsize=869476 CPUtime=1799.69
/proc/2080/task/2082/stat : 2082 (java) R 2078 2080 737 0 -1 64 20075 284 11 0 179914 55 0 0 25 0 9 0 355858896 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4126898955 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2083] ppid=2078 vsize=869476 CPUtime=0.06
/proc/2080/task/2083/stat : 2083 (java) S 2078 2080 737 0 -1 64 5293 284 0 0 5 1 0 0 16 0 9 0 355858899 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2084] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2084/stat : 2084 (java) S 2078 2080 737 0 -1 64 14 284 0 0 0 0 0 0 16 0 9 0 355858900 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2085] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2085/stat : 2085 (java) S 2078 2080 737 0 -1 64 10 284 0 0 0 0 0 0 16 0 9 0 355858900 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2080/tid=2086] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2086/stat : 2086 (java) S 2078 2080 737 0 -1 64 1 284 0 0 0 0 0 0 22 0 9 0 355858903 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2087] ppid=2078 vsize=869476 CPUtime=0.29
/proc/2080/task/2087/stat : 2087 (java) S 2078 2080 737 0 -1 64 915 284 0 0 28 1 0 0 16 0 9 0 355858903 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2088] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2088/stat : 2088 (java) S 2078 2080 737 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 355858903 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2080/tid=2089] ppid=2078 vsize=869476 CPUtime=0
/proc/2080/task/2089/stat : 2089 (java) S 2078 2080 737 0 -1 64 33 284 0 0 0 0 0 0 15 0 9 0 355858903 890343424 17735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 869476

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): 1806.85
CPU time (s): 1800.14
CPU user time (s): 1799.51
CPU system time (s): 0.623905
CPU usage (%): 99.6286
Max. virtual memory (cumulated for all children) (KiB): 869476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.623905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27472
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38294
involuntary context switches= 84878

runsolver used 2.81057 second user time and 5.05123 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-09-01 18:47:41
IDJOB=1132502
IDBENCH=66170
IDSOLVER=363
FILE ID=node3/1132502-1220287661
PBS_JOBID= 8108538
Free space on /tmp= 66560 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/CabinetStart1/normalized-cabinet-5580.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1132502-1220287661/watcher-1132502-1220287661 -o /tmp/evaluation-result-1132502-1220287661/solver-1132502-1220287661 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1132502-1220287661.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ed881441b8676db566213b5ad22676de
RANDOM SEED=172273952

node3.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.213
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.213
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:       1893888 kB
Buffers:          2652 kB
Cached:          35360 kB
SwapCached:          0 kB
Active:         104852 kB
Inactive:         4572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1893888 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2128 kB
Writeback:           0 kB
Mapped:          91716 kB
Slab:            37992 kB
Committed_AS:   916744 kB
PageTables:       1860 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node3 at 2008-09-01 19:17:50