Trace number 1082672

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.18 1811.07

General information on the benchmark

Namecsp/super-os/super-os-taillard-20/
normalized-super-os-taillard-20-27.xml
MD5SUMec22dd72fedf3b6844826e496bf5d03b
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 benchmark11.1333
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints23200
Maximum constraint arity2
Maximum domain size1284
Number of constraints which are defined in extension0
Number of constraints which are defined in intension23200
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.10	
0.00/0.10	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.27/0.32	   
0.27/0.32	   instance
0.27/0.32	     name=HOME/instance-1082672-1215223780.xml
0.27/0.36	   
0.27/0.36	   domains being loaded...
0.27/0.38	   
0.27/0.38	   variables being loaded...
0.56/0.67	     nbVariables=800  nbDomainTypes=98  minDomainSize=1186  maxDomainSize=1284  nbTotalValues=986230
0.56/0.67	       =>  wckTime=0.426  cpuTime=0.32  mem=30M373
0.56/0.67	   
0.56/0.67	   predicates being loaded...
0.67/0.73	   
0.67/0.73	   constraints being loaded...
20.87/21.32	   
20.87/21.32	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 65M281)
24.88/25.49	     nbConstraints=23220  nbGlobalConstraints=22820  nbConvertedConstraints=104  nbConvertConstraintsChecks=92109388
24.88/25.49	     nbExtensionStructures=60  nbSharedExtensionStructures=44  nbConflictsStructures=60  nbSharedConflictsStructures=44
24.88/25.49	     nbUnbuiltConflictsStructures=95  nbSharedBinaryRepresentations=74322  nbEvaluationManagers=95
24.88/25.49	     nbSharedEvaluationManagers=201  minDegree=39  maxDegree=78  minArity=2  avgArity=2.02  maxArity=21  nbGenerators=0
24.88/25.49	     nbFusions=0  symmetryWckTime=3.525  symmetryCpuTime=3.1  nbCliques=20
24.88/25.49	       =>  wckTime=25.238  cpuTime=23.56  mem=104M827
25.28/25.88	   
25.28/25.88	   solver IterativeSystematicSolver being built... 
25.37/25.99	   
25.37/25.99	   INFO : Forward propagation technique limited 
25.57/26.20	       =>  wckTime=25.948  cpuTime=23.77  mem=106M983
25.96/26.59	   
25.96/26.59	   preprocessing
25.96/26.59	     nbConstraintChecks=728402  nbValidityChecks=592  nbPropagations=800  nbRevisions=592  nbUselessRevisions=592
25.96/26.59	     nbRemovedValues=0  detectedInconsistency=no
25.96/26.59	       =>  wckTime=0.352  cpuTime=0.32  mem=108M856
34.79/35.53	   
34.79/35.53	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=127, mem=127M586)

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-1082672-1215223780/watcher-1082672-1215223780 -o /tmp/evaluation-result-1082672-1215223780/solver-1082672-1215223780 -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-1082672-1215223780.xml 

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


[startup+0 s]
/proc/loadavg: 2.23 2.16 2.09 4/92 7628
/proc/meminfo: memFree=1410064/2055920 swapFree=4179860/4192956
[pid=7628] ppid=7626 vsize=18572 CPUtime=0
/proc/7628/stat : 7628 (runsolver) R 7626 7628 5930 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 2001347750 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 227607637287 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/7628/statm: 4643 292 257 25 0 2626 0

[startup+0.1019 s]
/proc/loadavg: 2.23 2.16 2.09 4/92 7628
/proc/meminfo: memFree=1410064/2055920 swapFree=4179860/4192956
[pid=7628] ppid=7626 vsize=865884 CPUtime=0.08
/proc/7628/stat : 7628 (java) S 7626 7628 5930 0 -1 0 3632 0 1 0 6 2 0 0 18 0 9 0 2001347750 886665216 3117 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7628/statm: 216471 3117 1671 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.201909 s]
/proc/loadavg: 2.23 2.16 2.09 4/92 7628
/proc/meminfo: memFree=1410064/2055920 swapFree=4179860/4192956
[pid=7628] ppid=7626 vsize=866048 CPUtime=0.18
/proc/7628/stat : 7628 (java) S 7626 7628 5930 0 -1 0 4593 0 1 0 15 3 0 0 18 0 9 0 2001347750 886833152 4020 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7628/statm: 216512 4020 1849 9 0 211060 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866048

