Trace number 1044891

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.07 1811.45

General information on the benchmark

Namecsp/QCP-20/
normalized-qcp-20-187-12_ext.xml
MD5SUM869d09f4fc284f13f7baa460da43ad51
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.55615
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints5540
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension5540
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1044891-1215022791.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.38/0.43	     nbVariables=400  nbDomainTypes=21  minDomainSize=1  maxDomainSize=20  nbTotalValues=3953
0.38/0.43	       =>  wckTime=0.174  cpuTime=0.14  mem=8M894
0.38/0.43	   
0.38/0.43	   relations being loaded...
0.38/0.45	   
0.38/0.45	   constraints being loaded...
1.05/1.13	     nbConstraints=5561  nbRelationTypes=21  nbGlobalConstraints=21  nbSingletonDomainVariables=213
1.05/1.13	     nbExtensionStructures=41  nbSharedExtensionStructures=5499  nbConflictsStructures=41
1.05/1.13	     nbSharedConflictsStructures=5499  nbSharedBinaryRepresentations=858  minDegree=18  maxDegree=39  minArity=2
1.05/1.13	     avgArity=2.03  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.289  symmetryCpuTime=0.16  nbCliques=21
1.05/1.13	       =>  wckTime=0.879  cpuTime=0.59  mem=42M113
1.15/1.25	   
1.15/1.25	   solver IterativeSystematicSolver being built... 
1.25/1.33	   
1.25/1.33	   INFO : Forward propagation technique limited 
1.34/1.42	       =>  wckTime=1.164  cpuTime=0.73  mem=26M649
1.76/1.83	   
1.76/1.83	   preprocessing
1.76/1.83	     nbConstraintChecks=200530  nbPropagations=6545  nbRevisions=58739  nbUselessRevisions=50880  nbSingletonTests=1741
1.76/1.83	     nbEffectiveSingletonTests=9  nbACRemovals=2932  nbFoundSingletons=0  nbRemovedValues=2944  detectedInconsistency=no
1.76/1.83	       =>  wckTime=0.406  cpuTime=0.36  mem=27M599
2.06/2.13	   
2.06/2.13	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=28M599)

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-1044891-1215022791/watcher-1044891-1215022791 -o /tmp/evaluation-result-1044891-1215022791/solver-1044891-1215022791 -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-1044891-1215022791.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.95 1.99 1.91 4/80 7517
/proc/meminfo: memFree=1516240/2055920 swapFree=4120768/4192956
[pid=7517] ppid=7515 vsize=18572 CPUtime=0
/proc/7517/stat : 7517 (runsolver) R 7515 7517 7021 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 1290525049 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 273952599335 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/7517/statm: 4643 292 257 25 0 2626 0

[startup+0.041959 s]
/proc/loadavg: 1.95 1.99 1.91 4/80 7517
/proc/meminfo: memFree=1516240/2055920 swapFree=4120768/4192956
[pid=7517] ppid=7515 vsize=861876 CPUtime=0.02
/proc/7517/stat : 7517 (java) S 7515 7517 7021 0 -1 0 2274 0 1 0 1 1 0 0 22 0 5 0 1290525049 882561024 1881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/7517/statm: 215469 1881 860 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.108881 s]
/proc/loadavg: 1.95 1.99 1.91 4/80 7517
/proc/meminfo: memFree=1516240/2055920 swapFree=4120768/4192956
[pid=7517] ppid=7515 vsize=865884 CPUtime=0.09
/proc/7517/stat : 7517 (java) S 7515 7517 7021 0 -1 0 3834 0 1 0 7 2 0 0 22 0 9 0 1290525049 886665216 3283 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7517/statm: 216471 3283 1737 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301916 s]
/proc/loadavg: 1.95 1.99 1.91 4/80 7517
/proc/meminfo: memFree=1516240/2055920 swapFree=4120768/4192956
[pid=7517] ppid=7515 vsize=866284 CPUtime=0.28
/proc/7517/stat : 7517 (java) S 7515 7517 7021 0 -1 0 5792 0 1 0 24 4 0 0 22 0 9 0 1290525049 887074816 5166 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7517/statm: 216571 5166 1951 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701998 s]
/proc/loadavg: 1.95 1.99 1.91 4/80 7517
/proc/meminfo: memFree=1516240/2055920 swapFree=4120768/4192956
[pid=7517] ppid=7515 vsize=867432 CPUtime=0.68
/proc/7517/stat : 7517 (java) S 7515 7517 7021 0 -1 0 9085 0 1 0 62 6 0 0 22 0 9 0 1290525049 888250368 8445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7517/statm: 216858 8445 1983 9 0 211386 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867432

