Trace number 1083236

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.11 1811.68

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-8.xml
MD5SUMcc2484161be3248ca6cbf843f373e18c
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 benchmark1118.07
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1221
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.10	
0.02/0.10	Abscon 112 (May, 2008)
0.17/0.25	
0.17/0.25	   configuration
0.17/0.25	     name=mac.xml
0.27/0.33	   
0.27/0.33	   instance
0.27/0.33	     name=HOME/instance-1083236-1215226328.xml
0.27/0.37	   
0.27/0.37	   domains being loaded...
0.27/0.39	   
0.27/0.39	   variables being loaded...
0.57/0.60	     nbVariables=450  nbDomainTypes=84  minDomainSize=1123  maxDomainSize=1221  nbTotalValues=527096
0.57/0.60	       =>  wckTime=0.352  cpuTime=0.27  mem=19M624
0.57/0.60	   
0.57/0.60	   predicates being loaded...
0.57/0.67	   
0.57/0.67	   constraints being loaded...
20.70/20.91	   
20.70/20.91	   INFO : Stopping converting binary constraints (cpu=20.17, mem = 55M321)
21.97/22.20	     nbConstraints=5595  nbGlobalConstraints=5118  nbConvertedConstraints=142  nbConvertConstraintsChecks=101134165
21.97/22.20	     nbExtensionStructures=74  nbSharedExtensionStructures=68  nbConflictsStructures=74  nbSharedConflictsStructures=68
21.97/22.20	     nbUnbuiltConflictsStructures=140  nbSharedBinaryRepresentations=87467  nbEvaluationManagers=140
21.97/22.20	     nbSharedEvaluationManagers=195  minDegree=16  maxDegree=34  minArity=2  avgArity=2.04  maxArity=16  nbGenerators=0
21.97/22.20	     nbFusions=0  symmetryWckTime=1.185  symmetryCpuTime=0.83  nbCliques=15
21.97/22.20	       =>  wckTime=21.952  cpuTime=21.04  mem=43M385
22.06/22.39	   
22.06/22.39	   solver IterativeSystematicSolver being built... 
22.17/22.48	   
22.17/22.48	   INFO : Forward propagation technique limited 
22.27/22.59	       =>  wckTime=22.339  cpuTime=21.23  mem=79M454
44.97/45.49	   
44.97/45.49	   preprocessing
44.97/45.49	     nbConstraintChecks=121641291  nbValidityChecks=658233  nbPropagations=850  nbRevisions=1767
44.97/45.49	     nbUselessRevisions=1155  nbRemovedValues=319256  detectedInconsistency=no
44.97/45.49	       =>  wckTime=22.874  cpuTime=22.58  mem=69M893
56.37/56.93	   
56.37/56.93	   INFO : Stopping use of transposition table (mapSize=82, nbTooLargekeys=21, mem=77M450)

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-1083236-1215226328/watcher-1083236-1215226328 -o /tmp/evaluation-result-1083236-1215226328/solver-1083236-1215226328 -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-1083236-1215226328.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.85 1.97 1.99 3/72 23569
/proc/meminfo: memFree=1763160/2055920 swapFree=4180256/4192956
[pid=23569] ppid=23567 vsize=18572 CPUtime=0
/proc/23569/stat : 23569 (runsolver) R 23567 23569 23532 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 2001606968 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 272467815719 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/23569/statm: 4643 292 257 25 0 2626 0