[startup+0.301923 s]
/proc/loadavg: 2.23 2.16 2.09 4/92 7628
/proc/meminfo: memFree=1410064/2055920 swapFree=4179860/4192956
[pid=7628] ppid=7626 vsize=866048 CPUtime=0.27
/proc/7628/stat : 7628 (java) S 7626 7628 5930 0 -1 0 5579 0 1 0 24 3 0 0 18 0 9 0 2001347750 886833152 4993 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7628/statm: 216512 4993 1902 9 0 211060 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866048

[startup+0.701969 s]
/proc/loadavg: 2.23 2.16 2.09 4/92 7628
/proc/meminfo: memFree=1410064/2055920 swapFree=4179860/4192956
[pid=7628] ppid=7626 vsize=867104 CPUtime=0.67
/proc/7628/stat : 7628 (java) S 7626 7628 5930 0 -1 0 12583 0 1 0 60 7 0 0 18 0 9 0 2001347750 887914496 11944 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7628/statm: 216776 11944 1998 9 0 211282 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867104

[startup+1.50207 s]
/proc/loadavg: 2.23 2.16 2.09 4/101 7637
/proc/meminfo: memFree=1352200/2055920 swapFree=4179860/4192956
[pid=7628] ppid=7626 vsize=867632 CPUtime=1.45
/proc/7628/stat : 7628 (java) S 7626 7628 5930 0 -1 0 23025 0 1 0 133 12 0 0 18 0 9 0 2001347750 888455168 22360 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7628/statm: 216908 22360 2004 9 0 211436 0
[pid=7628/tid=7630] ppid=7626 vsize=867632 CPUtime=1.17
/proc/7628/task/7630/stat : 7630 (java) R 7626 7628 5930 0 -1 64 15748 0 1 0 109 8 0 0 25 0 9 0 2001347752 888455168 22360 996147200 134512640 134550740 4294955968 18446744073709551615 102887686 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7631] ppid=7626 vsize=867632 CPUtime=0.08
/proc/7628/task/7631/stat : 7631 (java) S 7626 7628 5930 0 -1 64 5915 0 0 0 6 2 0 0 16 0 9 0 2001347753 888455168 22360 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7632] ppid=7626 vsize=867632 CPUtime=0
/proc/7628/task/7632/stat : 7632 (java) S 7626 7628 5930 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001347753 888455168 22360 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7633] ppid=7626 vsize=867632 CPUtime=0
/proc/7628/task/7633/stat : 7633 (java) S 7626 7628 5930 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001347753 888455168 22360 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7634] ppid=7626 vsize=867632 CPUtime=0
/proc/7628/task/7634/stat : 7634 (java) S 7626 7628 5930 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001347756 888455168 22360 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7635] ppid=7626 vsize=867632 CPUtime=0.16
/proc/7628/task/7635/stat : 7635 (java) S 7626 7628 5930 0 -1 64 666 0 0 0 16 0 0 0 16 0 9 0 2001347756 888455168 22360 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7636] ppid=7626 vsize=867632 CPUtime=0
/proc/7628/task/7636/stat : 7636 (java) S 7626 7628 5930 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001347756 888455168 22360 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7637] ppid=7626 vsize=867632 CPUtime=0
/proc/7628/task/7637/stat : 7637 (java) S 7626 7628 5930 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001347756 888455168 22360 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867632

