Trace number 1044885

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.09 1802.66

General information on the benchmark

Namecsp/QCP-20/
normalized-qcp-20-187-7_ext.xml
MD5SUM6f85d9ae6f1405da9e66c6100070b8c6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.47347
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.09	
0.02/0.09	Abscon 112 (May, 2008)
0.17/0.27	
0.17/0.27	   configuration
0.17/0.27	     name=esac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-1044885-1215022767.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.38/0.44	     nbVariables=400  nbDomainTypes=21  minDomainSize=1  maxDomainSize=20  nbTotalValues=3953
0.38/0.44	       =>  wckTime=0.173  cpuTime=0.15  mem=8M894
0.38/0.44	   
0.38/0.44	   relations being loaded...
0.38/0.46	   
0.38/0.46	   constraints being loaded...
1.06/1.14	     nbConstraints=5560  nbRelationTypes=21  nbGlobalConstraints=20  nbSingletonDomainVariables=213
1.06/1.14	     nbExtensionStructures=41  nbSharedExtensionStructures=5499  nbConflictsStructures=41
1.06/1.14	     nbSharedConflictsStructures=5499  nbSharedBinaryRepresentations=858  minDegree=18  maxDegree=39  minArity=2
1.06/1.14	     avgArity=2.03  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.285  symmetryCpuTime=0.15  nbCliques=20
1.06/1.14	       =>  wckTime=0.868  cpuTime=0.58  mem=42M293
1.15/1.26	   
1.15/1.28	   solver IterativeSystematicSolver being built... 
1.25/1.34	   
1.25/1.34	   INFO : Forward propagation technique limited 
1.34/1.42	       =>  wckTime=1.156  cpuTime=0.72  mem=26M589
1.55/1.63	   
1.55/1.63	   preprocessing
1.55/1.63	     nbConstraintChecks=100740  nbPropagations=2463  nbRevisions=23867  nbUselessRevisions=19299  nbSingletonTests=626
1.55/1.63	     nbEffectiveSingletonTests=0  nbACRemovals=2924  nbFoundSingletons=0  nbRemovedValues=2924  detectedInconsistency=no
1.55/1.63	       =>  wckTime=0.2  cpuTime=0.16  mem=26M589
1.86/1.99	   
1.86/1.99	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=28M502)

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.90 4/80 12473
/proc/meminfo: memFree=1355392/2055920 swapFree=4110264/4192956
[pid=12473] ppid=12471 vsize=10616 CPUtime=0
/proc/12473/stat : 12473 (java) S 12471 12473 11982 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1531952942 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12473/statm: 2654 472 209 9 0 1184 0
[pid=12473/tid=12474] ppid=12471 vsize=10616 CPUtime=0
/proc/12473/task/12474/stat : 12474 (java) R 12471 12473 11982 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1531952943 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 9510872 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.031955 s]
/proc/loadavg: 1.92 1.98 1.90 4/80 12473
/proc/meminfo: memFree=1355392/2055920 swapFree=4110264/4192956
[pid=12473] ppid=12471 vsize=861876 CPUtime=0.02
/proc/12473/stat : 12473 (java) S 12471 12473 11982 0 -1 0 1878 0 1 0 1 1 0 0 18 0 5 0 1531952942 882561024 1565 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/12473/statm: 215469 1565 695 9 0 210448 0
[pid=12473/tid=12474] ppid=12471 vsize=861876 CPUtime=0
/proc/12473/task/12474/stat : 12474 (java) S 12471 12473 11982 0 -1 64 1190 0 1 0 0 0 0 0 19 0 5 0 1531952943 882561024 1565 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101586 s]
/proc/loadavg: 1.92 1.98 1.90 4/80 12473
/proc/meminfo: memFree=1355392/2055920 swapFree=4110264/4192956
[pid=12473] ppid=12471 vsize=865884 CPUtime=0.08
/proc/12473/stat : 12473 (java) S 12471 12473 11982 0 -1 0 3680 0 1 0 6 2 0 0 18 0 9 0 1531952942 886665216 3155 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12473/statm: 216471 3155 1681 9 0 211026 0
[pid=12473/tid=12474] ppid=12471 vsize=865884 CPUtime=0.07
/proc/12473/task/12474/stat : 12474 (java) R 12471 12473 11982 0 -1 64 2769 0 1 0 5 2 0 0 20 0 9 0 1531952943 886665216 3155 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 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.301628 s]
/proc/loadavg: 1.92 1.98 1.90 4/80 12473
/proc/meminfo: memFree=1355392/2055920 swapFree=4110264/4192956
[pid=12473] ppid=12471 vsize=866284 CPUtime=0.28
/proc/12473/stat : 12473 (java) S 12471 12473 11982 0 -1 0 5702 0 1 0 24 4 0 0 18 0 9 0 1531952942 887074816 5099 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12473/statm: 216571 5099 1939 9 0 211099 0
[pid=12473/tid=12474] ppid=12471 vsize=866284 CPUtime=0.23
/proc/12473/task/12474/stat : 12474 (java) R 12471 12473 11982 0 -1 64 4728 0 1 0 19 4 0 0 18 0 9 0 1531952943 887074816 5099 996147200 134512640 134550740 4294955984 18446744073709551615 101444314 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701702 s]
/proc/loadavg: 1.92 1.98 1.90 4/80 12473
/proc/meminfo: memFree=1355392/2055920 swapFree=4110264/4192956
[pid=12473] ppid=12471 vsize=867432 CPUtime=0.68
/proc/12473/stat : 12473 (java) S 12471 12473 11982 0 -1 0 9075 0 1 0 61 7 0 0 18 0 9 0 1531952942 888250368 8435 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12473/statm: 216858 8435 1983 9 0 211386 0
[pid=12473/tid=12474] ppid=12471 vsize=867432 CPUtime=0.5
/proc/12473/task/12474/stat : 12474 (java) R 12471 12473 11982 0 -1 64 7759 0 1 0 43 7 0 0 19 0 9 0 1531952943 888250368 8435 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867432

