Trace number 1050389

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.13 1809.86

General information on the benchmark

Namecsp/pseudo/primesDimacs/
normalized-bf-0432-007.xml
MD5SUM35cc92f7fc56d493edc0ad3c3e39b4d7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.9397
Satisfiable
(Un)Satisfiability was proved
Number of variables2080
Number of constraints4702
Maximum constraint arity6
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4702
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.30	   
0.18/0.30	   instance
0.18/0.30	     name=HOME/instance-1050389-1215049840.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.58/0.64	     nbVariables=2080  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2  nbTotalValues=3908
0.58/0.64	       =>  wckTime=0.4  cpuTime=0.32  mem=13M705
0.58/0.65	   
0.58/0.65	   predicates being loaded...
0.68/0.77	   
0.68/0.77	   constraints being loaded...
2.16/2.22	     nbConstraints=4702  nbSingletonDomainVariables=252  nbConvertedConstraints=2835  nbConvertConstraintsChecks=419
2.16/2.22	     nbExtensionStructures=195  nbSharedExtensionStructures=2831  nbConflictsStructures=216
2.16/2.22	     nbSharedConflictsStructures=4677  nbSharedBinaryRepresentations=392  nbEvaluationManagers=21
2.16/2.22	     nbSharedEvaluationManagers=1846  minDegree=1  maxDegree=27  minArity=2  avgArity=2.48  maxArity=6  nbGenerators=0
2.16/2.22	     nbFusions=0  symmetryWckTime=0.328  symmetryCpuTime=0.14
2.16/2.22	       =>  wckTime=1.978  cpuTime=1.44  mem=21M494
2.25/2.34	   
2.25/2.34	   solver IterativeSystematicSolver being built... 
2.55/2.65	       =>  wckTime=2.407  cpuTime=1.69  mem=49M892
2.55/2.68	   
2.55/2.68	   preprocessing
2.55/2.68	     nbConstraintChecks=0  nbPropagations=2080  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.55/2.68	     detectedInconsistency=no
2.55/2.68	       =>  wckTime=0.027  cpuTime=0.03  mem=49M892

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-1050389-1215049840/watcher-1050389-1215049840 -o /tmp/evaluation-result-1050389-1215049840/solver-1050389-1215049840 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1050389-1215049840.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 11581
/proc/meminfo: memFree=1253504/2055920 swapFree=4180052/4192956
[pid=11581] ppid=11579 vsize=1616 CPUtime=0
/proc/11581/stat : 11581 (java) D 11579 11581 10028 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 1983959209 1654784 151 996147200 134512640 134550740 4294955984 18446744073709551615 10416932 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/11581/statm: 404 151 125 9 0 46 0
[pid=11581/tid=11582] ppid=11579 vsize=10616 CPUtime=0
/proc/11581/task/11582/stat : 11582 (java) R 11579 11581 10028 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1983959210 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 11263960 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0463211 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 11581
/proc/meminfo: memFree=1253504/2055920 swapFree=4180052/4192956
[pid=11581] ppid=11579 vsize=861876 CPUtime=0.02
/proc/11581/stat : 11581 (java) S 11579 11581 10028 0 -1 0 2251 0 1 0 1 1 0 0 18 0 5 0 1983959209 882561024 1862 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/11581/statm: 215469 1862 854 9 0 210448 0
[pid=11581/tid=11582] ppid=11579 vsize=861876 CPUtime=0.02
/proc/11581/task/11582/stat : 11582 (java) D 11579 11581 10028 0 -1 64 1557 0 1 0 1 1 0 0 17 0 5 0 1983959210 882561024 1862 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099781622 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101638 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 11581
/proc/meminfo: memFree=1253504/2055920 swapFree=4180052/4192956
[pid=11581] ppid=11579 vsize=865884 CPUtime=0.08
/proc/11581/stat : 11581 (java) S 11579 11581 10028 0 -1 0 3682 0 1 0 6 2 0 0 18 0 9 0 1983959209 886665216 3156 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11581/statm: 216471 3156 1676 9 0 211026 0
[pid=11581/tid=11582] ppid=11579 vsize=865884 CPUtime=0.07
/proc/11581/task/11582/stat : 11582 (java) R 11579 11581 10028 0 -1 64 2779 0 1 0 5 2 0 0 18 0 9 0 1983959210 886665216 3156 996147200 134512640 134550740 4294955984 18446744073709551615 4125950590 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301655 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 11581
/proc/meminfo: memFree=1253504/2055920 swapFree=4180052/4192956
[pid=11581] ppid=11579 vsize=866128 CPUtime=0.28
/proc/11581/stat : 11581 (java) S 11579 11581 10028 0 -1 0 5707 0 1 0 24 4 0 0 18 0 9 0 1983959209 886915072 5081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11581/statm: 216532 5081 1950 9 0 211060 0
[pid=11581/tid=11582] ppid=11579 vsize=866128 CPUtime=0.25
/proc/11581/task/11582/stat : 11582 (java) R 11579 11581 10028 0 -1 64 4782 0 1 0 21 4 0 0 18 0 9 0 1983959210 886915072 5081 996147200 134512640 134550740 4294955984 18446744073709551615 102481713 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866128

