Trace number 1083131

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 1817.88

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-23.xml
MD5SUMf282a7bc045af28efe9331ccc5efb812
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 benchmark31.5772
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1171
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.09	
0.02/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1083131-1215225336.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.38/0.45	     nbVariables=450  nbDomainTypes=89  minDomainSize=1073  maxDomainSize=1171  nbTotalValues=505038
0.38/0.45	       =>  wckTime=0.204  cpuTime=0.16  mem=19M613
0.38/0.45	   
0.38/0.45	   predicates being loaded...
0.49/0.51	   
0.49/0.51	   constraints being loaded...
20.58/20.66	   
20.58/20.66	   INFO : Stopping converting binary constraints (cpu=20.16, mem = 59M893)
21.75/21.85	     nbConstraints=5595  nbGlobalConstraints=5118  nbConvertedConstraints=180  nbConvertConstraintsChecks=111175889
21.75/21.85	     nbExtensionStructures=88  nbSharedExtensionStructures=92  nbConflictsStructures=88  nbSharedConflictsStructures=92
21.75/21.85	     nbUnbuiltConflictsStructures=132  nbSharedBinaryRepresentations=103193  nbEvaluationManagers=132
21.75/21.85	     nbSharedEvaluationManagers=165  minDegree=16  maxDegree=34  minArity=2  avgArity=2.04  maxArity=16  nbGenerators=0
21.75/21.85	     nbFusions=0  symmetryWckTime=1.112  symmetryCpuTime=0.78  nbCliques=15
21.75/21.85	       =>  wckTime=21.604  cpuTime=20.97  mem=47M581
21.95/22.03	   
21.95/22.03	   solver IterativeSystematicSolver being built... 
22.04/22.12	   
22.04/22.12	   INFO : Forward propagation technique limited 
22.15/22.22	       =>  wckTime=21.977  cpuTime=21.14  mem=78M655
41.26/41.57	   
41.26/41.58	   preprocessing
41.26/41.58	     nbConstraintChecks=100160221  nbValidityChecks=585243  nbPropagations=955  nbRevisions=1847
41.26/41.58	     nbUselessRevisions=1180  nbRemovedValues=313068  detectedInconsistency=no
41.26/41.58	       =>  wckTime=19.333  cpuTime=19.07  mem=73M842
63.06/63.54	   
63.06/63.54	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=101, mem=100M401)

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-1083131-1215225336/watcher-1083131-1215225336 -o /tmp/evaluation-result-1083131-1215225336/solver-1083131-1215225336 -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-1083131-1215225336.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.92 1.98 1.99 4/80 17576
/proc/meminfo: memFree=1703000/2055920 swapFree=4180080/4192956
[pid=17576] ppid=17574 vsize=18572 CPUtime=0
/proc/17576/stat : 17576 (runsolver) R 17574 17576 13417 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2001507630 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 225612197159 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/17576/statm: 4643 292 257 25 0 2626 0