[startup+3.10225 s]
/proc/loadavg: 2.29 2.17 2.09 4/101 7637
/proc/meminfo: memFree=1312328/2055920 swapFree=4179860/4192956
[pid=7628] ppid=7626 vsize=867632 CPUtime=3.02
/proc/7628/stat : 7628 (java) S 7626 7628 5930 0 -1 0 26964 0 1 0 287 15 0 0 18 0 9 0 2001347750 888455168 26295 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7628/statm: 216908 26295 2006 9 0 211436 0
[pid=7628/tid=7630] ppid=7626 vsize=867632 CPUtime=2.58
/proc/7628/task/7630/stat : 7630 (java) R 7626 7628 5930 0 -1 64 15778 0 1 0 248 10 0 0 25 0 9 0 2001347752 888455168 26295 996147200 134512640 134550740 4294955968 18446744073709551615 4126887288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7631] ppid=7626 vsize=867632 CPUtime=0.22
/proc/7628/task/7631/stat : 7631 (java) S 7626 7628 5930 0 -1 64 9795 0 0 0 18 4 0 0 17 0 9 0 2001347753 888455168 26295 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7632] ppid=7626 vsize=867632 CPUtime=0
/proc/7628/task/7632/stat : 7632 (java) S 7626 7628 5930 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001347753 888455168 26295 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7633] ppid=7626 vsize=867632 CPUtime=0
/proc/7628/task/7633/stat : 7633 (java) S 7626 7628 5930 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001347753 888455168 26295 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7634] ppid=7626 vsize=867632 CPUtime=0
/proc/7628/task/7634/stat : 7634 (java) S 7626 7628 5930 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001347756 888455168 26295 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7635] ppid=7626 vsize=867632 CPUtime=0.19
/proc/7628/task/7635/stat : 7635 (java) S 7626 7628 5930 0 -1 64 695 0 0 0 19 0 0 0 16 0 9 0 2001347756 888455168 26295 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7636] ppid=7626 vsize=867632 CPUtime=0
/proc/7628/task/7636/stat : 7636 (java) S 7626 7628 5930 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001347756 888455168 26295 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7637] ppid=7626 vsize=867632 CPUtime=0
/proc/7628/task/7637/stat : 7637 (java) S 7626 7628 5930 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001347756 888455168 26295 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 867632

[startup+6.30163 s]
/proc/loadavg: 2.29 2.17 2.09 3/101 7637
/proc/meminfo: memFree=1312016/2055920 swapFree=4179860/4192956
[pid=7628] ppid=7626 vsize=867632 CPUtime=6.16
/proc/7628/stat : 7628 (java) S 7626 7628 5930 0 -1 0 26975 0 1 0 597 19 0 0 18 0 9 0 2001347750 888455168 26304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7628/statm: 216908 26304 2006 9 0 211436 0
[pid=7628/tid=7630] ppid=7626 vsize=867632 CPUtime=5.7
/proc/7628/task/7630/stat : 7630 (java) R 7626 7628 5930 0 -1 64 15780 0 1 0 556 14 0 0 25 0 9 0 2001347752 888455168 26304 996147200 134512640 134550740 4294955968 18446744073709551615 4126888759 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7631] ppid=7626 vsize=867632 CPUtime=0.22
/proc/7628/task/7631/stat : 7631 (java) S 7626 7628 5930 0 -1 64 9795 0 0 0 18 4 0 0 16 0 9 0 2001347753 888455168 26304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7632] ppid=7626 vsize=867632 CPUtime=0
/proc/7628/task/7632/stat : 7632 (java) S 7626 7628 5930 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001347753 888455168 26304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7633] ppid=7626 vsize=867632 CPUtime=0
/proc/7628/task/7633/stat : 7633 (java) S 7626 7628 5930 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001347753 888455168 26304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7634] ppid=7626 vsize=867632 CPUtime=0
/proc/7628/task/7634/stat : 7634 (java) S 7626 7628 5930 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001347756 888455168 26304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7635] ppid=7626 vsize=867632 CPUtime=0.21
/proc/7628/task/7635/stat : 7635 (java) S 7626 7628 5930 0 -1 64 704 0 0 0 21 0 0 0 16 0 9 0 2001347756 888455168 26304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7636] ppid=7626 vsize=867632 CPUtime=0
/proc/7628/task/7636/stat : 7636 (java) S 7626 7628 5930 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001347756 888455168 26304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7637] ppid=7626 vsize=867632 CPUtime=0
/proc/7628/task/7637/stat : 7637 (java) S 7626 7628 5930 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001347756 888455168 26304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 867632