[startup+0.701704 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 11581
/proc/meminfo: memFree=1253504/2055920 swapFree=4180052/4192956
[pid=11581] ppid=11579 vsize=866980 CPUtime=0.68
/proc/11581/stat : 11581 (java) S 11579 11581 10028 0 -1 0 8164 0 1 0 62 6 0 0 18 0 9 0 1983959209 887787520 7534 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11581/statm: 216745 7534 1973 9 0 211273 0
[pid=11581/tid=11582] ppid=11579 vsize=866980 CPUtime=0.53
/proc/11581/task/11582/stat : 11582 (java) R 11579 11581 10028 0 -1 64 6966 0 1 0 48 5 0 0 20 0 9 0 1983959210 887787520 7534 996147200 134512640 134550740 4294955984 18446744073709551615 4126096522 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866980

[startup+1.50179 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 11590
/proc/meminfo: memFree=1219640/2055920 swapFree=4180052/4192956
[pid=11581] ppid=11579 vsize=867504 CPUtime=1.47
/proc/11581/stat : 11581 (java) S 11579 11581 10028 0 -1 0 14286 0 1 0 127 20 0 0 18 0 9 0 1983959209 888324096 13643 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11581/statm: 216876 13643 2015 9 0 211382 0
[pid=11581/tid=11582] ppid=11579 vsize=867504 CPUtime=1.22
/proc/11581/task/11582/stat : 11582 (java) R 11579 11581 10028 0 -1 64 12906 0 1 0 103 19 0 0 25 0 9 0 1983959210 888324096 13643 996147200 134512640 134550740 4294955984 18446744073709551615 102630648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11584] ppid=11579 vsize=867504 CPUtime=0
/proc/11581/task/11584/stat : 11584 (java) S 11579 11581 10028 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1983959212 888324096 13643 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11585] ppid=11579 vsize=867504 CPUtime=0
/proc/11581/task/11585/stat : 11585 (java) S 11579 11581 10028 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1983959212 888324096 13643 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11586] ppid=11579 vsize=867504 CPUtime=0
/proc/11581/task/11586/stat : 11586 (java) S 11579 11581 10028 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983959212 888324096 13643 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11587] ppid=11579 vsize=867504 CPUtime=0
/proc/11581/task/11587/stat : 11587 (java) S 11579 11581 10028 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983959214 888324096 13643 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11588] ppid=11579 vsize=867504 CPUtime=0.23
/proc/11581/task/11588/stat : 11588 (java) S 11579 11581 10028 0 -1 64 682 0 0 0 23 0 0 0 16 0 9 0 1983959214 888324096 13643 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11589] ppid=11579 vsize=867504 CPUtime=0
/proc/11581/task/11589/stat : 11589 (java) S 11579 11581 10028 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983959214 888324096 13643 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11590] ppid=11579 vsize=867504 CPUtime=0
/proc/11581/task/11590/stat : 11590 (java) S 11579 11581 10028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983959214 888324096 13643 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867504

