Trace number 1074628

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.19 1813.99

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-95-2.xml
MD5SUMcf2755c41c9629ae5bc712eeb2cf6ab2
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 benchmark3.86941
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1229
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1074628-1215179102.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.38/0.42	   
0.38/0.42	   variables being loaded...
0.58/0.62	     nbVariables=400  nbDomainTypes=400  minDomainSize=1131  maxDomainSize=1229  nbTotalValues=471820
0.58/0.62	       =>  wckTime=0.379  cpuTime=0.27  mem=18M661
0.58/0.62	   
0.58/0.62	   predicates being loaded...
0.58/0.68	   
0.58/0.68	   constraints being loaded...
3.33/3.43	     nbConstraints=7620  nbGlobalConstraints=7620  nbSharedBinaryRepresentations=0  minDegree=39  maxDegree=39
3.33/3.43	     minArity=2  avgArity=2.05  maxArity=20  nbGenerators=0  nbFusions=0  symmetryWckTime=1.248  symmetryCpuTime=1.09
3.33/3.43	     nbCliques=20
3.33/3.43	       =>  wckTime=3.187  cpuTime=2.72  mem=58M226
3.54/3.62	   
3.54/3.62	   solver IterativeSystematicSolver being built... 
3.54/3.69	   
3.54/3.69	   INFO : Forward propagation technique limited 
3.62/3.78	       =>  wckTime=3.543  cpuTime=2.86  mem=54M182
3.73/3.84	   
3.73/3.84	   preprocessing
3.73/3.84	     nbConstraintChecks=0  nbPropagations=400  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.73/3.84	     detectedInconsistency=no
3.73/3.84	       =>  wckTime=0.042  cpuTime=0.03  mem=56M109
7.99/8.18	   
7.99/8.18	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=306, mem=64M513)

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-1074628-1215179102/watcher-1074628-1215179102 -o /tmp/evaluation-result-1074628-1215179102/solver-1074628-1215179102 -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-1074628-1215179102.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.94 2.01 2.00 4/81 3729
/proc/meminfo: memFree=1667752/2055920 swapFree=4180436/4192956
[pid=3729] ppid=3727 vsize=152 CPUtime=0
/proc/3729/stat : 3729 (java) D 3727 3729 1110 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 1996882371 155648 26 996147200 134512640 134550740 4294956128 18446744073709551615 3531556 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/3729/statm: 38 26 19 9 0 4 0

[startup+0.0556049 s]
/proc/loadavg: 1.94 2.01 2.00 4/81 3729
/proc/meminfo: memFree=1667752/2055920 swapFree=4180436/4192956
[pid=3729] ppid=3727 vsize=863688 CPUtime=0.04
/proc/3729/stat : 3729 (java) S 3727 3729 1110 0 -1 0 2439 0 1 0 3 1 0 0 18 0 9 0 1996882371 884416512 2013 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3729/statm: 215922 2013 920 9 0 210901 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863688

[startup+0.10261 s]
/proc/loadavg: 1.94 2.01 2.00 4/81 3729
/proc/meminfo: memFree=1667752/2055920 swapFree=4180436/4192956
[pid=3729] ppid=3727 vsize=865884 CPUtime=0.09
/proc/3729/stat : 3729 (java) S 3727 3729 1110 0 -1 0 3723 0 1 0 7 2 0 0 18 0 9 0 1996882371 886665216 3186 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3729/statm: 216471 3186 1688 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.302631 s]
/proc/loadavg: 1.94 2.01 2.00 4/81 3729
/proc/meminfo: memFree=1667752/2055920 swapFree=4180436/4192956
[pid=3729] ppid=3727 vsize=866196 CPUtime=0.28
/proc/3729/stat : 3729 (java) S 3727 3729 1110 0 -1 0 5620 0 1 0 25 3 0 0 18 0 9 0 1996882371 886984704 5034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3729/statm: 216549 5034 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.702664 s]
/proc/loadavg: 1.94 2.01 2.00 4/81 3729
/proc/meminfo: memFree=1667752/2055920 swapFree=4180436/4192956
[pid=3729] ppid=3727 vsize=867096 CPUtime=0.67
/proc/3729/stat : 3729 (java) S 3727 3729 1110 0 -1 0 10053 0 1 0 62 5 0 0 18 0 9 0 1996882371 887906304 9413 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3729/statm: 216774 9413 2006 9 0 211280 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867096