[startup+0.034175 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 17576
/proc/meminfo: memFree=1703000/2055920 swapFree=4180080/4192956
[pid=17576] ppid=17574 vsize=861876 CPUtime=0.02
/proc/17576/stat : 17576 (java) S 17574 17576 13417 0 -1 0 1892 0 1 0 1 1 0 0 18 0 5 0 2001507630 882561024 1577 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/17576/statm: 215469 1577 702 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101926 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 17576
/proc/meminfo: memFree=1703000/2055920 swapFree=4180080/4192956
[pid=17576] ppid=17574 vsize=865884 CPUtime=0.08
/proc/17576/stat : 17576 (java) S 17574 17576 13417 0 -1 0 3689 0 1 0 7 1 0 0 18 0 9 0 2001507630 886665216 3164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17576/statm: 216471 3164 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302943 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 17576
/proc/meminfo: memFree=1703000/2055920 swapFree=4180080/4192956
[pid=17576] ppid=17574 vsize=866284 CPUtime=0.28
/proc/17576/stat : 17576 (java) S 17574 17576 13417 0 -1 0 5928 0 1 0 25 3 0 0 18 0 9 0 2001507630 887074816 5303 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17576/statm: 216571 5315 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.702981 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 17576
/proc/meminfo: memFree=1703000/2055920 swapFree=4180080/4192956
[pid=17576] ppid=17574 vsize=867708 CPUtime=0.68
/proc/17576/stat : 17576 (java) S 17574 17576 13417 0 -1 0 11507 0 1 0 62 6 0 0 18 0 9 0 2001507630 888532992 10867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17576/statm: 216927 10868 2011 9 0 211433 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867708

[startup+1.50105 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 17585
/proc/meminfo: memFree=1656016/2055920 swapFree=4180080/4192956
[pid=17576] ppid=17574 vsize=867708 CPUtime=1.48
/proc/17576/stat : 17576 (java) S 17574 17576 13417 0 -1 0 14769 0 1 0 140 8 0 0 18 0 9 0 2001507630 888532992 14126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17576/statm: 216927 14126 2014 9 0 211433 0
[pid=17576/tid=17578] ppid=17574 vsize=867708 CPUtime=1.3
/proc/17576/task/17578/stat : 17578 (java) R 17574 17576 13417 0 -1 64 13400 0 1 0 124 6 0 0 20 0 9 0 2001507632 888532992 14126 996147200 134512640 134550740 4294955968 18446744073709551615 4126896409 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=867708 CPUtime=0
/proc/17576/task/17579/stat : 17579 (java) S 17574 17576 13417 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 2001507633 888532992 14126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17580] ppid=17574 vsize=867708 CPUtime=0
/proc/17576/task/17580/stat : 17580 (java) S 17574 17576 13417 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2001507633 888532992 14126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17581] ppid=17574 vsize=867708 CPUtime=0
/proc/17576/task/17581/stat : 17581 (java) S 17574 17576 13417 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001507633 888532992 14126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17582] ppid=17574 vsize=867708 CPUtime=0
/proc/17576/task/17582/stat : 17582 (java) S 17574 17576 13417 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001507635 888532992 14126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17583] ppid=17574 vsize=867708 CPUtime=0.16
/proc/17576/task/17583/stat : 17583 (java) S 17574 17576 13417 0 -1 64 672 0 0 0 16 0 0 0 16 0 9 0 2001507635 888532992 14126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17584] ppid=17574 vsize=867708 CPUtime=0
/proc/17576/task/17584/stat : 17584 (java) S 17574 17576 13417 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001507635 888532992 14126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17585] ppid=17574 vsize=867708 CPUtime=0
/proc/17576/task/17585/stat : 17585 (java) S 17574 17576 13417 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001507635 888532992 14126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867708

[startup+3.10118 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 17585
/proc/meminfo: memFree=1652104/2055920 swapFree=4180080/4192956
[pid=17576] ppid=17574 vsize=867708 CPUtime=3.08
/proc/17576/stat : 17576 (java) S 17574 17576 13417 0 -1 0 15827 0 1 0 298 10 0 0 18 0 9 0 2001507630 888532992 15183 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17576/statm: 216927 15183 2014 9 0 211433 0
[pid=17576/tid=17578] ppid=17574 vsize=867708 CPUtime=2.88
/proc/17576/task/17578/stat : 17578 (java) R 17574 17576 13417 0 -1 64 14444 0 1 0 280 8 0 0 17 0 9 0 2001507632 888532992 15183 996147200 134512640 134550740 4294955968 18446744073709551615 4126877396 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=867708 CPUtime=0
/proc/17576/task/17579/stat : 17579 (java) S 17574 17576 13417 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 2001507633 888532992 15183 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17580] ppid=17574 vsize=867708 CPUtime=0
/proc/17576/task/17580/stat : 17580 (java) S 17574 17576 13417 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2001507633 888532992 15183 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17581] ppid=17574 vsize=867708 CPUtime=0
/proc/17576/task/17581/stat : 17581 (java) S 17574 17576 13417 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001507633 888532992 15183 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17582] ppid=17574 vsize=867708 CPUtime=0
/proc/17576/task/17582/stat : 17582 (java) S 17574 17576 13417 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001507635 888532992 15183 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17583] ppid=17574 vsize=867708 CPUtime=0.17
/proc/17576/task/17583/stat : 17583 (java) S 17574 17576 13417 0 -1 64 686 0 0 0 17 0 0 0 15 0 9 0 2001507635 888532992 15183 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17584] ppid=17574 vsize=867708 CPUtime=0
/proc/17576/task/17584/stat : 17584 (java) S 17574 17576 13417 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001507635 888532992 15183 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17585] ppid=17574 vsize=867708 CPUtime=0
/proc/17576/task/17585/stat : 17585 (java) S 17574 17576 13417 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001507635 888532992 15183 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867708