[startup+3.10295 s]
/proc/loadavg: 2.00 2.00 2.00 4/95 11592
/proc/meminfo: memFree=1184872/2055920 swapFree=4180052/4192956
[pid=11581] ppid=11579 vsize=867952 CPUtime=3.04
/proc/11581/stat : 11581 (java) S 11579 11581 10028 0 -1 0 35723 549 1 0 253 38 12 1 18 0 9 0 1983959209 888782848 21432 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11581/statm: 216988 21432 2637 9 0 211494 0
[pid=11581/tid=11582] ppid=11579 vsize=867952 CPUtime=2.43
/proc/11581/task/11582/stat : 11582 (java) R 11579 11581 10028 0 -1 64 26495 549 1 0 198 32 12 1 25 0 9 0 1983959210 888782848 21432 996147200 134512640 134550740 4294955984 18446744073709551615 4127273235 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11584] ppid=11579 vsize=867952 CPUtime=0.32
/proc/11581/task/11584/stat : 11584 (java) S 11579 11581 10028 0 -1 64 7450 549 0 0 17 2 12 1 17 0 9 0 1983959212 888782848 21432 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11585] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11585/stat : 11585 (java) S 11579 11581 10028 0 -1 64 17 549 0 0 0 0 12 1 16 0 9 0 1983959212 888782848 21432 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11586] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11586/stat : 11586 (java) S 11579 11581 10028 0 -1 64 9 549 0 0 0 0 12 1 15 0 9 0 1983959212 888782848 21432 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11587] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11587/stat : 11587 (java) S 11579 11581 10028 0 -1 64 1 549 0 0 0 0 12 1 18 0 9 0 1983959214 888782848 21432 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11588] ppid=11579 vsize=867952 CPUtime=0.5
/proc/11581/task/11588/stat : 11588 (java) S 11579 11581 10028 0 -1 64 937 549 0 0 36 1 12 1 15 0 9 0 1983959214 888782848 21432 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11589] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11589/stat : 11589 (java) S 11579 11581 10028 0 -1 64 1 549 0 0 0 0 12 1 19 0 9 0 1983959214 888782848 21432 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11590] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11590/stat : 11590 (java) S 11579 11581 10028 0 -1 64 7 549 0 0 0 0 12 1 15 0 9 0 1983959214 888782848 21432 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867952

[startup+6.30229 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 11594
/proc/meminfo: memFree=1177520/2055920 swapFree=4180052/4192956
[pid=11581] ppid=11579 vsize=867952 CPUtime=6.21
/proc/11581/stat : 11581 (java) S 11579 11581 10028 0 -1 0 35782 549 1 0 570 38 12 1 18 0 9 0 1983959209 888782848 21450 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11581/statm: 216988 21450 2637 9 0 211494 0
[pid=11581/tid=11582] ppid=11579 vsize=867952 CPUtime=5.57
/proc/11581/task/11582/stat : 11582 (java) R 11579 11581 10028 0 -1 64 26504 549 1 0 511 33 12 1 25 0 9 0 1983959210 888782848 21450 996147200 134512640 134550740 4294955984 18446744073709551615 4127269164 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11584] ppid=11579 vsize=867952 CPUtime=0.32
/proc/11581/task/11584/stat : 11584 (java) S 11579 11581 10028 0 -1 64 7451 549 0 0 17 2 12 1 17 0 9 0 1983959212 888782848 21450 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11585] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11585/stat : 11585 (java) S 11579 11581 10028 0 -1 64 17 549 0 0 0 0 12 1 16 0 9 0 1983959212 888782848 21450 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11586] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11586/stat : 11586 (java) S 11579 11581 10028 0 -1 64 9 549 0 0 0 0 12 1 15 0 9 0 1983959212 888782848 21450 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11587] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11587/stat : 11587 (java) S 11579 11581 10028 0 -1 64 1 549 0 0 0 0 12 1 18 0 9 0 1983959214 888782848 21450 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11588] ppid=11579 vsize=867952 CPUtime=0.54
/proc/11581/task/11588/stat : 11588 (java) S 11579 11581 10028 0 -1 64 963 549 0 0 40 1 12 1 15 0 9 0 1983959214 888782848 21450 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11589] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11589/stat : 11589 (java) S 11579 11581 10028 0 -1 64 1 549 0 0 0 0 12 1 19 0 9 0 1983959214 888782848 21450 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11590] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11590/stat : 11590 (java) S 11579 11581 10028 0 -1 64 30 549 0 0 0 0 12 1 15 0 9 0 1983959214 888782848 21450 996147200 134512640 134550740 4294955984 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) 867952

