Trace number 1056926

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 ESAC? (TO) 1800.13 1802.57

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-15_ext.xml
MD5SUM49ece5c5a71ddb66f0927be7e6359085
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark289.926
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=esac.xml
0.19/0.26	   
0.19/0.26	   instance
0.19/0.26	     name=HOME/instance-1056926-1215107523.xml
0.19/0.30	   
0.31/0.30	   domains being loaded...
0.31/0.31	   
0.31/0.31	   variables being loaded...
0.31/0.33	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24  nbTotalValues=576
0.31/0.33	       =>  wckTime=0.103  cpuTime=0.09  mem=7M919
0.31/0.33	   
0.31/0.33	   relations being loaded...
0.80/0.89	   
0.80/0.89	   constraints being loaded...
1.20/1.25	     nbConstraints=76  nbRelationTypes=76  nbGlobalConstraints=76  nbExtensionStructures=76
1.20/1.25	     nbSharedExtensionStructures=0  nbConflictsStructures=76  nbSharedConflictsStructures=0
1.20/1.25	     nbSharedBinaryRepresentations=0  minDegree=3  maxDegree=15  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
1.20/1.25	     symmetryWckTime=0.046  symmetryCpuTime=0.02
1.20/1.25	       =>  wckTime=1.018  cpuTime=0.87  mem=54M756
1.39/1.42	   
1.39/1.42	   solver IterativeSystematicSolver being built... 
1.39/1.49	   
1.49/1.50	   INFO : Forward propagation technique limited 
1.49/1.56	       =>  wckTime=1.326  cpuTime=0.99  mem=43M13
1.79/1.81	   
1.79/1.81	   preprocessing
1.79/1.81	     nbConstraintChecks=0  nbValidityChecks=3043064  nbPropagations=256  nbRevisions=0  nbUselessRevisions=0
1.79/1.81	     nbSingletonTests=33  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
1.79/1.81	     detectedInconsistency=no
1.79/1.81	       =>  wckTime=0.248  cpuTime=0.23  mem=43M13
2.90/2.92	   
2.90/2.92	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=44M48)

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-1056926-1215107523/watcher-1056926-1215107523 -o /tmp/evaluation-result-1056926-1215107523/solver-1056926-1215107523 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1056926-1215107523.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.69 1.91 1.68 4/69 11529
/proc/meminfo: memFree=1532688/2055920 swapFree=4180396/4192956
[pid=11529] ppid=11527 vsize=18572 CPUtime=0
/proc/11529/stat : 11529 (runsolver) R 11527 11529 11373 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1989725185 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 264840473895 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/11529/statm: 4643 292 257 25 0 2626 0

[startup+0.075959 s]
/proc/loadavg: 1.69 1.91 1.68 4/69 11529
/proc/meminfo: memFree=1532688/2055920 swapFree=4180396/4192956
[pid=11529] ppid=11527 vsize=864076 CPUtime=0.06
/proc/11529/stat : 11529 (java) S 11527 11529 11373 0 -1 0 2854 0 1 0 4 2 0 0 18 0 9 0 1989725185 884813824 2380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11529/statm: 216019 2380 1142 9 0 210976 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864076

[startup+0.101957 s]
/proc/loadavg: 1.69 1.91 1.68 4/69 11529
/proc/meminfo: memFree=1532688/2055920 swapFree=4180396/4192956
[pid=11529] ppid=11527 vsize=865884 CPUtime=0.08
/proc/11529/stat : 11529 (java) S 11527 11529 11373 0 -1 0 3673 0 1 0 6 2 0 0 18 0 9 0 1989725185 886665216 3148 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11529/statm: 216471 3148 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302018 s]
/proc/loadavg: 1.69 1.91 1.68 4/69 11529
/proc/meminfo: memFree=1532688/2055920 swapFree=4180396/4192956
[pid=11529] ppid=11527 vsize=867308 CPUtime=0.31
/proc/11529/stat : 11529 (java) S 11527 11529 11373 0 -1 0 6092 0 1 0 27 4 0 0 18 0 9 0 1989725185 888123392 5462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11529/statm: 216827 5462 1961 9 0 211355 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 867308