[startup+1.50175 s]
/proc/loadavg: 1.94 2.01 2.00 3/90 3738
/proc/meminfo: memFree=1623200/2055920 swapFree=4180436/4192956
[pid=3729] ppid=3727 vsize=867604 CPUtime=1.46
/proc/3729/stat : 3729 (java) S 3727 3729 1110 0 -1 0 20661 0 1 0 132 14 0 0 18 0 9 0 1996882371 888426496 19996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3729/statm: 216901 19996 2004 9 0 211429 0
[pid=3729/tid=3731] ppid=3727 vsize=867604 CPUtime=1.18
/proc/3729/task/3731/stat : 3731 (java) R 3727 3729 1110 0 -1 64 15765 0 1 0 106 12 0 0 25 0 9 0 1996882372 888426496 19996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3732] ppid=3727 vsize=867604 CPUtime=0.07
/proc/3729/task/3732/stat : 3732 (java) S 3727 3729 1110 0 -1 64 3510 0 0 0 6 1 0 0 16 0 9 0 1996882374 888426496 19996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3733] ppid=3727 vsize=867604 CPUtime=0
/proc/3729/task/3733/stat : 3733 (java) S 3727 3729 1110 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1996882374 888426496 19996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3734] ppid=3727 vsize=867604 CPUtime=0
/proc/3729/task/3734/stat : 3734 (java) S 3727 3729 1110 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996882374 888426496 19996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3735] ppid=3727 vsize=867604 CPUtime=0
/proc/3729/task/3735/stat : 3735 (java) S 3727 3729 1110 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996882376 888426496 19996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3736] ppid=3727 vsize=867604 CPUtime=0.19
/proc/3729/task/3736/stat : 3736 (java) S 3727 3729 1110 0 -1 64 689 0 0 0 19 0 0 0 16 0 9 0 1996882376 888426496 19996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3737] ppid=3727 vsize=867604 CPUtime=0
/proc/3729/task/3737/stat : 3737 (java) S 3727 3729 1110 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996882376 888426496 19996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3738] ppid=3727 vsize=867604 CPUtime=0
/proc/3729/task/3738/stat : 3738 (java) S 3727 3729 1110 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 1996882376 888426496 19996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867604

[startup+3.10189 s]
/proc/loadavg: 1.94 2.01 2.00 3/90 3738
/proc/meminfo: memFree=1595104/2055920 swapFree=4180436/4192956
[pid=3729] ppid=3727 vsize=867924 CPUtime=3.04
/proc/3729/stat : 3729 (java) S 3727 3729 1110 0 -1 0 25863 586 1 0 254 42 7 1 18 0 9 0 1996882371 888754176 20068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3729/statm: 216981 20068 2014 9 0 211509 0
[pid=3729/tid=3731] ppid=3727 vsize=867924 CPUtime=2.69
/proc/3729/task/3731/stat : 3731 (java) R 3727 3729 1110 0 -1 64 20684 586 1 0 222 39 7 1 25 0 9 0 1996882372 888754176 20068 996147200 134512640 134550740 4294955968 18446744073709551615 4127049773 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3732] ppid=3727 vsize=867924 CPUtime=0.15
/proc/3729/task/3732/stat : 3732 (java) S 3727 3729 1110 0 -1 64 3510 586 0 0 6 1 7 1 17 0 9 0 1996882374 888754176 20068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3733] ppid=3727 vsize=867924 CPUtime=0.08
/proc/3729/task/3733/stat : 3733 (java) S 3727 3729 1110 0 -1 64 12 586 0 0 0 0 7 1 16 0 9 0 1996882374 888754176 20068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3734] ppid=3727 vsize=867924 CPUtime=0.08
/proc/3729/task/3734/stat : 3734 (java) S 3727 3729 1110 0 -1 64 5 586 0 0 0 0 7 1 16 0 9 0 1996882374 888754176 20068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3735] ppid=3727 vsize=867924 CPUtime=0.08
/proc/3729/task/3735/stat : 3735 (java) S 3727 3729 1110 0 -1 64 1 586 0 0 0 0 7 1 18 0 9 0 1996882376 888754176 20068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3736] ppid=3727 vsize=867924 CPUtime=0.32
/proc/3729/task/3736/stat : 3736 (java) S 3727 3729 1110 0 -1 64 835 586 0 0 24 0 7 1 15 0 9 0 1996882376 888754176 20068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3737] ppid=3727 vsize=867924 CPUtime=0.08
/proc/3729/task/3737/stat : 3737 (java) S 3727 3729 1110 0 -1 64 2 586 0 0 0 0 7 1 19 0 9 0 1996882376 888754176 20068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3738] ppid=3727 vsize=867924 CPUtime=0.08
/proc/3729/task/3738/stat : 3738 (java) S 3727 3729 1110 0 -1 64 10 586 0 0 0 0 7 1 15 0 9 0 1996882376 888754176 20068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867924