[startup+12.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 11594
/proc/meminfo: memFree=1177456/2055920 swapFree=4180052/4192956
[pid=11581] ppid=11579 vsize=867952 CPUtime=12.54
/proc/11581/stat : 11581 (java) S 11579 11581 10028 0 -1 0 35791 549 1 0 1203 38 12 1 18 0 9 0 1983959209 888782848 21452 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11581/statm: 216988 21452 2637 9 0 211494 0
[pid=11581/tid=11582] ppid=11579 vsize=867952 CPUtime=11.9
/proc/11581/task/11582/stat : 11582 (java) R 11579 11581 10028 0 -1 64 26510 549 1 0 1144 33 12 1 25 0 9 0 1983959210 888782848 21452 996147200 134512640 134550740 4294955984 18446744073709551615 4127270824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11584] ppid=11579 vsize=867952 CPUtime=0.32
/proc/11581/task/11584/stat : 11584 (java) S 11579 11581 10028 0 -1 64 7451 549 0 0 17 2 12 1 16 0 9 0 1983959212 888782848 21452 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11585] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11585/stat : 11585 (java) S 11579 11581 10028 0 -1 64 17 549 0 0 0 0 12 1 16 0 9 0 1983959212 888782848 21452 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11586] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11586/stat : 11586 (java) S 11579 11581 10028 0 -1 64 9 549 0 0 0 0 12 1 15 0 9 0 1983959212 888782848 21452 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11587] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11587/stat : 11587 (java) S 11579 11581 10028 0 -1 64 1 549 0 0 0 0 12 1 18 0 9 0 1983959214 888782848 21452 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11588] ppid=11579 vsize=867952 CPUtime=0.54
/proc/11581/task/11588/stat : 11588 (java) S 11579 11581 10028 0 -1 64 966 549 0 0 40 1 12 1 16 0 9 0 1983959214 888782848 21452 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11589] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11589/stat : 11589 (java) S 11579 11581 10028 0 -1 64 1 549 0 0 0 0 12 1 19 0 9 0 1983959214 888782848 21452 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11590] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11590/stat : 11590 (java) S 11579 11581 10028 0 -1 64 30 549 0 0 0 0 12 1 15 0 9 0 1983959214 888782848 21452 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 867952