[startup+0.702026 s]
/proc/loadavg: 1.69 1.91 1.68 4/69 11529
/proc/meminfo: memFree=1532688/2055920 swapFree=4180396/4192956
[pid=11529] ppid=11527 vsize=867440 CPUtime=0.71
/proc/11529/stat : 11529 (java) S 11527 11529 11373 0 -1 0 14393 0 1 0 63 8 0 0 18 0 9 0 1989725185 888258560 13763 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11529/statm: 216860 13763 1969 9 0 211388 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 867440

[startup+1.50111 s]
/proc/loadavg: 1.72 1.91 1.68 3/82 11547
/proc/meminfo: memFree=1434216/2055920 swapFree=4180396/4192956
[pid=11529] ppid=11527 vsize=868308 CPUtime=1.49
/proc/11529/stat : 11529 (java) S 11527 11529 11373 0 -1 0 33745 149 1 0 134 15 0 0 18 0 10 0 1989725185 889147392 24460 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11529/statm: 217077 24460 2632 9 0 211583 0
[pid=11529/tid=11531] ppid=11527 vsize=868308 CPUtime=1.12
/proc/11529/task/11531/stat : 11531 (java) R 11527 11529 11373 0 -1 64 17690 149 1 0 104 8 0 0 16 0 10 0 1989725186 889147392 24460 996147200 134512640 134550740 4294955968 18446744073709551615 4159510589 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11533] ppid=11527 vsize=868308 CPUtime=0.21
/proc/11529/task/11533/stat : 11533 (java) R 11527 11529 11373 0 -1 64 14723 149 0 0 17 4 0 0 17 0 10 0 1989725188 889147392 24460 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11534] ppid=11527 vsize=868308 CPUtime=0
/proc/11529/task/11534/stat : 11534 (java) S 11527 11529 11373 0 -1 64 14 149 0 0 0 0 0 0 15 0 10 0 1989725188 889147392 24460 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11535] ppid=11527 vsize=868308 CPUtime=0
/proc/11529/task/11535/stat : 11535 (java) S 11527 11529 11373 0 -1 64 8 149 0 0 0 0 0 0 15 0 10 0 1989725188 889147392 24460 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11536] ppid=11527 vsize=868308 CPUtime=0
/proc/11529/task/11536/stat : 11536 (java) S 11527 11529 11373 0 -1 64 1 149 0 0 0 0 0 0 18 0 10 0 1989725190 889147392 24460 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11537] ppid=11527 vsize=868308 CPUtime=0.12
/proc/11529/task/11537/stat : 11537 (java) S 11527 11529 11373 0 -1 64 494 149 0 0 12 0 0 0 15 0 10 0 1989725190 889147392 24460 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11538] ppid=11527 vsize=868308 CPUtime=0
/proc/11529/task/11538/stat : 11538 (java) S 11527 11529 11373 0 -1 64 2 149 0 0 0 0 0 0 19 0 10 0 1989725190 889147392 24460 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11539] ppid=11527 vsize=868308 CPUtime=0
/proc/11529/task/11539/stat : 11539 (java) S 11527 11529 11373 0 -1 64 5 149 0 0 0 0 0 0 15 0 10 0 1989725190 889147392 24460 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 868308