[startup+6.30218 s]
/proc/loadavg: 1.95 2.01 2.00 3/90 3742
/proc/meminfo: memFree=1580896/2055920 swapFree=4180436/4192956
[pid=3729] ppid=3727 vsize=869124 CPUtime=6.21
/proc/3729/stat : 3729 (java) S 3727 3729 1110 0 -1 0 39288 586 1 0 568 45 7 1 18 0 9 0 1996882371 889982976 24128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3729/statm: 217281 24128 2637 9 0 211787 0
[pid=3729/tid=3731] ppid=3727 vsize=869124 CPUtime=5.62
/proc/3729/task/3731/stat : 3731 (java) R 3727 3729 1110 0 -1 64 25685 586 1 0 514 40 7 1 25 0 9 0 1996882372 889982976 24128 996147200 134512640 134550740 4294955968 18446744073709551615 4127183907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3732] ppid=3727 vsize=869124 CPUtime=0.32
/proc/3729/task/3732/stat : 3732 (java) S 3727 3729 1110 0 -1 64 11807 586 0 0 22 2 7 1 16 0 9 0 1996882374 889982976 24128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3729/tid=3733] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3733/stat : 3733 (java) S 3727 3729 1110 0 -1 64 14 586 0 0 0 0 7 1 16 0 9 0 1996882374 889982976 24128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3734] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3734/stat : 3734 (java) S 3727 3729 1110 0 -1 64 8 586 0 0 0 0 7 1 16 0 9 0 1996882374 889982976 24128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3735] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3735/stat : 3735 (java) S 3727 3729 1110 0 -1 64 1 586 0 0 0 0 7 1 18 0 9 0 1996882376 889982976 24128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3736] ppid=3727 vsize=869124 CPUtime=0.38
/proc/3729/task/3736/stat : 3736 (java) S 3727 3729 1110 0 -1 64 925 586 0 0 29 1 7 1 15 0 9 0 1996882376 889982976 24128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3737] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3737/stat : 3737 (java) S 3727 3729 1110 0 -1 64 2 586 0 0 0 0 7 1 19 0 9 0 1996882376 889982976 24128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3738] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3738/stat : 3738 (java) S 3727 3729 1110 0 -1 64 42 586 0 0 0 0 7 1 15 0 9 0 1996882376 889982976 24128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 869124

[startup+12.7018 s]
/proc/loadavg: 1.95 2.01 2.00 3/90 3742
/proc/meminfo: memFree=1554528/2055920 swapFree=4180436/4192956
[pid=3729] ppid=3727 vsize=869124 CPUtime=12.54
/proc/3729/stat : 3729 (java) S 3727 3729 1110 0 -1 0 48556 586 1 0 1197 49 7 1 18 0 9 0 1996882371 889982976 30689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3729/statm: 217281 30689 2637 9 0 211787 0
[pid=3729/tid=3731] ppid=3727 vsize=869124 CPUtime=11.76
/proc/3729/task/3731/stat : 3731 (java) R 3727 3729 1110 0 -1 64 28292 586 1 0 1127 41 7 1 25 0 9 0 1996882372 889982976 30689 996147200 134512640 134550740 4294955968 18446744073709551615 4127043524 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3732] ppid=3727 vsize=869124 CPUtime=0.47
/proc/3729/task/3732/stat : 3732 (java) S 3727 3729 1110 0 -1 64 18386 586 0 0 33 6 7 1 16 0 9 0 1996882374 889982976 30689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3733] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3733/stat : 3733 (java) S 3727 3729 1110 0 -1 64 14 586 0 0 0 0 7 1 16 0 9 0 1996882374 889982976 30689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3734] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3734/stat : 3734 (java) S 3727 3729 1110 0 -1 64 8 586 0 0 0 0 7 1 16 0 9 0 1996882374 889982976 30689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3735] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3735/stat : 3735 (java) S 3727 3729 1110 0 -1 64 1 586 0 0 0 0 7 1 18 0 9 0 1996882376 889982976 30689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3736] ppid=3727 vsize=869124 CPUtime=0.45
/proc/3729/task/3736/stat : 3736 (java) S 3727 3729 1110 0 -1 64 1007 586 0 0 36 1 7 1 15 0 9 0 1996882376 889982976 30689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3737] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3737/stat : 3737 (java) S 3727 3729 1110 0 -1 64 2 586 0 0 0 0 7 1 19 0 9 0 1996882376 889982976 30689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3738] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3738/stat : 3738 (java) S 3727 3729 1110 0 -1 64 42 586 0 0 0 0 7 1 15 0 9 0 1996882376 889982976 30689 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 869124

