Trace number 1070594

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.1 1803.17

General information on the benchmark

Namecsp/pseudoGLB/
normalized-t3002-11tsp11-1900548667.xml
MD5SUM846ad545923b28f256a1d37e126b7907
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark80.2128
Satisfiable
(Un)Satisfiability was proved
Number of variables231
Number of constraints2707
Maximum constraint arity110
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(2707)

Solver Data (download as text)

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=mac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1070594-1215165995.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.38	     nbVariables=231  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=462
0.28/0.38	       =>  wckTime=0.129  cpuTime=0.1  mem=7M853
0.28/0.38	   
0.28/0.38	   constraints being loaded...
0.87/0.94	     nbConstraints=2708  nbGlobalConstraints=2708  nbSharedBinaryRepresentations=0  minDegree=23  maxDegree=49
0.87/0.95	     minArity=2  avgArity=3.12  maxArity=121  nbGenerators=1  nbFusions=0  symmetryWckTime=0.29  symmetryCpuTime=0.11
0.87/0.95	       =>  wckTime=0.697  cpuTime=0.4  mem=21M885
0.96/1.03	   
0.96/1.03	   solver IterativeSystematicSolver being built... 
0.96/1.10	   
1.07/1.11	   INFO : Forward propagation technique limited 
1.07/1.18	       =>  wckTime=0.933  cpuTime=0.53  mem=22M242
1.16/1.20	   
1.16/1.20	   preprocessing
1.16/1.20	     nbConstraintChecks=0  nbPropagations=231  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.16/1.20	     detectedInconsistency=no
1.16/1.20	       =>  wckTime=0.018  cpuTime=0.0  mem=22M242
1.25/1.33	   
1.25/1.33	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M267)

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 25475
/proc/meminfo: memFree=1783216/2055920 swapFree=4179776/4192956
[pid=25475] ppid=25473 vsize=272 CPUtime=0
/proc/25475/stat : 25475 (java) D 25473 25475 22124 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 1995571988 278528 37 996147200 134512640 134550740 4294955984 18446744073709551615 1979172 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/25475/statm: 68 37 28 9 0 6 0