[startup+12.7014 s]
/proc/loadavg: 2.25 2.16 2.09 3/101 7637
/proc/meminfo: memFree=1311760/2055920 swapFree=4179860/4192956
[pid=7628] ppid=7626 vsize=867632 CPUtime=12.44
/proc/7628/stat : 7628 (java) S 7626 7628 5930 0 -1 0 26990 0 1 0 1214 30 0 0 18 0 9 0 2001347750 888455168 26318 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7628/statm: 216908 26318 2006 9 0 211436 0
[pid=7628/tid=7630] ppid=7626 vsize=867632 CPUtime=11.95
/proc/7628/task/7630/stat : 7630 (java) R 7626 7628 5930 0 -1 64 15783 0 1 0 1171 24 0 0 25 0 9 0 2001347752 888455168 26318 996147200 134512640 134550740 4294955968 18446744073709551615 4126891811 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7631] ppid=7626 vsize=867632 CPUtime=0.22
/proc/7628/task/7631/stat : 7631 (java) S 7626 7628 5930 0 -1 64 9795 0 0 0 18 4 0 0 16 0 9 0 2001347753 888455168 26318 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7632] ppid=7626 vsize=867632 CPUtime=0
/proc/7628/task/7632/stat : 7632 (java) S 7626 7628 5930 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001347753 888455168 26318 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7633] ppid=7626 vsize=867632 CPUtime=0
/proc/7628/task/7633/stat : 7633 (java) S 7626 7628 5930 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001347753 888455168 26318 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7634] ppid=7626 vsize=867632 CPUtime=0
/proc/7628/task/7634/stat : 7634 (java) S 7626 7628 5930 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001347756 888455168 26318 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7635] ppid=7626 vsize=867632 CPUtime=0.23
/proc/7628/task/7635/stat : 7635 (java) S 7626 7628 5930 0 -1 64 716 0 0 0 23 0 0 0 16 0 9 0 2001347756 888455168 26318 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7636] ppid=7626 vsize=867632 CPUtime=0
/proc/7628/task/7636/stat : 7636 (java) S 7626 7628 5930 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001347756 888455168 26318 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7637] ppid=7626 vsize=867632 CPUtime=0
/proc/7628/task/7637/stat : 7637 (java) S 7626 7628 5930 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001347756 888455168 26318 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 867632

[startup+25.5029 s]
/proc/loadavg: 2.21 2.16 2.09 3/101 7641
/proc/meminfo: memFree=1280336/2055920 swapFree=4179860/4192956
[pid=7628] ppid=7626 vsize=867956 CPUtime=24.97
/proc/7628/stat : 7628 (java) S 7626 7628 5930 0 -1 0 44515 1390 1 0 2416 54 26 1 18 0 9 0 2001347750 888786944 34282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7628/statm: 216989 34282 2064 9 0 211517 0
[pid=7628/tid=7630] ppid=7626 vsize=867956 CPUtime=24.04
/proc/7628/task/7630/stat : 7630 (java) R 7626 7628 5930 0 -1 64 22954 1390 1 0 2333 44 26 1 25 0 9 0 2001347752 888786944 34282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7631] ppid=7626 vsize=867956 CPUtime=0.88
/proc/7628/task/7631/stat : 7631 (java) R 7626 7628 5930 0 -1 64 19848 1390 0 0 54 7 26 1 17 0 9 0 2001347753 888786944 34282 996147200 134512640 134550740 4294955968 18446744073709551615 103735757 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7632] ppid=7626 vsize=867956 CPUtime=0.27
/proc/7628/task/7632/stat : 7632 (java) S 7626 7628 5930 0 -1 64 13 1390 0 0 0 0 26 1 16 0 9 0 2001347753 888786944 34282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7633] ppid=7626 vsize=867956 CPUtime=0.27
/proc/7628/task/7633/stat : 7633 (java) S 7626 7628 5930 0 -1 64 5 1390 0 0 0 0 26 1 16 0 9 0 2001347753 888786944 34282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7634] ppid=7626 vsize=867956 CPUtime=0.27
/proc/7628/task/7634/stat : 7634 (java) S 7626 7628 5930 0 -1 64 1 1390 0 0 0 0 26 1 18 0 9 0 2001347756 888786944 34282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7635] ppid=7626 vsize=867956 CPUtime=0.55
/proc/7628/task/7635/stat : 7635 (java) S 7626 7628 5930 0 -1 64 875 1390 0 0 28 0 26 1 16 0 9 0 2001347756 888786944 34282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7636] ppid=7626 vsize=867956 CPUtime=0.27
/proc/7628/task/7636/stat : 7636 (java) S 7626 7628 5930 0 -1 64 1 1390 0 0 0 0 26 1 19 0 9 0 2001347756 888786944 34282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7637] ppid=7626 vsize=867956 CPUtime=0.27
/proc/7628/task/7637/stat : 7637 (java) S 7626 7628 5930 0 -1 64 7 1390 0 0 0 0 26 1 15 0 9 0 2001347756 888786944 34282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 867956