[startup+25.503 s]
/proc/loadavg: 1.96 2.01 2.00 3/90 3742
/proc/meminfo: memFree=1553824/2055920 swapFree=4180436/4192956
[pid=3729] ppid=3727 vsize=869124 CPUtime=25.22
/proc/3729/stat : 3729 (java) S 3727 3729 1110 0 -1 0 48780 586 1 0 2464 50 7 1 18 0 9 0 1996882371 889982976 30889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3729/statm: 217281 30889 2637 9 0 211787 0
[pid=3729/tid=3731] ppid=3727 vsize=869124 CPUtime=24.32
/proc/3729/task/3731/stat : 3731 (java) R 3727 3729 1110 0 -1 64 28314 586 1 0 2383 41 7 1 25 0 9 0 1996882372 889982976 30889 996147200 134512640 134550740 4294955968 18446744073709551615 4126645912 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3732] ppid=3727 vsize=869124 CPUtime=0.57
/proc/3729/task/3732/stat : 3732 (java) S 3727 3729 1110 0 -1 64 18584 586 0 0 43 6 7 1 16 0 9 0 1996882374 889982976 30889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3733] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3733/stat : 3733 (java) S 3727 3729 1110 0 -1 64 14 586 0 0 0 0 7 1 16 0 9 0 1996882374 889982976 30889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3734] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3734/stat : 3734 (java) S 3727 3729 1110 0 -1 64 8 586 0 0 0 0 7 1 16 0 9 0 1996882374 889982976 30889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3735] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3735/stat : 3735 (java) S 3727 3729 1110 0 -1 64 1 586 0 0 0 0 7 1 18 0 9 0 1996882376 889982976 30889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3736] ppid=3727 vsize=869124 CPUtime=0.45
/proc/3729/task/3736/stat : 3736 (java) S 3727 3729 1110 0 -1 64 1011 586 0 0 36 1 7 1 16 0 9 0 1996882376 889982976 30889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3737] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3737/stat : 3737 (java) S 3727 3729 1110 0 -1 64 2 586 0 0 0 0 7 1 19 0 9 0 1996882376 889982976 30889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3738] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3738/stat : 3738 (java) S 3727 3729 1110 0 -1 64 42 586 0 0 0 0 7 1 15 0 9 0 1996882376 889982976 30889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 869124

[startup+51.1024 s]
/proc/loadavg: 1.97 2.00 2.00 3/90 3742
/proc/meminfo: memFree=1553184/2055920 swapFree=4180436/4192956
[pid=3729] ppid=3727 vsize=869124 CPUtime=50.58
/proc/3729/stat : 3729 (java) S 3727 3729 1110 0 -1 0 48976 586 1 0 5000 50 7 1 18 0 9 0 1996882371 889982976 31043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3729/statm: 217281 31043 2637 9 0 211787 0
[pid=3729/tid=3731] ppid=3727 vsize=869124 CPUtime=49.5
/proc/3729/task/3731/stat : 3731 (java) R 3727 3729 1110 0 -1 64 28356 586 1 0 4901 41 7 1 25 0 9 0 1996882372 889982976 31043 996147200 134512640 134550740 4294955968 18446744073709551615 4126729575 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3732] ppid=3727 vsize=869124 CPUtime=0.75
/proc/3729/task/3732/stat : 3732 (java) S 3727 3729 1110 0 -1 64 18737 586 0 0 61 6 7 1 16 0 9 0 1996882374 889982976 31043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3733] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3733/stat : 3733 (java) S 3727 3729 1110 0 -1 64 14 586 0 0 0 0 7 1 16 0 9 0 1996882374 889982976 31043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3734] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3734/stat : 3734 (java) S 3727 3729 1110 0 -1 64 8 586 0 0 0 0 7 1 16 0 9 0 1996882374 889982976 31043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3735] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3735/stat : 3735 (java) S 3727 3729 1110 0 -1 64 1 586 0 0 0 0 7 1 18 0 9 0 1996882376 889982976 31043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3736] ppid=3727 vsize=869124 CPUtime=0.46
/proc/3729/task/3736/stat : 3736 (java) S 3727 3729 1110 0 -1 64 1012 586 0 0 37 1 7 1 16 0 9 0 1996882376 889982976 31043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3737] ppid=3727 vsize=869124 CPUtime=0.08

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

