Trace number 1069234

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 1809.17

General information on the benchmark

Namecsp/pseudoGLB/
normalized-fpga25-25-sat-pb-cnf-cr.xml
MD5SUM1802622e27e656fbdb0f184ab18a2027
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.42078
Satisfiable
(Un)Satisfiability was proved
Number of variables938
Number of constraints700
Maximum constraint arity25
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(700)

Solver Data (download as text)

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.16/0.27	
0.16/0.27	   configuration
0.16/0.27	     name=mac.xml
0.25/0.34	   
0.25/0.34	   instance
0.25/0.34	     name=HOME/instance-1069234-1215203156.xml
0.25/0.38	   
0.25/0.38	   domains being loaded...
0.25/0.39	   
0.25/0.39	   variables being loaded...
0.42/0.52	     nbVariables=938  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=1876
0.42/0.52	       =>  wckTime=0.247  cpuTime=0.16  mem=9M804
0.42/0.52	   
0.42/0.52	   constraints being loaded...
1.31/1.40	     nbConstraints=770  nbGlobalConstraints=770  nbSharedBinaryRepresentations=0  minDegree=5  maxDegree=30  minArity=12
1.31/1.40	     avgArity=17.55  maxArity=76  nbGenerators=70  nbFusions=0  symmetryWckTime=0.728  symmetryCpuTime=0.23
1.31/1.40	       =>  wckTime=1.13  cpuTime=0.48  mem=31M303
1.31/1.49	   
1.31/1.49	   solver IterativeSystematicSolver being built... 
1.41/1.56	   
1.41/1.56	   INFO : Forward propagation technique limited 
1.51/1.67	       =>  wckTime=1.398  cpuTime=0.65  mem=28M509
1.51/1.69	   
1.51/1.69	   preprocessing
1.51/1.69	     nbConstraintChecks=0  nbPropagations=938  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.51/1.69	     detectedInconsistency=no
1.51/1.69	       =>  wckTime=0.012  cpuTime=0.01  mem=28M509
3.39/3.51	   
3.39/3.51	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=32M299)

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

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


[startup+0 s]
/proc/loadavg: 2.14 2.04 1.94 4/82 20401
/proc/meminfo: memFree=1755528/2055920 swapFree=4180256/4192956
[pid=20401] ppid=20399 vsize=272 CPUtime=0
/proc/20401/stat : 20401 (java) R 20399 20401 19938 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 1999289787 278528 37 996147200 134512640 134550740 4294955968 18446744073709551615 4678436 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/20401/statm: 68 37 28 9 0 6 0

[startup+0.027206 s]
/proc/loadavg: 2.14 2.04 1.94 4/82 20401
/proc/meminfo: memFree=1755528/2055920 swapFree=4180256/4192956
[pid=20401] ppid=20399 vsize=861876 CPUtime=0.02
/proc/20401/stat : 20401 (java) S 20399 20401 19938 0 -1 0 2025 0 1 0 1 1 0 0 18 0 5 0 1999289787 882561024 1694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/20401/statm: 215469 1694 783 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101218 s]
/proc/loadavg: 2.14 2.04 1.94 4/82 20401
/proc/meminfo: memFree=1755528/2055920 swapFree=4180256/4192956
[pid=20401] ppid=20399 vsize=865884 CPUtime=0.09
/proc/20401/stat : 20401 (java) S 20399 20401 19938 0 -1 0 3788 0 1 0 7 2 0 0 18 0 9 0 1999289787 886665216 3241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20401/statm: 216471 3241 1718 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301247 s]
/proc/loadavg: 2.14 2.04 1.94 4/82 20401
/proc/meminfo: memFree=1755528/2055920 swapFree=4180256/4192956
[pid=20401] ppid=20399 vsize=866204 CPUtime=0.25
/proc/20401/stat : 20401 (java) S 20399 20401 19938 0 -1 0 5582 0 2 0 22 3 0 0 18 0 9 0 1999289787 886992896 5006 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20401/statm: 216551 5006 1884 9 0 211099 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 866204