[startup+1.50185 s]
/proc/loadavg: 1.92 1.98 1.90 3/91 12484
/proc/meminfo: memFree=1307112/2055920 swapFree=4110264/4192956
[pid=12473] ppid=12471 vsize=867844 CPUtime=1.44
/proc/12473/stat : 12473 (java) S 12471 12473 11982 0 -1 0 26251 466 1 0 126 12 6 0 18 0 10 0 1531952942 888672256 16645 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12473/statm: 216961 16645 2633 9 0 211467 0
[pid=12473/tid=12474] ppid=12471 vsize=867844 CPUtime=1.02
/proc/12473/task/12474/stat : 12474 (java) R 12471 12473 11982 0 -1 64 19901 466 1 0 86 10 6 0 18 0 10 0 1531952943 888672256 16645 996147200 134512640 134550740 4294955984 18446744073709551615 4125976360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12476] ppid=12471 vsize=867844 CPUtime=0.16
/proc/12473/task/12476/stat : 12476 (java) S 12471 12473 11982 0 -1 64 4660 466 0 0 10 0 6 0 17 0 10 0 1531952945 888672256 16645 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12477] ppid=12471 vsize=867844 CPUtime=0.06
/proc/12473/task/12477/stat : 12477 (java) S 12471 12473 11982 0 -1 64 13 466 0 0 0 0 6 0 16 0 10 0 1531952945 888672256 16645 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12478] ppid=12471 vsize=867844 CPUtime=0.06
/proc/12473/task/12478/stat : 12478 (java) S 12471 12473 11982 0 -1 64 8 466 0 0 0 0 6 0 16 0 10 0 1531952945 888672256 16645 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12479] ppid=12471 vsize=867844 CPUtime=0.06
/proc/12473/task/12479/stat : 12479 (java) S 12471 12473 11982 0 -1 64 1 466 0 0 0 0 6 0 18 0 10 0 1531952947 888672256 16645 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12480] ppid=12471 vsize=867844 CPUtime=0.34
/proc/12473/task/12480/stat : 12480 (java) S 12471 12473 11982 0 -1 64 858 466 0 0 28 0 6 0 15 0 10 0 1531952947 888672256 16645 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12481] ppid=12471 vsize=867844 CPUtime=0.06
/proc/12473/task/12481/stat : 12481 (java) S 12471 12473 11982 0 -1 64 2 466 0 0 0 0 6 0 19 0 10 0 1531952947 888672256 16645 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12482] ppid=12471 vsize=867844 CPUtime=0.06
/proc/12473/task/12482/stat : 12482 (java) S 12471 12473 11982 0 -1 64 13 466 0 0 0 0 6 0 15 0 10 0 1531952947 888672256 16645 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 867844