[startup+0.039721 s]
/proc/loadavg: 1.85 1.97 1.99 3/72 23569
/proc/meminfo: memFree=1763160/2055920 swapFree=4180256/4192956
[pid=23569] ppid=23567 vsize=861876 CPUtime=0.02
/proc/23569/stat : 23569 (java) S 23567 23569 23532 0 -1 0 1878 0 1 0 1 1 0 0 18 0 5 0 2001606968 882561024 1565 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/23569/statm: 215469 1565 695 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101817 s]
/proc/loadavg: 1.85 1.97 1.99 3/72 23569
/proc/meminfo: memFree=1763160/2055920 swapFree=4180256/4192956
[pid=23569] ppid=23567 vsize=865884 CPUtime=0.07
/proc/23569/stat : 23569 (java) S 23567 23569 23532 0 -1 0 3611 0 1 0 5 2 0 0 18 0 9 0 2001606968 886665216 3099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23569/statm: 216471 3099 1662 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.301853 s]
/proc/loadavg: 1.85 1.97 1.99 3/72 23569
/proc/meminfo: memFree=1763160/2055920 swapFree=4180256/4192956
[pid=23569] ppid=23567 vsize=866048 CPUtime=0.27
/proc/23569/stat : 23569 (java) S 23567 23569 23532 0 -1 0 5576 0 1 0 23 4 0 0 18 0 9 0 2001606968 886833152 4990 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23569/statm: 216512 4990 1902 9 0 211060 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866048

[startup+0.701908 s]
/proc/loadavg: 1.85 1.97 1.99 3/72 23569
/proc/meminfo: memFree=1763160/2055920 swapFree=4180256/4192956
[pid=23569] ppid=23567 vsize=867104 CPUtime=0.67
/proc/23569/stat : 23569 (java) S 23567 23569 23532 0 -1 0 10286 0 1 0 60 7 0 0 18 0 9 0 2001606968 887914496 9646 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23569/statm: 216776 9646 2006 9 0 211282 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867104

[startup+1.50302 s]
/proc/loadavg: 1.85 1.97 1.99 3/81 23578
/proc/meminfo: memFree=1720080/2055920 swapFree=4180256/4192956
[pid=23569] ppid=23567 vsize=867720 CPUtime=1.46
/proc/23569/stat : 23569 (java) S 23567 23569 23532 0 -1 0 14800 0 1 0 136 10 0 0 18 0 9 0 2001606968 888545280 14157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23569/statm: 216930 14157 2014 9 0 211436 0
[pid=23569/tid=23571] ppid=23567 vsize=867720 CPUtime=1.27
/proc/23569/task/23571/stat : 23571 (java) R 23567 23569 23532 0 -1 64 13426 0 1 0 118 9 0 0 25 0 9 0 2001606970 888545280 14157 996147200 134512640 134550740 4294955968 18446744073709551615 4126881460 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23572] ppid=23567 vsize=867720 CPUtime=0
/proc/23569/task/23572/stat : 23572 (java) S 23567 23569 23532 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 2001606972 888545280 14157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23573] ppid=23567 vsize=867720 CPUtime=0
/proc/23569/task/23573/stat : 23573 (java) S 23567 23569 23532 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2001606972 888545280 14157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23574] ppid=23567 vsize=867720 CPUtime=0
/proc/23569/task/23574/stat : 23574 (java) S 23567 23569 23532 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001606972 888545280 14157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23575] ppid=23567 vsize=867720 CPUtime=0
/proc/23569/task/23575/stat : 23575 (java) S 23567 23569 23532 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001606974 888545280 14157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23576] ppid=23567 vsize=867720 CPUtime=0.18
/proc/23569/task/23576/stat : 23576 (java) S 23567 23569 23532 0 -1 64 677 0 0 0 18 0 0 0 16 0 9 0 2001606974 888545280 14157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23577] ppid=23567 vsize=867720 CPUtime=0
/proc/23569/task/23577/stat : 23577 (java) S 23567 23569 23532 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001606974 888545280 14157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23578] ppid=23567 vsize=867720 CPUtime=0
/proc/23569/task/23578/stat : 23578 (java) S 23567 23569 23532 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001606974 888545280 14157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867720