[startup+1.50119 s]
/proc/loadavg: 1.95 1.99 1.91 3/91 7528
/proc/meminfo: memFree=1468024/2055920 swapFree=4120768/4192956
[pid=7517] ppid=7515 vsize=868168 CPUtime=1.46
/proc/7517/stat : 7517 (java) S 7515 7517 7021 0 -1 0 26266 590 1 0 127 12 6 1 22 0 9 0 1290525049 889004032 16649 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7517/statm: 217042 16649 2633 9 0 211548 0
[pid=7517/tid=7519] ppid=7515 vsize=868168 CPUtime=1.04
/proc/7517/task/7519/stat : 7519 (java) R 7515 7517 7021 0 -1 64 19915 590 1 0 89 8 6 1 19 0 9 0 1290525050 889004032 16649 996147200 134512640 134550740 4294955968 18446744073709551615 4127110595 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7520] ppid=7515 vsize=868168 CPUtime=0.17
/proc/7517/task/7520/stat : 7520 (java) S 7515 7517 7021 0 -1 64 4661 590 0 0 10 0 6 1 17 0 9 0 1290525051 889004032 16649 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7521] ppid=7515 vsize=868168 CPUtime=0.07
/proc/7517/task/7521/stat : 7521 (java) S 7515 7517 7021 0 -1 64 16 590 0 0 0 0 6 1 17 0 9 0 1290525052 889004032 16649 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7522] ppid=7515 vsize=868168 CPUtime=0.07
/proc/7517/task/7522/stat : 7522 (java) S 7515 7517 7021 0 -1 64 9 590 0 0 0 0 6 1 16 0 9 0 1290525052 889004032 16649 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7523] ppid=7515 vsize=868168 CPUtime=0.07
/proc/7517/task/7523/stat : 7523 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1290525054 889004032 16649 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7524] ppid=7515 vsize=868168 CPUtime=0.34
/proc/7517/task/7524/stat : 7524 (java) S 7515 7517 7021 0 -1 64 850 590 0 0 27 0 6 1 16 0 9 0 1290525054 889004032 16649 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7525] ppid=7515 vsize=868168 CPUtime=0.07
/proc/7517/task/7525/stat : 7525 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 19 0 9 0 1290525054 889004032 16649 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7526] ppid=7515 vsize=868168 CPUtime=0.07
/proc/7517/task/7526/stat : 7526 (java) S 7515 7517 7021 0 -1 64 7 590 0 0 0 0 6 1 15 0 9 0 1290525054 889004032 16649 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868168