[startup+25.5013 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 11594
/proc/meminfo: memFree=1177520/2055920 swapFree=4180052/4192956
[pid=11581] ppid=11579 vsize=867952 CPUtime=25.23
/proc/11581/stat : 11581 (java) S 11579 11581 10028 0 -1 0 35794 549 1 0 2471 39 12 1 18 0 9 0 1983959209 888782848 21452 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11581/statm: 216988 21452 2637 9 0 211494 0
[pid=11581/tid=11582] ppid=11579 vsize=867952 CPUtime=24.58
/proc/11581/task/11582/stat : 11582 (java) R 11579 11581 10028 0 -1 64 26513 549 1 0 2412 33 12 1 25 0 9 0 1983959210 888782848 21452 996147200 134512640 134550740 4294955984 18446744073709551615 4127270843 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11584] ppid=11579 vsize=867952 CPUtime=0.32
/proc/11581/task/11584/stat : 11584 (java) S 11579 11581 10028 0 -1 64 7451 549 0 0 17 2 12 1 16 0 9 0 1983959212 888782848 21452 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11585] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11585/stat : 11585 (java) S 11579 11581 10028 0 -1 64 17 549 0 0 0 0 12 1 16 0 9 0 1983959212 888782848 21452 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11586] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11586/stat : 11586 (java) S 11579 11581 10028 0 -1 64 9 549 0 0 0 0 12 1 15 0 9 0 1983959212 888782848 21452 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11587] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11587/stat : 11587 (java) S 11579 11581 10028 0 -1 64 1 549 0 0 0 0 12 1 18 0 9 0 1983959214 888782848 21452 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11588] ppid=11579 vsize=867952 CPUtime=0.55
/proc/11581/task/11588/stat : 11588 (java) S 11579 11581 10028 0 -1 64 966 549 0 0 41 1 12 1 17 0 9 0 1983959214 888782848 21452 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11589] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11589/stat : 11589 (java) S 11579 11581 10028 0 -1 64 1 549 0 0 0 0 12 1 19 0 9 0 1983959214 888782848 21452 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11590] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11590/stat : 11590 (java) S 11579 11581 10028 0 -1 64 30 549 0 0 0 0 12 1 15 0 9 0 1983959214 888782848 21452 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867952

[startup+51.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 11594
/proc/meminfo: memFree=1177520/2055920 swapFree=4180052/4192956
[pid=11581] ppid=11579 vsize=867952 CPUtime=50.59
/proc/11581/stat : 11581 (java) S 11579 11581 10028 0 -1 0 35798 549 1 0 5007 39 12 1 18 0 9 0 1983959209 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11581/statm: 216988 21453 2637 9 0 211494 0
[pid=11581/tid=11582] ppid=11579 vsize=867952 CPUtime=49.93
/proc/11581/task/11582/stat : 11582 (java) R 11579 11581 10028 0 -1 64 26515 549 1 0 4947 33 12 1 25 0 9 0 1983959210 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4127274152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11584] ppid=11579 vsize=867952 CPUtime=0.32

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