[startup+3.10126 s]
/proc/loadavg: 1.85 1.97 1.99 3/81 23578
/proc/meminfo: memFree=1712720/2055920 swapFree=4180256/4192956
[pid=23569] ppid=23567 vsize=867720 CPUtime=3.05
/proc/23569/stat : 23569 (java) S 23567 23569 23532 0 -1 0 15572 0 1 0 294 11 0 0 18 0 9 0 2001606968 888545280 14928 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23569/statm: 216930 14928 2014 9 0 211436 0
[pid=23569/tid=23571] ppid=23567 vsize=867720 CPUtime=2.83
/proc/23569/task/23571/stat : 23571 (java) R 23567 23569 23532 0 -1 64 14184 0 1 0 273 10 0 0 25 0 9 0 2001606970 888545280 14928 996147200 134512640 134550740 4294955968 18446744073709551615 4126905890 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23572] ppid=23567 vsize=867720 CPUtime=0
/proc/23569/task/23572/stat : 23572 (java) S 23567 23569 23532 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 2001606972 888545280 14928 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23573] ppid=23567 vsize=867720 CPUtime=0
/proc/23569/task/23573/stat : 23573 (java) S 23567 23569 23532 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2001606972 888545280 14928 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23574] ppid=23567 vsize=867720 CPUtime=0
/proc/23569/task/23574/stat : 23574 (java) S 23567 23569 23532 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001606972 888545280 14928 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23575] ppid=23567 vsize=867720 CPUtime=0
/proc/23569/task/23575/stat : 23575 (java) S 23567 23569 23532 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001606974 888545280 14928 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23576] ppid=23567 vsize=867720 CPUtime=0.2
/proc/23569/task/23576/stat : 23576 (java) S 23567 23569 23532 0 -1 64 691 0 0 0 20 0 0 0 16 0 9 0 2001606974 888545280 14928 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23577] ppid=23567 vsize=867720 CPUtime=0
/proc/23569/task/23577/stat : 23577 (java) S 23567 23569 23532 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001606974 888545280 14928 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23578] ppid=23567 vsize=867720 CPUtime=0
/proc/23569/task/23578/stat : 23578 (java) S 23567 23569 23532 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001606974 888545280 14928 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867720

[startup+6.30273 s]
/proc/loadavg: 1.86 1.97 1.99 3/81 23578
/proc/meminfo: memFree=1705360/2055920 swapFree=4180256/4192956
[pid=23569] ppid=23567 vsize=867632 CPUtime=6.23
/proc/23569/stat : 23569 (java) S 23567 23569 23532 0 -1 0 22065 0 1 0 606 17 0 0 18 0 9 0 2001606968 888455168 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23569/statm: 216908 21393 2005 9 0 211436 0
[pid=23569/tid=23571] ppid=23567 vsize=867632 CPUtime=5.88
/proc/23569/task/23571/stat : 23571 (java) R 23567 23569 23532 0 -1 64 15775 0 1 0 575 13 0 0 25 0 9 0 2001606970 888455168 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4126906077 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23572] ppid=23567 vsize=867632 CPUtime=0.11
/proc/23569/task/23572/stat : 23572 (java) S 23567 23569 23532 0 -1 64 4893 0 0 0 9 2 0 0 17 0 9 0 2001606972 888455168 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23573] ppid=23567 vsize=867632 CPUtime=0
/proc/23569/task/23573/stat : 23573 (java) S 23567 23569 23532 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2001606972 888455168 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23574] ppid=23567 vsize=867632 CPUtime=0
/proc/23569/task/23574/stat : 23574 (java) S 23567 23569 23532 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001606972 888455168 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23575] ppid=23567 vsize=867632 CPUtime=0
/proc/23569/task/23575/stat : 23575 (java) S 23567 23569 23532 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001606974 888455168 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23576] ppid=23567 vsize=867632 CPUtime=0.21
/proc/23569/task/23576/stat : 23576 (java) S 23567 23569 23532 0 -1 64 700 0 0 0 21 0 0 0 16 0 9 0 2001606974 888455168 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23577] ppid=23567 vsize=867632 CPUtime=0
/proc/23569/task/23577/stat : 23577 (java) S 23567 23569 23532 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001606974 888455168 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23578] ppid=23567 vsize=867632 CPUtime=0
/proc/23569/task/23578/stat : 23578 (java) S 23567 23569 23532 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001606974 888455168 21393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867632