[startup+3.10216 s]
/proc/loadavg: 1.92 1.98 1.90 3/89 12486
/proc/meminfo: memFree=1298480/2055920 swapFree=4110264/4192956
[pid=12473] ppid=12471 vsize=867972 CPUtime=3.04
/proc/12473/stat : 12473 (java) S 12471 12473 11982 0 -1 0 26319 588 1 0 284 13 6 1 18 0 9 0 1531952942 888803328 16697 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12473/statm: 216993 16697 2633 9 0 211499 0
[pid=12473/tid=12474] ppid=12471 vsize=867972 CPUtime=2.55
/proc/12473/task/12474/stat : 12474 (java) R 12471 12473 11982 0 -1 64 19922 588 1 0 237 11 6 1 25 0 9 0 1531952943 888803328 16697 996147200 134512640 134550740 4294955984 18446744073709551615 4127093174 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12476] ppid=12471 vsize=867972 CPUtime=0.17
/proc/12473/task/12476/stat : 12476 (java) S 12471 12473 11982 0 -1 64 4661 588 0 0 10 0 6 1 17 0 9 0 1531952945 888803328 16697 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12477] ppid=12471 vsize=867972 CPUtime=0.07
/proc/12473/task/12477/stat : 12477 (java) S 12471 12473 11982 0 -1 64 13 588 0 0 0 0 6 1 16 0 9 0 1531952945 888803328 16697 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12478] ppid=12471 vsize=867972 CPUtime=0.07
/proc/12473/task/12478/stat : 12478 (java) S 12471 12473 11982 0 -1 64 8 588 0 0 0 0 6 1 16 0 9 0 1531952945 888803328 16697 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12479] ppid=12471 vsize=867972 CPUtime=0.07
/proc/12473/task/12479/stat : 12479 (java) S 12471 12473 11982 0 -1 64 1 588 0 0 0 0 6 1 18 0 9 0 1531952947 888803328 16697 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12480] ppid=12471 vsize=867972 CPUtime=0.43
/proc/12473/task/12480/stat : 12480 (java) S 12471 12473 11982 0 -1 64 901 588 0 0 36 0 6 1 16 0 9 0 1531952947 888803328 16697 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12481] ppid=12471 vsize=867972 CPUtime=0.07
/proc/12473/task/12481/stat : 12481 (java) S 12471 12473 11982 0 -1 64 2 588 0 0 0 0 6 1 19 0 9 0 1531952947 888803328 16697 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12482] ppid=12471 vsize=867972 CPUtime=0.07
/proc/12473/task/12482/stat : 12482 (java) S 12471 12473 11982 0 -1 64 13 588 0 0 0 0 6 1 15 0 9 0 1531952947 888803328 16697 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) 867972

[startup+6.30178 s]
/proc/loadavg: 1.93 1.98 1.90 3/89 12486
/proc/meminfo: memFree=1298288/2055920 swapFree=4110264/4192956
[pid=12473] ppid=12471 vsize=867972 CPUtime=6.21
/proc/12473/stat : 12473 (java) S 12471 12473 11982 0 -1 0 27521 588 1 0 601 13 6 1 18 0 9 0 1531952942 888803328 16698 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12473/statm: 216993 16698 2633 9 0 211499 0
[pid=12473/tid=12474] ppid=12471 vsize=867972 CPUtime=5.71
/proc/12473/task/12474/stat : 12474 (java) R 12471 12473 11982 0 -1 64 21099 588 1 0 553 11 6 1 25 0 9 0 1531952943 888803328 16698 996147200 134512640 134550740 4294955984 18446744073709551615 4127091111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12476] ppid=12471 vsize=867972 CPUtime=0.17
/proc/12473/task/12476/stat : 12476 (java) S 12471 12473 11982 0 -1 64 4661 588 0 0 10 0 6 1 16 0 9 0 1531952945 888803328 16698 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12477] ppid=12471 vsize=867972 CPUtime=0.07
/proc/12473/task/12477/stat : 12477 (java) S 12471 12473 11982 0 -1 64 13 588 0 0 0 0 6 1 16 0 9 0 1531952945 888803328 16698 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12478] ppid=12471 vsize=867972 CPUtime=0.07
/proc/12473/task/12478/stat : 12478 (java) S 12471 12473 11982 0 -1 64 8 588 0 0 0 0 6 1 16 0 9 0 1531952945 888803328 16698 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12479] ppid=12471 vsize=867972 CPUtime=0.07
/proc/12473/task/12479/stat : 12479 (java) S 12471 12473 11982 0 -1 64 1 588 0 0 0 0 6 1 18 0 9 0 1531952947 888803328 16698 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12480] ppid=12471 vsize=867972 CPUtime=0.43
/proc/12473/task/12480/stat : 12480 (java) S 12471 12473 11982 0 -1 64 904 588 0 0 36 0 6 1 15 0 9 0 1531952947 888803328 16698 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12481] ppid=12471 vsize=867972 CPUtime=0.07
/proc/12473/task/12481/stat : 12481 (java) S 12471 12473 11982 0 -1 64 2 588 0 0 0 0 6 1 19 0 9 0 1531952947 888803328 16698 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12482] ppid=12471 vsize=867972 CPUtime=0.07
/proc/12473/task/12482/stat : 12482 (java) S 12471 12473 11982 0 -1 64 35 588 0 0 0 0 6 1 15 0 9 0 1531952947 888803328 16698 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) 867972