[startup+3.10247 s]
/proc/loadavg: 1.95 1.99 1.91 3/89 7530
/proc/meminfo: memFree=1459392/2055920 swapFree=4120768/4192956
[pid=7517] ppid=7515 vsize=868292 CPUtime=3.05
/proc/7517/stat : 7517 (java) S 7515 7517 7021 0 -1 0 26331 590 1 0 286 12 6 1 22 0 9 0 1290525049 889131008 16702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7517/statm: 217073 16702 2633 9 0 211579 0
[pid=7517/tid=7519] ppid=7515 vsize=868292 CPUtime=2.54
/proc/7517/task/7519/stat : 7519 (java) R 7515 7517 7021 0 -1 64 19934 590 1 0 239 8 6 1 25 0 9 0 1290525050 889131008 16702 996147200 134512640 134550740 4294955968 18446744073709551615 4127075783 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7520] ppid=7515 vsize=868292 CPUtime=0.17
/proc/7517/task/7520/stat : 7520 (java) S 7515 7517 7021 0 -1 64 4662 590 0 0 10 0 6 1 17 0 9 0 1290525051 889131008 16702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7521] ppid=7515 vsize=868292 CPUtime=0.07
/proc/7517/task/7521/stat : 7521 (java) S 7515 7517 7021 0 -1 64 16 590 0 0 0 0 6 1 17 0 9 0 1290525052 889131008 16702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7522] ppid=7515 vsize=868292 CPUtime=0.07
/proc/7517/task/7522/stat : 7522 (java) S 7515 7517 7021 0 -1 64 9 590 0 0 0 0 6 1 16 0 9 0 1290525052 889131008 16702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7523] ppid=7515 vsize=868292 CPUtime=0.07
/proc/7517/task/7523/stat : 7523 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1290525054 889131008 16702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7524] ppid=7515 vsize=868292 CPUtime=0.42
/proc/7517/task/7524/stat : 7524 (java) S 7515 7517 7021 0 -1 64 895 590 0 0 35 0 6 1 15 0 9 0 1290525054 889131008 16702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7525] ppid=7515 vsize=868292 CPUtime=0.07
/proc/7517/task/7525/stat : 7525 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 19 0 9 0 1290525054 889131008 16702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7526] ppid=7515 vsize=868292 CPUtime=0.07
/proc/7517/task/7526/stat : 7526 (java) S 7515 7517 7021 0 -1 64 7 590 0 0 0 0 6 1 15 0 9 0 1290525054 889131008 16702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868292

[startup+6.3011 s]
/proc/loadavg: 1.95 1.99 1.91 3/89 7530
/proc/meminfo: memFree=1459200/2055920 swapFree=4120768/4192956
[pid=7517] ppid=7515 vsize=868292 CPUtime=6.21
/proc/7517/stat : 7517 (java) S 7515 7517 7021 0 -1 0 27383 590 1 0 602 12 6 1 22 0 9 0 1290525049 889131008 16704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7517/statm: 217073 16704 2633 9 0 211579 0
[pid=7517/tid=7519] ppid=7515 vsize=868292 CPUtime=5.72
/proc/7517/task/7519/stat : 7519 (java) R 7515 7517 7021 0 -1 64 20960 590 1 0 556 9 6 1 25 0 9 0 1290525050 889131008 16704 996147200 134512640 134550740 4294955968 18446744073709551615 4127088117 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7520] ppid=7515 vsize=868292 CPUtime=0.17
/proc/7517/task/7520/stat : 7520 (java) S 7515 7517 7021 0 -1 64 4662 590 0 0 10 0 6 1 16 0 9 0 1290525051 889131008 16704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7521] ppid=7515 vsize=868292 CPUtime=0.07
/proc/7517/task/7521/stat : 7521 (java) S 7515 7517 7021 0 -1 64 16 590 0 0 0 0 6 1 17 0 9 0 1290525052 889131008 16704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7522] ppid=7515 vsize=868292 CPUtime=0.07
/proc/7517/task/7522/stat : 7522 (java) S 7515 7517 7021 0 -1 64 9 590 0 0 0 0 6 1 16 0 9 0 1290525052 889131008 16704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7523] ppid=7515 vsize=868292 CPUtime=0.07
/proc/7517/task/7523/stat : 7523 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1290525054 889131008 16704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7524] ppid=7515 vsize=868292 CPUtime=0.44
/proc/7517/task/7524/stat : 7524 (java) S 7515 7517 7021 0 -1 64 898 590 0 0 36 1 6 1 16 0 9 0 1290525054 889131008 16704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7525] ppid=7515 vsize=868292 CPUtime=0.07
/proc/7517/task/7525/stat : 7525 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 19 0 9 0 1290525054 889131008 16704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7526] ppid=7515 vsize=868292 CPUtime=0.07
/proc/7517/task/7526/stat : 7526 (java) R 7515 7517 7021 0 -1 64 30 590 0 0 0 0 6 1 15 0 9 0 1290525054 889131008 16704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868292