[startup+6.30246 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 17585
/proc/meminfo: memFree=1624968/2055920 swapFree=4180080/4192956
[pid=17576] ppid=17574 vsize=867620 CPUtime=6.28
/proc/17576/stat : 17576 (java) S 17574 17576 13417 0 -1 0 22013 0 1 0 613 15 0 0 18 0 9 0 2001507630 888442880 21342 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17576/statm: 216905 21342 2005 9 0 211433 0
[pid=17576/tid=17578] ppid=17574 vsize=867620 CPUtime=5.97
/proc/17576/task/17578/stat : 17578 (java) R 17574 17576 13417 0 -1 64 15781 0 1 0 586 11 0 0 25 0 9 0 2001507632 888442880 21342 996147200 134512640 134550740 4294955968 18446744073709551615 4126457604 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=867620 CPUtime=0.1
/proc/17576/task/17579/stat : 17579 (java) S 17574 17576 13417 0 -1 64 4839 0 0 0 8 2 0 0 18 0 9 0 2001507633 888442880 21342 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17580] ppid=17574 vsize=867620 CPUtime=0
/proc/17576/task/17580/stat : 17580 (java) S 17574 17576 13417 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001507633 888442880 21342 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17581] ppid=17574 vsize=867620 CPUtime=0
/proc/17576/task/17581/stat : 17581 (java) S 17574 17576 13417 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001507633 888442880 21342 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17582] ppid=17574 vsize=867620 CPUtime=0
/proc/17576/task/17582/stat : 17582 (java) S 17574 17576 13417 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001507635 888442880 21342 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17583] ppid=17574 vsize=867620 CPUtime=0.18
/proc/17576/task/17583/stat : 17583 (java) S 17574 17576 13417 0 -1 64 695 0 0 0 18 0 0 0 15 0 9 0 2001507635 888442880 21342 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17584] ppid=17574 vsize=867620 CPUtime=0
/proc/17576/task/17584/stat : 17584 (java) S 17574 17576 13417 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001507635 888442880 21342 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17585] ppid=17574 vsize=867620 CPUtime=0
/proc/17576/task/17585/stat : 17585 (java) S 17574 17576 13417 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001507635 888442880 21342 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867620