[startup+12.703 s]
/proc/loadavg: 1.93 1.98 1.90 3/89 12486
/proc/meminfo: memFree=1285112/2055920 swapFree=4110264/4192956
[pid=12473] ppid=12471 vsize=867884 CPUtime=12.55
/proc/12473/stat : 12473 (java) S 12471 12473 11982 0 -1 0 31807 588 1 0 1233 15 6 1 18 0 9 0 1531952942 888713216 20025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12473/statm: 216971 20025 2615 9 0 211499 0
[pid=12473/tid=12474] ppid=12471 vsize=867884 CPUtime=12.03
/proc/12473/task/12474/stat : 12474 (java) R 12471 12473 11982 0 -1 64 24299 588 1 0 1184 12 6 1 25 0 9 0 1531952943 888713216 20025 996147200 134512640 134550740 4294955984 18446744073709551615 4127087238 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12476] ppid=12471 vsize=867884 CPUtime=0.19
/proc/12473/task/12476/stat : 12476 (java) S 12471 12473 11982 0 -1 64 5745 588 0 0 12 0 6 1 16 0 9 0 1531952945 888713216 20025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12477] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12477/stat : 12477 (java) S 12471 12473 11982 0 -1 64 13 588 0 0 0 0 6 1 16 0 9 0 1531952945 888713216 20025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12478] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12478/stat : 12478 (java) S 12471 12473 11982 0 -1 64 10 588 0 0 0 0 6 1 16 0 9 0 1531952945 888713216 20025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12479] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12479/stat : 12479 (java) S 12471 12473 11982 0 -1 64 1 588 0 0 0 0 6 1 18 0 9 0 1531952947 888713216 20025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12480] ppid=12471 vsize=867884 CPUtime=0.43
/proc/12473/task/12480/stat : 12480 (java) S 12471 12473 11982 0 -1 64 904 588 0 0 36 0 6 1 15 0 9 0 1531952947 888713216 20025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12481] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12481/stat : 12481 (java) S 12471 12473 11982 0 -1 64 2 588 0 0 0 0 6 1 19 0 9 0 1531952947 888713216 20025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12482] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12482/stat : 12482 (java) S 12471 12473 11982 0 -1 64 35 588 0 0 0 0 6 1 15 0 9 0 1531952947 888713216 20025 996147200 134512640 134550740 4294955984 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) 867884