[startup+12.7024 s]
/proc/loadavg: 1.95 1.99 1.91 3/89 7530
/proc/meminfo: memFree=1450368/2055920 swapFree=4120768/4192956
[pid=7517] ppid=7515 vsize=868204 CPUtime=12.55
/proc/7517/stat : 7517 (java) S 7515 7517 7021 0 -1 0 31816 590 1 0 1235 13 6 1 22 0 9 0 1290525049 889040896 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7517/statm: 217051 20033 2615 9 0 211579 0
[pid=7517/tid=7519] ppid=7515 vsize=868204 CPUtime=12.04
/proc/7517/task/7519/stat : 7519 (java) R 7515 7517 7021 0 -1 64 24308 590 1 0 1187 10 6 1 25 0 9 0 1290525050 889040896 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4127133737 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7520] ppid=7515 vsize=868204 CPUtime=0.19
/proc/7517/task/7520/stat : 7520 (java) S 7515 7517 7021 0 -1 64 5746 590 0 0 11 1 6 1 16 0 9 0 1290525051 889040896 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7521] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7521/stat : 7521 (java) S 7515 7517 7021 0 -1 64 16 590 0 0 0 0 6 1 16 0 9 0 1290525052 889040896 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7522] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7522/stat : 7522 (java) S 7515 7517 7021 0 -1 64 9 590 0 0 0 0 6 1 16 0 9 0 1290525052 889040896 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7523] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7523/stat : 7523 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1290525054 889040896 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7524] ppid=7515 vsize=868204 CPUtime=0.44
/proc/7517/task/7524/stat : 7524 (java) S 7515 7517 7021 0 -1 64 899 590 0 0 36 1 6 1 15 0 9 0 1290525054 889040896 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7525] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7525/stat : 7525 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 19 0 9 0 1290525054 889040896 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7526] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7526/stat : 7526 (java) S 7515 7517 7021 0 -1 64 30 590 0 0 0 0 6 1 15 0 9 0 1290525054 889040896 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868204

[startup+25.5019 s]
/proc/loadavg: 1.96 1.99 1.91 3/89 7530
/proc/meminfo: memFree=1446080/2055920 swapFree=4120768/4192956
[pid=7517] ppid=7515 vsize=868204 CPUtime=25.24
/proc/7517/stat : 7517 (java) S 7515 7517 7021 0 -1 0 31822 590 1 0 2503 14 6 1 22 0 9 0 1290525049 889040896 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7517/statm: 217051 20033 2615 9 0 211579 0
[pid=7517/tid=7519] ppid=7515 vsize=868204 CPUtime=24.72
/proc/7517/task/7519/stat : 7519 (java) R 7515 7517 7021 0 -1 64 24314 590 1 0 2455 10 6 1 25 0 9 0 1290525050 889040896 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4126375681 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7520] ppid=7515 vsize=868204 CPUtime=0.19
/proc/7517/task/7520/stat : 7520 (java) S 7515 7517 7021 0 -1 64 5746 590 0 0 11 1 6 1 16 0 9 0 1290525051 889040896 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7521] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7521/stat : 7521 (java) S 7515 7517 7021 0 -1 64 16 590 0 0 0 0 6 1 16 0 9 0 1290525052 889040896 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7522] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7522/stat : 7522 (java) S 7515 7517 7021 0 -1 64 9 590 0 0 0 0 6 1 16 0 9 0 1290525052 889040896 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7523] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7523/stat : 7523 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1290525054 889040896 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7524] ppid=7515 vsize=868204 CPUtime=0.44
/proc/7517/task/7524/stat : 7524 (java) S 7515 7517 7021 0 -1 64 899 590 0 0 36 1 6 1 15 0 9 0 1290525054 889040896 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7525] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7525/stat : 7525 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 19 0 9 0 1290525054 889040896 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7526] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7526/stat : 7526 (java) S 7515 7517 7021 0 -1 64 30 590 0 0 0 0 6 1 15 0 9 0 1290525054 889040896 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 868204