/proc/11581/task/11586/stat : 11586 (java) S 11579 11581 10028 0 -1 64 9 549 0 0 0 0 12 1 15 0 9 0 1983959212 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11587] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11587/stat : 11587 (java) S 11579 11581 10028 0 -1 64 1 549 0 0 0 0 12 1 18 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11588] ppid=11579 vsize=867952 CPUtime=0.55
/proc/11581/task/11588/stat : 11588 (java) S 11579 11581 10028 0 -1 64 968 549 0 0 41 1 12 1 16 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11589] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11589/stat : 11589 (java) S 11579 11581 10028 0 -1 64 1 549 0 0 0 0 12 1 19 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11590] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11590/stat : 11590 (java) S 11579 11581 10028 0 -1 64 30 549 0 0 0 0 12 1 15 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1472.69
Current children cumulated vsize (KiB) 867952

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 12118
/proc/meminfo: memFree=1278736/2055920 swapFree=4180052/4192956
[pid=11581] ppid=11579 vsize=867952 CPUtime=1532.66
/proc/11581/stat : 11581 (java) S 11579 11581 10028 0 -1 0 35812 549 1 0 153210 43 12 1 18 0 9 0 1983959209 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11581/statm: 216988 21453 2637 9 0 211494 0
[pid=11581/tid=11582] ppid=11579 vsize=867952 CPUtime=1532
/proc/11581/task/11582/stat : 11582 (java) R 11579 11581 10028 0 -1 64 26529 549 1 0 153150 37 12 1 25 0 9 0 1983959210 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4127273232 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=867952 CPUtime=0.32
/proc/11581/task/11584/stat : 11584 (java) S 11579 11581 10028 0 -1 64 7451 549 0 0 17 2 12 1 16 0 9 0 1983959212 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11585] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11585/stat : 11585 (java) S 11579 11581 10028 0 -1 64 17 549 0 0 0 0 12 1 16 0 9 0 1983959212 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11586] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11586/stat : 11586 (java) S 11579 11581 10028 0 -1 64 9 549 0 0 0 0 12 1 15 0 9 0 1983959212 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11587] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11587/stat : 11587 (java) S 11579 11581 10028 0 -1 64 1 549 0 0 0 0 12 1 18 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11588] ppid=11579 vsize=867952 CPUtime=0.55
/proc/11581/task/11588/stat : 11588 (java) S 11579 11581 10028 0 -1 64 968 549 0 0 41 1 12 1 16 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11589] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11589/stat : 11589 (java) S 11579 11581 10028 0 -1 64 1 549 0 0 0 0 12 1 19 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11590] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11590/stat : 11590 (java) S 11579 11581 10028 0 -1 64 30 549 0 0 0 0 12 1 15 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1532.66
Current children cumulated vsize (KiB) 867952

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 12118
/proc/meminfo: memFree=1278736/2055920 swapFree=4180052/4192956
[pid=11581] ppid=11579 vsize=867952 CPUtime=1592.63
/proc/11581/stat : 11581 (java) S 11579 11581 10028 0 -1 0 35812 549 1 0 159207 43 12 1 18 0 9 0 1983959209 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11581/statm: 216988 21453 2637 9 0 211494 0
[pid=11581/tid=11582] ppid=11579 vsize=867952 CPUtime=1591.98
/proc/11581/task/11582/stat : 11582 (java) R 11579 11581 10028 0 -1 64 26529 549 1 0 159148 37 12 1 25 0 9 0 1983959210 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4127303086 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=867952 CPUtime=0.32
/proc/11581/task/11584/stat : 11584 (java) S 11579 11581 10028 0 -1 64 7451 549 0 0 17 2 12 1 16 0 9 0 1983959212 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11585] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11585/stat : 11585 (java) S 11579 11581 10028 0 -1 64 17 549 0 0 0 0 12 1 16 0 9 0 1983959212 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11586] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11586/stat : 11586 (java) S 11579 11581 10028 0 -1 64 9 549 0 0 0 0 12 1 15 0 9 0 1983959212 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11587] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11587/stat : 11587 (java) S 11579 11581 10028 0 -1 64 1 549 0 0 0 0 12 1 18 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11588] ppid=11579 vsize=867952 CPUtime=0.55
/proc/11581/task/11588/stat : 11588 (java) S 11579 11581 10028 0 -1 64 968 549 0 0 41 1 12 1 16 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11589] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11589/stat : 11589 (java) S 11579 11581 10028 0 -1 64 1 549 0 0 0 0 12 1 19 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11590] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11590/stat : 11590 (java) S 11579 11581 10028 0 -1 64 30 549 0 0 0 0 12 1 15 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.63
Current children cumulated vsize (KiB) 867952

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/89 12118
/proc/meminfo: memFree=1278736/2055920 swapFree=4180052/4192956
[pid=11581] ppid=11579 vsize=867952 CPUtime=1652.61
/proc/11581/stat : 11581 (java) S 11579 11581 10028 0 -1 0 35812 549 1 0 165205 43 12 1 18 0 9 0 1983959209 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11581/statm: 216988 21453 2637 9 0 211494 0
[pid=11581/tid=11582] ppid=11579 vsize=867952 CPUtime=1651.96
/proc/11581/task/11582/stat : 11582 (java) R 11579 11581 10028 0 -1 64 26529 549 1 0 165145 38 12 1 25 0 9 0 1983959210 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4127101831 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=867952 CPUtime=0.32
/proc/11581/task/11584/stat : 11584 (java) S 11579 11581 10028 0 -1 64 7451 549 0 0 17 2 12 1 16 0 9 0 1983959212 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11585] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11585/stat : 11585 (java) S 11579 11581 10028 0 -1 64 17 549 0 0 0 0 12 1 16 0 9 0 1983959212 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11586] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11586/stat : 11586 (java) S 11579 11581 10028 0 -1 64 9 549 0 0 0 0 12 1 15 0 9 0 1983959212 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11587] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11587/stat : 11587 (java) S 11579 11581 10028 0 -1 64 1 549 0 0 0 0 12 1 18 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11588] ppid=11579 vsize=867952 CPUtime=0.55
/proc/11581/task/11588/stat : 11588 (java) S 11579 11581 10028 0 -1 64 968 549 0 0 41 1 12 1 16 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11589] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11589/stat : 11589 (java) S 11579 11581 10028 0 -1 64 1 549 0 0 0 0 12 1 19 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11590] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11590/stat : 11590 (java) S 11579 11581 10028 0 -1 64 30 549 0 0 0 0 12 1 15 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.61
Current children cumulated vsize (KiB) 867952

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 12118
/proc/meminfo: memFree=1278736/2055920 swapFree=4180052/4192956
[pid=11581] ppid=11579 vsize=867952 CPUtime=1712.58
/proc/11581/stat : 11581 (java) S 11579 11581 10028 0 -1 0 35812 549 1 0 171202 43 12 1 18 0 9 0 1983959209 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11581/statm: 216988 21453 2637 9 0 211494 0
[pid=11581/tid=11582] ppid=11579 vsize=867952 CPUtime=1711.93
/proc/11581/task/11582/stat : 11582 (java) R 11579 11581 10028 0 -1 64 26529 549 1 0 171142 38 12 1 25 0 9 0 1983959210 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4127273235 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=867952 CPUtime=0.32
/proc/11581/task/11584/stat : 11584 (java) S 11579 11581 10028 0 -1 64 7451 549 0 0 17 2 12 1 16 0 9 0 1983959212 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11585] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11585/stat : 11585 (java) S 11579 11581 10028 0 -1 64 17 549 0 0 0 0 12 1 16 0 9 0 1983959212 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11586] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11586/stat : 11586 (java) S 11579 11581 10028 0 -1 64 9 549 0 0 0 0 12 1 15 0 9 0 1983959212 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11587] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11587/stat : 11587 (java) S 11579 11581 10028 0 -1 64 1 549 0 0 0 0 12 1 18 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11588] ppid=11579 vsize=867952 CPUtime=0.55
/proc/11581/task/11588/stat : 11588 (java) S 11579 11581 10028 0 -1 64 968 549 0 0 41 1 12 1 16 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11589] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11589/stat : 11589 (java) S 11579 11581 10028 0 -1 64 1 549 0 0 0 0 12 1 19 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11590] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11590/stat : 11590 (java) S 11579 11581 10028 0 -1 64 30 549 0 0 0 0 12 1 15 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.58
Current children cumulated vsize (KiB) 867952

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 12118
/proc/meminfo: memFree=1278672/2055920 swapFree=4180052/4192956
[pid=11581] ppid=11579 vsize=867952 CPUtime=1772.57
/proc/11581/stat : 11581 (java) S 11579 11581 10028 0 -1 0 35812 549 1 0 177200 44 12 1 18 0 9 0 1983959209 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11581/statm: 216988 21453 2637 9 0 211494 0
[pid=11581/tid=11582] ppid=11579 vsize=867952 CPUtime=1771.91
/proc/11581/task/11582/stat : 11582 (java) R 11579 11581 10028 0 -1 64 26529 549 1 0 177140 38 12 1 25 0 9 0 1983959210 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4127270843 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=867952 CPUtime=0.32
/proc/11581/task/11584/stat : 11584 (java) S 11579 11581 10028 0 -1 64 7451 549 0 0 17 2 12 1 16 0 9 0 1983959212 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11585] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11585/stat : 11585 (java) S 11579 11581 10028 0 -1 64 17 549 0 0 0 0 12 1 16 0 9 0 1983959212 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11586] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11586/stat : 11586 (java) S 11579 11581 10028 0 -1 64 9 549 0 0 0 0 12 1 15 0 9 0 1983959212 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11587] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11587/stat : 11587 (java) S 11579 11581 10028 0 -1 64 1 549 0 0 0 0 12 1 18 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11588] ppid=11579 vsize=867952 CPUtime=0.55
/proc/11581/task/11588/stat : 11588 (java) S 11579 11581 10028 0 -1 64 968 549 0 0 41 1 12 1 16 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11589] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11589/stat : 11589 (java) S 11579 11581 10028 0 -1 64 1 549 0 0 0 0 12 1 19 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11590] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11590/stat : 11590 (java) S 11579 11581 10028 0 -1 64 30 549 0 0 0 0 12 1 15 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.57
Current children cumulated vsize (KiB) 867952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 12118
/proc/meminfo: memFree=1278672/2055920 swapFree=4180052/4192956
[pid=11581] ppid=11579 vsize=867952 CPUtime=1800.06
/proc/11581/stat : 11581 (java) S 11579 11581 10028 0 -1 0 35812 549 1 0 179949 44 12 1 18 0 9 0 1983959209 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11581/statm: 216988 21453 2637 9 0 211494 0
[pid=11581/tid=11582] ppid=11579 vsize=867952 CPUtime=1799.4
/proc/11581/task/11582/stat : 11582 (java) R 11579 11581 10028 0 -1 64 26529 549 1 0 179889 38 12 1 25 0 9 0 1983959210 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4127267975 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=867952 CPUtime=0.32
/proc/11581/task/11584/stat : 11584 (java) S 11579 11581 10028 0 -1 64 7451 549 0 0 17 2 12 1 16 0 9 0 1983959212 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11585] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11585/stat : 11585 (java) S 11579 11581 10028 0 -1 64 17 549 0 0 0 0 12 1 16 0 9 0 1983959212 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11586] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11586/stat : 11586 (java) S 11579 11581 10028 0 -1 64 9 549 0 0 0 0 12 1 15 0 9 0 1983959212 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11587] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11587/stat : 11587 (java) S 11579 11581 10028 0 -1 64 1 549 0 0 0 0 12 1 18 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11588] ppid=11579 vsize=867952 CPUtime=0.55
/proc/11581/task/11588/stat : 11588 (java) S 11579 11581 10028 0 -1 64 968 549 0 0 41 1 12 1 16 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11589] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11589/stat : 11589 (java) S 11579 11581 10028 0 -1 64 1 549 0 0 0 0 12 1 19 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11590] ppid=11579 vsize=867952 CPUtime=0.13
/proc/11581/task/11590/stat : 11590 (java) S 11579 11581 10028 0 -1 64 30 549 0 0 0 0 12 1 15 0 9 0 1983959214 888782848 21453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 867952

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): 1809.86
CPU time (s): 1800.13
CPU user time (s): 1799.66
CPU system time (s): 0.467928
CPU usage (%): 99.4626
Max. virtual memory (cumulated for all children) (KiB): 871000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.467928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36394
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= 38185
involuntary context switches= 59144

runsolver used 2.25666 second user time and 5.99409 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-03 03:50:40
IDJOB=1050389
IDBENCH=54875
IDSOLVER=363
FILE ID=node7/1050389-1215049840
PBS_JOBID= 7875160
Free space on /tmp= 66520 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/primesDimacs/normalized-bf-0432-007.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1050389-1215049840/watcher-1050389-1215049840 -o /tmp/evaluation-result-1050389-1215049840/solver-1050389-1215049840 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1050389-1215049840.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 35cc92f7fc56d493edc0ad3c3e39b4d7
RANDOM SEED=1674502558

node7.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.236
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.236
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:       1253984 kB
Buffers:         80888 kB
Cached:         525376 kB
SwapCached:       7028 kB
Active:         334900 kB
Inactive:       386232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1253984 kB
SwapTotal:     4192956 kB
SwapFree:      4180052 kB
Dirty:            2732 kB
Writeback:           0 kB
Mapped:         132148 kB
Slab:            65480 kB
Committed_AS:  3463060 kB
PageTables:       2172 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= 66552 MiB
End job on node7 at 2008-07-03 04:20:52