[startup+3.10227 s]
/proc/loadavg: 1.72 1.91 1.68 3/82 11551
/proc/meminfo: memFree=1413160/2055920 swapFree=4180396/4192956
[pid=11529] ppid=11527 vsize=868308 CPUtime=3.1
/proc/11529/stat : 11529 (java) S 11527 11529 11373 0 -1 0 35921 273 1 0 293 16 0 1 18 0 9 0 1989725185 889147392 24541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11529/statm: 217077 24541 2634 9 0 211583 0
[pid=11529/tid=11531] ppid=11527 vsize=868308 CPUtime=2.66
/proc/11529/task/11531/stat : 11531 (java) R 11527 11529 11373 0 -1 64 19824 273 1 0 256 9 0 1 25 0 9 0 1989725186 889147392 24541 996147200 134512640 134550740 4294955968 18446744073709551615 4126765936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11533] ppid=11527 vsize=868308 CPUtime=0.22
/proc/11529/task/11533/stat : 11533 (java) S 11527 11529 11373 0 -1 64 14724 273 0 0 17 4 0 1 17 0 9 0 1989725188 889147392 24541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11534] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11534/stat : 11534 (java) S 11527 11529 11373 0 -1 64 14 273 0 0 0 0 0 1 15 0 9 0 1989725188 889147392 24541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11535] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11535/stat : 11535 (java) S 11527 11529 11373 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1989725188 889147392 24541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11536] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11536/stat : 11536 (java) S 11527 11529 11373 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1989725190 889147392 24541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11537] ppid=11527 vsize=868308 CPUtime=0.19
/proc/11529/task/11537/stat : 11537 (java) S 11527 11529 11373 0 -1 64 534 273 0 0 18 0 0 1 16 0 9 0 1989725190 889147392 24541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11538] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11538/stat : 11538 (java) S 11527 11529 11373 0 -1 64 2 273 0 0 0 0 0 1 19 0 9 0 1989725190 889147392 24541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11539] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11539/stat : 11539 (java) S 11527 11529 11373 0 -1 64 5 273 0 0 0 0 0 1 15 0 9 0 1989725190 889147392 24541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 868308

[startup+6.3026 s]
/proc/loadavg: 1.72 1.91 1.68 3/90 11563
/proc/meminfo: memFree=1402344/2055920 swapFree=4180396/4192956
[pid=11529] ppid=11527 vsize=868308 CPUtime=6.28
/proc/11529/stat : 11529 (java) S 11527 11529 11373 0 -1 0 35942 273 1 0 609 18 0 1 18 0 9 0 1989725185 889147392 24553 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11529/statm: 217077 24553 2634 9 0 211583 0
[pid=11529/tid=11531] ppid=11527 vsize=868308 CPUtime=5.82
/proc/11529/task/11531/stat : 11531 (java) R 11527 11529 11373 0 -1 64 19830 273 1 0 570 11 0 1 25 0 9 0 1989725186 889147392 24553 996147200 134512640 134550740 4294955968 18446744073709551615 4126766018 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11533] ppid=11527 vsize=868308 CPUtime=0.22
/proc/11529/task/11533/stat : 11533 (java) S 11527 11529 11373 0 -1 64 14724 273 0 0 17 4 0 1 17 0 9 0 1989725188 889147392 24553 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11534] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11534/stat : 11534 (java) S 11527 11529 11373 0 -1 64 14 273 0 0 0 0 0 1 15 0 9 0 1989725188 889147392 24553 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11535] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11535/stat : 11535 (java) S 11527 11529 11373 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1989725188 889147392 24553 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11536] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11536/stat : 11536 (java) S 11527 11529 11373 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1989725190 889147392 24553 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11537] ppid=11527 vsize=868308 CPUtime=0.22
/proc/11529/task/11537/stat : 11537 (java) S 11527 11529 11373 0 -1 64 549 273 0 0 21 0 0 1 16 0 9 0 1989725190 889147392 24553 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11538] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11538/stat : 11538 (java) S 11527 11529 11373 0 -1 64 2 273 0 0 0 0 0 1 19 0 9 0 1989725190 889147392 24553 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11539] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11539/stat : 11539 (java) S 11527 11529 11373 0 -1 64 5 273 0 0 0 0 0 1 15 0 9 0 1989725190 889147392 24553 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 868308