[startup+51.1019 s]
/proc/loadavg: 1.97 1.99 1.91 3/89 7530
/proc/meminfo: memFree=1441664/2055920 swapFree=4120768/4192956
[pid=7517] ppid=7515 vsize=868204 CPUtime=50.59
/proc/7517/stat : 7517 (java) S 7515 7517 7021 0 -1 0 32907 590 1 0 5038 14 6 1 22 0 9 0 1290525049 889040896 21113 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7517/statm: 217051 21113 2615 9 0 211579 0
[pid=7517/tid=7519] ppid=7515 vsize=868204 CPUtime=50.06
/proc/7517/task/7519/stat : 7519 (java) R 7515 7517 7021 0 -1 64 24317 590 1 0 4989 10 6 1 25 0 9 0 1290525050 889040896 21113 996147200 134512640 134550740 4294955968 18446744073709551615 4126095752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7520] ppid=7515 vsize=868204 CPUtime=0.2
/proc/7517/task/7520/stat : 7520 (java) S 7515 7517 7021 0 -1 64 6828 590 0 0 12 1 6 1 16 0 9 0 1290525051 889040896 21113 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7521] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7521/stat : 7521 (java) S 7515 7517 7021 0 -1 64 16 590 0 0 0 0 6 1 16 0 9 0 1290525052 889040896 21113 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7522] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7522/stat : 7522 (java) S 7515 7517 7021 0 -1 64 9 590 0 0 0 0 6 1 16 0 9 0 1290525052 889040896 21113 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7523] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7523/stat : 7523 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1290525054 889040896 21113 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7524] ppid=7515 vsize=868204 CPUtime=0.44
/proc/7517/task/7524/stat : 7524 (java) S 7515 7517 7021 0 -1 64 899 590 0 0 36 1 6 1 15 0 9 0 1290525054 889040896 21113 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7525] ppid=7515 vsize=868204 CPUtime=0.07

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