/proc/3729/task/3734/stat : 3734 (java) S 3727 3729 1110 0 -1 64 8 586 0 0 0 0 7 1 16 0 9 0 1996882374 889982976 32604 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3735] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3735/stat : 3735 (java) S 3727 3729 1110 0 -1 64 1 586 0 0 0 0 7 1 18 0 9 0 1996882376 889982976 32604 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3736] ppid=3727 vsize=869124 CPUtime=0.46
/proc/3729/task/3736/stat : 3736 (java) S 3727 3729 1110 0 -1 64 1015 586 0 0 37 1 7 1 16 0 9 0 1996882376 889982976 32604 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3737] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3737/stat : 3737 (java) S 3727 3729 1110 0 -1 64 2 586 0 0 0 0 7 1 19 0 9 0 1996882376 889982976 32604 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3738] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3738/stat : 3738 (java) S 3727 3729 1110 0 -1 64 42 586 0 0 0 0 7 1 15 0 9 0 1996882376 889982976 32604 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1528.58
Current children cumulated vsize (KiB) 869124

[startup+1602.3 s]
/proc/loadavg: 2.25 2.08 2.02 3/90 4415
/proc/meminfo: memFree=1538408/2055920 swapFree=4180436/4192956
[pid=3729] ppid=3727 vsize=869124 CPUtime=1588.56
/proc/3729/stat : 3729 (java) S 3727 3729 1110 0 -1 0 52994 586 1 0 158748 100 7 1 18 0 9 0 1996882371 889982976 32613 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3729/statm: 217281 32613 2637 9 0 211787 0
[pid=3729/tid=3731] ppid=3727 vsize=869124 CPUtime=1581.84
/proc/3729/task/3731/stat : 3731 (java) R 3727 3729 1110 0 -1 64 30803 586 1 0 158105 71 7 1 25 0 9 0 1996882372 889982976 32613 996147200 134512640 134550740 4294955968 18446744073709551615 4127170109 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3729/tid=3732] ppid=3727 vsize=869124 CPUtime=6.37
/proc/3729/task/3732/stat : 3732 (java) S 3727 3729 1110 0 -1 64 20305 586 0 0 603 26 7 1 16 0 9 0 1996882374 889982976 32613 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3729/tid=3733] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3733/stat : 3733 (java) S 3727 3729 1110 0 -1 64 14 586 0 0 0 0 7 1 16 0 9 0 1996882374 889982976 32613 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3734] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3734/stat : 3734 (java) S 3727 3729 1110 0 -1 64 8 586 0 0 0 0 7 1 16 0 9 0 1996882374 889982976 32613 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3735] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3735/stat : 3735 (java) S 3727 3729 1110 0 -1 64 1 586 0 0 0 0 7 1 18 0 9 0 1996882376 889982976 32613 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3736] ppid=3727 vsize=869124 CPUtime=0.46
/proc/3729/task/3736/stat : 3736 (java) S 3727 3729 1110 0 -1 64 1015 586 0 0 37 1 7 1 16 0 9 0 1996882376 889982976 32613 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3737] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3737/stat : 3737 (java) S 3727 3729 1110 0 -1 64 2 586 0 0 0 0 7 1 19 0 9 0 1996882376 889982976 32613 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3738] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3738/stat : 3738 (java) S 3727 3729 1110 0 -1 64 42 586 0 0 0 0 7 1 15 0 9 0 1996882376 889982976 32613 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.56
Current children cumulated vsize (KiB) 869124