[startup+51.1029 s]
/proc/loadavg: 2.34 2.19 2.10 3/101 7641
/proc/meminfo: memFree=1229776/2055920 swapFree=4179860/4192956
[pid=7628] ppid=7626 vsize=868044 CPUtime=50.09
/proc/7628/stat : 7628 (java) S 7626 7628 5930 0 -1 0 79357 1390 1 0 4916 66 26 1 18 0 9 0 2001347750 888877056 47480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7628/statm: 217011 47480 2638 9 0 211517 0
[pid=7628/tid=7630] ppid=7626 vsize=868044 CPUtime=48.4
/proc/7628/task/7630/stat : 7630 (java) R 7626 7628 5930 0 -1 64 31911 1390 1 0 4765 48 26 1 25 0 9 0 2001347752 888877056 47480 996147200 134512640 134550740 4294955968 18446744073709551615 4127303611 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7631] ppid=7626 vsize=868044 CPUtime=1.48
/proc/7628/task/7631/stat : 7631 (java) S 7626 7628 5930 0 -1 64 45605 1390 0 0 107 14 26 1 17 0 9 0 2001347753 888877056 47480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7632] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7632/stat : 7632 (java) S 7626 7628 5930 0 -1 64 17 1390 0 0 0 0 26 1 16 0 9 0 2001347753 888877056 47480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7633] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7633/stat : 7633 (java) S 7626 7628 5930 0 -1 64 18 1390 0 0 0 0 26 1 15 0 9 0 2001347753 888877056 47480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7634] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7634/stat : 7634 (java) S 7626 7628 5930 0 -1 64 1 1390 0 0 0 0 26 1 18 0 9 0 2001347756 888877056 47480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7635] ppid=7626 vsize=868044 CPUtime=0.69
/proc/7628/task/7635/stat : 7635 (java) S 7626 7628 5930 0 -1 64 986 1390 0 0 41 1 26 1 15 0 9 0 2001347756 888877056 47480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7636] ppid=7626 vsize=868044 CPUtime=0.27

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