[startup+0.094591 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 25475
/proc/meminfo: memFree=1783216/2055920 swapFree=4179776/4192956
[pid=25475] ppid=25473 vsize=865856 CPUtime=0.06
/proc/25475/stat : 25475 (java) S 25473 25475 22124 0 -1 0 3570 0 1 0 5 1 0 0 18 0 9 0 1995571988 886636544 3059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25475/statm: 216464 3059 1637 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101647 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 25475
/proc/meminfo: memFree=1783216/2055920 swapFree=4179776/4192956
[pid=25475] ppid=25473 vsize=865884 CPUtime=0.08
/proc/25475/stat : 25475 (java) S 25473 25475 22124 0 -1 0 3666 0 1 0 6 2 0 0 18 0 9 0 1995571988 886665216 3141 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25475/statm: 216471 3141 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301668 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 25475
/proc/meminfo: memFree=1783216/2055920 swapFree=4179776/4192956
[pid=25475] ppid=25473 vsize=866284 CPUtime=0.28
/proc/25475/stat : 25475 (java) S 25473 25475 22124 0 -1 0 5890 0 1 0 25 3 0 0 18 0 9 0 1995571988 887074816 5264 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25475/statm: 216571 5264 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701707 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 25475
/proc/meminfo: memFree=1783216/2055920 swapFree=4179776/4192956
[pid=25475] ppid=25473 vsize=867596 CPUtime=0.68
/proc/25475/stat : 25475 (java) S 25473 25475 22124 0 -1 0 9002 0 1 0 63 5 0 0 18 0 9 0 1995571988 888418304 8363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25475/statm: 216899 8364 1987 9 0 211427 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867596

[startup+1.50278 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 25488
/proc/meminfo: memFree=1752400/2055920 swapFree=4179776/4192956
[pid=25475] ppid=25473 vsize=868008 CPUtime=1.46
/proc/25475/stat : 25475 (java) S 25473 25475 22124 0 -1 0 18186 389 1 0 124 9 13 0 18 0 10 0 1995571988 888840192 11406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25475/statm: 217002 11406 2633 9 0 211508 0
[pid=25488] ppid=25475 vsize=44 CPUtime=0
/proc/25488/stat : 25488 (rm) R 25475 25475 22124 0 -1 4194304 22 0 0 0 0 0 0 0 19 0 1 0 1995572077 45056 2 996147200 0 0 548682069485 18446744073709551615 4294960144 0 4 0 0 0 0 0 17 1 0 0
/proc/25488/statm: 11 2 0 0 0 1 0
[pid=25475/tid=25477] ppid=25473 vsize=868008 CPUtime=1.07
/proc/25475/task/25477/stat : 25477 (java) R 25473 25475 22124 0 -1 64 12613 389 1 0 89 5 13 0 18 0 10 0 1995571989 888840192 11406 996147200 134512640 134550740 4294955984 18446744073709551615 4126997507 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25478] ppid=25473 vsize=868008 CPUtime=0.19
/proc/25475/task/25478/stat : 25478 (java) S 25473 25475 22124 0 -1 64 3842 389 0 0 5 1 13 0 17 0 10 0 1995571991 888840192 11406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25479] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25479/stat : 25479 (java) S 25473 25475 22124 0 -1 64 15 389 0 0 0 0 13 0 16 0 10 0 1995571991 888840192 11406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25480] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25480/stat : 25480 (java) S 25473 25475 22124 0 -1 64 8 389 0 0 0 0 13 0 16 0 10 0 1995571991 888840192 11406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25481] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25481/stat : 25481 (java) S 25473 25475 22124 0 -1 64 0 389 0 0 0 0 13 0 18 0 10 0 1995571993 888840192 11406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25482] ppid=25473 vsize=868008 CPUtime=0.42
/proc/25475/task/25482/stat : 25482 (java) S 25473 25475 22124 0 -1 64 895 389 0 0 28 1 13 0 15 0 10 0 1995571993 888840192 11406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25483] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25483/stat : 25483 (java) S 25473 25475 22124 0 -1 64 2 389 0 0 0 0 13 0 19 0 10 0 1995571993 888840192 11406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25484] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25484/stat : 25484 (java) S 25473 25475 22124 0 -1 64 11 389 0 0 0 0 13 0 15 0 10 0 1995571993 888840192 11406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25487] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25487/stat : 25487 (java) S 25473 25475 22124 0 -1 64 45 389 0 0 0 0 13 0 17 0 10 0 1995572077 888840192 11406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868052

[startup+3.10291 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 25488
/proc/meminfo: memFree=1747480/2055920 swapFree=4179776/4192956
[pid=25475] ppid=25473 vsize=868008 CPUtime=3.05
/proc/25475/stat : 25475 (java) S 25473 25475 22124 0 -1 0 18198 512 1 0 283 9 13 0 18 0 9 0 1995571988 888840192 11412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25475/statm: 217002 11412 2633 9 0 211508 0
[pid=25475/tid=25477] ppid=25473 vsize=868008 CPUtime=2.65
/proc/25475/task/25477/stat : 25477 (java) R 25473 25475 22124 0 -1 64 12614 512 1 0 246 6 13 0 25 0 9 0 1995571989 888840192 11412 996147200 134512640 134550740 4294955984 18446744073709551615 4127031466 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25478] ppid=25473 vsize=868008 CPUtime=0.19
/proc/25475/task/25478/stat : 25478 (java) S 25473 25475 22124 0 -1 64 3842 512 0 0 5 1 13 0 17 0 9 0 1995571991 888840192 11412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25479] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25479/stat : 25479 (java) S 25473 25475 22124 0 -1 64 15 512 0 0 0 0 13 0 16 0 9 0 1995571991 888840192 11412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25480] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25480/stat : 25480 (java) S 25473 25475 22124 0 -1 64 8 512 0 0 0 0 13 0 16 0 9 0 1995571991 888840192 11412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25481] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25481/stat : 25481 (java) S 25473 25475 22124 0 -1 64 0 512 0 0 0 0 13 0 18 0 9 0 1995571993 888840192 11412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25482] ppid=25473 vsize=868008 CPUtime=0.44
/proc/25475/task/25482/stat : 25482 (java) S 25473 25475 22124 0 -1 64 903 512 0 0 30 1 13 0 15 0 9 0 1995571993 888840192 11412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25483] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25483/stat : 25483 (java) S 25473 25475 22124 0 -1 64 2 512 0 0 0 0 13 0 19 0 9 0 1995571993 888840192 11412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25484] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25484/stat : 25484 (java) S 25473 25475 22124 0 -1 64 11 512 0 0 0 0 13 0 15 0 9 0 1995571993 888840192 11412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868008