/proc/7517/task/7522/stat : 7522 (java) S 7515 7517 7021 0 -1 64 9 590 0 0 0 0 6 1 16 0 9 0 1290525052 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7523] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7523/stat : 7523 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7524] ppid=7515 vsize=868204 CPUtime=0.44
/proc/7517/task/7524/stat : 7524 (java) S 7515 7517 7021 0 -1 64 901 590 0 0 36 1 6 1 16 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7525] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7525/stat : 7525 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 19 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7526] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7526/stat : 7526 (java) S 7515 7517 7021 0 -1 64 30 590 0 0 0 0 6 1 15 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1471.19
Current children cumulated vsize (KiB) 868204

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/89 7992
/proc/meminfo: memFree=1425088/2055920 swapFree=4120768/4192956
[pid=7517] ppid=7515 vsize=868204 CPUtime=1531.13
/proc/7517/stat : 7517 (java) S 7515 7517 7021 0 -1 0 33006 590 1 0 153076 30 6 1 22 0 9 0 1290525049 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7517/statm: 217051 21126 2615 9 0 211579 0
[pid=7517/tid=7519] ppid=7515 vsize=868204 CPUtime=1530.49
/proc/7517/task/7519/stat : 7519 (java) R 7515 7517 7021 0 -1 64 24402 590 1 0 153016 26 6 1 25 0 9 0 1290525050 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4126095741 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7517/tid=7520] ppid=7515 vsize=868204 CPUtime=0.32
/proc/7517/task/7520/stat : 7520 (java) S 7515 7517 7021 0 -1 64 6840 590 0 0 23 2 6 1 16 0 9 0 1290525051 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7517/tid=7521] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7521/stat : 7521 (java) S 7515 7517 7021 0 -1 64 16 590 0 0 0 0 6 1 16 0 9 0 1290525052 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7522] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7522/stat : 7522 (java) S 7515 7517 7021 0 -1 64 9 590 0 0 0 0 6 1 16 0 9 0 1290525052 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7523] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7523/stat : 7523 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7524] ppid=7515 vsize=868204 CPUtime=0.44
/proc/7517/task/7524/stat : 7524 (java) S 7515 7517 7021 0 -1 64 901 590 0 0 36 1 6 1 16 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7525] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7525/stat : 7525 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 19 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7526] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7526/stat : 7526 (java) S 7515 7517 7021 0 -1 64 30 590 0 0 0 0 6 1 15 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1531.13
Current children cumulated vsize (KiB) 868204

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/89 7992
/proc/meminfo: memFree=1425024/2055920 swapFree=4120768/4192956
[pid=7517] ppid=7515 vsize=868204 CPUtime=1591.08
/proc/7517/stat : 7517 (java) S 7515 7517 7021 0 -1 0 33009 590 1 0 159071 30 6 1 22 0 9 0 1290525049 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7517/statm: 217051 21126 2615 9 0 211579 0
[pid=7517/tid=7519] ppid=7515 vsize=868204 CPUtime=1590.43
/proc/7517/task/7519/stat : 7519 (java) R 7515 7517 7021 0 -1 64 24405 590 1 0 159010 26 6 1 25 0 9 0 1290525050 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4127188556 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7517/tid=7520] ppid=7515 vsize=868204 CPUtime=0.33
/proc/7517/task/7520/stat : 7520 (java) S 7515 7517 7021 0 -1 64 6840 590 0 0 24 2 6 1 16 0 9 0 1290525051 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7517/tid=7521] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7521/stat : 7521 (java) S 7515 7517 7021 0 -1 64 16 590 0 0 0 0 6 1 16 0 9 0 1290525052 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7522] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7522/stat : 7522 (java) S 7515 7517 7021 0 -1 64 9 590 0 0 0 0 6 1 16 0 9 0 1290525052 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7523] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7523/stat : 7523 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7524] ppid=7515 vsize=868204 CPUtime=0.44
/proc/7517/task/7524/stat : 7524 (java) S 7515 7517 7021 0 -1 64 901 590 0 0 36 1 6 1 16 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7525] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7525/stat : 7525 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 19 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7526] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7526/stat : 7526 (java) S 7515 7517 7021 0 -1 64 30 590 0 0 0 0 6 1 15 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.08
Current children cumulated vsize (KiB) 868204

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/89 7992
/proc/meminfo: memFree=1425088/2055920 swapFree=4120768/4192956
[pid=7517] ppid=7515 vsize=868204 CPUtime=1651.03
/proc/7517/stat : 7517 (java) S 7515 7517 7021 0 -1 0 33013 590 1 0 165065 31 6 1 22 0 9 0 1290525049 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7517/statm: 217051 21126 2615 9 0 211579 0
[pid=7517/tid=7519] ppid=7515 vsize=868204 CPUtime=1650.37
/proc/7517/task/7519/stat : 7519 (java) R 7515 7517 7021 0 -1 64 24409 590 1 0 165004 26 6 1 25 0 9 0 1290525050 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4127088243 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7517/tid=7520] ppid=7515 vsize=868204 CPUtime=0.33
/proc/7517/task/7520/stat : 7520 (java) S 7515 7517 7021 0 -1 64 6840 590 0 0 24 2 6 1 16 0 9 0 1290525051 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7517/tid=7521] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7521/stat : 7521 (java) S 7515 7517 7021 0 -1 64 16 590 0 0 0 0 6 1 16 0 9 0 1290525052 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7522] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7522/stat : 7522 (java) S 7515 7517 7021 0 -1 64 9 590 0 0 0 0 6 1 16 0 9 0 1290525052 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7523] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7523/stat : 7523 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7524] ppid=7515 vsize=868204 CPUtime=0.44
/proc/7517/task/7524/stat : 7524 (java) S 7515 7517 7021 0 -1 64 901 590 0 0 36 1 6 1 16 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7525] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7525/stat : 7525 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 19 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7526] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7526/stat : 7526 (java) S 7515 7517 7021 0 -1 64 30 590 0 0 0 0 6 1 15 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.03
Current children cumulated vsize (KiB) 868204

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 1.93 3/89 7992
/proc/meminfo: memFree=1425088/2055920 swapFree=4120768/4192956
[pid=7517] ppid=7515 vsize=868204 CPUtime=1710.98
/proc/7517/stat : 7517 (java) S 7515 7517 7021 0 -1 0 33016 590 1 0 171060 31 6 1 22 0 9 0 1290525049 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7517/statm: 217051 21126 2615 9 0 211579 0
[pid=7517/tid=7519] ppid=7515 vsize=868204 CPUtime=1710.31
/proc/7517/task/7519/stat : 7519 (java) R 7515 7517 7021 0 -1 64 24412 590 1 0 170998 26 6 1 25 0 9 0 1290525050 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4127188556 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7517/tid=7520] ppid=7515 vsize=868204 CPUtime=0.34
/proc/7517/task/7520/stat : 7520 (java) S 7515 7517 7021 0 -1 64 6840 590 0 0 25 2 6 1 16 0 9 0 1290525051 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7517/tid=7521] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7521/stat : 7521 (java) S 7515 7517 7021 0 -1 64 16 590 0 0 0 0 6 1 16 0 9 0 1290525052 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7522] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7522/stat : 7522 (java) S 7515 7517 7021 0 -1 64 9 590 0 0 0 0 6 1 16 0 9 0 1290525052 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7523] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7523/stat : 7523 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7524] ppid=7515 vsize=868204 CPUtime=0.44
/proc/7517/task/7524/stat : 7524 (java) S 7515 7517 7021 0 -1 64 901 590 0 0 36 1 6 1 16 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7525] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7525/stat : 7525 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 19 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7526] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7526/stat : 7526 (java) S 7515 7517 7021 0 -1 64 30 590 0 0 0 0 6 1 15 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.98
Current children cumulated vsize (KiB) 868204

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/89 7992
/proc/meminfo: memFree=1425088/2055920 swapFree=4120768/4192956
[pid=7517] ppid=7515 vsize=868204 CPUtime=1770.93
/proc/7517/stat : 7517 (java) S 7515 7517 7021 0 -1 0 33020 590 1 0 177055 31 6 1 22 0 9 0 1290525049 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7517/statm: 217051 21126 2615 9 0 211579 0
[pid=7517/tid=7519] ppid=7515 vsize=868204 CPUtime=1770.25
/proc/7517/task/7519/stat : 7519 (java) R 7515 7517 7021 0 -1 64 24416 590 1 0 176992 26 6 1 25 0 9 0 1290525050 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4127093068 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7517/tid=7520] ppid=7515 vsize=868204 CPUtime=0.34
/proc/7517/task/7520/stat : 7520 (java) S 7515 7517 7021 0 -1 64 6840 590 0 0 25 2 6 1 16 0 9 0 1290525051 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7517/tid=7521] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7521/stat : 7521 (java) S 7515 7517 7021 0 -1 64 16 590 0 0 0 0 6 1 16 0 9 0 1290525052 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7522] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7522/stat : 7522 (java) S 7515 7517 7021 0 -1 64 9 590 0 0 0 0 6 1 16 0 9 0 1290525052 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7523] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7523/stat : 7523 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7524] ppid=7515 vsize=868204 CPUtime=0.44
/proc/7517/task/7524/stat : 7524 (java) S 7515 7517 7021 0 -1 64 901 590 0 0 36 1 6 1 16 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7525] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7525/stat : 7525 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 19 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7526] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7526/stat : 7526 (java) S 7515 7517 7021 0 -1 64 30 590 0 0 0 0 6 1 15 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.93
Current children cumulated vsize (KiB) 868204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.4 s]
/proc/loadavg: 2.01 2.01 1.93 3/89 7992
/proc/meminfo: memFree=1425088/2055920 swapFree=4120768/4192956
[pid=7517] ppid=7515 vsize=868204 CPUtime=1800.01
/proc/7517/stat : 7517 (java) S 7515 7517 7021 0 -1 0 33021 590 1 0 179963 31 6 1 22 0 9 0 1290525049 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7517/statm: 217051 21126 2615 9 0 211579 0
[pid=7517/tid=7519] ppid=7515 vsize=868204 CPUtime=1799.33
/proc/7517/task/7519/stat : 7519 (java) R 7515 7517 7021 0 -1 64 24417 590 1 0 179900 26 6 1 25 0 9 0 1290525050 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4127092992 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7517/tid=7520] ppid=7515 vsize=868204 CPUtime=0.35
/proc/7517/task/7520/stat : 7520 (java) S 7515 7517 7021 0 -1 64 6840 590 0 0 26 2 6 1 16 0 9 0 1290525051 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7517/tid=7521] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7521/stat : 7521 (java) S 7515 7517 7021 0 -1 64 16 590 0 0 0 0 6 1 16 0 9 0 1290525052 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7522] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7522/stat : 7522 (java) S 7515 7517 7021 0 -1 64 9 590 0 0 0 0 6 1 16 0 9 0 1290525052 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7523] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7523/stat : 7523 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7524] ppid=7515 vsize=868204 CPUtime=0.44
/proc/7517/task/7524/stat : 7524 (java) S 7515 7517 7021 0 -1 64 901 590 0 0 36 1 6 1 16 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7525] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7525/stat : 7525 (java) S 7515 7517 7021 0 -1 64 1 590 0 0 0 0 6 1 19 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7517/tid=7526] ppid=7515 vsize=868204 CPUtime=0.07
/proc/7517/task/7526/stat : 7526 (java) S 7515 7517 7021 0 -1 64 30 590 0 0 0 0 6 1 15 0 9 0 1290525054 889040896 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868204

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

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