[startup+1662.3 s]
/proc/loadavg: 2.27 2.12 2.03 4/90 4415
/proc/meminfo: memFree=1538344/2055920 swapFree=4180436/4192956
[pid=3729] ppid=3727 vsize=869124 CPUtime=1648.54
/proc/3729/stat : 3729 (java) S 3727 3729 1110 0 -1 0 53110 586 1 0 164744 102 7 1 18 0 9 0 1996882371 889982976 32634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3729/statm: 217281 32634 2637 9 0 211787 0
[pid=3729/tid=3731] ppid=3727 vsize=869124 CPUtime=1641.62
/proc/3729/task/3731/stat : 3731 (java) R 3727 3729 1110 0 -1 64 30898 586 1 0 164083 71 7 1 25 0 9 0 1996882372 889982976 32634 996147200 134512640 134550740 4294955968 18446744073709551615 4127172878 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3729/tid=3732] ppid=3727 vsize=869124 CPUtime=6.56
/proc/3729/task/3732/stat : 3732 (java) S 3727 3729 1110 0 -1 64 20326 586 0 0 621 27 7 1 16 0 9 0 1996882374 889982976 32634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3729/tid=3733] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3733/stat : 3733 (java) S 3727 3729 1110 0 -1 64 14 586 0 0 0 0 7 1 16 0 9 0 1996882374 889982976 32634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3734] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3734/stat : 3734 (java) S 3727 3729 1110 0 -1 64 8 586 0 0 0 0 7 1 16 0 9 0 1996882374 889982976 32634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3735] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3735/stat : 3735 (java) S 3727 3729 1110 0 -1 64 1 586 0 0 0 0 7 1 18 0 9 0 1996882376 889982976 32634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3736] ppid=3727 vsize=869124 CPUtime=0.46
/proc/3729/task/3736/stat : 3736 (java) S 3727 3729 1110 0 -1 64 1015 586 0 0 37 1 7 1 16 0 9 0 1996882376 889982976 32634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3737] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3737/stat : 3737 (java) S 3727 3729 1110 0 -1 64 2 586 0 0 0 0 7 1 19 0 9 0 1996882376 889982976 32634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3738] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3738/stat : 3738 (java) S 3727 3729 1110 0 -1 64 42 586 0 0 0 0 7 1 15 0 9 0 1996882376 889982976 32634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.54
Current children cumulated vsize (KiB) 869124

[startup+1722.3 s]
/proc/loadavg: 2.25 2.13 2.04 3/90 4415
/proc/meminfo: memFree=1538344/2055920 swapFree=4180436/4192956
[pid=3729] ppid=3727 vsize=869124 CPUtime=1708.51
/proc/3729/stat : 3729 (java) S 3727 3729 1110 0 -1 0 53210 586 1 0 170740 103 7 1 18 0 9 0 1996882371 889982976 32634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3729/statm: 217281 32634 2637 9 0 211787 0
[pid=3729/tid=3731] ppid=3727 vsize=869124 CPUtime=1701.42
/proc/3729/task/3731/stat : 3731 (java) R 3727 3729 1110 0 -1 64 30998 586 1 0 170062 72 7 1 25 0 9 0 1996882372 889982976 32634 996147200 134512640 134550740 4294955968 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3729/tid=3732] ppid=3727 vsize=869124 CPUtime=6.75
/proc/3729/task/3732/stat : 3732 (java) S 3727 3729 1110 0 -1 64 20326 586 0 0 639 28 7 1 16 0 9 0 1996882374 889982976 32634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3729/tid=3733] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3733/stat : 3733 (java) S 3727 3729 1110 0 -1 64 14 586 0 0 0 0 7 1 16 0 9 0 1996882374 889982976 32634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3734] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3734/stat : 3734 (java) S 3727 3729 1110 0 -1 64 8 586 0 0 0 0 7 1 16 0 9 0 1996882374 889982976 32634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3735] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3735/stat : 3735 (java) S 3727 3729 1110 0 -1 64 1 586 0 0 0 0 7 1 18 0 9 0 1996882376 889982976 32634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3736] ppid=3727 vsize=869124 CPUtime=0.46
/proc/3729/task/3736/stat : 3736 (java) S 3727 3729 1110 0 -1 64 1015 586 0 0 37 1 7 1 16 0 9 0 1996882376 889982976 32634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3737] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3737/stat : 3737 (java) S 3727 3729 1110 0 -1 64 2 586 0 0 0 0 7 1 19 0 9 0 1996882376 889982976 32634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3738] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3738/stat : 3738 (java) S 3727 3729 1110 0 -1 64 42 586 0 0 0 0 7 1 15 0 9 0 1996882376 889982976 32634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.51
Current children cumulated vsize (KiB) 869124