[startup+6.3012 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 25488
/proc/meminfo: memFree=1747480/2055920 swapFree=4179776/4192956
[pid=25475] ppid=25473 vsize=868008 CPUtime=6.22
/proc/25475/stat : 25475 (java) S 25473 25475 22124 0 -1 0 18229 512 1 0 600 9 13 0 18 0 9 0 1995571988 888840192 11412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25475/statm: 217002 11412 2633 9 0 211508 0
[pid=25475/tid=25477] ppid=25473 vsize=868008 CPUtime=5.82
/proc/25475/task/25477/stat : 25477 (java) R 25473 25475 22124 0 -1 64 12616 512 1 0 563 6 13 0 25 0 9 0 1995571989 888840192 11412 996147200 134512640 134550740 4294955984 18446744073709551615 4127013843 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25478] ppid=25473 vsize=868008 CPUtime=0.19
/proc/25475/task/25478/stat : 25478 (java) S 25473 25475 22124 0 -1 64 3842 512 0 0 5 1 13 0 16 0 9 0 1995571991 888840192 11412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25479] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25479/stat : 25479 (java) S 25473 25475 22124 0 -1 64 15 512 0 0 0 0 13 0 16 0 9 0 1995571991 888840192 11412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25480] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25480/stat : 25480 (java) S 25473 25475 22124 0 -1 64 8 512 0 0 0 0 13 0 16 0 9 0 1995571991 888840192 11412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25481] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25481/stat : 25481 (java) S 25473 25475 22124 0 -1 64 0 512 0 0 0 0 13 0 18 0 9 0 1995571993 888840192 11412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25482] ppid=25473 vsize=868008 CPUtime=0.44
/proc/25475/task/25482/stat : 25482 (java) S 25473 25475 22124 0 -1 64 903 512 0 0 30 1 13 0 15 0 9 0 1995571993 888840192 11412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25483] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25483/stat : 25483 (java) S 25473 25475 22124 0 -1 64 2 512 0 0 0 0 13 0 19 0 9 0 1995571993 888840192 11412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25484] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25484/stat : 25484 (java) S 25473 25475 22124 0 -1 64 40 512 0 0 0 0 13 0 15 0 9 0 1995571993 888840192 11412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868008