[startup+12.7023 s]
/proc/loadavg: 1.76 1.91 1.68 3/93 11566
/proc/meminfo: memFree=1384656/2055920 swapFree=4180396/4192956
[pid=11529] ppid=11527 vsize=868308 CPUtime=12.63
/proc/11529/stat : 11529 (java) S 11527 11529 11373 0 -1 0 35948 273 1 0 1244 18 0 1 18 0 9 0 1989725185 889147392 24557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11529/statm: 217077 24557 2634 9 0 211583 0
[pid=11529/tid=11531] ppid=11527 vsize=868308 CPUtime=12.16
/proc/11529/task/11531/stat : 11531 (java) R 11527 11529 11373 0 -1 64 19831 273 1 0 1204 11 0 1 20 0 9 0 1989725186 889147392 24557 996147200 134512640 134550740 4294955968 18446744073709551615 4126765835 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11529/tid=11533] ppid=11527 vsize=868308 CPUtime=0.22
/proc/11529/task/11533/stat : 11533 (java) S 11527 11529 11373 0 -1 64 14724 273 0 0 17 4 0 1 16 0 9 0 1989725188 889147392 24557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11534] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11534/stat : 11534 (java) S 11527 11529 11373 0 -1 64 14 273 0 0 0 0 0 1 15 0 9 0 1989725188 889147392 24557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11535] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11535/stat : 11535 (java) S 11527 11529 11373 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1989725188 889147392 24557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11536] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11536/stat : 11536 (java) S 11527 11529 11373 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1989725190 889147392 24557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11537] ppid=11527 vsize=868308 CPUtime=0.23
/proc/11529/task/11537/stat : 11537 (java) S 11527 11529 11373 0 -1 64 554 273 0 0 22 0 0 1 16 0 9 0 1989725190 889147392 24557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11529/tid=11538] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11538/stat : 11538 (java) S 11527 11529 11373 0 -1 64 2 273 0 0 0 0 0 1 19 0 9 0 1989725190 889147392 24557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11539] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11539/stat : 11539 (java) S 11527 11529 11373 0 -1 64 5 273 0 0 0 0 0 1 15 0 9 0 1989725190 889147392 24557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 868308

[startup+25.5016 s]
/proc/loadavg: 1.80 1.91 1.68 3/93 11566
/proc/meminfo: memFree=1384592/2055920 swapFree=4180396/4192956
[pid=11529] ppid=11527 vsize=868308 CPUtime=25.37
/proc/11529/stat : 11529 (java) S 11527 11529 11373 0 -1 0 35958 273 1 0 2518 18 0 1 18 0 9 0 1989725185 889147392 24559 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11529/statm: 217077 24559 2634 9 0 211583 0
[pid=11529/tid=11531] ppid=11527 vsize=868308 CPUtime=24.89
/proc/11529/task/11531/stat : 11531 (java) R 11527 11529 11373 0 -1 64 19839 273 1 0 2477 11 0 1 25 0 9 0 1989725186 889147392 24559 996147200 134512640 134550740 4294955968 18446744073709551615 4126766018 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11529/tid=11533] ppid=11527 vsize=868308 CPUtime=0.22
/proc/11529/task/11533/stat : 11533 (java) S 11527 11529 11373 0 -1 64 14724 273 0 0 17 4 0 1 16 0 9 0 1989725188 889147392 24559 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11534] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11534/stat : 11534 (java) S 11527 11529 11373 0 -1 64 14 273 0 0 0 0 0 1 15 0 9 0 1989725188 889147392 24559 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11535] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11535/stat : 11535 (java) S 11527 11529 11373 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1989725188 889147392 24559 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11536] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11536/stat : 11536 (java) S 11527 11529 11373 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1989725190 889147392 24559 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11537] ppid=11527 vsize=868308 CPUtime=0.23
/proc/11529/task/11537/stat : 11537 (java) S 11527 11529 11373 0 -1 64 556 273 0 0 22 0 0 1 16 0 9 0 1989725190 889147392 24559 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11529/tid=11538] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11538/stat : 11538 (java) S 11527 11529 11373 0 -1 64 2 273 0 0 0 0 0 1 19 0 9 0 1989725190 889147392 24559 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11539] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11539/stat : 11539 (java) S 11527 11529 11373 0 -1 64 5 273 0 0 0 0 0 1 15 0 9 0 1989725190 889147392 24559 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 868308