[startup+12.7027 s]
/proc/loadavg: 1.87 1.97 1.99 3/81 23578
/proc/meminfo: memFree=1684496/2055920 swapFree=4180256/4192956
[pid=23569] ppid=23567 vsize=867632 CPUtime=12.56
/proc/23569/stat : 23569 (java) S 23567 23569 23532 0 -1 0 22082 0 1 0 1235 21 0 0 18 0 9 0 2001606968 888455168 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23569/statm: 216908 21408 2005 9 0 211436 0
[pid=23569/tid=23571] ppid=23567 vsize=867632 CPUtime=12.19
/proc/23569/task/23571/stat : 23571 (java) R 23567 23569 23532 0 -1 64 15780 0 1 0 1202 17 0 0 25 0 9 0 2001606970 888455168 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4126875329 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23572] ppid=23567 vsize=867632 CPUtime=0.11
/proc/23569/task/23572/stat : 23572 (java) S 23567 23569 23532 0 -1 64 4893 0 0 0 9 2 0 0 17 0 9 0 2001606972 888455168 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23573] ppid=23567 vsize=867632 CPUtime=0
/proc/23569/task/23573/stat : 23573 (java) S 23567 23569 23532 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2001606972 888455168 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23574] ppid=23567 vsize=867632 CPUtime=0
/proc/23569/task/23574/stat : 23574 (java) S 23567 23569 23532 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001606972 888455168 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23575] ppid=23567 vsize=867632 CPUtime=0
/proc/23569/task/23575/stat : 23575 (java) S 23567 23569 23532 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001606974 888455168 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23576] ppid=23567 vsize=867632 CPUtime=0.24
/proc/23569/task/23576/stat : 23576 (java) S 23567 23569 23532 0 -1 64 712 0 0 0 24 0 0 0 15 0 9 0 2001606974 888455168 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23577] ppid=23567 vsize=867632 CPUtime=0
/proc/23569/task/23577/stat : 23577 (java) S 23567 23569 23532 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001606974 888455168 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23578] ppid=23567 vsize=867632 CPUtime=0
/proc/23569/task/23578/stat : 23578 (java) S 23567 23569 23532 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001606974 888455168 21408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867632

[startup+25.5016 s]
/proc/loadavg: 1.90 1.97 1.99 3/81 23582
/proc/meminfo: memFree=1652816/2055920 swapFree=4180256/4192956
[pid=23569] ppid=23567 vsize=868044 CPUtime=25.24
/proc/23569/stat : 23569 (java) S 23567 23569 23532 0 -1 0 62754 599 1 0 2480 38 5 1 18 0 9 0 2001606968 888877056 29922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23569/statm: 217011 29922 2638 9 0 211517 0
[pid=23569/tid=23571] ppid=23567 vsize=868044 CPUtime=24.35
/proc/23569/task/23571/stat : 23571 (java) R 23567 23569 23532 0 -1 64 28481 599 1 0 2403 26 5 1 25 0 9 0 2001606970 888877056 29922 996147200 134512640 134550740 4294955968 18446744073709551615 4127240610 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23572] ppid=23567 vsize=868044 CPUtime=0.57
/proc/23569/task/23572/stat : 23572 (java) S 23567 23569 23532 0 -1 64 32501 599 0 0 43 8 5 1 17 0 9 0 2001606972 888877056 29922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23573] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23573/stat : 23573 (java) S 23567 23569 23532 0 -1 64 18 599 0 0 0 0 5 1 16 0 9 0 2001606972 888877056 29922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23574] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23574/stat : 23574 (java) S 23567 23569 23532 0 -1 64 18 599 0 0 0 0 5 1 16 0 9 0 2001606972 888877056 29922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23575] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23575/stat : 23575 (java) S 23567 23569 23532 0 -1 64 1 599 0 0 0 0 5 1 18 0 9 0 2001606974 888877056 29922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23576] ppid=23567 vsize=868044 CPUtime=0.39
/proc/23569/task/23576/stat : 23576 (java) S 23567 23569 23532 0 -1 64 923 599 0 0 33 0 5 1 15 0 9 0 2001606974 888877056 29922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23577] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23577/stat : 23577 (java) S 23567 23569 23532 0 -1 64 2 599 0 0 0 0 5 1 19 0 9 0 2001606974 888877056 29922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23578] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23578/stat : 23578 (java) S 23567 23569 23532 0 -1 64 10 599 0 0 0 0 5 1 15 0 9 0 2001606974 888877056 29922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 868044