[startup+12.7028 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 25488
/proc/meminfo: memFree=1747296/2055920 swapFree=4179776/4192956
[pid=25475] ppid=25473 vsize=868008 CPUtime=12.56
/proc/25475/stat : 25475 (java) S 25473 25475 22124 0 -1 0 18230 512 1 0 1234 9 13 0 18 0 9 0 1995571988 888840192 11413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25475/statm: 217002 11413 2633 9 0 211508 0
[pid=25475/tid=25477] ppid=25473 vsize=868008 CPUtime=12.17
/proc/25475/task/25477/stat : 25477 (java) R 25473 25475 22124 0 -1 64 12616 512 1 0 1198 6 13 0 25 0 9 0 1995571989 888840192 11413 996147200 134512640 134550740 4294955984 18446744073709551615 4127013851 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25478] ppid=25473 vsize=868008 CPUtime=0.19
/proc/25475/task/25478/stat : 25478 (java) S 25473 25475 22124 0 -1 64 3842 512 0 0 5 1 13 0 16 0 9 0 1995571991 888840192 11413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25479] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25479/stat : 25479 (java) S 25473 25475 22124 0 -1 64 15 512 0 0 0 0 13 0 16 0 9 0 1995571991 888840192 11413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25480] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25480/stat : 25480 (java) S 25473 25475 22124 0 -1 64 8 512 0 0 0 0 13 0 16 0 9 0 1995571991 888840192 11413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25481] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25481/stat : 25481 (java) S 25473 25475 22124 0 -1 64 0 512 0 0 0 0 13 0 18 0 9 0 1995571993 888840192 11413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25482] ppid=25473 vsize=868008 CPUtime=0.44
/proc/25475/task/25482/stat : 25482 (java) S 25473 25475 22124 0 -1 64 904 512 0 0 30 1 13 0 15 0 9 0 1995571993 888840192 11413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25483] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25483/stat : 25483 (java) S 25473 25475 22124 0 -1 64 2 512 0 0 0 0 13 0 19 0 9 0 1995571993 888840192 11413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25484] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25484/stat : 25484 (java) S 25473 25475 22124 0 -1 64 40 512 0 0 0 0 13 0 15 0 9 0 1995571993 888840192 11413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868008

[startup+25.5019 s]
/proc/loadavg: 1.95 1.98 1.99 3/81 25488
/proc/meminfo: memFree=1747232/2055920 swapFree=4179776/4192956
[pid=25475] ppid=25473 vsize=868008 CPUtime=25.25
/proc/25475/stat : 25475 (java) S 25473 25475 22124 0 -1 0 18230 512 1 0 2503 9 13 0 18 0 9 0 1995571988 888840192 11413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25475/statm: 217002 11413 2633 9 0 211508 0
[pid=25475/tid=25477] ppid=25473 vsize=868008 CPUtime=24.85
/proc/25475/task/25477/stat : 25477 (java) R 25473 25475 22124 0 -1 64 12616 512 1 0 2466 6 13 0 25 0 9 0 1995571989 888840192 11413 996147200 134512640 134550740 4294955984 18446744073709551615 4127052103 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25478] ppid=25473 vsize=868008 CPUtime=0.19
/proc/25475/task/25478/stat : 25478 (java) S 25473 25475 22124 0 -1 64 3842 512 0 0 5 1 13 0 16 0 9 0 1995571991 888840192 11413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25479] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25479/stat : 25479 (java) S 25473 25475 22124 0 -1 64 15 512 0 0 0 0 13 0 16 0 9 0 1995571991 888840192 11413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25480] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25480/stat : 25480 (java) S 25473 25475 22124 0 -1 64 8 512 0 0 0 0 13 0 16 0 9 0 1995571991 888840192 11413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25481] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25481/stat : 25481 (java) S 25473 25475 22124 0 -1 64 0 512 0 0 0 0 13 0 18 0 9 0 1995571993 888840192 11413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25482] ppid=25473 vsize=868008 CPUtime=0.44
/proc/25475/task/25482/stat : 25482 (java) S 25473 25475 22124 0 -1 64 904 512 0 0 30 1 13 0 15 0 9 0 1995571993 888840192 11413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25483] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25483/stat : 25483 (java) S 25473 25475 22124 0 -1 64 2 512 0 0 0 0 13 0 19 0 9 0 1995571993 888840192 11413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25484] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25484/stat : 25484 (java) S 25473 25475 22124 0 -1 64 40 512 0 0 0 0 13 0 15 0 9 0 1995571993 888840192 11413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 868008