[startup+0.701304 s]
/proc/loadavg: 2.14 2.04 1.94 4/82 20401
/proc/meminfo: memFree=1755528/2055920 swapFree=4180256/4192956
[pid=20401] ppid=20399 vsize=867480 CPUtime=0.62
/proc/20401/stat : 20401 (java) S 20399 20401 19938 0 -1 0 9321 0 4 0 55 7 0 0 18 0 9 0 1999289787 888299520 8685 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20401/statm: 216870 8685 1987 9 0 211398 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 867480

[startup+1.50243 s]
/proc/loadavg: 2.14 2.04 1.94 3/93 20412
/proc/meminfo: memFree=1721200/2055920 swapFree=4180256/4192956
[pid=20401] ppid=20399 vsize=868024 CPUtime=1.41
/proc/20401/stat : 20401 (java) S 20399 20401 19938 0 -1 0 18782 554 4 1 86 10 45 0 18 0 10 0 1999289787 888856576 13706 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20401/statm: 217006 13706 2633 9 0 211512 0
[pid=20401/tid=20403] ppid=20399 vsize=868024 CPUtime=1.13
/proc/20401/task/20403/stat : 20403 (java) R 20399 20401 19938 0 -1 64 12366 554 4 1 61 7 45 0 16 0 10 0 1999289788 888856576 13706 996147200 134512640 134550740 4294955968 18446744073709551615 4125977656 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20404] ppid=20399 vsize=868024 CPUtime=0.51
/proc/20401/task/20404/stat : 20404 (java) R 20399 20401 19938 0 -1 64 4696 554 0 1 6 0 45 0 17 0 10 0 1999289789 888856576 13706 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20405] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20405/stat : 20405 (java) S 20399 20401 19938 0 -1 64 13 554 0 1 0 0 45 0 16 0 10 0 1999289789 888856576 13706 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20406] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20406/stat : 20406 (java) S 20399 20401 19938 0 -1 64 8 554 0 1 0 0 45 0 16 0 10 0 1999289789 888856576 13706 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20407] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20407/stat : 20407 (java) S 20399 20401 19938 0 -1 64 1 554 0 1 0 0 45 0 24 0 10 0 1999289791 888856576 13706 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20408] ppid=20399 vsize=868024 CPUtime=0.63
/proc/20401/task/20408/stat : 20408 (java) S 20399 20401 19938 0 -1 64 885 554 0 1 18 0 45 0 15 0 10 0 1999289791 888856576 13706 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20409] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20409/stat : 20409 (java) S 20399 20401 19938 0 -1 64 2 554 0 1 0 0 45 0 25 0 10 0 1999289791 888856576 13706 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20410] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20410/stat : 20410 (java) S 20399 20401 19938 0 -1 64 12 554 0 1 0 0 45 0 15 0 10 0 1999289791 888856576 13706 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 868024