[startup+51.1023 s]
/proc/loadavg: 1.93 1.97 1.99 3/81 23582
/proc/meminfo: memFree=1635408/2055920 swapFree=4180256/4192956
[pid=23569] ppid=23567 vsize=868044 CPUtime=50.62
/proc/23569/stat : 23569 (java) S 23567 23569 23532 0 -1 0 69576 599 1 0 5015 41 5 1 18 0 9 0 2001606968 888877056 34279 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23569/statm: 217011 34279 2638 9 0 211517 0
[pid=23569/tid=23571] ppid=23567 vsize=868044 CPUtime=49.64
/proc/23569/task/23571/stat : 23571 (java) R 23567 23569 23532 0 -1 64 29627 599 1 0 4931 27 5 1 25 0 9 0 2001606970 888877056 34279 996147200 134512640 134550740 4294955968 18446744073709551615 4126962005 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23572] ppid=23567 vsize=868044 CPUtime=0.63
/proc/23569/task/23572/stat : 23572 (java) S 23567 23569 23532 0 -1 64 38150 599 0 0 46 11 5 1 17 0 9 0 2001606972 888877056 34279 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23573] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23573/stat : 23573 (java) S 23567 23569 23532 0 -1 64 18 599 0 0 0 0 5 1 16 0 9 0 2001606972 888877056 34279 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23574] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23574/stat : 23574 (java) S 23567 23569 23532 0 -1 64 25 599 0 0 0 0 5 1 16 0 9 0 2001606972 888877056 34279 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23575] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23575/stat : 23575 (java) S 23567 23569 23532 0 -1 64 1 599 0 0 0 0 5 1 18 0 9 0 2001606974 888877056 34279 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23576] ppid=23567 vsize=868044 CPUtime=0.44
/proc/23569/task/23576/stat : 23576 (java) S 23567 23569 23532 0 -1 64 942 599 0 0 37 1 5 1 16 0 9 0 2001606974 888877056 34279 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23577] ppid=23567 vsize=868044 CPUtime=0.06

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