[startup+51.1012 s]
/proc/loadavg: 1.96 1.98 1.99 3/81 25488
/proc/meminfo: memFree=1747296/2055920 swapFree=4179776/4192956
[pid=25475] ppid=25473 vsize=868008 CPUtime=50.63
/proc/25475/stat : 25475 (java) S 25473 25475 22124 0 -1 0 18230 512 1 0 5041 9 13 0 18 0 9 0 1995571988 888840192 11413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25475/statm: 217002 11413 2633 9 0 211508 0
[pid=25475/tid=25477] ppid=25473 vsize=868008 CPUtime=50.24
/proc/25475/task/25477/stat : 25477 (java) R 25473 25475 22124 0 -1 64 12616 512 1 0 5005 6 13 0 25 0 9 0 1995571989 888840192 11413 996147200 134512640 134550740 4294955984 18446744073709551615 4127093074 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25478] ppid=25473 vsize=868008 CPUtime=0.19
/proc/25475/task/25478/stat : 25478 (java) S 25473 25475 22124 0 -1 64 3842 512 0 0 5 1 13 0 16 0 9 0 1995571991 888840192 11413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25479] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25479/stat : 25479 (java) S 25473 25475 22124 0 -1 64 15 512 0 0 0 0 13 0 16 0 9 0 1995571991 888840192 11413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25480] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25480/stat : 25480 (java) S 25473 25475 22124 0 -1 64 8 512 0 0 0 0 13 0 16 0 9 0 1995571991 888840192 11413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/25475/task/25480/stat : 25480 (java) S 25473 25475 22124 0 -1 64 8 512 0 0 0 0 13 0 16 0 9 0 1995571991 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25481] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25481/stat : 25481 (java) S 25473 25475 22124 0 -1 64 0 512 0 0 0 0 13 0 18 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25482] ppid=25473 vsize=868008 CPUtime=0.44
/proc/25475/task/25482/stat : 25482 (java) S 25473 25475 22124 0 -1 64 920 512 0 0 30 1 13 0 16 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25483] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25483/stat : 25483 (java) S 25473 25475 22124 0 -1 64 2 512 0 0 0 0 13 0 19 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25484] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25484/stat : 25484 (java) S 25473 25475 22124 0 -1 64 40 512 0 0 0 0 13 0 15 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1539.3
Current children cumulated vsize (KiB) 868008

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 25539
/proc/meminfo: memFree=1380944/2055920 swapFree=4179776/4192956
[pid=25475] ppid=25473 vsize=868008 CPUtime=1599.28
/proc/25475/stat : 25475 (java) S 25473 25475 22124 0 -1 0 18249 512 1 0 159902 13 13 0 18 0 9 0 1995571988 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25475/statm: 217002 11416 2634 9 0 211508 0
[pid=25475/tid=25477] ppid=25473 vsize=868008 CPUtime=1598.88
/proc/25475/task/25477/stat : 25477 (java) R 25473 25475 22124 0 -1 64 12619 512 1 0 159865 10 13 0 25 0 9 0 1995571989 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4127013851 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25478] ppid=25473 vsize=868008 CPUtime=0.19
/proc/25475/task/25478/stat : 25478 (java) S 25473 25475 22124 0 -1 64 3842 512 0 0 5 1 13 0 16 0 9 0 1995571991 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25479] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25479/stat : 25479 (java) S 25473 25475 22124 0 -1 64 15 512 0 0 0 0 13 0 16 0 9 0 1995571991 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25480] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25480/stat : 25480 (java) S 25473 25475 22124 0 -1 64 8 512 0 0 0 0 13 0 16 0 9 0 1995571991 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25481] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25481/stat : 25481 (java) S 25473 25475 22124 0 -1 64 0 512 0 0 0 0 13 0 18 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25482] ppid=25473 vsize=868008 CPUtime=0.44
/proc/25475/task/25482/stat : 25482 (java) S 25473 25475 22124 0 -1 64 920 512 0 0 30 1 13 0 16 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25483] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25483/stat : 25483 (java) S 25473 25475 22124 0 -1 64 2 512 0 0 0 0 13 0 19 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25484] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25484/stat : 25484 (java) S 25473 25475 22124 0 -1 64 40 512 0 0 0 0 13 0 15 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.28
Current children cumulated vsize (KiB) 868008

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 25539
/proc/meminfo: memFree=1366480/2055920 swapFree=4179776/4192956
[pid=25475] ppid=25473 vsize=868008 CPUtime=1659.25
/proc/25475/stat : 25475 (java) S 25473 25475 22124 0 -1 0 18249 512 1 0 165899 13 13 0 18 0 9 0 1995571988 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25475/statm: 217002 11416 2634 9 0 211508 0
[pid=25475/tid=25477] ppid=25473 vsize=868008 CPUtime=1658.85
/proc/25475/task/25477/stat : 25477 (java) R 25473 25475 22124 0 -1 64 12619 512 1 0 165862 10 13 0 25 0 9 0 1995571989 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4127067436 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25478] ppid=25473 vsize=868008 CPUtime=0.19
/proc/25475/task/25478/stat : 25478 (java) S 25473 25475 22124 0 -1 64 3842 512 0 0 5 1 13 0 16 0 9 0 1995571991 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25479] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25479/stat : 25479 (java) S 25473 25475 22124 0 -1 64 15 512 0 0 0 0 13 0 16 0 9 0 1995571991 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25480] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25480/stat : 25480 (java) S 25473 25475 22124 0 -1 64 8 512 0 0 0 0 13 0 16 0 9 0 1995571991 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25481] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25481/stat : 25481 (java) S 25473 25475 22124 0 -1 64 0 512 0 0 0 0 13 0 18 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25482] ppid=25473 vsize=868008 CPUtime=0.44
/proc/25475/task/25482/stat : 25482 (java) S 25473 25475 22124 0 -1 64 920 512 0 0 30 1 13 0 16 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25483] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25483/stat : 25483 (java) S 25473 25475 22124 0 -1 64 2 512 0 0 0 0 13 0 19 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25484] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25484/stat : 25484 (java) S 25473 25475 22124 0 -1 64 40 512 0 0 0 0 13 0 15 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.25
Current children cumulated vsize (KiB) 868008

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 25541
/proc/meminfo: memFree=1353936/2055920 swapFree=4179776/4192956
[pid=25475] ppid=25473 vsize=868008 CPUtime=1719.23
/proc/25475/stat : 25475 (java) S 25473 25475 22124 0 -1 0 18249 512 1 0 171897 13 13 0 18 0 9 0 1995571988 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25475/statm: 217002 11416 2634 9 0 211508 0
[pid=25475/tid=25477] ppid=25473 vsize=868008 CPUtime=1718.83
/proc/25475/task/25477/stat : 25477 (java) R 25473 25475 22124 0 -1 64 12619 512 1 0 171860 10 13 0 25 0 9 0 1995571989 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4127083954 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25478] ppid=25473 vsize=868008 CPUtime=0.19
/proc/25475/task/25478/stat : 25478 (java) S 25473 25475 22124 0 -1 64 3842 512 0 0 5 1 13 0 16 0 9 0 1995571991 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25479] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25479/stat : 25479 (java) S 25473 25475 22124 0 -1 64 15 512 0 0 0 0 13 0 16 0 9 0 1995571991 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25480] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25480/stat : 25480 (java) S 25473 25475 22124 0 -1 64 8 512 0 0 0 0 13 0 16 0 9 0 1995571991 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25481] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25481/stat : 25481 (java) S 25473 25475 22124 0 -1 64 0 512 0 0 0 0 13 0 18 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25482] ppid=25473 vsize=868008 CPUtime=0.44
/proc/25475/task/25482/stat : 25482 (java) S 25473 25475 22124 0 -1 64 920 512 0 0 30 1 13 0 16 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25483] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25483/stat : 25483 (java) S 25473 25475 22124 0 -1 64 2 512 0 0 0 0 13 0 19 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25484] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25484/stat : 25484 (java) S 25473 25475 22124 0 -1 64 40 512 0 0 0 0 13 0 15 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.23
Current children cumulated vsize (KiB) 868008

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 25541
/proc/meminfo: memFree=1340816/2055920 swapFree=4179776/4192956
[pid=25475] ppid=25473 vsize=868008 CPUtime=1779.21
/proc/25475/stat : 25475 (java) S 25473 25475 22124 0 -1 0 18249 512 1 0 177895 13 13 0 18 0 9 0 1995571988 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25475/statm: 217002 11416 2634 9 0 211508 0
[pid=25475/tid=25477] ppid=25473 vsize=868008 CPUtime=1778.81
/proc/25475/task/25477/stat : 25477 (java) R 25473 25475 22124 0 -1 64 12619 512 1 0 177858 10 13 0 25 0 9 0 1995571989 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4127076268 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25478] ppid=25473 vsize=868008 CPUtime=0.19
/proc/25475/task/25478/stat : 25478 (java) S 25473 25475 22124 0 -1 64 3842 512 0 0 5 1 13 0 16 0 9 0 1995571991 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25479] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25479/stat : 25479 (java) S 25473 25475 22124 0 -1 64 15 512 0 0 0 0 13 0 16 0 9 0 1995571991 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25480] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25480/stat : 25480 (java) S 25473 25475 22124 0 -1 64 8 512 0 0 0 0 13 0 16 0 9 0 1995571991 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25481] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25481/stat : 25481 (java) S 25473 25475 22124 0 -1 64 0 512 0 0 0 0 13 0 18 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25482] ppid=25473 vsize=868008 CPUtime=0.44
/proc/25475/task/25482/stat : 25482 (java) S 25473 25475 22124 0 -1 64 920 512 0 0 30 1 13 0 16 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25483] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25483/stat : 25483 (java) S 25473 25475 22124 0 -1 64 2 512 0 0 0 0 13 0 19 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25484] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25484/stat : 25484 (java) S 25473 25475 22124 0 -1 64 40 512 0 0 0 0 13 0 15 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.21
Current children cumulated vsize (KiB) 868008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 25541
/proc/meminfo: memFree=1335120/2055920 swapFree=4179776/4192956
[pid=25475] ppid=25473 vsize=868008 CPUtime=1800.02
/proc/25475/stat : 25475 (java) S 25473 25475 22124 0 -1 0 18250 512 1 0 179975 14 13 0 18 0 9 0 1995571988 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25475/statm: 217002 11416 2634 9 0 211508 0
[pid=25475/tid=25477] ppid=25473 vsize=868008 CPUtime=1799.61
/proc/25475/task/25477/stat : 25477 (java) R 25473 25475 22124 0 -1 64 12619 512 1 0 179938 10 13 0 25 0 9 0 1995571989 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4127067436 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25478] ppid=25473 vsize=868008 CPUtime=0.19
/proc/25475/task/25478/stat : 25478 (java) S 25473 25475 22124 0 -1 64 3842 512 0 0 5 1 13 0 16 0 9 0 1995571991 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25479] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25479/stat : 25479 (java) S 25473 25475 22124 0 -1 64 15 512 0 0 0 0 13 0 16 0 9 0 1995571991 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25480] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25480/stat : 25480 (java) S 25473 25475 22124 0 -1 64 8 512 0 0 0 0 13 0 16 0 9 0 1995571991 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25481] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25481/stat : 25481 (java) S 25473 25475 22124 0 -1 64 0 512 0 0 0 0 13 0 18 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25482] ppid=25473 vsize=868008 CPUtime=0.44
/proc/25475/task/25482/stat : 25482 (java) S 25473 25475 22124 0 -1 64 921 512 0 0 30 1 13 0 16 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25483] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25483/stat : 25483 (java) S 25473 25475 22124 0 -1 64 2 512 0 0 0 0 13 0 19 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25484] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25484/stat : 25484 (java) R 25473 25475 22124 0 -1 64 40 512 0 0 0 0 13 0 15 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868008

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

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