[startup+25.5015 s]
/proc/loadavg: 2.03 2.00 1.91 3/89 12486
/proc/meminfo: memFree=1285176/2055920 swapFree=4110264/4192956
[pid=12473] ppid=12471 vsize=867884 CPUtime=25.23
/proc/12473/stat : 12473 (java) S 12471 12473 11982 0 -1 0 31813 588 1 0 2501 15 6 1 18 0 9 0 1531952942 888713216 20026 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12473/statm: 216971 20026 2615 9 0 211499 0
[pid=12473/tid=12474] ppid=12471 vsize=867884 CPUtime=24.71
/proc/12473/task/12474/stat : 12474 (java) R 12471 12473 11982 0 -1 64 24304 588 1 0 2451 13 6 1 25 0 9 0 1531952943 888713216 20026 996147200 134512640 134550740 4294955984 18446744073709551615 4127088365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12476] ppid=12471 vsize=867884 CPUtime=0.19
/proc/12473/task/12476/stat : 12476 (java) S 12471 12473 11982 0 -1 64 5745 588 0 0 12 0 6 1 16 0 9 0 1531952945 888713216 20026 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12477] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12477/stat : 12477 (java) S 12471 12473 11982 0 -1 64 13 588 0 0 0 0 6 1 16 0 9 0 1531952945 888713216 20026 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12478] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12478/stat : 12478 (java) S 12471 12473 11982 0 -1 64 10 588 0 0 0 0 6 1 16 0 9 0 1531952945 888713216 20026 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12479] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12479/stat : 12479 (java) S 12471 12473 11982 0 -1 64 1 588 0 0 0 0 6 1 18 0 9 0 1531952947 888713216 20026 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12480] ppid=12471 vsize=867884 CPUtime=0.43
/proc/12473/task/12480/stat : 12480 (java) S 12471 12473 11982 0 -1 64 905 588 0 0 36 0 6 1 15 0 9 0 1531952947 888713216 20026 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12481] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12481/stat : 12481 (java) S 12471 12473 11982 0 -1 64 2 588 0 0 0 0 6 1 19 0 9 0 1531952947 888713216 20026 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12482] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12482/stat : 12482 (java) S 12471 12473 11982 0 -1 64 35 588 0 0 0 0 6 1 15 0 9 0 1531952947 888713216 20026 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) 867884

[startup+51.1014 s]
/proc/loadavg: 2.02 2.00 1.91 3/89 12486
/proc/meminfo: memFree=1280824/2055920 swapFree=4110264/4192956
[pid=12473] ppid=12471 vsize=867884 CPUtime=50.59
/proc/12473/stat : 12473 (java) S 12471 12473 11982 0 -1 0 32900 588 1 0 5036 16 6 1 18 0 9 0 1531952942 888713216 21108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12473/statm: 216971 21108 2615 9 0 211499 0
[pid=12473/tid=12474] ppid=12471 vsize=867884 CPUtime=50.05
/proc/12473/task/12474/stat : 12474 (java) R 12471 12473 11982 0 -1 64 24307 588 1 0 4985 13 6 1 25 0 9 0 1531952943 888713216 21108 996147200 134512640 134550740 4294955984 18446744073709551615 4126631256 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12476] ppid=12471 vsize=867884 CPUtime=0.21

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