/proc/7628/task/7633/stat : 7633 (java) S 7626 7628 5930 0 -1 64 18 1390 0 0 0 0 26 1 15 0 9 0 2001347753 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7634] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7634/stat : 7634 (java) S 7626 7628 5930 0 -1 64 1 1390 0 0 0 0 26 1 18 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7635] ppid=7626 vsize=868044 CPUtime=0.7
/proc/7628/task/7635/stat : 7635 (java) S 7626 7628 5930 0 -1 64 990 1390 0 0 42 1 26 1 16 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7636] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7636/stat : 7636 (java) S 7626 7628 5930 0 -1 64 1 1390 0 0 0 0 26 1 19 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7637] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7637/stat : 7637 (java) S 7626 7628 5930 0 -1 64 7 1390 0 0 0 0 26 1 15 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1531.5
Current children cumulated vsize (KiB) 868044

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 8293
/proc/meminfo: memFree=1360480/2055920 swapFree=4179860/4192956
[pid=7628] ppid=7626 vsize=868044 CPUtime=1591.47
/proc/7628/stat : 7628 (java) S 7626 7628 5930 0 -1 0 81635 1390 1 0 159022 98 26 1 18 0 9 0 2001347750 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7628/statm: 217011 47541 2638 9 0 211517 0
[pid=7628/tid=7630] ppid=7626 vsize=868044 CPUtime=1578.82
/proc/7628/task/7630/stat : 7630 (java) R 7626 7628 5930 0 -1 64 34128 1390 1 0 157788 67 26 1 25 0 9 0 2001347752 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4126891312 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7628/tid=7631] ppid=7626 vsize=868044 CPUtime=12.44
/proc/7628/task/7631/stat : 7631 (java) S 7626 7628 5930 0 -1 64 45662 1390 0 0 1190 27 26 1 16 0 9 0 2001347753 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7628/tid=7632] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7632/stat : 7632 (java) S 7626 7628 5930 0 -1 64 17 1390 0 0 0 0 26 1 16 0 9 0 2001347753 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7633] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7633/stat : 7633 (java) S 7626 7628 5930 0 -1 64 18 1390 0 0 0 0 26 1 15 0 9 0 2001347753 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7634] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7634/stat : 7634 (java) S 7626 7628 5930 0 -1 64 1 1390 0 0 0 0 26 1 18 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7635] ppid=7626 vsize=868044 CPUtime=0.7
/proc/7628/task/7635/stat : 7635 (java) S 7626 7628 5930 0 -1 64 990 1390 0 0 42 1 26 1 16 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7636] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7636/stat : 7636 (java) S 7626 7628 5930 0 -1 64 1 1390 0 0 0 0 26 1 19 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7637] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7637/stat : 7637 (java) S 7626 7628 5930 0 -1 64 7 1390 0 0 0 0 26 1 15 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.47
Current children cumulated vsize (KiB) 868044

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/90 8293
/proc/meminfo: memFree=1360480/2055920 swapFree=4179860/4192956
[pid=7628] ppid=7626 vsize=868044 CPUtime=1651.44
/proc/7628/stat : 7628 (java) S 7626 7628 5930 0 -1 0 81710 1390 1 0 165018 99 26 1 18 0 9 0 2001347750 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7628/statm: 217011 47541 2638 9 0 211517 0
[pid=7628/tid=7630] ppid=7626 vsize=868044 CPUtime=1638.43
/proc/7628/task/7630/stat : 7630 (java) R 7626 7628 5930 0 -1 64 34203 1390 1 0 163748 68 26 1 25 0 9 0 2001347752 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4126731305 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7628/tid=7631] ppid=7626 vsize=868044 CPUtime=12.81
/proc/7628/task/7631/stat : 7631 (java) S 7626 7628 5930 0 -1 64 45662 1390 0 0 1226 28 26 1 16 0 9 0 2001347753 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7628/tid=7632] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7632/stat : 7632 (java) S 7626 7628 5930 0 -1 64 17 1390 0 0 0 0 26 1 16 0 9 0 2001347753 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7633] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7633/stat : 7633 (java) S 7626 7628 5930 0 -1 64 18 1390 0 0 0 0 26 1 15 0 9 0 2001347753 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7634] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7634/stat : 7634 (java) S 7626 7628 5930 0 -1 64 1 1390 0 0 0 0 26 1 18 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7635] ppid=7626 vsize=868044 CPUtime=0.7
/proc/7628/task/7635/stat : 7635 (java) S 7626 7628 5930 0 -1 64 990 1390 0 0 42 1 26 1 16 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7636] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7636/stat : 7636 (java) S 7626 7628 5930 0 -1 64 1 1390 0 0 0 0 26 1 19 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7637] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7637/stat : 7637 (java) S 7626 7628 5930 0 -1 64 7 1390 0 0 0 0 26 1 15 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.44
Current children cumulated vsize (KiB) 868044

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/90 8293
/proc/meminfo: memFree=1360480/2055920 swapFree=4179860/4192956
[pid=7628] ppid=7626 vsize=868044 CPUtime=1711.42
/proc/7628/stat : 7628 (java) S 7626 7628 5930 0 -1 0 81779 1390 1 0 171015 100 26 1 18 0 9 0 2001347750 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7628/statm: 217011 47541 2638 9 0 211517 0
[pid=7628/tid=7630] ppid=7626 vsize=868044 CPUtime=1698.07
/proc/7628/task/7630/stat : 7630 (java) R 7626 7628 5930 0 -1 64 34272 1390 1 0 169712 68 26 1 25 0 9 0 2001347752 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4127332717 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7628/tid=7631] ppid=7626 vsize=868044 CPUtime=13.15
/proc/7628/task/7631/stat : 7631 (java) S 7626 7628 5930 0 -1 64 45662 1390 0 0 1259 29 26 1 17 0 9 0 2001347753 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7628/tid=7632] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7632/stat : 7632 (java) S 7626 7628 5930 0 -1 64 17 1390 0 0 0 0 26 1 16 0 9 0 2001347753 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7633] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7633/stat : 7633 (java) S 7626 7628 5930 0 -1 64 18 1390 0 0 0 0 26 1 15 0 9 0 2001347753 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7634] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7634/stat : 7634 (java) S 7626 7628 5930 0 -1 64 1 1390 0 0 0 0 26 1 18 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7635] ppid=7626 vsize=868044 CPUtime=0.7
/proc/7628/task/7635/stat : 7635 (java) S 7626 7628 5930 0 -1 64 990 1390 0 0 42 1 26 1 16 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7636] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7636/stat : 7636 (java) S 7626 7628 5930 0 -1 64 1 1390 0 0 0 0 26 1 19 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7637] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7637/stat : 7637 (java) S 7626 7628 5930 0 -1 64 7 1390 0 0 0 0 26 1 15 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.42
Current children cumulated vsize (KiB) 868044

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/90 8293
/proc/meminfo: memFree=1360352/2055920 swapFree=4179860/4192956
[pid=7628] ppid=7626 vsize=868044 CPUtime=1771.4
/proc/7628/stat : 7628 (java) S 7626 7628 5930 0 -1 0 81864 1390 1 0 177011 102 26 1 18 0 9 0 2001347750 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7628/statm: 217011 47541 2638 9 0 211517 0
[pid=7628/tid=7630] ppid=7626 vsize=868044 CPUtime=1757.62
/proc/7628/task/7630/stat : 7630 (java) R 7626 7628 5930 0 -1 64 34357 1390 1 0 175667 68 26 1 25 0 9 0 2001347752 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4127302555 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7628/tid=7631] ppid=7626 vsize=868044 CPUtime=13.56
/proc/7628/task/7631/stat : 7631 (java) S 7626 7628 5930 0 -1 64 45662 1390 0 0 1300 29 26 1 16 0 9 0 2001347753 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7628/tid=7632] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7632/stat : 7632 (java) S 7626 7628 5930 0 -1 64 17 1390 0 0 0 0 26 1 16 0 9 0 2001347753 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7633] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7633/stat : 7633 (java) S 7626 7628 5930 0 -1 64 18 1390 0 0 0 0 26 1 15 0 9 0 2001347753 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7634] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7634/stat : 7634 (java) S 7626 7628 5930 0 -1 64 1 1390 0 0 0 0 26 1 18 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7635] ppid=7626 vsize=868044 CPUtime=0.7
/proc/7628/task/7635/stat : 7635 (java) S 7626 7628 5930 0 -1 64 990 1390 0 0 42 1 26 1 16 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7636] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7636/stat : 7636 (java) S 7626 7628 5930 0 -1 64 1 1390 0 0 0 0 26 1 19 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7637] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7637/stat : 7637 (java) S 7626 7628 5930 0 -1 64 7 1390 0 0 0 0 26 1 15 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.4
Current children cumulated vsize (KiB) 868044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811 s]
/proc/loadavg: 2.02 2.02 2.00 3/90 8293
/proc/meminfo: memFree=1360352/2055920 swapFree=4179860/4192956
[pid=7628] ppid=7626 vsize=868044 CPUtime=1800.09
/proc/7628/stat : 7628 (java) S 7626 7628 5930 0 -1 0 81909 1390 1 0 179880 102 26 1 18 0 9 0 2001347750 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7628/statm: 217011 47541 2638 9 0 211517 0
[pid=7628/tid=7630] ppid=7626 vsize=868044 CPUtime=1786.11
/proc/7628/task/7630/stat : 7630 (java) R 7626 7628 5930 0 -1 64 34402 1390 1 0 178515 69 26 1 25 0 9 0 2001347752 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4127327143 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7628/tid=7631] ppid=7626 vsize=868044 CPUtime=13.78
/proc/7628/task/7631/stat : 7631 (java) S 7626 7628 5930 0 -1 64 45662 1390 0 0 1321 30 26 1 16 0 9 0 2001347753 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7628/tid=7632] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7632/stat : 7632 (java) S 7626 7628 5930 0 -1 64 17 1390 0 0 0 0 26 1 16 0 9 0 2001347753 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7633] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7633/stat : 7633 (java) S 7626 7628 5930 0 -1 64 18 1390 0 0 0 0 26 1 15 0 9 0 2001347753 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7634] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7634/stat : 7634 (java) S 7626 7628 5930 0 -1 64 1 1390 0 0 0 0 26 1 18 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7635] ppid=7626 vsize=868044 CPUtime=0.7
/proc/7628/task/7635/stat : 7635 (java) S 7626 7628 5930 0 -1 64 990 1390 0 0 42 1 26 1 16 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7636] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7636/stat : 7636 (java) S 7626 7628 5930 0 -1 64 1 1390 0 0 0 0 26 1 19 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7637] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7637/stat : 7637 (java) S 7626 7628 5930 0 -1 64 7 1390 0 0 0 0 26 1 15 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868044

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1811 s]
/proc/loadavg: 2.02 2.02 2.00 3/90 8293
/proc/meminfo: memFree=1360352/2055920 swapFree=4179860/4192956
[pid=7628] ppid=7626 vsize=868044 CPUtime=1800.09
/proc/7628/stat : 7628 (java) S 7626 7628 5930 0 -1 0 81909 1390 1 0 179880 102 26 1 18 0 9 0 2001347750 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7628/statm: 217011 47541 2638 9 0 211517 0
[pid=7628/tid=7630] ppid=7626 vsize=868044 CPUtime=1786.11
/proc/7628/task/7630/stat : 7630 (java) R 7626 7628 5930 0 -1 64 34402 1390 1 0 178515 69 26 1 25 0 9 0 2001347752 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4127327143 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7628/tid=7631] ppid=7626 vsize=868044 CPUtime=13.78
/proc/7628/task/7631/stat : 7631 (java) S 7626 7628 5930 0 -1 64 45662 1390 0 0 1321 30 26 1 16 0 9 0 2001347753 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7628/tid=7632] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7632/stat : 7632 (java) S 7626 7628 5930 0 -1 64 17 1390 0 0 0 0 26 1 16 0 9 0 2001347753 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7633] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7633/stat : 7633 (java) S 7626 7628 5930 0 -1 64 18 1390 0 0 0 0 26 1 15 0 9 0 2001347753 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7634] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7634/stat : 7634 (java) S 7626 7628 5930 0 -1 64 1 1390 0 0 0 0 26 1 18 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7635] ppid=7626 vsize=868044 CPUtime=0.7
/proc/7628/task/7635/stat : 7635 (java) S 7626 7628 5930 0 -1 64 990 1390 0 0 42 1 26 1 16 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7636] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7636/stat : 7636 (java) S 7626 7628 5930 0 -1 64 1 1390 0 0 0 0 26 1 19 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7628/tid=7637] ppid=7626 vsize=868044 CPUtime=0.27
/proc/7628/task/7637/stat : 7637 (java) S 7626 7628 5930 0 -1 64 7 1390 0 0 0 0 26 1 15 0 9 0 2001347756 888877056 47541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868044