[startup+1782.3 s]
/proc/loadavg: 2.15 2.12 2.04 3/90 4415
/proc/meminfo: memFree=1537704/2055920 swapFree=4180436/4192956
[pid=3729] ppid=3727 vsize=869124 CPUtime=1768.49
/proc/3729/stat : 3729 (java) S 3727 3729 1110 0 -1 0 53475 586 1 0 176737 104 7 1 18 0 9 0 1996882371 889982976 32790 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3729/statm: 217281 32790 2637 9 0 211787 0
[pid=3729/tid=3731] ppid=3727 vsize=869124 CPUtime=1761.14
/proc/3729/task/3731/stat : 3731 (java) R 3727 3729 1110 0 -1 64 31107 586 1 0 176034 72 7 1 25 0 9 0 1996882372 889982976 32790 996147200 134512640 134550740 4294955968 18446744073709551615 4127189122 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3729/tid=3732] ppid=3727 vsize=869124 CPUtime=7
/proc/3729/task/3732/stat : 3732 (java) S 3727 3729 1110 0 -1 64 20482 586 0 0 663 29 7 1 16 0 9 0 1996882374 889982976 32790 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3729/tid=3733] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3733/stat : 3733 (java) S 3727 3729 1110 0 -1 64 14 586 0 0 0 0 7 1 16 0 9 0 1996882374 889982976 32790 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3734] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3734/stat : 3734 (java) S 3727 3729 1110 0 -1 64 8 586 0 0 0 0 7 1 16 0 9 0 1996882374 889982976 32790 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3735] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3735/stat : 3735 (java) S 3727 3729 1110 0 -1 64 1 586 0 0 0 0 7 1 18 0 9 0 1996882376 889982976 32790 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3736] ppid=3727 vsize=869124 CPUtime=0.46
/proc/3729/task/3736/stat : 3736 (java) S 3727 3729 1110 0 -1 64 1015 586 0 0 37 1 7 1 16 0 9 0 1996882376 889982976 32790 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3737] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3737/stat : 3737 (java) S 3727 3729 1110 0 -1 64 2 586 0 0 0 0 7 1 19 0 9 0 1996882376 889982976 32790 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3738] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3738/stat : 3738 (java) S 3727 3729 1110 0 -1 64 42 586 0 0 0 0 7 1 15 0 9 0 1996882376 889982976 32790 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.49
Current children cumulated vsize (KiB) 869124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.91 s]
/proc/loadavg: 2.09 2.10 2.03 3/90 4415
/proc/meminfo: memFree=1537584/2055920 swapFree=4180436/4192956
[pid=3729] ppid=3727 vsize=869124 CPUtime=1800.08
/proc/3729/stat : 3729 (java) S 3727 3729 1110 0 -1 0 53562 586 1 0 179895 105 7 1 18 0 9 0 1996882371 889982976 32820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3729/statm: 217281 32820 2637 9 0 211787 0
[pid=3729/tid=3731] ppid=3727 vsize=869124 CPUtime=1792.62
/proc/3729/task/3731/stat : 3731 (java) R 3727 3729 1110 0 -1 64 31164 586 1 0 179182 72 7 1 25 0 9 0 1996882372 889982976 32820 996147200 134512640 134550740 4294955968 18446744073709551615 4127156196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3729/tid=3732] ppid=3727 vsize=869124 CPUtime=7.11
/proc/3729/task/3732/stat : 3732 (java) S 3727 3729 1110 0 -1 64 20512 586 0 0 674 29 7 1 16 0 9 0 1996882374 889982976 32820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3729/tid=3733] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3733/stat : 3733 (java) S 3727 3729 1110 0 -1 64 14 586 0 0 0 0 7 1 16 0 9 0 1996882374 889982976 32820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3734] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3734/stat : 3734 (java) S 3727 3729 1110 0 -1 64 8 586 0 0 0 0 7 1 16 0 9 0 1996882374 889982976 32820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3735] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3735/stat : 3735 (java) S 3727 3729 1110 0 -1 64 1 586 0 0 0 0 7 1 18 0 9 0 1996882376 889982976 32820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3736] ppid=3727 vsize=869124 CPUtime=0.46
/proc/3729/task/3736/stat : 3736 (java) S 3727 3729 1110 0 -1 64 1015 586 0 0 37 1 7 1 16 0 9 0 1996882376 889982976 32820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3737] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3737/stat : 3737 (java) S 3727 3729 1110 0 -1 64 2 586 0 0 0 0 7 1 19 0 9 0 1996882376 889982976 32820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3738] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3738/stat : 3738 (java) S 3727 3729 1110 0 -1 64 42 586 0 0 0 0 7 1 15 0 9 0 1996882376 889982976 32820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 869124

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

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