[startup+12.702 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 17585
/proc/meminfo: memFree=1624784/2055920 swapFree=4180080/4192956
[pid=17576] ppid=17574 vsize=867620 CPUtime=12.68
/proc/17576/stat : 17576 (java) S 17574 17576 13417 0 -1 0 22031 0 1 0 1247 21 0 0 18 0 9 0 2001507630 888442880 21357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17576/statm: 216905 21357 2005 9 0 211433 0
[pid=17576/tid=17578] ppid=17574 vsize=867620 CPUtime=12.35
/proc/17576/task/17578/stat : 17578 (java) R 17574 17576 13417 0 -1 64 15787 0 1 0 1218 17 0 0 25 0 9 0 2001507632 888442880 21357 996147200 134512640 134550740 4294955968 18446744073709551615 4126904989 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=867620 CPUtime=0.1
/proc/17576/task/17579/stat : 17579 (java) S 17574 17576 13417 0 -1 64 4839 0 0 0 8 2 0 0 16 0 9 0 2001507633 888442880 21357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17580] ppid=17574 vsize=867620 CPUtime=0
/proc/17576/task/17580/stat : 17580 (java) S 17574 17576 13417 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001507633 888442880 21357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17581] ppid=17574 vsize=867620 CPUtime=0
/proc/17576/task/17581/stat : 17581 (java) S 17574 17576 13417 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001507633 888442880 21357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17582] ppid=17574 vsize=867620 CPUtime=0
/proc/17576/task/17582/stat : 17582 (java) S 17574 17576 13417 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001507635 888442880 21357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17583] ppid=17574 vsize=867620 CPUtime=0.2
/proc/17576/task/17583/stat : 17583 (java) S 17574 17576 13417 0 -1 64 707 0 0 0 20 0 0 0 15 0 9 0 2001507635 888442880 21357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17584] ppid=17574 vsize=867620 CPUtime=0
/proc/17576/task/17584/stat : 17584 (java) S 17574 17576 13417 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001507635 888442880 21357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17585] ppid=17574 vsize=867620 CPUtime=0
/proc/17576/task/17585/stat : 17585 (java) S 17574 17576 13417 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001507635 888442880 21357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 867620

[startup+25.5021 s]
/proc/loadavg: 1.95 1.98 1.99 3/89 17589
/proc/meminfo: memFree=1591824/2055920 swapFree=4180080/4192956
[pid=17576] ppid=17574 vsize=868356 CPUtime=25.41
/proc/17576/stat : 17576 (java) S 17574 17576 13417 0 -1 0 52009 602 1 0 2501 34 5 1 18 0 9 0 2001507630 889196544 30219 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17576/statm: 217089 30219 2638 9 0 211595 0
[pid=17576/tid=17578] ppid=17574 vsize=868356 CPUtime=24.61
/proc/17576/task/17578/stat : 17578 (java) R 17574 17576 13417 0 -1 64 27634 602 1 0 2431 24 5 1 25 0 9 0 2001507632 889196544 30219 996147200 134512640 134550740 4294955968 18446744073709551615 4126877344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17579] ppid=17574 vsize=868356 CPUtime=0.52
/proc/17576/task/17579/stat : 17579 (java) S 17574 17576 13417 0 -1 64 22603 602 0 0 40 6 5 1 16 0 9 0 2001507633 889196544 30219 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17580] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17580/stat : 17580 (java) S 17574 17576 13417 0 -1 64 17 602 0 0 0 0 5 1 16 0 9 0 2001507633 889196544 30219 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17581] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17581/stat : 17581 (java) S 17574 17576 13417 0 -1 64 14 602 0 0 0 0 5 1 16 0 9 0 2001507633 889196544 30219 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17582] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17582/stat : 17582 (java) S 17574 17576 13417 0 -1 64 1 602 0 0 0 0 5 1 18 0 9 0 2001507635 889196544 30219 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17583] ppid=17574 vsize=868356 CPUtime=0.35
/proc/17576/task/17583/stat : 17583 (java) S 17574 17576 13417 0 -1 64 917 602 0 0 29 0 5 1 15 0 9 0 2001507635 889196544 30219 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17584] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17584/stat : 17584 (java) S 17574 17576 13417 0 -1 64 2 602 0 0 0 0 5 1 19 0 9 0 2001507635 889196544 30219 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17585] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17585/stat : 17585 (java) S 17574 17576 13417 0 -1 64 10 602 0 0 0 0 5 1 15 0 9 0 2001507635 889196544 30219 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 868356