[startup+51.1012 s]
/proc/loadavg: 1.87 1.92 1.69 3/93 11566
/proc/meminfo: memFree=1384720/2055920 swapFree=4180396/4192956
[pid=11529] ppid=11527 vsize=868308 CPUtime=50.81
/proc/11529/stat : 11529 (java) S 11527 11529 11373 0 -1 0 36016 273 1 0 5062 18 0 1 18 0 9 0 1989725185 889147392 24560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11529/statm: 217077 24560 2634 9 0 211583 0
[pid=11529/tid=11531] ppid=11527 vsize=868308 CPUtime=50.34
/proc/11529/task/11531/stat : 11531 (java) R 11527 11529 11373 0 -1 64 19896 273 1 0 5022 11 0 1 25 0 9 0 1989725186 889147392 24560 996147200 134512640 134550740 4294955968 18446744073709551615 4126765969 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11529/tid=11533] ppid=11527 vsize=868308 CPUtime=0.22
/proc/11529/task/11533/stat : 11533 (java) S 11527 11529 11373 0 -1 64 14724 273 0 0 17 4 0 1 16 0 9 0 1989725188 889147392 24560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11534] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11534/stat : 11534 (java) S 11527 11529 11373 0 -1 64 14 273 0 0 0 0 0 1 15 0 9 0 1989725188 889147392 24560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11535] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11535/stat : 11535 (java) S 11527 11529 11373 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1989725188 889147392 24560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11536] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11536/stat : 11536 (java) S 11527 11529 11373 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1989725190 889147392 24560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11537] ppid=11527 vsize=868308 CPUtime=0.23
/proc/11529/task/11537/stat : 11537 (java) S 11527 11529 11373 0 -1 64 557 273 0 0 22 0 0 1 16 0 9 0 1989725190 889147392 24560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11529/tid=11538] ppid=11527 vsize=868308 CPUtime=0.01

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