[startup+3.10166 s]
/proc/loadavg: 2.14 2.04 1.94 3/91 20414
/proc/meminfo: memFree=1707000/2055920 swapFree=4180256/4192956
[pid=20401] ppid=20399 vsize=868024 CPUtime=2.99
/proc/20401/stat : 20401 (java) S 20399 20401 19938 0 -1 0 22075 677 4 1 243 11 45 0 18 0 9 0 1999289787 888856576 14275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20401/statm: 217006 14275 2634 9 0 211512 0
[pid=20401/tid=20403] ppid=20399 vsize=868024 CPUtime=2.65
/proc/20401/task/20403/stat : 20403 (java) R 20399 20401 19938 0 -1 64 15604 677 4 1 212 8 45 0 25 0 9 0 1999289788 888856576 14275 996147200 134512640 134550740 4294955968 18446744073709551615 4127055816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20404] ppid=20399 vsize=868024 CPUtime=0.51
/proc/20401/task/20404/stat : 20404 (java) S 20399 20401 19938 0 -1 64 4697 677 0 1 6 0 45 0 17 0 9 0 1999289789 888856576 14275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20405] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20405/stat : 20405 (java) S 20399 20401 19938 0 -1 64 13 677 0 1 0 0 45 0 16 0 9 0 1999289789 888856576 14275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20406] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20406/stat : 20406 (java) S 20399 20401 19938 0 -1 64 8 677 0 1 0 0 45 0 16 0 9 0 1999289789 888856576 14275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20407] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20407/stat : 20407 (java) S 20399 20401 19938 0 -1 64 1 677 0 1 0 0 45 0 24 0 9 0 1999289791 888856576 14275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20408] ppid=20399 vsize=868024 CPUtime=0.69
/proc/20401/task/20408/stat : 20408 (java) S 20399 20401 19938 0 -1 64 936 677 0 1 24 0 45 0 16 0 9 0 1999289791 888856576 14275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20409] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20409/stat : 20409 (java) S 20399 20401 19938 0 -1 64 2 677 0 1 0 0 45 0 25 0 9 0 1999289791 888856576 14275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20410] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20410/stat : 20410 (java) S 20399 20401 19938 0 -1 64 12 677 0 1 0 0 45 0 15 0 9 0 1999289791 888856576 14275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 868024

[startup+6.30213 s]
/proc/loadavg: 2.13 2.04 1.94 3/91 20414
/proc/meminfo: memFree=1706424/2055920 swapFree=4180256/4192956
[pid=20401] ppid=20399 vsize=868024 CPUtime=6.17
/proc/20401/stat : 20401 (java) S 20399 20401 19938 0 -1 0 22141 677 4 1 560 12 45 0 18 0 9 0 1999289787 888856576 14308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20401/statm: 217006 14308 2634 9 0 211512 0
[pid=20401/tid=20403] ppid=20399 vsize=868024 CPUtime=5.77
/proc/20401/task/20403/stat : 20403 (java) R 20399 20401 19938 0 -1 64 15611 677 4 1 524 8 45 0 17 0 9 0 1999289788 888856576 14308 996147200 134512640 134550740 4294955968 18446744073709551615 4127018098 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20404] ppid=20399 vsize=868024 CPUtime=0.51
/proc/20401/task/20404/stat : 20404 (java) S 20399 20401 19938 0 -1 64 4697 677 0 1 6 0 45 0 16 0 9 0 1999289789 888856576 14308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20405] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20405/stat : 20405 (java) S 20399 20401 19938 0 -1 64 13 677 0 1 0 0 45 0 16 0 9 0 1999289789 888856576 14308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20406] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20406/stat : 20406 (java) S 20399 20401 19938 0 -1 64 8 677 0 1 0 0 45 0 16 0 9 0 1999289789 888856576 14308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20407] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20407/stat : 20407 (java) S 20399 20401 19938 0 -1 64 1 677 0 1 0 0 45 0 24 0 9 0 1999289791 888856576 14308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20408] ppid=20399 vsize=868024 CPUtime=0.75
/proc/20401/task/20408/stat : 20408 (java) S 20399 20401 19938 0 -1 64 968 677 0 1 29 1 45 0 15 0 9 0 1999289791 888856576 14308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20409] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20409/stat : 20409 (java) S 20399 20401 19938 0 -1 64 2 677 0 1 0 0 45 0 25 0 9 0 1999289791 888856576 14308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20410] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20410/stat : 20410 (java) S 20399 20401 19938 0 -1 64 39 677 0 1 0 0 45 0 15 0 9 0 1999289791 888856576 14308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 868024