Child status: 143
Real time (s): 1811.07
CPU time (s): 1800.18
CPU user time (s): 1799.11
CPU system time (s): 1.07584
CPU usage (%): 99.399
Max. virtual memory (cumulated for all children) (KiB): 868044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 1.07584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83331
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= 54282
involuntary context switches= 49666

runsolver used 2.23466 second user time and 6.02608 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-05 04:09:41
IDJOB=1082672
IDBENCH=57311
IDSOLVER=363
FILE ID=node66/1082672-1215223780
PBS_JOBID= 7881773
Free space on /tmp= 66392 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-20/normalized-super-os-taillard-20-27.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-1082672-1215223780/watcher-1082672-1215223780 -o /tmp/evaluation-result-1082672-1215223780/solver-1082672-1215223780 -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-1082672-1215223780.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ec22dd72fedf3b6844826e496bf5d03b
RANDOM SEED=1531957769

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1410544 kB
Buffers:         70056 kB
Cached:         385692 kB
SwapCached:       7264 kB
Active:         370984 kB
Inactive:       213928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1410544 kB
SwapTotal:     4192956 kB
SwapFree:      4179860 kB
Dirty:            4936 kB
Writeback:           0 kB
Mapped:         145960 kB
Slab:            45028 kB
Committed_AS:  4734688 kB
PageTables:       2248 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= 66416 MiB
End job on node66 at 2008-07-05 04:39:54