Child status: 143
Real time (s): 1811.45
CPU time (s): 1800.07
CPU user time (s): 1799.73
CPU system time (s): 0.340948
CPU usage (%): 99.3718
Max. virtual memory (cumulated for all children) (KiB): 869520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.340948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33642
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= 38982
involuntary context switches= 57403

runsolver used 2.32365 second user time and 5.9261 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-02 20:19:51
IDJOB=1044891
IDBENCH=53530
IDSOLVER=364
FILE ID=node20/1044891-1215022791
PBS_JOBID= 7874430
Free space on /tmp= 66540 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/QCP-20/normalized-qcp-20-187-12_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-1044891-1215022791/watcher-1044891-1215022791 -o /tmp/evaluation-result-1044891-1215022791/solver-1044891-1215022791 -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-1044891-1215022791.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 869d09f4fc284f13f7baa460da43ad51
RANDOM SEED=950139975

node20.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.263
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.263
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:       1516720 kB
Buffers:         62772 kB
Cached:         277564 kB
SwapCached:      66440 kB
Active:         284540 kB
Inactive:       179816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1516720 kB
SwapTotal:     4192956 kB
SwapFree:      4120768 kB
Dirty:            3292 kB
Writeback:           0 kB
Mapped:         138960 kB
Slab:            59816 kB
Committed_AS:  3370740 kB
PageTables:       2036 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node20 at 2008-07-02 20:50:05