[startup+1803.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 25541
/proc/meminfo: memFree=1335120/2055920 swapFree=4179776/4192956
[pid=25475] ppid=25473 vsize=868008 CPUtime=1800.02
/proc/25475/stat : 25475 (java) S 25473 25475 22124 0 -1 0 18250 512 1 0 179975 14 13 0 18 0 9 0 1995571988 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25475/statm: 217002 11416 2634 9 0 211508 0
[pid=25475/tid=25477] ppid=25473 vsize=868008 CPUtime=1799.61
/proc/25475/task/25477/stat : 25477 (java) R 25473 25475 22124 0 -1 64 12619 512 1 0 179938 10 13 0 25 0 9 0 1995571989 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4127067436 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25478] ppid=25473 vsize=868008 CPUtime=0.19
/proc/25475/task/25478/stat : 25478 (java) S 25473 25475 22124 0 -1 64 3842 512 0 0 5 1 13 0 16 0 9 0 1995571991 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25479] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25479/stat : 25479 (java) S 25473 25475 22124 0 -1 64 15 512 0 0 0 0 13 0 16 0 9 0 1995571991 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25480] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25480/stat : 25480 (java) S 25473 25475 22124 0 -1 64 8 512 0 0 0 0 13 0 16 0 9 0 1995571991 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25481] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25481/stat : 25481 (java) S 25473 25475 22124 0 -1 64 0 512 0 0 0 0 13 0 18 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25482] ppid=25473 vsize=868008 CPUtime=0.44
/proc/25475/task/25482/stat : 25482 (java) S 25473 25475 22124 0 -1 64 921 512 0 0 30 1 13 0 16 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25475/tid=25483] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25483/stat : 25483 (java) S 25473 25475 22124 0 -1 64 2 512 0 0 0 0 13 0 19 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25475/tid=25484] ppid=25473 vsize=868008 CPUtime=0.13
/proc/25475/task/25484/stat : 25484 (java) R 25473 25475 22124 0 -1 64 40 512 0 0 0 0 13 0 15 0 9 0 1995571993 888840192 11416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868008