/proc/11529/task/11535/stat : 11535 (java) S 11527 11529 11373 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1989725188 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11536] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11536/stat : 11536 (java) S 11527 11529 11373 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11537] ppid=11527 vsize=868308 CPUtime=0.24
/proc/11529/task/11537/stat : 11537 (java) S 11527 11529 11373 0 -1 64 561 273 0 0 23 0 0 1 16 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11529/tid=11538] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11538/stat : 11538 (java) S 11527 11529 11373 0 -1 64 2 273 0 0 0 0 0 1 19 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11539] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11539/stat : 11539 (java) S 11527 11529 11373 0 -1 64 5 273 0 0 0 0 0 1 15 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1539.95
Current children cumulated vsize (KiB) 868308

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 11599
/proc/meminfo: memFree=1438576/2055920 swapFree=4180396/4192956
[pid=11529] ppid=11527 vsize=868308 CPUtime=1599.93
/proc/11529/stat : 11529 (java) S 11527 11529 11373 0 -1 0 38122 273 1 0 159968 24 0 1 18 0 9 0 1989725185 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11529/statm: 217077 24564 2634 9 0 211583 0
[pid=11529/tid=11531] ppid=11527 vsize=868308 CPUtime=1599.45
/proc/11529/task/11531/stat : 11531 (java) R 11527 11529 11373 0 -1 64 21998 273 1 0 159927 17 0 1 25 0 9 0 1989725186 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4126784216 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11529/tid=11533] ppid=11527 vsize=868308 CPUtime=0.22
/proc/11529/task/11533/stat : 11533 (java) S 11527 11529 11373 0 -1 64 14724 273 0 0 17 4 0 1 16 0 9 0 1989725188 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11534] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11534/stat : 11534 (java) S 11527 11529 11373 0 -1 64 14 273 0 0 0 0 0 1 15 0 9 0 1989725188 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11535] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11535/stat : 11535 (java) S 11527 11529 11373 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1989725188 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11536] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11536/stat : 11536 (java) S 11527 11529 11373 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11537] ppid=11527 vsize=868308 CPUtime=0.24
/proc/11529/task/11537/stat : 11537 (java) S 11527 11529 11373 0 -1 64 561 273 0 0 23 0 0 1 16 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11529/tid=11538] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11538/stat : 11538 (java) S 11527 11529 11373 0 -1 64 2 273 0 0 0 0 0 1 19 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11539] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11539/stat : 11539 (java) S 11527 11529 11373 0 -1 64 5 273 0 0 0 0 0 1 15 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.93
Current children cumulated vsize (KiB) 868308

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 11599
/proc/meminfo: memFree=1438640/2055920 swapFree=4180396/4192956
[pid=11529] ppid=11527 vsize=868308 CPUtime=1659.91
/proc/11529/stat : 11529 (java) S 11527 11529 11373 0 -1 0 38197 273 1 0 165966 24 0 1 18 0 9 0 1989725185 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11529/statm: 217077 24564 2634 9 0 211583 0
[pid=11529/tid=11531] ppid=11527 vsize=868308 CPUtime=1659.43
/proc/11529/task/11531/stat : 11531 (java) R 11527 11529 11373 0 -1 64 22073 273 1 0 165925 17 0 1 25 0 9 0 1989725186 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4126765861 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11529/tid=11533] ppid=11527 vsize=868308 CPUtime=0.22
/proc/11529/task/11533/stat : 11533 (java) S 11527 11529 11373 0 -1 64 14724 273 0 0 17 4 0 1 16 0 9 0 1989725188 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11534] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11534/stat : 11534 (java) S 11527 11529 11373 0 -1 64 14 273 0 0 0 0 0 1 15 0 9 0 1989725188 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11535] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11535/stat : 11535 (java) S 11527 11529 11373 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1989725188 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11536] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11536/stat : 11536 (java) S 11527 11529 11373 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11537] ppid=11527 vsize=868308 CPUtime=0.24
/proc/11529/task/11537/stat : 11537 (java) S 11527 11529 11373 0 -1 64 561 273 0 0 23 0 0 1 16 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11529/tid=11538] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11538/stat : 11538 (java) S 11527 11529 11373 0 -1 64 2 273 0 0 0 0 0 1 19 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11539] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11539/stat : 11539 (java) S 11527 11529 11373 0 -1 64 5 273 0 0 0 0 0 1 15 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.91
Current children cumulated vsize (KiB) 868308

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 11599
/proc/meminfo: memFree=1438640/2055920 swapFree=4180396/4192956
[pid=11529] ppid=11527 vsize=868308 CPUtime=1719.89
/proc/11529/stat : 11529 (java) S 11527 11529 11373 0 -1 0 38279 273 1 0 171964 24 0 1 18 0 9 0 1989725185 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11529/statm: 217077 24564 2634 9 0 211583 0
[pid=11529/tid=11531] ppid=11527 vsize=868308 CPUtime=1719.41
/proc/11529/task/11531/stat : 11531 (java) R 11527 11529 11373 0 -1 64 22155 273 1 0 171923 17 0 1 25 0 9 0 1989725186 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4126766018 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11529/tid=11533] ppid=11527 vsize=868308 CPUtime=0.22
/proc/11529/task/11533/stat : 11533 (java) S 11527 11529 11373 0 -1 64 14724 273 0 0 17 4 0 1 16 0 9 0 1989725188 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11534] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11534/stat : 11534 (java) S 11527 11529 11373 0 -1 64 14 273 0 0 0 0 0 1 15 0 9 0 1989725188 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11535] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11535/stat : 11535 (java) S 11527 11529 11373 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1989725188 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11536] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11536/stat : 11536 (java) S 11527 11529 11373 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11537] ppid=11527 vsize=868308 CPUtime=0.24
/proc/11529/task/11537/stat : 11537 (java) S 11527 11529 11373 0 -1 64 561 273 0 0 23 0 0 1 16 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11529/tid=11538] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11538/stat : 11538 (java) S 11527 11529 11373 0 -1 64 2 273 0 0 0 0 0 1 19 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11539] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11539/stat : 11539 (java) S 11527 11529 11373 0 -1 64 5 273 0 0 0 0 0 1 15 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.89
Current children cumulated vsize (KiB) 868308