[startup+51.1023 s]
/proc/loadavg: 1.96 1.98 1.99 3/89 17589
/proc/meminfo: memFree=1575248/2055920 swapFree=4180080/4192956
[pid=17576] ppid=17574 vsize=868356 CPUtime=50.77
/proc/17576/stat : 17576 (java) S 17574 17576 13417 0 -1 0 59419 602 1 0 5034 37 5 1 18 0 9 0 2001507630 889196544 34332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17576/statm: 217089 34332 2638 9 0 211595 0
[pid=17576/tid=17578] ppid=17574 vsize=868356 CPUtime=49.87
/proc/17576/task/17578/stat : 17578 (java) R 17574 17576 13417 0 -1 64 29614 602 1 0 4956 25 5 1 25 0 9 0 2001507632 889196544 34332 996147200 134512640 134550740 4294955968 18446744073709551615 4126909013 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17579] ppid=17574 vsize=868356 CPUtime=0.57
/proc/17576/task/17579/stat : 17579 (java) S 17574 17576 13417 0 -1 64 28001 602 0 0 43 8 5 1 17 0 9 0 2001507633 889196544 34332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17580] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17580/stat : 17580 (java) S 17574 17576 13417 0 -1 64 17 602 0 0 0 0 5 1 16 0 9 0 2001507633 889196544 34332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17581] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17581/stat : 17581 (java) S 17574 17576 13417 0 -1 64 21 602 0 0 0 0 5 1 16 0 9 0 2001507633 889196544 34332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17582] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17582/stat : 17582 (java) S 17574 17576 13417 0 -1 64 1 602 0 0 0 0 5 1 18 0 9 0 2001507635 889196544 34332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17583] ppid=17574 vsize=868356 CPUtime=0.41
/proc/17576/task/17583/stat : 17583 (java) S 17574 17576 13417 0 -1 64 942 602 0 0 34 1 5 1 16 0 9 0 2001507635 889196544 34332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17584] ppid=17574 vsize=868356 CPUtime=0.06

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