[startup+12.7011 s]
/proc/loadavg: 2.12 2.04 1.94 3/91 20414
/proc/meminfo: memFree=1706232/2055920 swapFree=4180256/4192956
[pid=20401] ppid=20399 vsize=868024 CPUtime=12.5
/proc/20401/stat : 20401 (java) S 20399 20401 19938 0 -1 0 22148 677 4 1 1193 12 45 0 18 0 9 0 1999289787 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20401/statm: 217006 14310 2634 9 0 211512 0
[pid=20401/tid=20403] ppid=20399 vsize=868024 CPUtime=12.1
/proc/20401/task/20403/stat : 20403 (java) R 20399 20401 19938 0 -1 64 15615 677 4 1 1157 8 45 0 25 0 9 0 1999289788 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4127036627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20404] ppid=20399 vsize=868024 CPUtime=0.51
/proc/20401/task/20404/stat : 20404 (java) S 20399 20401 19938 0 -1 64 4697 677 0 1 6 0 45 0 16 0 9 0 1999289789 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20405] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20405/stat : 20405 (java) S 20399 20401 19938 0 -1 64 13 677 0 1 0 0 45 0 16 0 9 0 1999289789 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20406] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20406/stat : 20406 (java) S 20399 20401 19938 0 -1 64 8 677 0 1 0 0 45 0 16 0 9 0 1999289789 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20407] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20407/stat : 20407 (java) S 20399 20401 19938 0 -1 64 1 677 0 1 0 0 45 0 24 0 9 0 1999289791 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20408] ppid=20399 vsize=868024 CPUtime=0.76
/proc/20401/task/20408/stat : 20408 (java) S 20399 20401 19938 0 -1 64 971 677 0 1 30 1 45 0 17 0 9 0 1999289791 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20409] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20409/stat : 20409 (java) S 20399 20401 19938 0 -1 64 2 677 0 1 0 0 45 0 25 0 9 0 1999289791 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20410] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20410/stat : 20410 (java) S 20399 20401 19938 0 -1 64 39 677 0 1 0 0 45 0 15 0 9 0 1999289791 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 868024

[startup+25.503 s]
/proc/loadavg: 2.09 2.04 1.94 3/91 20414
/proc/meminfo: memFree=1703032/2055920 swapFree=4180256/4192956
[pid=20401] ppid=20399 vsize=868024 CPUtime=25.19
/proc/20401/stat : 20401 (java) S 20399 20401 19938 0 -1 0 22150 677 4 1 2462 12 45 0 18 0 9 0 1999289787 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20401/statm: 217006 14310 2634 9 0 211512 0
[pid=20401/tid=20403] ppid=20399 vsize=868024 CPUtime=24.78
/proc/20401/task/20403/stat : 20403 (java) R 20399 20401 19938 0 -1 64 15617 677 4 1 2425 8 45 0 25 0 9 0 1999289788 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4127036608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20404] ppid=20399 vsize=868024 CPUtime=0.51
/proc/20401/task/20404/stat : 20404 (java) S 20399 20401 19938 0 -1 64 4697 677 0 1 6 0 45 0 16 0 9 0 1999289789 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20405] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20405/stat : 20405 (java) S 20399 20401 19938 0 -1 64 13 677 0 1 0 0 45 0 16 0 9 0 1999289789 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20406] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20406/stat : 20406 (java) S 20399 20401 19938 0 -1 64 8 677 0 1 0 0 45 0 16 0 9 0 1999289789 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20407] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20407/stat : 20407 (java) S 20399 20401 19938 0 -1 64 1 677 0 1 0 0 45 0 24 0 9 0 1999289791 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20408] ppid=20399 vsize=868024 CPUtime=0.76
/proc/20401/task/20408/stat : 20408 (java) S 20399 20401 19938 0 -1 64 971 677 0 1 30 1 45 0 17 0 9 0 1999289791 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20409] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20409/stat : 20409 (java) S 20399 20401 19938 0 -1 64 2 677 0 1 0 0 45 0 25 0 9 0 1999289791 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20410] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20410/stat : 20410 (java) S 20399 20401 19938 0 -1 64 39 677 0 1 0 0 45 0 15 0 9 0 1999289791 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 868024