/proc/12473/task/12478/stat : 12478 (java) S 12471 12473 11982 0 -1 64 10 588 0 0 0 0 6 1 16 0 9 0 1531952945 888713216 21124 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12479] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12479/stat : 12479 (java) S 12471 12473 11982 0 -1 64 1 588 0 0 0 0 6 1 18 0 9 0 1531952947 888713216 21124 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12480] ppid=12471 vsize=867884 CPUtime=0.43
/proc/12473/task/12480/stat : 12480 (java) S 12471 12473 11982 0 -1 64 906 588 0 0 36 0 6 1 16 0 9 0 1531952947 888713216 21124 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12473/tid=12481] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12481/stat : 12481 (java) S 12471 12473 11982 0 -1 64 2 588 0 0 0 0 6 1 19 0 9 0 1531952947 888713216 21124 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12482] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12482/stat : 12482 (java) S 12471 12473 11982 0 -1 64 35 588 0 0 0 0 6 1 15 0 9 0 1531952947 888713216 21124 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1480
Current children cumulated vsize (KiB) 867884

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/101 12637
/proc/meminfo: memFree=1203680/2055920 swapFree=4110264/4192956
[pid=12473] ppid=12471 vsize=867884 CPUtime=1539.95
/proc/12473/stat : 12473 (java) S 12471 12473 11982 0 -1 0 33002 588 1 0 153963 25 6 1 18 0 9 0 1531952942 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12473/statm: 216971 21125 2615 9 0 211499 0
[pid=12473/tid=12474] ppid=12471 vsize=867884 CPUtime=1539.23
/proc/12473/task/12474/stat : 12474 (java) R 12471 12473 11982 0 -1 64 24392 588 1 0 153895 21 6 1 25 0 9 0 1531952943 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4125952076 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12473/tid=12476] ppid=12471 vsize=867884 CPUtime=0.38
/proc/12473/task/12476/stat : 12476 (java) S 12471 12473 11982 0 -1 64 6845 588 0 0 30 1 6 1 16 0 9 0 1531952945 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12473/tid=12477] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12477/stat : 12477 (java) S 12471 12473 11982 0 -1 64 13 588 0 0 0 0 6 1 16 0 9 0 1531952945 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12478] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12478/stat : 12478 (java) S 12471 12473 11982 0 -1 64 10 588 0 0 0 0 6 1 16 0 9 0 1531952945 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12479] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12479/stat : 12479 (java) S 12471 12473 11982 0 -1 64 1 588 0 0 0 0 6 1 18 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12480] ppid=12471 vsize=867884 CPUtime=0.43
/proc/12473/task/12480/stat : 12480 (java) S 12471 12473 11982 0 -1 64 906 588 0 0 36 0 6 1 16 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12473/tid=12481] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12481/stat : 12481 (java) S 12471 12473 11982 0 -1 64 2 588 0 0 0 0 6 1 19 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12482] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12482/stat : 12482 (java) S 12471 12473 11982 0 -1 64 35 588 0 0 0 0 6 1 15 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1539.95
Current children cumulated vsize (KiB) 867884

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/101 12637
/proc/meminfo: memFree=1203680/2055920 swapFree=4110264/4192956
[pid=12473] ppid=12471 vsize=867884 CPUtime=1599.9
/proc/12473/stat : 12473 (java) S 12471 12473 11982 0 -1 0 33006 588 1 0 159958 25 6 1 18 0 9 0 1531952942 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12473/statm: 216971 21125 2615 9 0 211499 0
[pid=12473/tid=12474] ppid=12471 vsize=867884 CPUtime=1599.17
/proc/12473/task/12474/stat : 12474 (java) R 12471 12473 11982 0 -1 64 24396 588 1 0 159889 21 6 1 25 0 9 0 1531952943 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4127113734 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12473/tid=12476] ppid=12471 vsize=867884 CPUtime=0.39
/proc/12473/task/12476/stat : 12476 (java) S 12471 12473 11982 0 -1 64 6845 588 0 0 31 1 6 1 16 0 9 0 1531952945 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12473/tid=12477] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12477/stat : 12477 (java) S 12471 12473 11982 0 -1 64 13 588 0 0 0 0 6 1 16 0 9 0 1531952945 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12478] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12478/stat : 12478 (java) S 12471 12473 11982 0 -1 64 10 588 0 0 0 0 6 1 16 0 9 0 1531952945 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12479] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12479/stat : 12479 (java) S 12471 12473 11982 0 -1 64 1 588 0 0 0 0 6 1 18 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12480] ppid=12471 vsize=867884 CPUtime=0.43
/proc/12473/task/12480/stat : 12480 (java) S 12471 12473 11982 0 -1 64 906 588 0 0 36 0 6 1 16 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12473/tid=12481] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12481/stat : 12481 (java) S 12471 12473 11982 0 -1 64 2 588 0 0 0 0 6 1 19 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12482] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12482/stat : 12482 (java) S 12471 12473 11982 0 -1 64 35 588 0 0 0 0 6 1 15 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.9
Current children cumulated vsize (KiB) 867884

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/101 12637
/proc/meminfo: memFree=1203744/2055920 swapFree=4110264/4192956
[pid=12473] ppid=12471 vsize=867884 CPUtime=1659.84
/proc/12473/stat : 12473 (java) S 12471 12473 11982 0 -1 0 33010 588 1 0 165952 25 6 1 18 0 9 0 1531952942 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12473/statm: 216971 21125 2615 9 0 211499 0
[pid=12473/tid=12474] ppid=12471 vsize=867884 CPUtime=1659.1
/proc/12473/task/12474/stat : 12474 (java) R 12471 12473 11982 0 -1 64 24400 588 1 0 165882 21 6 1 25 0 9 0 1531952943 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4127088371 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12473/tid=12476] ppid=12471 vsize=867884 CPUtime=0.39
/proc/12473/task/12476/stat : 12476 (java) S 12471 12473 11982 0 -1 64 6845 588 0 0 31 1 6 1 17 0 9 0 1531952945 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12473/tid=12477] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12477/stat : 12477 (java) S 12471 12473 11982 0 -1 64 13 588 0 0 0 0 6 1 16 0 9 0 1531952945 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12478] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12478/stat : 12478 (java) S 12471 12473 11982 0 -1 64 10 588 0 0 0 0 6 1 16 0 9 0 1531952945 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12479] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12479/stat : 12479 (java) S 12471 12473 11982 0 -1 64 1 588 0 0 0 0 6 1 18 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12480] ppid=12471 vsize=867884 CPUtime=0.43
/proc/12473/task/12480/stat : 12480 (java) S 12471 12473 11982 0 -1 64 906 588 0 0 36 0 6 1 16 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12473/tid=12481] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12481/stat : 12481 (java) S 12471 12473 11982 0 -1 64 2 588 0 0 0 0 6 1 19 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12482] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12482/stat : 12482 (java) S 12471 12473 11982 0 -1 64 35 588 0 0 0 0 6 1 15 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.84
Current children cumulated vsize (KiB) 867884

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/101 12637
/proc/meminfo: memFree=1203744/2055920 swapFree=4110264/4192956
[pid=12473] ppid=12471 vsize=867884 CPUtime=1719.79
/proc/12473/stat : 12473 (java) S 12471 12473 11982 0 -1 0 33013 588 1 0 171947 25 6 1 18 0 9 0 1531952942 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12473/statm: 216971 21125 2615 9 0 211499 0
[pid=12473/tid=12474] ppid=12471 vsize=867884 CPUtime=1719.04
/proc/12473/task/12474/stat : 12474 (java) R 12471 12473 11982 0 -1 64 24403 588 1 0 171876 21 6 1 25 0 9 0 1531952943 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4127166540 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12473/tid=12476] ppid=12471 vsize=867884 CPUtime=0.4
/proc/12473/task/12476/stat : 12476 (java) S 12471 12473 11982 0 -1 64 6845 588 0 0 32 1 6 1 16 0 9 0 1531952945 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12473/tid=12477] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12477/stat : 12477 (java) S 12471 12473 11982 0 -1 64 13 588 0 0 0 0 6 1 16 0 9 0 1531952945 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12478] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12478/stat : 12478 (java) S 12471 12473 11982 0 -1 64 10 588 0 0 0 0 6 1 16 0 9 0 1531952945 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12479] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12479/stat : 12479 (java) S 12471 12473 11982 0 -1 64 1 588 0 0 0 0 6 1 18 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12480] ppid=12471 vsize=867884 CPUtime=0.43
/proc/12473/task/12480/stat : 12480 (java) S 12471 12473 11982 0 -1 64 906 588 0 0 36 0 6 1 16 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12473/tid=12481] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12481/stat : 12481 (java) S 12471 12473 11982 0 -1 64 2 588 0 0 0 0 6 1 19 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12482] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12482/stat : 12482 (java) S 12471 12473 11982 0 -1 64 35 588 0 0 0 0 6 1 15 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.79
Current children cumulated vsize (KiB) 867884

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/101 12637
/proc/meminfo: memFree=1203616/2055920 swapFree=4110264/4192956
[pid=12473] ppid=12471 vsize=867884 CPUtime=1779.73
/proc/12473/stat : 12473 (java) S 12471 12473 11982 0 -1 0 33016 588 1 0 177941 25 6 1 18 0 9 0 1531952942 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12473/statm: 216971 21125 2615 9 0 211499 0
[pid=12473/tid=12474] ppid=12471 vsize=867884 CPUtime=1778.98
/proc/12473/task/12474/stat : 12474 (java) R 12471 12473 11982 0 -1 64 24406 588 1 0 177870 21 6 1 25 0 9 0 1531952943 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4127088245 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12473/tid=12476] ppid=12471 vsize=867884 CPUtime=0.41
/proc/12473/task/12476/stat : 12476 (java) S 12471 12473 11982 0 -1 64 6845 588 0 0 33 1 6 1 16 0 9 0 1531952945 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12473/tid=12477] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12477/stat : 12477 (java) S 12471 12473 11982 0 -1 64 13 588 0 0 0 0 6 1 16 0 9 0 1531952945 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12478] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12478/stat : 12478 (java) S 12471 12473 11982 0 -1 64 10 588 0 0 0 0 6 1 16 0 9 0 1531952945 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12479] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12479/stat : 12479 (java) S 12471 12473 11982 0 -1 64 1 588 0 0 0 0 6 1 18 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12480] ppid=12471 vsize=867884 CPUtime=0.43
/proc/12473/task/12480/stat : 12480 (java) S 12471 12473 11982 0 -1 64 906 588 0 0 36 0 6 1 16 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12473/tid=12481] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12481/stat : 12481 (java) S 12471 12473 11982 0 -1 64 2 588 0 0 0 0 6 1 19 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12482] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12482/stat : 12482 (java) S 12471 12473 11982 0 -1 64 35 588 0 0 0 0 6 1 15 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.73
Current children cumulated vsize (KiB) 867884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.6 s]
/proc/loadavg: 2.00 2.00 1.94 3/101 12637
/proc/meminfo: memFree=1203616/2055920 swapFree=4110264/4192956
[pid=12473] ppid=12471 vsize=867884 CPUtime=1800.01
/proc/12473/stat : 12473 (java) S 12471 12473 11982 0 -1 0 33017 588 1 0 179969 25 6 1 18 0 9 0 1531952942 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12473/statm: 216971 21125 2615 9 0 211499 0
[pid=12473/tid=12474] ppid=12471 vsize=867884 CPUtime=1799.27
/proc/12473/task/12474/stat : 12474 (java) R 12471 12473 11982 0 -1 64 24407 588 1 0 179898 22 6 1 25 0 9 0 1531952943 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4127076384 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12473/tid=12476] ppid=12471 vsize=867884 CPUtime=0.41
/proc/12473/task/12476/stat : 12476 (java) S 12471 12473 11982 0 -1 64 6845 588 0 0 33 1 6 1 16 0 9 0 1531952945 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12473/tid=12477] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12477/stat : 12477 (java) S 12471 12473 11982 0 -1 64 13 588 0 0 0 0 6 1 16 0 9 0 1531952945 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12478] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12478/stat : 12478 (java) S 12471 12473 11982 0 -1 64 10 588 0 0 0 0 6 1 16 0 9 0 1531952945 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12479] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12479/stat : 12479 (java) S 12471 12473 11982 0 -1 64 1 588 0 0 0 0 6 1 18 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12480] ppid=12471 vsize=867884 CPUtime=0.43
/proc/12473/task/12480/stat : 12480 (java) S 12471 12473 11982 0 -1 64 906 588 0 0 36 0 6 1 16 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12473/tid=12481] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12481/stat : 12481 (java) S 12471 12473 11982 0 -1 64 2 588 0 0 0 0 6 1 19 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12473/tid=12482] ppid=12471 vsize=867884 CPUtime=0.07
/proc/12473/task/12482/stat : 12482 (java) S 12471 12473 11982 0 -1 64 35 588 0 0 0 0 6 1 15 0 9 0 1531952947 888713216 21125 996147200 134512640 134550740 4294955984 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) 867884

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): 1802.66
CPU time (s): 1800.09
CPU user time (s): 1799.8
CPU system time (s): 0.280957
CPU usage (%): 99.8572
Max. virtual memory (cumulated for all children) (KiB): 869520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.280957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33635
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= 38831
involuntary context switches= 43218

runsolver used 2.01469 second user time and 6.20306 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-02 20:19:27
IDJOB=1044885
IDBENCH=53524
IDSOLVER=364
FILE ID=node9/1044885-1215022767
PBS_JOBID= 7874451
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6f85d9ae6f1405da9e66c6100070b8c6
RANDOM SEED=1529448253

node9.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.265
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	: 5931.00
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.265
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:       1355872 kB
Buffers:         71204 kB
Cached:         410100 kB
SwapCached:      76500 kB
Active:         316104 kB
Inactive:       306160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1355872 kB
SwapTotal:     4192956 kB
SwapFree:      4110264 kB
Dirty:            2416 kB
Writeback:           0 kB
Mapped:         153744 kB
Slab:            62684 kB
Committed_AS:  3654536 kB
PageTables:       2104 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= 66512 MiB
End job on node9 at 2008-07-02 20:49:32