/proc/17576/task/17581/stat : 17581 (java) S 17574 17576 13417 0 -1 64 21 602 0 0 0 0 5 1 16 0 9 0 2001507633 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17582] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17582/stat : 17582 (java) S 17574 17576 13417 0 -1 64 1 602 0 0 0 0 5 1 18 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17583] ppid=17574 vsize=868356 CPUtime=0.45
/proc/17576/task/17583/stat : 17583 (java) S 17574 17576 13417 0 -1 64 982 602 0 0 38 1 5 1 16 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17584] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17584/stat : 17584 (java) S 17574 17576 13417 0 -1 64 2 602 0 0 0 0 5 1 19 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17585] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17585/stat : 17585 (java) S 17574 17576 13417 0 -1 64 11 602 0 0 0 0 5 1 15 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1467.88
Current children cumulated vsize (KiB) 868356

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 17637
/proc/meminfo: memFree=1336712/2055920 swapFree=4180080/4192956
[pid=17576] ppid=17574 vsize=868356 CPUtime=1527.27
/proc/17576/stat : 17576 (java) S 17574 17576 13417 0 -1 0 61494 602 1 0 152677 44 5 1 18 0 9 0 2001507630 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17576/statm: 217089 35966 2638 9 0 211595 0
[pid=17576/tid=17578] ppid=17574 vsize=868356 CPUtime=1525.71
/proc/17576/task/17578/stat : 17578 (java) R 17574 17576 13417 0 -1 64 29900 602 1 0 152536 29 5 1 25 0 9 0 2001507632 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4127210742 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17579] ppid=17574 vsize=868356 CPUtime=1.19
/proc/17576/task/17579/stat : 17579 (java) S 17574 17576 13417 0 -1 64 29749 602 0 0 102 11 5 1 16 0 9 0 2001507633 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17580] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17580/stat : 17580 (java) S 17574 17576 13417 0 -1 64 17 602 0 0 0 0 5 1 16 0 9 0 2001507633 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17581] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17581/stat : 17581 (java) S 17574 17576 13417 0 -1 64 21 602 0 0 0 0 5 1 16 0 9 0 2001507633 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17582] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17582/stat : 17582 (java) S 17574 17576 13417 0 -1 64 1 602 0 0 0 0 5 1 18 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17583] ppid=17574 vsize=868356 CPUtime=0.45
/proc/17576/task/17583/stat : 17583 (java) S 17574 17576 13417 0 -1 64 982 602 0 0 38 1 5 1 16 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17584] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17584/stat : 17584 (java) S 17574 17576 13417 0 -1 64 2 602 0 0 0 0 5 1 19 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17585] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17585/stat : 17585 (java) S 17574 17576 13417 0 -1 64 11 602 0 0 0 0 5 1 15 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1527.27
Current children cumulated vsize (KiB) 868356

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 17637
/proc/meminfo: memFree=1336648/2055920 swapFree=4180080/4192956
[pid=17576] ppid=17574 vsize=868356 CPUtime=1586.67
/proc/17576/stat : 17576 (java) S 17574 17576 13417 0 -1 0 61503 602 1 0 158617 44 5 1 18 0 9 0 2001507630 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17576/statm: 217089 35966 2638 9 0 211595 0
[pid=17576/tid=17578] ppid=17574 vsize=868356 CPUtime=1585.09
/proc/17576/task/17578/stat : 17578 (java) R 17574 17576 13417 0 -1 64 29909 602 1 0 158474 29 5 1 25 0 9 0 2001507632 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4127096343 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17579] ppid=17574 vsize=868356 CPUtime=1.21
/proc/17576/task/17579/stat : 17579 (java) S 17574 17576 13417 0 -1 64 29749 602 0 0 104 11 5 1 16 0 9 0 2001507633 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17580] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17580/stat : 17580 (java) S 17574 17576 13417 0 -1 64 17 602 0 0 0 0 5 1 16 0 9 0 2001507633 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17581] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17581/stat : 17581 (java) S 17574 17576 13417 0 -1 64 21 602 0 0 0 0 5 1 16 0 9 0 2001507633 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17582] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17582/stat : 17582 (java) S 17574 17576 13417 0 -1 64 1 602 0 0 0 0 5 1 18 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17583] ppid=17574 vsize=868356 CPUtime=0.45
/proc/17576/task/17583/stat : 17583 (java) S 17574 17576 13417 0 -1 64 982 602 0 0 38 1 5 1 16 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17584] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17584/stat : 17584 (java) S 17574 17576 13417 0 -1 64 2 602 0 0 0 0 5 1 19 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17585] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17585/stat : 17585 (java) S 17574 17576 13417 0 -1 64 11 602 0 0 0 0 5 1 15 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1586.67
Current children cumulated vsize (KiB) 868356

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 17637
/proc/meminfo: memFree=1336520/2055920 swapFree=4180080/4192956
[pid=17576] ppid=17574 vsize=868356 CPUtime=1646.08
/proc/17576/stat : 17576 (java) S 17574 17576 13417 0 -1 0 61509 602 1 0 164558 44 5 1 18 0 9 0 2001507630 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17576/statm: 217089 35966 2638 9 0 211595 0
[pid=17576/tid=17578] ppid=17574 vsize=868356 CPUtime=1644.49
/proc/17576/task/17578/stat : 17578 (java) R 17574 17576 13417 0 -1 64 29915 602 1 0 164414 29 5 1 25 0 9 0 2001507632 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4127096360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17579] ppid=17574 vsize=868356 CPUtime=1.22
/proc/17576/task/17579/stat : 17579 (java) S 17574 17576 13417 0 -1 64 29749 602 0 0 105 11 5 1 16 0 9 0 2001507633 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17580] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17580/stat : 17580 (java) S 17574 17576 13417 0 -1 64 17 602 0 0 0 0 5 1 16 0 9 0 2001507633 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17581] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17581/stat : 17581 (java) S 17574 17576 13417 0 -1 64 21 602 0 0 0 0 5 1 16 0 9 0 2001507633 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17582] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17582/stat : 17582 (java) S 17574 17576 13417 0 -1 64 1 602 0 0 0 0 5 1 18 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17583] ppid=17574 vsize=868356 CPUtime=0.45
/proc/17576/task/17583/stat : 17583 (java) S 17574 17576 13417 0 -1 64 982 602 0 0 38 1 5 1 16 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17584] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17584/stat : 17584 (java) S 17574 17576 13417 0 -1 64 2 602 0 0 0 0 5 1 19 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17585] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17585/stat : 17585 (java) S 17574 17576 13417 0 -1 64 11 602 0 0 0 0 5 1 15 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.08
Current children cumulated vsize (KiB) 868356

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 17637
/proc/meminfo: memFree=1336520/2055920 swapFree=4180080/4192956
[pid=17576] ppid=17574 vsize=868356 CPUtime=1705.48
/proc/17576/stat : 17576 (java) S 17574 17576 13417 0 -1 0 61516 602 1 0 170498 44 5 1 18 0 9 0 2001507630 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17576/statm: 217089 35966 2638 9 0 211595 0
[pid=17576/tid=17578] ppid=17574 vsize=868356 CPUtime=1703.87
/proc/17576/task/17578/stat : 17578 (java) R 17574 17576 13417 0 -1 64 29922 602 1 0 170352 29 5 1 25 0 9 0 2001507632 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4126909552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17579] ppid=17574 vsize=868356 CPUtime=1.23
/proc/17576/task/17579/stat : 17579 (java) S 17574 17576 13417 0 -1 64 29749 602 0 0 106 11 5 1 16 0 9 0 2001507633 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17580] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17580/stat : 17580 (java) S 17574 17576 13417 0 -1 64 17 602 0 0 0 0 5 1 16 0 9 0 2001507633 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17581] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17581/stat : 17581 (java) S 17574 17576 13417 0 -1 64 21 602 0 0 0 0 5 1 16 0 9 0 2001507633 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17582] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17582/stat : 17582 (java) S 17574 17576 13417 0 -1 64 1 602 0 0 0 0 5 1 18 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17583] ppid=17574 vsize=868356 CPUtime=0.45
/proc/17576/task/17583/stat : 17583 (java) S 17574 17576 13417 0 -1 64 982 602 0 0 38 1 5 1 16 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17584] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17584/stat : 17584 (java) S 17574 17576 13417 0 -1 64 2 602 0 0 0 0 5 1 19 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17585] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17585/stat : 17585 (java) S 17574 17576 13417 0 -1 64 11 602 0 0 0 0 5 1 15 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1705.48
Current children cumulated vsize (KiB) 868356

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 17637
/proc/meminfo: memFree=1336328/2055920 swapFree=4180080/4192956
[pid=17576] ppid=17574 vsize=868356 CPUtime=1764.88
/proc/17576/stat : 17576 (java) S 17574 17576 13417 0 -1 0 61523 602 1 0 176438 44 5 1 18 0 9 0 2001507630 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17576/statm: 217089 35966 2638 9 0 211595 0
[pid=17576/tid=17578] ppid=17574 vsize=868356 CPUtime=1763.26
/proc/17576/task/17578/stat : 17578 (java) R 17574 17576 13417 0 -1 64 29929 602 1 0 176291 29 5 1 25 0 9 0 2001507632 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4127226526 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17579] ppid=17574 vsize=868356 CPUtime=1.25
/proc/17576/task/17579/stat : 17579 (java) S 17574 17576 13417 0 -1 64 29749 602 0 0 108 11 5 1 16 0 9 0 2001507633 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17580] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17580/stat : 17580 (java) S 17574 17576 13417 0 -1 64 17 602 0 0 0 0 5 1 16 0 9 0 2001507633 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17581] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17581/stat : 17581 (java) S 17574 17576 13417 0 -1 64 21 602 0 0 0 0 5 1 16 0 9 0 2001507633 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17582] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17582/stat : 17582 (java) S 17574 17576 13417 0 -1 64 1 602 0 0 0 0 5 1 18 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17583] ppid=17574 vsize=868356 CPUtime=0.45
/proc/17576/task/17583/stat : 17583 (java) S 17574 17576 13417 0 -1 64 982 602 0 0 38 1 5 1 16 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17584] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17584/stat : 17584 (java) S 17574 17576 13417 0 -1 64 2 602 0 0 0 0 5 1 19 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17585] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17585/stat : 17585 (java) S 17574 17576 13417 0 -1 64 11 602 0 0 0 0 5 1 15 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1764.88
Current children cumulated vsize (KiB) 868356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 17637
/proc/meminfo: memFree=1336392/2055920 swapFree=4180080/4192956
[pid=17576] ppid=17574 vsize=868356 CPUtime=1800.02
/proc/17576/stat : 17576 (java) S 17574 17576 13417 0 -1 0 61527 602 1 0 179952 44 5 1 18 0 9 0 2001507630 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17576/statm: 217089 35966 2638 9 0 211595 0
[pid=17576/tid=17578] ppid=17574 vsize=868356 CPUtime=1798.39
/proc/17576/task/17578/stat : 17578 (java) R 17574 17576 13417 0 -1 64 29933 602 1 0 179803 30 5 1 25 0 9 0 2001507632 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4126874956 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17579] ppid=17574 vsize=868356 CPUtime=1.26
/proc/17576/task/17579/stat : 17579 (java) S 17574 17576 13417 0 -1 64 29749 602 0 0 109 11 5 1 16 0 9 0 2001507633 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17580] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17580/stat : 17580 (java) S 17574 17576 13417 0 -1 64 17 602 0 0 0 0 5 1 16 0 9 0 2001507633 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17581] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17581/stat : 17581 (java) S 17574 17576 13417 0 -1 64 21 602 0 0 0 0 5 1 16 0 9 0 2001507633 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17582] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17582/stat : 17582 (java) S 17574 17576 13417 0 -1 64 1 602 0 0 0 0 5 1 18 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17583] ppid=17574 vsize=868356 CPUtime=0.45
/proc/17576/task/17583/stat : 17583 (java) S 17574 17576 13417 0 -1 64 982 602 0 0 38 1 5 1 16 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17576/tid=17584] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17584/stat : 17584 (java) S 17574 17576 13417 0 -1 64 2 602 0 0 0 0 5 1 19 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17576/tid=17585] ppid=17574 vsize=868356 CPUtime=0.06
/proc/17576/task/17585/stat : 17585 (java) S 17574 17576 13417 0 -1 64 11 602 0 0 0 0 5 1 15 0 9 0 2001507635 889196544 35966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868356

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): 1817.88
CPU time (s): 1800.11
CPU user time (s): 1799.62
CPU system time (s): 0.489925
CPU usage (%): 99.0229
Max. virtual memory (cumulated for all children) (KiB): 868356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.62
system time used= 0.489925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62160
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= 40881
involuntary context switches= 72494

runsolver used 2.66659 second user time and 6.46802 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-05 04:35:36
IDJOB=1083131
IDBENCH=57413
IDSOLVER=363
FILE ID=node31/1083131-1215225336
PBS_JOBID= 7881673
Free space on /tmp= 66488 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f282a7bc045af28efe9331ccc5efb812
RANDOM SEED=998847236

node31.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.232
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.232
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:       1703480 kB
Buffers:         38872 kB
Cached:         176188 kB
SwapCached:       6280 kB
Active:         221588 kB
Inactive:        78780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1703480 kB
SwapTotal:     4192956 kB
SwapFree:      4180080 kB
Dirty:            2728 kB
Writeback:           0 kB
Mapped:         101216 kB
Slab:            36748 kB
Committed_AS:  3942324 kB
PageTables:       2132 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB
End job on node31 at 2008-07-05 05:05:56