[startup+1813.91 s]
/proc/loadavg: 2.09 2.10 2.03 3/90 4415
/proc/meminfo: memFree=1537584/2055920 swapFree=4180436/4192956
[pid=3729] ppid=3727 vsize=869124 CPUtime=1800.08
/proc/3729/stat : 3729 (java) S 3727 3729 1110 0 -1 0 53562 586 1 0 179895 105 7 1 18 0 9 0 1996882371 889982976 32820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3729/statm: 217281 32820 2637 9 0 211787 0
[pid=3729/tid=3731] ppid=3727 vsize=869124 CPUtime=1792.62
/proc/3729/task/3731/stat : 3731 (java) R 3727 3729 1110 0 -1 64 31164 586 1 0 179182 72 7 1 25 0 9 0 1996882372 889982976 32820 996147200 134512640 134550740 4294955968 18446744073709551615 4127156196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3729/tid=3732] ppid=3727 vsize=869124 CPUtime=7.11
/proc/3729/task/3732/stat : 3732 (java) S 3727 3729 1110 0 -1 64 20512 586 0 0 674 29 7 1 16 0 9 0 1996882374 889982976 32820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3729/tid=3733] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3733/stat : 3733 (java) S 3727 3729 1110 0 -1 64 14 586 0 0 0 0 7 1 16 0 9 0 1996882374 889982976 32820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3734] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3734/stat : 3734 (java) S 3727 3729 1110 0 -1 64 8 586 0 0 0 0 7 1 16 0 9 0 1996882374 889982976 32820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3735] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3735/stat : 3735 (java) S 3727 3729 1110 0 -1 64 1 586 0 0 0 0 7 1 18 0 9 0 1996882376 889982976 32820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3736] ppid=3727 vsize=869124 CPUtime=0.46
/proc/3729/task/3736/stat : 3736 (java) S 3727 3729 1110 0 -1 64 1015 586 0 0 37 1 7 1 16 0 9 0 1996882376 889982976 32820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3737] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3737/stat : 3737 (java) S 3727 3729 1110 0 -1 64 2 586 0 0 0 0 7 1 19 0 9 0 1996882376 889982976 32820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3729/tid=3738] ppid=3727 vsize=869124 CPUtime=0.08
/proc/3729/task/3738/stat : 3738 (java) S 3727 3729 1110 0 -1 64 42 586 0 0 0 0 7 1 15 0 9 0 1996882376 889982976 32820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 869124

Child status: 143
Real time (s): 1813.99
CPU time (s): 1800.19
CPU user time (s): 1799.1
CPU system time (s): 1.08983
CPU usage (%): 99.2391
Max. virtual memory (cumulated for all children) (KiB): 869124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.08983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54180
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= 56553
involuntary context switches= 59296

runsolver used 2.46762 second user time and 5.96009 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-04 15:45:02
IDJOB=1074628
IDBENCH=56424
IDSOLVER=363
FILE ID=node48/1074628-1215179102
PBS_JOBID= 7881449
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-95-2.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-1074628-1215179102/watcher-1074628-1215179102 -o /tmp/evaluation-result-1074628-1215179102/solver-1074628-1215179102 -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-1074628-1215179102.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cf2755c41c9629ae5bc712eeb2cf6ab2
RANDOM SEED=971547239

node48.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.231
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.231
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:       1668168 kB
Buffers:         35864 kB
Cached:         116208 kB
SwapCached:       6436 kB
Active:         284292 kB
Inactive:        49812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668168 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            3056 kB
Writeback:           0 kB
Mapped:         198112 kB
Slab:            38340 kB
Committed_AS:  4456704 kB
PageTables:       2132 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node48 at 2008-07-04 16:15:18