/proc/23569/task/23574/stat : 23574 (java) S 23567 23569 23532 0 -1 64 25 599 0 0 0 0 5 1 16 0 9 0 2001606972 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23575] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23575/stat : 23575 (java) S 23567 23569 23532 0 -1 64 1 599 0 0 0 0 5 1 18 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23576] ppid=23567 vsize=868044 CPUtime=0.49
/proc/23569/task/23576/stat : 23576 (java) S 23567 23569 23532 0 -1 64 992 599 0 0 42 1 5 1 16 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23577] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23577/stat : 23577 (java) S 23567 23569 23532 0 -1 64 2 599 0 0 0 0 5 1 19 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23578] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23578/stat : 23578 (java) S 23567 23569 23532 0 -1 64 11 599 0 0 0 0 5 1 15 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.84
Current children cumulated vsize (KiB) 868044

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/81 23616
/proc/meminfo: memFree=1556880/2055920 swapFree=4180256/4192956
[pid=23569] ppid=23567 vsize=868044 CPUtime=1530.82
/proc/23569/stat : 23569 (java) S 23567 23569 23532 0 -1 0 72159 599 1 0 153028 48 5 1 18 0 9 0 2001606968 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23569/statm: 217011 36315 2638 9 0 211517 0
[pid=23569/tid=23571] ppid=23567 vsize=868044 CPUtime=1529.14
/proc/23569/task/23571/stat : 23571 (java) R 23567 23569 23532 0 -1 64 29887 599 1 0 152878 30 5 1 25 0 9 0 2001606970 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4126878000 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23569/tid=23572] ppid=23567 vsize=868044 CPUtime=1.26
/proc/23569/task/23572/stat : 23572 (java) S 23567 23569 23532 0 -1 64 40423 599 0 0 106 14 5 1 16 0 9 0 2001606972 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23569/tid=23573] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23573/stat : 23573 (java) S 23567 23569 23532 0 -1 64 18 599 0 0 0 0 5 1 16 0 9 0 2001606972 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23574] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23574/stat : 23574 (java) S 23567 23569 23532 0 -1 64 25 599 0 0 0 0 5 1 16 0 9 0 2001606972 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23575] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23575/stat : 23575 (java) S 23567 23569 23532 0 -1 64 1 599 0 0 0 0 5 1 18 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23576] ppid=23567 vsize=868044 CPUtime=0.49
/proc/23569/task/23576/stat : 23576 (java) S 23567 23569 23532 0 -1 64 992 599 0 0 42 1 5 1 16 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23577] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23577/stat : 23577 (java) S 23567 23569 23532 0 -1 64 2 599 0 0 0 0 5 1 19 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23578] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23578/stat : 23578 (java) S 23567 23569 23532 0 -1 64 11 599 0 0 0 0 5 1 15 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.82
Current children cumulated vsize (KiB) 868044

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/81 23616
/proc/meminfo: memFree=1556880/2055920 swapFree=4180256/4192956
[pid=23569] ppid=23567 vsize=868044 CPUtime=1590.79
/proc/23569/stat : 23569 (java) S 23567 23569 23532 0 -1 0 72170 599 1 0 159025 48 5 1 18 0 9 0 2001606968 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23569/statm: 217011 36315 2638 9 0 211517 0
[pid=23569/tid=23571] ppid=23567 vsize=868044 CPUtime=1589.09
/proc/23569/task/23571/stat : 23571 (java) R 23567 23569 23532 0 -1 64 29898 599 1 0 158873 30 5 1 25 0 9 0 2001606970 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4127248091 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23569/tid=23572] ppid=23567 vsize=868044 CPUtime=1.29
/proc/23569/task/23572/stat : 23572 (java) S 23567 23569 23532 0 -1 64 40423 599 0 0 109 14 5 1 16 0 9 0 2001606972 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23569/tid=23573] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23573/stat : 23573 (java) S 23567 23569 23532 0 -1 64 18 599 0 0 0 0 5 1 16 0 9 0 2001606972 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23574] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23574/stat : 23574 (java) S 23567 23569 23532 0 -1 64 25 599 0 0 0 0 5 1 16 0 9 0 2001606972 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23575] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23575/stat : 23575 (java) S 23567 23569 23532 0 -1 64 1 599 0 0 0 0 5 1 18 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23576] ppid=23567 vsize=868044 CPUtime=0.49
/proc/23569/task/23576/stat : 23576 (java) S 23567 23569 23532 0 -1 64 992 599 0 0 42 1 5 1 16 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23577] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23577/stat : 23577 (java) S 23567 23569 23532 0 -1 64 2 599 0 0 0 0 5 1 19 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23578] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23578/stat : 23578 (java) S 23567 23569 23532 0 -1 64 11 599 0 0 0 0 5 1 15 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.79
Current children cumulated vsize (KiB) 868044

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/81 23616
/proc/meminfo: memFree=1556880/2055920 swapFree=4180256/4192956
[pid=23569] ppid=23567 vsize=868044 CPUtime=1650.76
/proc/23569/stat : 23569 (java) S 23567 23569 23532 0 -1 0 72181 599 1 0 165022 48 5 1 18 0 9 0 2001606968 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23569/statm: 217011 36315 2638 9 0 211517 0
[pid=23569/tid=23571] ppid=23567 vsize=868044 CPUtime=1649.03
/proc/23569/task/23571/stat : 23571 (java) R 23567 23569 23532 0 -1 64 29909 599 1 0 164867 30 5 1 25 0 9 0 2001606970 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4126878043 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23569/tid=23572] ppid=23567 vsize=868044 CPUtime=1.31
/proc/23569/task/23572/stat : 23572 (java) S 23567 23569 23532 0 -1 64 40423 599 0 0 111 14 5 1 16 0 9 0 2001606972 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23569/tid=23573] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23573/stat : 23573 (java) S 23567 23569 23532 0 -1 64 18 599 0 0 0 0 5 1 16 0 9 0 2001606972 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23574] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23574/stat : 23574 (java) S 23567 23569 23532 0 -1 64 25 599 0 0 0 0 5 1 16 0 9 0 2001606972 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23575] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23575/stat : 23575 (java) S 23567 23569 23532 0 -1 64 1 599 0 0 0 0 5 1 18 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23576] ppid=23567 vsize=868044 CPUtime=0.49
/proc/23569/task/23576/stat : 23576 (java) S 23567 23569 23532 0 -1 64 992 599 0 0 42 1 5 1 16 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23577] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23577/stat : 23577 (java) S 23567 23569 23532 0 -1 64 2 599 0 0 0 0 5 1 19 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23578] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23578/stat : 23578 (java) S 23567 23569 23532 0 -1 64 11 599 0 0 0 0 5 1 15 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.76
Current children cumulated vsize (KiB) 868044

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/81 23616
/proc/meminfo: memFree=1556880/2055920 swapFree=4180256/4192956
[pid=23569] ppid=23567 vsize=868044 CPUtime=1710.74
/proc/23569/stat : 23569 (java) S 23567 23569 23532 0 -1 0 72192 599 1 0 171020 48 5 1 18 0 9 0 2001606968 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23569/statm: 217011 36315 2638 9 0 211517 0
[pid=23569/tid=23571] ppid=23567 vsize=868044 CPUtime=1708.98
/proc/23569/task/23571/stat : 23571 (java) R 23567 23569 23532 0 -1 64 29920 599 1 0 170862 30 5 1 25 0 9 0 2001606970 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4127118192 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23569/tid=23572] ppid=23567 vsize=868044 CPUtime=1.34
/proc/23569/task/23572/stat : 23572 (java) S 23567 23569 23532 0 -1 64 40423 599 0 0 114 14 5 1 16 0 9 0 2001606972 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23569/tid=23573] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23573/stat : 23573 (java) S 23567 23569 23532 0 -1 64 18 599 0 0 0 0 5 1 16 0 9 0 2001606972 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23574] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23574/stat : 23574 (java) S 23567 23569 23532 0 -1 64 25 599 0 0 0 0 5 1 16 0 9 0 2001606972 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23575] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23575/stat : 23575 (java) S 23567 23569 23532 0 -1 64 1 599 0 0 0 0 5 1 18 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23576] ppid=23567 vsize=868044 CPUtime=0.49
/proc/23569/task/23576/stat : 23576 (java) S 23567 23569 23532 0 -1 64 992 599 0 0 42 1 5 1 16 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23577] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23577/stat : 23577 (java) S 23567 23569 23532 0 -1 64 2 599 0 0 0 0 5 1 19 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23578] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23578/stat : 23578 (java) S 23567 23569 23532 0 -1 64 11 599 0 0 0 0 5 1 15 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.74
Current children cumulated vsize (KiB) 868044

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/81 23616
/proc/meminfo: memFree=1556688/2055920 swapFree=4180256/4192956
[pid=23569] ppid=23567 vsize=868044 CPUtime=1770.72
/proc/23569/stat : 23569 (java) S 23567 23569 23532 0 -1 0 72207 599 1 0 177017 49 5 1 18 0 9 0 2001606968 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23569/statm: 217011 36315 2638 9 0 211517 0
[pid=23569/tid=23571] ppid=23567 vsize=868044 CPUtime=1768.93
/proc/23569/task/23571/stat : 23571 (java) R 23567 23569 23532 0 -1 64 29935 599 1 0 176856 31 5 1 25 0 9 0 2001606970 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4126961904 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23569/tid=23572] ppid=23567 vsize=868044 CPUtime=1.37
/proc/23569/task/23572/stat : 23572 (java) S 23567 23569 23532 0 -1 64 40423 599 0 0 117 14 5 1 16 0 9 0 2001606972 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23569/tid=23573] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23573/stat : 23573 (java) S 23567 23569 23532 0 -1 64 18 599 0 0 0 0 5 1 16 0 9 0 2001606972 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23574] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23574/stat : 23574 (java) S 23567 23569 23532 0 -1 64 25 599 0 0 0 0 5 1 16 0 9 0 2001606972 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23575] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23575/stat : 23575 (java) S 23567 23569 23532 0 -1 64 1 599 0 0 0 0 5 1 18 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23576] ppid=23567 vsize=868044 CPUtime=0.49
/proc/23569/task/23576/stat : 23576 (java) S 23567 23569 23532 0 -1 64 992 599 0 0 42 1 5 1 16 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23577] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23577/stat : 23577 (java) S 23567 23569 23532 0 -1 64 2 599 0 0 0 0 5 1 19 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23578] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23578/stat : 23578 (java) S 23567 23569 23532 0 -1 64 11 599 0 0 0 0 5 1 15 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.72
Current children cumulated vsize (KiB) 868044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.6 s]
/proc/loadavg: 1.99 2.00 1.99 5/81 23616
/proc/meminfo: memFree=1556688/2055920 swapFree=4180256/4192956
[pid=23569] ppid=23567 vsize=868044 CPUtime=1800.01
/proc/23569/stat : 23569 (java) S 23567 23569 23532 0 -1 0 72215 599 1 0 179946 49 5 1 18 0 9 0 2001606968 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23569/statm: 217011 36315 2638 9 0 211517 0
[pid=23569/tid=23571] ppid=23567 vsize=868044 CPUtime=1798.21
/proc/23569/task/23571/stat : 23571 (java) R 23567 23569 23532 0 -1 64 29943 599 1 0 179784 31 5 1 25 0 9 0 2001606970 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4127096900 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23569/tid=23572] ppid=23567 vsize=868044 CPUtime=1.39
/proc/23569/task/23572/stat : 23572 (java) S 23567 23569 23532 0 -1 64 40423 599 0 0 119 14 5 1 16 0 9 0 2001606972 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23569/tid=23573] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23573/stat : 23573 (java) S 23567 23569 23532 0 -1 64 18 599 0 0 0 0 5 1 16 0 9 0 2001606972 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23574] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23574/stat : 23574 (java) S 23567 23569 23532 0 -1 64 25 599 0 0 0 0 5 1 16 0 9 0 2001606972 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23575] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23575/stat : 23575 (java) S 23567 23569 23532 0 -1 64 1 599 0 0 0 0 5 1 18 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23576] ppid=23567 vsize=868044 CPUtime=0.49
/proc/23569/task/23576/stat : 23576 (java) S 23567 23569 23532 0 -1 64 992 599 0 0 42 1 5 1 16 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23577] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23577/stat : 23577 (java) S 23567 23569 23532 0 -1 64 2 599 0 0 0 0 5 1 19 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23569/tid=23578] ppid=23567 vsize=868044 CPUtime=0.06
/proc/23569/task/23578/stat : 23578 (java) S 23567 23569 23532 0 -1 64 11 599 0 0 0 0 5 1 15 0 9 0 2001606974 888877056 36315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868044

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): 1811.68
CPU time (s): 1800.11
CPU user time (s): 1799.58
CPU system time (s): 0.530919
CPU usage (%): 99.3613
Max. virtual memory (cumulated for all children) (KiB): 868044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 0.530919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72846
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= 40494
involuntary context switches= 59686

runsolver used 2.36464 second user time and 5.8861 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-05 04:52:08
IDJOB=1083236
IDBENCH=57429
IDSOLVER=363
FILE ID=node22/1083236-1215226328
PBS_JOBID= 7881873
Free space on /tmp= 66460 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-taillard-15-8.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-1083236-1215226328/watcher-1083236-1215226328 -o /tmp/evaluation-result-1083236-1215226328/solver-1083236-1215226328 -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-1083236-1215226328.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cc2484161be3248ca6cbf843f373e18c
RANDOM SEED=1908354729

node22.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.267
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.267
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:       1763576 kB
Buffers:         41220 kB
Cached:         178148 kB
SwapCached:       6596 kB
Active:         155928 kB
Inactive:        81856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1763576 kB
SwapTotal:     4192956 kB
SwapFree:      4180256 kB
Dirty:            2932 kB
Writeback:           0 kB
Mapped:          26260 kB
Slab:            40140 kB
Committed_AS:  3497192 kB
PageTables:       1708 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= 66460 MiB
End job on node22 at 2008-07-05 05:22:22