[startup+1782.3 s]
/proc/loadavg: 2.04 1.99 1.91 3/81 11626
/proc/meminfo: memFree=1435248/2055920 swapFree=4180396/4192956
[pid=11529] ppid=11527 vsize=868308 CPUtime=1779.86
/proc/11529/stat : 11529 (java) S 11527 11529 11373 0 -1 0 38354 273 1 0 177960 25 0 1 18 0 9 0 1989725185 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11529/statm: 217077 24564 2634 9 0 211583 0
[pid=11529/tid=11531] ppid=11527 vsize=868308 CPUtime=1779.38
/proc/11529/task/11531/stat : 11531 (java) R 11527 11529 11373 0 -1 64 22230 273 1 0 177919 18 0 1 25 0 9 0 1989725186 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4126791371 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11529/tid=11533] ppid=11527 vsize=868308 CPUtime=0.22
/proc/11529/task/11533/stat : 11533 (java) S 11527 11529 11373 0 -1 64 14724 273 0 0 17 4 0 1 16 0 9 0 1989725188 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11534] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11534/stat : 11534 (java) S 11527 11529 11373 0 -1 64 14 273 0 0 0 0 0 1 15 0 9 0 1989725188 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11535] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11535/stat : 11535 (java) S 11527 11529 11373 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1989725188 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11536] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11536/stat : 11536 (java) S 11527 11529 11373 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11537] ppid=11527 vsize=868308 CPUtime=0.24
/proc/11529/task/11537/stat : 11537 (java) S 11527 11529 11373 0 -1 64 561 273 0 0 23 0 0 1 16 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11529/tid=11538] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11538/stat : 11538 (java) S 11527 11529 11373 0 -1 64 2 273 0 0 0 0 0 1 19 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11539] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11539/stat : 11539 (java) S 11527 11529 11373 0 -1 64 5 273 0 0 0 0 0 1 15 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.86
Current children cumulated vsize (KiB) 868308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.5 s]
/proc/loadavg: 2.03 1.99 1.91 3/81 11626
/proc/meminfo: memFree=1435312/2055920 swapFree=4180396/4192956
[pid=11529] ppid=11527 vsize=868308 CPUtime=1800.06
/proc/11529/stat : 11529 (java) S 11527 11529 11373 0 -1 0 38399 273 1 0 179980 25 0 1 18 0 9 0 1989725185 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11529/statm: 217077 24564 2634 9 0 211583 0
[pid=11529/tid=11531] ppid=11527 vsize=868308 CPUtime=1799.58
/proc/11529/task/11531/stat : 11531 (java) R 11527 11529 11373 0 -1 64 22275 273 1 0 179939 18 0 1 25 0 9 0 1989725186 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4126766018 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11529/tid=11533] ppid=11527 vsize=868308 CPUtime=0.22
/proc/11529/task/11533/stat : 11533 (java) S 11527 11529 11373 0 -1 64 14724 273 0 0 17 4 0 1 16 0 9 0 1989725188 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11534] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11534/stat : 11534 (java) S 11527 11529 11373 0 -1 64 14 273 0 0 0 0 0 1 15 0 9 0 1989725188 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11535] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11535/stat : 11535 (java) S 11527 11529 11373 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1989725188 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11536] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11536/stat : 11536 (java) S 11527 11529 11373 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11537] ppid=11527 vsize=868308 CPUtime=0.24
/proc/11529/task/11537/stat : 11537 (java) S 11527 11529 11373 0 -1 64 561 273 0 0 23 0 0 1 16 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11529/tid=11538] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11538/stat : 11538 (java) S 11527 11529 11373 0 -1 64 2 273 0 0 0 0 0 1 19 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11539] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11539/stat : 11539 (java) S 11527 11529 11373 0 -1 64 5 273 0 0 0 0 0 1 15 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868308

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

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