[startup+51.1027 s]
/proc/loadavg: 2.06 2.03 1.94 3/91 20414
/proc/meminfo: memFree=1694968/2055920 swapFree=4180256/4192956
[pid=20401] ppid=20399 vsize=868024 CPUtime=50.54
/proc/20401/stat : 20401 (java) S 20399 20401 19938 0 -1 0 22150 677 4 1 4997 12 45 0 18 0 9 0 1999289787 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20401/statm: 217006 14310 2634 9 0 211512 0
[pid=20401/tid=20403] ppid=20399 vsize=868024 CPUtime=50.13
/proc/20401/task/20403/stat : 20403 (java) R 20399 20401 19938 0 -1 64 15617 677 4 1 4960 8 45 0 25 0 9 0 1999289788 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4127040008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20404] ppid=20399 vsize=868024 CPUtime=0.51
/proc/20401/task/20404/stat : 20404 (java) S 20399 20401 19938 0 -1 64 4697 677 0 1 6 0 45 0 16 0 9 0 1999289789 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20405] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20405/stat : 20405 (java) S 20399 20401 19938 0 -1 64 13 677 0 1 0 0 45 0 16 0 9 0 1999289789 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20406] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20406/stat : 20406 (java) S 20399 20401 19938 0 -1 64 8 677 0 1 0 0 45 0 16 0 9 0 1999289789 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20407] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20407/stat : 20407 (java) S 20399 20401 19938 0 -1 64 1 677 0 1 0 0 45 0 24 0 9 0 1999289791 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20408] ppid=20399 vsize=868024 CPUtime=0.76
/proc/20401/task/20408/stat : 20408 (java) S 20399 20401 19938 0 -1 64 971 677 0 1 30 1 45 0 17 0 9 0 1999289791 888856576 14310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20409] ppid=20399 vsize=868024 CPUtime=0.45

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