Child status: 143
Real time (s): 1803.17
CPU time (s): 1800.1
CPU user time (s): 1799.94
CPU system time (s): 0.154976
CPU usage (%): 99.8299
Max. virtual memory (cumulated for all children) (KiB): 868052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.154976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18796
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= 37879
involuntary context switches= 18387

runsolver used 2.17767 second user time and 6.03808 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-04 12:06:35
IDJOB=1070594
IDBENCH=55891
IDSOLVER=363
FILE ID=node43/1070594-1215165995
PBS_JOBID= 7877409
Free space on /tmp= 66556 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-t3002-11tsp11-1900548667.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-1070594-1215165995/watcher-1070594-1215165995 -o /tmp/evaluation-result-1070594-1215165995/solver-1070594-1215165995 -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-1070594-1215165995.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 846ad545923b28f256a1d37e126b7907
RANDOM SEED=41615436

node43.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.230
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.230
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:       1783696 kB
Buffers:         43388 kB
Cached:         144860 kB
SwapCached:       7048 kB
Active:         144376 kB
Inactive:        69464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1783696 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            2500 kB
Writeback:           0 kB
Mapped:          33452 kB
Slab:            43576 kB
Committed_AS:  3792060 kB
PageTables:       1896 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 node43 at 2008-07-04 12:36:40