[startup+1802.5 s]
/proc/loadavg: 2.03 1.99 1.91 3/81 11626
/proc/meminfo: memFree=1435312/2055920 swapFree=4180396/4192956
[pid=11529] ppid=11527 vsize=868308 CPUtime=1800.06
/proc/11529/stat : 11529 (java) S 11527 11529 11373 0 -1 0 38399 273 1 0 179980 25 0 1 18 0 9 0 1989725185 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11529/statm: 217077 24564 2634 9 0 211583 0
[pid=11529/tid=11531] ppid=11527 vsize=868308 CPUtime=1799.58
/proc/11529/task/11531/stat : 11531 (java) R 11527 11529 11373 0 -1 64 22275 273 1 0 179939 18 0 1 25 0 9 0 1989725186 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4126766018 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11529/tid=11533] ppid=11527 vsize=868308 CPUtime=0.22
/proc/11529/task/11533/stat : 11533 (java) S 11527 11529 11373 0 -1 64 14724 273 0 0 17 4 0 1 16 0 9 0 1989725188 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11534] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11534/stat : 11534 (java) S 11527 11529 11373 0 -1 64 14 273 0 0 0 0 0 1 15 0 9 0 1989725188 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11535] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11535/stat : 11535 (java) S 11527 11529 11373 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1989725188 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11536] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11536/stat : 11536 (java) S 11527 11529 11373 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11537] ppid=11527 vsize=868308 CPUtime=0.24
/proc/11529/task/11537/stat : 11537 (java) S 11527 11529 11373 0 -1 64 561 273 0 0 23 0 0 1 16 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11529/tid=11538] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11538/stat : 11538 (java) S 11527 11529 11373 0 -1 64 2 273 0 0 0 0 0 1 19 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11529/tid=11539] ppid=11527 vsize=868308 CPUtime=0.01
/proc/11529/task/11539/stat : 11539 (java) S 11527 11529 11373 0 -1 64 5 273 0 0 0 0 0 1 15 0 9 0 1989725190 889147392 24564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868308

Child status: 143
Real time (s): 1802.57
CPU time (s): 1800.13
CPU user time (s): 1799.85
CPU system time (s): 0.278957
CPU usage (%): 99.865
Max. virtual memory (cumulated for all children) (KiB): 868308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.278957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38704
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= 37512
involuntary context switches= 18380

runsolver used 2.07868 second user time and 6.12307 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-03 19:52:03
IDJOB=1056926
IDBENCH=53980
IDSOLVER=364
FILE ID=node44/1056926-1215107523
PBS_JOBID= 7877117
Free space on /tmp= 66524 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-15_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056926-1215107523/watcher-1056926-1215107523 -o /tmp/evaluation-result-1056926-1215107523/solver-1056926-1215107523 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1056926-1215107523.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 49ece5c5a71ddb66f0927be7e6359085
RANDOM SEED=1501536254

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1533168 kB
Buffers:         57320 kB
Cached:         377748 kB
SwapCached:       6524 kB
Active:         208612 kB
Inactive:       239920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1533168 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            7740 kB
Writeback:           0 kB
Mapped:          19248 kB
Slab:            59712 kB
Committed_AS:  3412648 kB
PageTables:       1704 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= 66520 MiB
End job on node44 at 2008-07-03 20:22:08