/proc/20401/task/20406/stat : 20406 (java) S 20399 20401 19938 0 -1 64 8 677 0 1 0 0 45 0 16 0 9 0 1999289789 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20407] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20407/stat : 20407 (java) S 20399 20401 19938 0 -1 64 1 677 0 1 0 0 45 0 24 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20408] ppid=20399 vsize=868024 CPUtime=0.76
/proc/20401/task/20408/stat : 20408 (java) S 20399 20401 19938 0 -1 64 972 677 0 1 30 1 45 0 16 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20409] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20409/stat : 20409 (java) S 20399 20401 19938 0 -1 64 2 677 0 1 0 0 45 0 25 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20410] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20410/stat : 20410 (java) S 20399 20401 19938 0 -1 64 39 677 0 1 0 0 45 0 15 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1533.41
Current children cumulated vsize (KiB) 868024

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20418
/proc/meminfo: memFree=1627128/2055920 swapFree=4180256/4192956
[pid=20401] ppid=20399 vsize=868024 CPUtime=1593.39
/proc/20401/stat : 20401 (java) S 20399 20401 19938 0 -1 0 22151 677 4 1 159280 14 45 0 18 0 9 0 1999289787 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20401/statm: 217006 14311 2634 9 0 211512 0
[pid=20401/tid=20403] ppid=20399 vsize=868024 CPUtime=1592.99
/proc/20401/task/20403/stat : 20403 (java) R 20399 20401 19938 0 -1 64 15617 677 4 1 159243 11 45 0 25 0 9 0 1999289788 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4127031532 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20404] ppid=20399 vsize=868024 CPUtime=0.51
/proc/20401/task/20404/stat : 20404 (java) S 20399 20401 19938 0 -1 64 4697 677 0 1 6 0 45 0 16 0 9 0 1999289789 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20405] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20405/stat : 20405 (java) S 20399 20401 19938 0 -1 64 13 677 0 1 0 0 45 0 16 0 9 0 1999289789 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20406] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20406/stat : 20406 (java) S 20399 20401 19938 0 -1 64 8 677 0 1 0 0 45 0 16 0 9 0 1999289789 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20407] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20407/stat : 20407 (java) S 20399 20401 19938 0 -1 64 1 677 0 1 0 0 45 0 24 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20408] ppid=20399 vsize=868024 CPUtime=0.76
/proc/20401/task/20408/stat : 20408 (java) S 20399 20401 19938 0 -1 64 972 677 0 1 30 1 45 0 16 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20409] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20409/stat : 20409 (java) S 20399 20401 19938 0 -1 64 2 677 0 1 0 0 45 0 25 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20410] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20410/stat : 20410 (java) S 20399 20401 19938 0 -1 64 39 677 0 1 0 0 45 0 15 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.39
Current children cumulated vsize (KiB) 868024

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20418
/proc/meminfo: memFree=1625592/2055920 swapFree=4180256/4192956
[pid=20401] ppid=20399 vsize=868024 CPUtime=1653.36
/proc/20401/stat : 20401 (java) S 20399 20401 19938 0 -1 0 22151 677 4 1 165277 14 45 0 18 0 9 0 1999289787 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20401/statm: 217006 14311 2634 9 0 211512 0
[pid=20401/tid=20403] ppid=20399 vsize=868024 CPUtime=1652.96
/proc/20401/task/20403/stat : 20403 (java) R 20399 20401 19938 0 -1 64 15617 677 4 1 165240 11 45 0 25 0 9 0 1999289788 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4127034248 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20404] ppid=20399 vsize=868024 CPUtime=0.51
/proc/20401/task/20404/stat : 20404 (java) S 20399 20401 19938 0 -1 64 4697 677 0 1 6 0 45 0 16 0 9 0 1999289789 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20405] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20405/stat : 20405 (java) S 20399 20401 19938 0 -1 64 13 677 0 1 0 0 45 0 16 0 9 0 1999289789 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20406] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20406/stat : 20406 (java) S 20399 20401 19938 0 -1 64 8 677 0 1 0 0 45 0 16 0 9 0 1999289789 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20407] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20407/stat : 20407 (java) S 20399 20401 19938 0 -1 64 1 677 0 1 0 0 45 0 24 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20408] ppid=20399 vsize=868024 CPUtime=0.76
/proc/20401/task/20408/stat : 20408 (java) S 20399 20401 19938 0 -1 64 972 677 0 1 30 1 45 0 16 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20409] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20409/stat : 20409 (java) S 20399 20401 19938 0 -1 64 2 677 0 1 0 0 45 0 25 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20410] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20410/stat : 20410 (java) S 20399 20401 19938 0 -1 64 39 677 0 1 0 0 45 0 15 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.36
Current children cumulated vsize (KiB) 868024

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20418
/proc/meminfo: memFree=1624312/2055920 swapFree=4180256/4192956
[pid=20401] ppid=20399 vsize=868024 CPUtime=1713.33
/proc/20401/stat : 20401 (java) S 20399 20401 19938 0 -1 0 22151 677 4 1 171274 14 45 0 18 0 9 0 1999289787 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20401/statm: 217006 14311 2634 9 0 211512 0
[pid=20401/tid=20403] ppid=20399 vsize=868024 CPUtime=1712.93
/proc/20401/task/20403/stat : 20403 (java) R 20399 20401 19938 0 -1 64 15617 677 4 1 171237 11 45 0 25 0 9 0 1999289788 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4125952187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20404] ppid=20399 vsize=868024 CPUtime=0.51
/proc/20401/task/20404/stat : 20404 (java) S 20399 20401 19938 0 -1 64 4697 677 0 1 6 0 45 0 16 0 9 0 1999289789 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20405] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20405/stat : 20405 (java) S 20399 20401 19938 0 -1 64 13 677 0 1 0 0 45 0 16 0 9 0 1999289789 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20406] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20406/stat : 20406 (java) S 20399 20401 19938 0 -1 64 8 677 0 1 0 0 45 0 16 0 9 0 1999289789 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20407] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20407/stat : 20407 (java) S 20399 20401 19938 0 -1 64 1 677 0 1 0 0 45 0 24 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20408] ppid=20399 vsize=868024 CPUtime=0.76
/proc/20401/task/20408/stat : 20408 (java) S 20399 20401 19938 0 -1 64 972 677 0 1 30 1 45 0 16 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20409] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20409/stat : 20409 (java) S 20399 20401 19938 0 -1 64 2 677 0 1 0 0 45 0 25 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20410] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20410/stat : 20410 (java) S 20399 20401 19938 0 -1 64 39 677 0 1 0 0 45 0 15 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.33
Current children cumulated vsize (KiB) 868024

[startup+1782.3 s]
/proc/loadavg: 2.19 2.05 2.01 3/82 20752
/proc/meminfo: memFree=1779264/2055920 swapFree=4180256/4192956
[pid=20401] ppid=20399 vsize=868024 CPUtime=1773.31
/proc/20401/stat : 20401 (java) S 20399 20401 19938 0 -1 0 22151 677 4 1 177264 22 45 0 18 0 9 0 1999289787 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20401/statm: 217006 14311 2634 9 0 211512 0
[pid=20401/tid=20403] ppid=20399 vsize=868024 CPUtime=1772.9
/proc/20401/task/20403/stat : 20403 (java) R 20399 20401 19938 0 -1 64 15617 677 4 1 177227 18 45 0 25 0 9 0 1999289788 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4126681853 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20404] ppid=20399 vsize=868024 CPUtime=0.51
/proc/20401/task/20404/stat : 20404 (java) S 20399 20401 19938 0 -1 64 4697 677 0 1 6 0 45 0 16 0 9 0 1999289789 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20405] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20405/stat : 20405 (java) S 20399 20401 19938 0 -1 64 13 677 0 1 0 0 45 0 16 0 9 0 1999289789 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20406] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20406/stat : 20406 (java) S 20399 20401 19938 0 -1 64 8 677 0 1 0 0 45 0 16 0 9 0 1999289789 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20407] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20407/stat : 20407 (java) S 20399 20401 19938 0 -1 64 1 677 0 1 0 0 45 0 24 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20408] ppid=20399 vsize=868024 CPUtime=0.76
/proc/20401/task/20408/stat : 20408 (java) S 20399 20401 19938 0 -1 64 972 677 0 1 30 1 45 0 16 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20409] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20409/stat : 20409 (java) S 20399 20401 19938 0 -1 64 2 677 0 1 0 0 45 0 25 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20410] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20410/stat : 20410 (java) S 20399 20401 19938 0 -1 64 39 677 0 1 0 0 45 0 15 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.31
Current children cumulated vsize (KiB) 868024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.1 s]
/proc/loadavg: 2.12 2.04 2.01 3/82 20752
/proc/meminfo: memFree=1779584/2055920 swapFree=4180256/4192956
[pid=20401] ppid=20399 vsize=868024 CPUtime=1800.1
/proc/20401/stat : 20401 (java) S 20399 20401 19938 0 -1 0 22151 677 4 1 179943 22 45 0 18 0 9 0 1999289787 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20401/statm: 217006 14311 2634 9 0 211512 0
[pid=20401/tid=20403] ppid=20399 vsize=868024 CPUtime=1799.69
/proc/20401/task/20403/stat : 20403 (java) R 20399 20401 19938 0 -1 64 15617 677 4 1 179906 18 45 0 25 0 9 0 1999289788 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4127034243 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20404] ppid=20399 vsize=868024 CPUtime=0.51
/proc/20401/task/20404/stat : 20404 (java) S 20399 20401 19938 0 -1 64 4697 677 0 1 6 0 45 0 16 0 9 0 1999289789 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20405] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20405/stat : 20405 (java) S 20399 20401 19938 0 -1 64 13 677 0 1 0 0 45 0 16 0 9 0 1999289789 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20406] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20406/stat : 20406 (java) S 20399 20401 19938 0 -1 64 8 677 0 1 0 0 45 0 16 0 9 0 1999289789 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20407] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20407/stat : 20407 (java) S 20399 20401 19938 0 -1 64 1 677 0 1 0 0 45 0 24 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20408] ppid=20399 vsize=868024 CPUtime=0.76
/proc/20401/task/20408/stat : 20408 (java) S 20399 20401 19938 0 -1 64 972 677 0 1 30 1 45 0 16 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20409] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20409/stat : 20409 (java) S 20399 20401 19938 0 -1 64 2 677 0 1 0 0 45 0 25 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20410] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20410/stat : 20410 (java) S 20399 20401 19938 0 -1 64 39 677 0 1 0 0 45 0 15 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 868024

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

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

[startup+1809.1 s]
/proc/loadavg: 2.12 2.04 2.01 3/82 20752
/proc/meminfo: memFree=1779584/2055920 swapFree=4180256/4192956
[pid=20401] ppid=20399 vsize=868024 CPUtime=1800.1
/proc/20401/stat : 20401 (java) S 20399 20401 19938 0 -1 0 22151 677 4 1 179943 22 45 0 18 0 9 0 1999289787 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20401/statm: 217006 14311 2634 9 0 211512 0
[pid=20401/tid=20403] ppid=20399 vsize=868024 CPUtime=1799.69
/proc/20401/task/20403/stat : 20403 (java) R 20399 20401 19938 0 -1 64 15617 677 4 1 179906 18 45 0 25 0 9 0 1999289788 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4127034243 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20404] ppid=20399 vsize=868024 CPUtime=0.51
/proc/20401/task/20404/stat : 20404 (java) S 20399 20401 19938 0 -1 64 4697 677 0 1 6 0 45 0 16 0 9 0 1999289789 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20405] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20405/stat : 20405 (java) S 20399 20401 19938 0 -1 64 13 677 0 1 0 0 45 0 16 0 9 0 1999289789 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20406] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20406/stat : 20406 (java) S 20399 20401 19938 0 -1 64 8 677 0 1 0 0 45 0 16 0 9 0 1999289789 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20401/tid=20407] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20407/stat : 20407 (java) S 20399 20401 19938 0 -1 64 1 677 0 1 0 0 45 0 24 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20408] ppid=20399 vsize=868024 CPUtime=0.76
/proc/20401/task/20408/stat : 20408 (java) S 20399 20401 19938 0 -1 64 972 677 0 1 30 1 45 0 16 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20409] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20409/stat : 20409 (java) S 20399 20401 19938 0 -1 64 2 677 0 1 0 0 45 0 25 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20401/tid=20410] ppid=20399 vsize=868024 CPUtime=0.45
/proc/20401/task/20410/stat : 20410 (java) S 20399 20401 19938 0 -1 64 39 677 0 1 0 0 45 0 15 0 9 0 1999289791 888856576 14311 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 868024

Child status: 143
Real time (s): 1809.17
CPU time (s): 1800.19
CPU user time (s): 1799.95
CPU system time (s): 0.240963
CPU usage (%): 99.5033
Max. virtual memory (cumulated for all children) (KiB): 870976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.240963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22859
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38200
involuntary context switches= 59371

runsolver used 2.40563 second user time and 5.82711 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-04 22:25:56
IDJOB=1069234
IDBENCH=55571
IDSOLVER=363
FILE ID=node22/1069234-1215203156
PBS_JOBID= 7881703
Free space on /tmp= 66452 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-fpga25-25-sat-pb-cnf-cr.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-1069234-1215203156/watcher-1069234-1215203156 -o /tmp/evaluation-result-1069234-1215203156/solver-1069234-1215203156 -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-1069234-1215203156.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1802622e27e656fbdb0f184ab18a2027
RANDOM SEED=1577472510

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1755944 kB
Buffers:         13216 kB
Cached:          98952 kB
SwapCached:       6356 kB
Active:         219492 kB
Inactive:        26440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755944 kB
SwapTotal:     4192956 kB
SwapFree:      4180256 kB
Dirty:            2300 kB
Writeback:           0 kB
Mapped:         150928 kB
Slab:            38968 kB
Committed_AS:  3537580 kB
PageTables:       2072 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= 66432 MiB
End job on node22 at 2008-07-04 22:56:07