Trace number 1044268

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.11 1806.67

General information on the benchmark

Namecsp/QCP-20/
normalized-qcp-20-187-4_ext.xml
MD5SUM58552dc0782bd99da35e11d38ee871b0
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 benchmark5.09223
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.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.17/0.24	
0.17/0.24	   configuration
0.17/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1044268-1215022873.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.38/0.46	     nbVariables=400  nbDomainTypes=21  minDomainSize=1  maxDomainSize=20  nbTotalValues=3953
0.38/0.46	       =>  wckTime=0.219  cpuTime=0.17  mem=8M894
0.38/0.47	   
0.38/0.47	   relations being loaded...
0.38/0.47	   
0.38/0.47	   constraints being loaded...
1.16/1.23	     nbConstraints=5562  nbRelationTypes=21  nbGlobalConstraints=22  nbSingletonDomainVariables=213
1.16/1.23	     nbExtensionStructures=41  nbSharedExtensionStructures=5499  nbConflictsStructures=41
1.16/1.23	     nbSharedConflictsStructures=5499  nbSharedBinaryRepresentations=858  minDegree=18  maxDegree=39  minArity=2
1.16/1.23	     avgArity=2.03  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.292  symmetryCpuTime=0.15  nbCliques=22
1.16/1.23	       =>  wckTime=0.985  cpuTime=0.64  mem=42M115
1.25/1.37	   
1.25/1.37	   solver IterativeSystematicSolver being built... 
1.35/1.45	   
1.35/1.45	   INFO : Forward propagation technique limited 
1.45/1.53	       =>  wckTime=1.283  cpuTime=0.78  mem=26M471
1.45/1.58	   
1.45/1.58	   preprocessing
1.45/1.58	     nbConstraintChecks=45259  nbPropagations=400  nbRevisions=4012  nbUselessRevisions=1070  nbRemovedValues=2942
1.45/1.58	     detectedInconsistency=no
1.45/1.58	       =>  wckTime=0.05  cpuTime=0.03  mem=26M471
1.94/2.01	   
1.94/2.01	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=28M388)

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-1044268-1215022873/watcher-1044268-1215022873 -o /tmp/evaluation-result-1044268-1215022873/solver-1044268-1215022873 -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-1044268-1215022873.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 1.91 3/72 1457
/proc/meminfo: memFree=1139376/2055920 swapFree=4180424/4192956
[pid=1457] ppid=1455 vsize=1616 CPUtime=0
/proc/1457/stat : 1457 (java) D 1455 1457 850 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1531959100 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/1457/statm: 404 145 119 9 0 46 0

[startup+0.0296821 s]
/proc/loadavg: 2.00 2.00 1.91 3/72 1457
/proc/meminfo: memFree=1139376/2055920 swapFree=4180424/4192956
[pid=1457] ppid=1455 vsize=861876 CPUtime=0.01
/proc/1457/stat : 1457 (java) S 1455 1457 850 0 -1 0 1878 0 1 0 0 1 0 0 18 0 5 0 1531959100 882561024 1565 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/1457/statm: 215469 1565 695 9 0 210448 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861876

[startup+0.101558 s]
/proc/loadavg: 2.00 2.00 1.91 3/72 1457
/proc/meminfo: memFree=1139376/2055920 swapFree=4180424/4192956
[pid=1457] ppid=1455 vsize=865884 CPUtime=0.08
/proc/1457/stat : 1457 (java) S 1455 1457 850 0 -1 0 3718 0 1 0 6 2 0 0 18 0 9 0 1531959100 886665216 3181 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1457/statm: 216471 3181 1686 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301584 s]
/proc/loadavg: 2.00 2.00 1.91 3/72 1457
/proc/meminfo: memFree=1139376/2055920 swapFree=4180424/4192956
[pid=1457] ppid=1455 vsize=866048 CPUtime=0.28
/proc/1457/stat : 1457 (java) S 1455 1457 850 0 -1 0 5579 0 1 0 25 3 0 0 18 0 9 0 1531959100 886833152 4993 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1457/statm: 216512 4993 1902 9 0 211060 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866048

[startup+0.701637 s]
/proc/loadavg: 2.00 2.00 1.91 3/72 1457
/proc/meminfo: memFree=1139376/2055920 swapFree=4180424/4192956
[pid=1457] ppid=1455 vsize=867444 CPUtime=0.68
/proc/1457/stat : 1457 (java) S 1455 1457 850 0 -1 0 8083 0 1 0 63 5 0 0 18 0 9 0 1531959100 888262656 7453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1457/statm: 216861 7453 1974 9 0 211389 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867444

[startup+1.50275 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 1466
/proc/meminfo: memFree=1094312/2055920 swapFree=4180424/4192956
[pid=1457] ppid=1455 vsize=867856 CPUtime=1.45
/proc/1457/stat : 1457 (java) S 1455 1457 850 0 -1 0 25808 467 1 0 128 11 6 0 18 0 10 0 1531959100 888684544 16602 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1457/statm: 216964 16602 2632 9 0 211470 0
[pid=1457/tid=1459] ppid=1455 vsize=867856 CPUtime=1.02
/proc/1457/task/1459/stat : 1459 (java) R 1455 1457 850 0 -1 64 19517 467 1 0 89 7 6 0 17 0 10 0 1531959101 888684544 16602 996147200 134512640 134550740 4294955984 18446744073709551615 102596401 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1460] ppid=1455 vsize=867856 CPUtime=0.17
/proc/1457/task/1460/stat : 1460 (java) S 1455 1457 850 0 -1 64 4599 467 0 0 11 0 6 0 17 0 10 0 1531959102 888684544 16602 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1461] ppid=1455 vsize=867856 CPUtime=0.06
/proc/1457/task/1461/stat : 1461 (java) S 1455 1457 850 0 -1 64 13 467 0 0 0 0 6 0 16 0 10 0 1531959103 888684544 16602 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1462] ppid=1455 vsize=867856 CPUtime=0.06
/proc/1457/task/1462/stat : 1462 (java) S 1455 1457 850 0 -1 64 8 467 0 0 0 0 6 0 16 0 10 0 1531959103 888684544 16602 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1463] ppid=1455 vsize=867856 CPUtime=0.06
/proc/1457/task/1463/stat : 1463 (java) S 1455 1457 850 0 -1 64 1 467 0 0 0 0 6 0 18 0 10 0 1531959105 888684544 16602 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1464] ppid=1455 vsize=867856 CPUtime=0.34
/proc/1457/task/1464/stat : 1464 (java) S 1455 1457 850 0 -1 64 860 467 0 0 27 1 6 0 16 0 10 0 1531959105 888684544 16602 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1465] ppid=1455 vsize=867856 CPUtime=0.06
/proc/1457/task/1465/stat : 1465 (java) S 1455 1457 850 0 -1 64 2 467 0 0 0 0 6 0 19 0 10 0 1531959105 888684544 16602 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1466] ppid=1455 vsize=867856 CPUtime=0.06
/proc/1457/task/1466/stat : 1466 (java) S 1455 1457 850 0 -1 64 10 467 0 0 0 0 6 0 15 0 10 0 1531959105 888684544 16602 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867856

[startup+3.10296 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 1470
/proc/meminfo: memFree=1082728/2055920 swapFree=4180424/4192956
[pid=1457] ppid=1455 vsize=867988 CPUtime=3.04
/proc/1457/stat : 1457 (java) S 1455 1457 850 0 -1 0 26242 590 1 0 286 12 6 0 18 0 9 0 1531959100 888819712 16677 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1457/statm: 216997 16677 2633 9 0 211503 0
[pid=1457/tid=1459] ppid=1455 vsize=867988 CPUtime=2.53
/proc/1457/task/1459/stat : 1459 (java) R 1455 1457 850 0 -1 64 19893 590 1 0 239 8 6 0 25 0 9 0 1531959101 888819712 16677 996147200 134512640 134550740 4294955984 18446744073709551615 4125976370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1460] ppid=1455 vsize=867988 CPUtime=0.17
/proc/1457/task/1460/stat : 1460 (java) S 1455 1457 850 0 -1 64 4600 590 0 0 11 0 6 0 17 0 9 0 1531959102 888819712 16677 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1461] ppid=1455 vsize=867988 CPUtime=0.06
/proc/1457/task/1461/stat : 1461 (java) S 1455 1457 850 0 -1 64 13 590 0 0 0 0 6 0 16 0 9 0 1531959103 888819712 16677 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1462] ppid=1455 vsize=867988 CPUtime=0.06
/proc/1457/task/1462/stat : 1462 (java) S 1455 1457 850 0 -1 64 8 590 0 0 0 0 6 0 16 0 9 0 1531959103 888819712 16677 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1463] ppid=1455 vsize=867988 CPUtime=0.06
/proc/1457/task/1463/stat : 1463 (java) S 1455 1457 850 0 -1 64 1 590 0 0 0 0 6 0 18 0 9 0 1531959105 888819712 16677 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1464] ppid=1455 vsize=867988 CPUtime=0.42
/proc/1457/task/1464/stat : 1464 (java) S 1455 1457 850 0 -1 64 914 590 0 0 35 1 6 0 15 0 9 0 1531959105 888819712 16677 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1465] ppid=1455 vsize=867988 CPUtime=0.06
/proc/1457/task/1465/stat : 1465 (java) S 1455 1457 850 0 -1 64 2 590 0 0 0 0 6 0 19 0 9 0 1531959105 888819712 16677 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1466] ppid=1455 vsize=867988 CPUtime=0.06
/proc/1457/task/1466/stat : 1466 (java) S 1455 1457 850 0 -1 64 10 590 0 0 0 0 6 0 15 0 9 0 1531959105 888819712 16677 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) 867988

[startup+6.30138 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 1470
/proc/meminfo: memFree=1082536/2055920 swapFree=4180424/4192956
[pid=1457] ppid=1455 vsize=867988 CPUtime=6.2
/proc/1457/stat : 1457 (java) S 1455 1457 850 0 -1 0 27204 590 1 0 602 12 6 0 18 0 9 0 1531959100 888819712 16679 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1457/statm: 216997 16679 2633 9 0 211503 0
[pid=1457/tid=1459] ppid=1455 vsize=867988 CPUtime=5.69
/proc/1457/task/1459/stat : 1459 (java) R 1455 1457 850 0 -1 64 20828 590 1 0 555 8 6 0 25 0 9 0 1531959101 888819712 16679 996147200 134512640 134550740 4294955984 18446744073709551615 4127133536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1460] ppid=1455 vsize=867988 CPUtime=0.17
/proc/1457/task/1460/stat : 1460 (java) S 1455 1457 850 0 -1 64 4600 590 0 0 11 0 6 0 16 0 9 0 1531959102 888819712 16679 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1461] ppid=1455 vsize=867988 CPUtime=0.06
/proc/1457/task/1461/stat : 1461 (java) S 1455 1457 850 0 -1 64 13 590 0 0 0 0 6 0 16 0 9 0 1531959103 888819712 16679 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1462] ppid=1455 vsize=867988 CPUtime=0.06
/proc/1457/task/1462/stat : 1462 (java) S 1455 1457 850 0 -1 64 8 590 0 0 0 0 6 0 16 0 9 0 1531959103 888819712 16679 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1463] ppid=1455 vsize=867988 CPUtime=0.06
/proc/1457/task/1463/stat : 1463 (java) S 1455 1457 850 0 -1 64 1 590 0 0 0 0 6 0 18 0 9 0 1531959105 888819712 16679 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1464] ppid=1455 vsize=867988 CPUtime=0.42
/proc/1457/task/1464/stat : 1464 (java) S 1455 1457 850 0 -1 64 916 590 0 0 35 1 6 0 17 0 9 0 1531959105 888819712 16679 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1465] ppid=1455 vsize=867988 CPUtime=0.06
/proc/1457/task/1465/stat : 1465 (java) S 1455 1457 850 0 -1 64 2 590 0 0 0 0 6 0 19 0 9 0 1531959105 888819712 16679 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1466] ppid=1455 vsize=867988 CPUtime=0.06
/proc/1457/task/1466/stat : 1466 (java) S 1455 1457 850 0 -1 64 35 590 0 0 0 0 6 0 15 0 9 0 1531959105 888819712 16679 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 867988

[startup+12.7022 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 1470
/proc/meminfo: memFree=1074040/2055920 swapFree=4180424/4192956
[pid=1457] ppid=1455 vsize=867900 CPUtime=12.54
/proc/1457/stat : 1457 (java) S 1455 1457 850 0 -1 0 31730 590 1 0 1234 14 6 0 18 0 9 0 1531959100 888729600 20015 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1457/statm: 216975 20015 2615 9 0 211503 0
[pid=1457/tid=1459] ppid=1455 vsize=867900 CPUtime=12.02
/proc/1457/task/1459/stat : 1459 (java) R 1455 1457 850 0 -1 64 24267 590 1 0 1186 10 6 0 25 0 9 0 1531959101 888729600 20015 996147200 134512640 134550740 4294955984 18446744073709551615 4127090183 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1460] ppid=1455 vsize=867900 CPUtime=0.19
/proc/1457/task/1460/stat : 1460 (java) S 1455 1457 850 0 -1 64 5684 590 0 0 12 1 6 0 16 0 9 0 1531959102 888729600 20015 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1461] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1461/stat : 1461 (java) S 1455 1457 850 0 -1 64 13 590 0 0 0 0 6 0 16 0 9 0 1531959103 888729600 20015 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1462] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1462/stat : 1462 (java) S 1455 1457 850 0 -1 64 9 590 0 0 0 0 6 0 16 0 9 0 1531959103 888729600 20015 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1463] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1463/stat : 1463 (java) S 1455 1457 850 0 -1 64 1 590 0 0 0 0 6 0 18 0 9 0 1531959105 888729600 20015 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1464] ppid=1455 vsize=867900 CPUtime=0.43
/proc/1457/task/1464/stat : 1464 (java) S 1455 1457 850 0 -1 64 918 590 0 0 36 1 6 0 17 0 9 0 1531959105 888729600 20015 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1465] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1465/stat : 1465 (java) S 1455 1457 850 0 -1 64 2 590 0 0 0 0 6 0 19 0 9 0 1531959105 888729600 20015 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1466] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1466/stat : 1466 (java) S 1455 1457 850 0 -1 64 35 590 0 0 0 0 6 0 15 0 9 0 1531959105 888729600 20015 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) 867900

[startup+25.5029 s]
/proc/loadavg: 2.00 2.00 1.91 4/81 1470
/proc/meminfo: memFree=1068984/2055920 swapFree=4180424/4192956
[pid=1457] ppid=1455 vsize=867900 CPUtime=25.23
/proc/1457/stat : 1457 (java) S 1455 1457 850 0 -1 0 31735 590 1 0 2503 14 6 0 18 0 9 0 1531959100 888729600 20016 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1457/statm: 216975 20016 2615 9 0 211503 0
[pid=1457/tid=1459] ppid=1455 vsize=867900 CPUtime=24.7
/proc/1457/task/1459/stat : 1459 (java) R 1455 1457 850 0 -1 64 24271 590 1 0 2454 10 6 0 25 0 9 0 1531959101 888729600 20016 996147200 134512640 134550740 4294955984 18446744073709551615 4126971885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1460] ppid=1455 vsize=867900 CPUtime=0.19
/proc/1457/task/1460/stat : 1460 (java) S 1455 1457 850 0 -1 64 5684 590 0 0 12 1 6 0 16 0 9 0 1531959102 888729600 20016 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1461] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1461/stat : 1461 (java) S 1455 1457 850 0 -1 64 13 590 0 0 0 0 6 0 16 0 9 0 1531959103 888729600 20016 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1462] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1462/stat : 1462 (java) S 1455 1457 850 0 -1 64 9 590 0 0 0 0 6 0 16 0 9 0 1531959103 888729600 20016 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1463] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1463/stat : 1463 (java) S 1455 1457 850 0 -1 64 1 590 0 0 0 0 6 0 18 0 9 0 1531959105 888729600 20016 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1464] ppid=1455 vsize=867900 CPUtime=0.43
/proc/1457/task/1464/stat : 1464 (java) S 1455 1457 850 0 -1 64 919 590 0 0 36 1 6 0 16 0 9 0 1531959105 888729600 20016 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1465] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1465/stat : 1465 (java) S 1455 1457 850 0 -1 64 2 590 0 0 0 0 6 0 19 0 9 0 1531959105 888729600 20016 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1466] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1466/stat : 1466 (java) S 1455 1457 850 0 -1 64 35 590 0 0 0 0 6 0 15 0 9 0 1531959105 888729600 20016 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) 867900

[startup+51.1023 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 1470
/proc/meminfo: memFree=1064632/2055920 swapFree=4180424/4192956
[pid=1457] ppid=1455 vsize=867900 CPUtime=50.62
/proc/1457/stat : 1457 (java) S 1455 1457 850 0 -1 0 32822 590 1 0 5041 15 6 0 18 0 9 0 1531959100 888729600 21098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1457/statm: 216975 21098 2615 9 0 211503 0
[pid=1457/tid=1459] ppid=1455 vsize=867900 CPUtime=50.07
/proc/1457/task/1459/stat : 1459 (java) R 1455 1457 850 0 -1 64 24274 590 1 0 4991 10 6 0 25 0 9 0 1531959101 888729600 21098 996147200 134512640 134550740 4294955984 18446744073709551615 4127094664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1460] ppid=1455 vsize=867900 CPUtime=0.2
/proc/1457/task/1460/stat : 1460 (java) S 1455 1457 850 0 -1 64 6768 590 0 0 13 1 6 0 16 0 9 0 1531959102 888729600 21098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1461] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1461/stat : 1461 (java) S 1455 1457 850 0 -1 64 13 590 0 0 0 0 6 0 16 0 9 0 1531959103 888729600 21098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1462] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1462/stat : 1462 (java) S 1455 1457 850 0 -1 64 9 590 0 0 0 0 6 0 16 0 9 0 1531959103 888729600 21098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1463] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1463/stat : 1463 (java) S 1455 1457 850 0 -1 64 1 590 0 0 0 0 6 0 18 0 9 0 1531959105 888729600 21098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1464] ppid=1455 vsize=867900 CPUtime=0.43
/proc/1457/task/1464/stat : 1464 (java) S 1455 1457 850 0 -1 64 919 590 0 0 36 1 6 0 16 0 9 0 1531959105 888729600 21098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1465] ppid=1455 vsize=867900 CPUtime=0.06

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

/proc/1457/task/1462/stat : 1462 (java) S 1455 1457 850 0 -1 64 9 590 0 0 0 0 6 0 16 0 9 0 1531959103 888729600 21111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1463] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1463/stat : 1463 (java) S 1455 1457 850 0 -1 64 1 590 0 0 0 0 6 0 18 0 9 0 1531959105 888729600 21111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1464] ppid=1455 vsize=867900 CPUtime=0.43
/proc/1457/task/1464/stat : 1464 (java) S 1455 1457 850 0 -1 64 920 590 0 0 36 1 6 0 16 0 9 0 1531959105 888729600 21111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1465] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1465/stat : 1465 (java) S 1455 1457 850 0 -1 64 2 590 0 0 0 0 6 0 19 0 9 0 1531959105 888729600 21111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1466] ppid=1455 vsize=867900 CPUtime=0.08
/proc/1457/task/1466/stat : 1466 (java) S 1455 1457 850 0 -1 64 35 590 0 0 1 1 6 0 15 0 9 0 1531959105 888729600 21111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1475.84
Current children cumulated vsize (KiB) 867900

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 1539
/proc/meminfo: memFree=957496/2055920 swapFree=4180424/4192956
[pid=1457] ppid=1455 vsize=867900 CPUtime=1535.82
/proc/1457/stat : 1457 (java) S 1455 1457 850 0 -1 0 32919 590 1 0 153550 26 6 0 18 0 9 0 1531959100 888729600 21111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1457/statm: 216975 21111 2615 9 0 211503 0
[pid=1457/tid=1459] ppid=1455 vsize=867900 CPUtime=1535.13
/proc/1457/task/1459/stat : 1459 (java) R 1455 1457 850 0 -1 64 24358 590 1 0 153487 20 6 0 25 0 9 0 1531959101 888729600 21111 996147200 134512640 134550740 4294955984 18446744073709551615 4127077600 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1457/tid=1460] ppid=1455 vsize=867900 CPUtime=0.32
/proc/1457/task/1460/stat : 1460 (java) S 1455 1457 850 0 -1 64 6780 590 0 0 24 2 6 0 16 0 9 0 1531959102 888729600 21111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1457/tid=1461] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1461/stat : 1461 (java) S 1455 1457 850 0 -1 64 13 590 0 0 0 0 6 0 16 0 9 0 1531959103 888729600 21111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1462] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1462/stat : 1462 (java) S 1455 1457 850 0 -1 64 9 590 0 0 0 0 6 0 16 0 9 0 1531959103 888729600 21111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1463] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1463/stat : 1463 (java) S 1455 1457 850 0 -1 64 1 590 0 0 0 0 6 0 18 0 9 0 1531959105 888729600 21111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1464] ppid=1455 vsize=867900 CPUtime=0.43
/proc/1457/task/1464/stat : 1464 (java) S 1455 1457 850 0 -1 64 920 590 0 0 36 1 6 0 16 0 9 0 1531959105 888729600 21111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1465] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1465/stat : 1465 (java) S 1455 1457 850 0 -1 64 2 590 0 0 0 0 6 0 19 0 9 0 1531959105 888729600 21111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1466] ppid=1455 vsize=867900 CPUtime=0.08
/proc/1457/task/1466/stat : 1466 (java) S 1455 1457 850 0 -1 64 35 590 0 0 1 1 6 0 15 0 9 0 1531959105 888729600 21111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.82
Current children cumulated vsize (KiB) 867900

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 1539
/proc/meminfo: memFree=957560/2055920 swapFree=4180424/4192956
[pid=1457] ppid=1455 vsize=867900 CPUtime=1595.8
/proc/1457/stat : 1457 (java) S 1455 1457 850 0 -1 0 32923 590 1 0 159548 26 6 0 18 0 9 0 1531959100 888729600 21111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1457/statm: 216975 21111 2615 9 0 211503 0
[pid=1457/tid=1459] ppid=1455 vsize=867900 CPUtime=1595.1
/proc/1457/task/1459/stat : 1459 (java) R 1455 1457 850 0 -1 64 24362 590 1 0 159484 20 6 0 25 0 9 0 1531959101 888729600 21111 996147200 134512640 134550740 4294955984 18446744073709551615 4127088649 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1457/tid=1460] ppid=1455 vsize=867900 CPUtime=0.33
/proc/1457/task/1460/stat : 1460 (java) S 1455 1457 850 0 -1 64 6780 590 0 0 25 2 6 0 16 0 9 0 1531959102 888729600 21111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1457/tid=1461] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1461/stat : 1461 (java) S 1455 1457 850 0 -1 64 13 590 0 0 0 0 6 0 16 0 9 0 1531959103 888729600 21111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1462] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1462/stat : 1462 (java) S 1455 1457 850 0 -1 64 9 590 0 0 0 0 6 0 16 0 9 0 1531959103 888729600 21111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1463] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1463/stat : 1463 (java) S 1455 1457 850 0 -1 64 1 590 0 0 0 0 6 0 18 0 9 0 1531959105 888729600 21111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1464] ppid=1455 vsize=867900 CPUtime=0.43
/proc/1457/task/1464/stat : 1464 (java) S 1455 1457 850 0 -1 64 920 590 0 0 36 1 6 0 16 0 9 0 1531959105 888729600 21111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1465] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1465/stat : 1465 (java) S 1455 1457 850 0 -1 64 2 590 0 0 0 0 6 0 19 0 9 0 1531959105 888729600 21111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1466] ppid=1455 vsize=867900 CPUtime=0.08
/proc/1457/task/1466/stat : 1466 (java) S 1455 1457 850 0 -1 64 35 590 0 0 1 1 6 0 15 0 9 0 1531959105 888729600 21111 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.8
Current children cumulated vsize (KiB) 867900

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 1539
/proc/meminfo: memFree=957560/2055920 swapFree=4180424/4192956
[pid=1457] ppid=1455 vsize=867900 CPUtime=1655.77
/proc/1457/stat : 1457 (java) S 1455 1457 850 0 -1 0 32927 590 1 0 165545 26 6 0 18 0 9 0 1531959100 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1457/statm: 216975 21112 2615 9 0 211503 0
[pid=1457/tid=1459] ppid=1455 vsize=867900 CPUtime=1655.07
/proc/1457/task/1459/stat : 1459 (java) R 1455 1457 850 0 -1 64 24365 590 1 0 165481 20 6 0 25 0 9 0 1531959101 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4127077875 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1457/tid=1460] ppid=1455 vsize=867900 CPUtime=0.33
/proc/1457/task/1460/stat : 1460 (java) S 1455 1457 850 0 -1 64 6781 590 0 0 25 2 6 0 16 0 9 0 1531959102 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1457/tid=1461] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1461/stat : 1461 (java) S 1455 1457 850 0 -1 64 13 590 0 0 0 0 6 0 16 0 9 0 1531959103 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1462] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1462/stat : 1462 (java) S 1455 1457 850 0 -1 64 9 590 0 0 0 0 6 0 16 0 9 0 1531959103 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1463] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1463/stat : 1463 (java) S 1455 1457 850 0 -1 64 1 590 0 0 0 0 6 0 18 0 9 0 1531959105 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1464] ppid=1455 vsize=867900 CPUtime=0.43
/proc/1457/task/1464/stat : 1464 (java) S 1455 1457 850 0 -1 64 920 590 0 0 36 1 6 0 16 0 9 0 1531959105 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1465] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1465/stat : 1465 (java) S 1455 1457 850 0 -1 64 2 590 0 0 0 0 6 0 19 0 9 0 1531959105 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1466] ppid=1455 vsize=867900 CPUtime=0.08
/proc/1457/task/1466/stat : 1466 (java) S 1455 1457 850 0 -1 64 35 590 0 0 1 1 6 0 15 0 9 0 1531959105 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.77
Current children cumulated vsize (KiB) 867900

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 1539
/proc/meminfo: memFree=957560/2055920 swapFree=4180424/4192956
[pid=1457] ppid=1455 vsize=867900 CPUtime=1715.74
/proc/1457/stat : 1457 (java) S 1455 1457 850 0 -1 0 32931 590 1 0 171542 26 6 0 18 0 9 0 1531959100 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1457/statm: 216975 21112 2615 9 0 211503 0
[pid=1457/tid=1459] ppid=1455 vsize=867900 CPUtime=1715.04
/proc/1457/task/1459/stat : 1459 (java) R 1455 1457 850 0 -1 64 24369 590 1 0 171478 20 6 0 25 0 9 0 1531959101 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4127090280 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1457/tid=1460] ppid=1455 vsize=867900 CPUtime=0.33
/proc/1457/task/1460/stat : 1460 (java) S 1455 1457 850 0 -1 64 6781 590 0 0 25 2 6 0 16 0 9 0 1531959102 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1457/tid=1461] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1461/stat : 1461 (java) S 1455 1457 850 0 -1 64 13 590 0 0 0 0 6 0 16 0 9 0 1531959103 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1462] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1462/stat : 1462 (java) S 1455 1457 850 0 -1 64 9 590 0 0 0 0 6 0 16 0 9 0 1531959103 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1463] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1463/stat : 1463 (java) S 1455 1457 850 0 -1 64 1 590 0 0 0 0 6 0 18 0 9 0 1531959105 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1464] ppid=1455 vsize=867900 CPUtime=0.43
/proc/1457/task/1464/stat : 1464 (java) S 1455 1457 850 0 -1 64 920 590 0 0 36 1 6 0 16 0 9 0 1531959105 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1465] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1465/stat : 1465 (java) S 1455 1457 850 0 -1 64 2 590 0 0 0 0 6 0 19 0 9 0 1531959105 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1466] ppid=1455 vsize=867900 CPUtime=0.08
/proc/1457/task/1466/stat : 1466 (java) S 1455 1457 850 0 -1 64 35 590 0 0 1 1 6 0 15 0 9 0 1531959105 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.74
Current children cumulated vsize (KiB) 867900

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 1539
/proc/meminfo: memFree=957496/2055920 swapFree=4180424/4192956
[pid=1457] ppid=1455 vsize=867900 CPUtime=1775.72
/proc/1457/stat : 1457 (java) S 1455 1457 850 0 -1 0 32934 590 1 0 177539 27 6 0 18 0 9 0 1531959100 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1457/statm: 216975 21112 2615 9 0 211503 0
[pid=1457/tid=1459] ppid=1455 vsize=867900 CPUtime=1775.01
/proc/1457/task/1459/stat : 1459 (java) R 1455 1457 850 0 -1 64 24372 590 1 0 177475 20 6 0 25 0 9 0 1531959101 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4127090183 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1457/tid=1460] ppid=1455 vsize=867900 CPUtime=0.34
/proc/1457/task/1460/stat : 1460 (java) S 1455 1457 850 0 -1 64 6781 590 0 0 26 2 6 0 16 0 9 0 1531959102 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1457/tid=1461] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1461/stat : 1461 (java) S 1455 1457 850 0 -1 64 13 590 0 0 0 0 6 0 16 0 9 0 1531959103 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1462] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1462/stat : 1462 (java) S 1455 1457 850 0 -1 64 9 590 0 0 0 0 6 0 16 0 9 0 1531959103 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1463] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1463/stat : 1463 (java) S 1455 1457 850 0 -1 64 1 590 0 0 0 0 6 0 18 0 9 0 1531959105 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1464] ppid=1455 vsize=867900 CPUtime=0.43
/proc/1457/task/1464/stat : 1464 (java) S 1455 1457 850 0 -1 64 920 590 0 0 36 1 6 0 16 0 9 0 1531959105 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1465] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1465/stat : 1465 (java) S 1455 1457 850 0 -1 64 2 590 0 0 0 0 6 0 19 0 9 0 1531959105 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1466] ppid=1455 vsize=867900 CPUtime=0.08
/proc/1457/task/1466/stat : 1466 (java) S 1455 1457 850 0 -1 64 35 590 0 0 1 1 6 0 15 0 9 0 1531959105 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.72
Current children cumulated vsize (KiB) 867900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.6 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 1539
/proc/meminfo: memFree=957432/2055920 swapFree=4180424/4192956
[pid=1457] ppid=1455 vsize=867900 CPUtime=1800.02
/proc/1457/stat : 1457 (java) S 1455 1457 850 0 -1 0 32935 590 1 0 179969 27 6 0 18 0 9 0 1531959100 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1457/statm: 216975 21112 2615 9 0 211503 0
[pid=1457/tid=1459] ppid=1455 vsize=867900 CPUtime=1799.3
/proc/1457/task/1459/stat : 1459 (java) R 1455 1457 850 0 -1 64 24373 590 1 0 179904 20 6 0 25 0 9 0 1531959101 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4127126462 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1457/tid=1460] ppid=1455 vsize=867900 CPUtime=0.34
/proc/1457/task/1460/stat : 1460 (java) S 1455 1457 850 0 -1 64 6781 590 0 0 26 2 6 0 16 0 9 0 1531959102 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1457/tid=1461] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1461/stat : 1461 (java) S 1455 1457 850 0 -1 64 13 590 0 0 0 0 6 0 16 0 9 0 1531959103 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1462] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1462/stat : 1462 (java) S 1455 1457 850 0 -1 64 9 590 0 0 0 0 6 0 16 0 9 0 1531959103 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1463] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1463/stat : 1463 (java) S 1455 1457 850 0 -1 64 1 590 0 0 0 0 6 0 18 0 9 0 1531959105 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1464] ppid=1455 vsize=867900 CPUtime=0.43
/proc/1457/task/1464/stat : 1464 (java) S 1455 1457 850 0 -1 64 920 590 0 0 36 1 6 0 16 0 9 0 1531959105 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1465] ppid=1455 vsize=867900 CPUtime=0.06
/proc/1457/task/1465/stat : 1465 (java) S 1455 1457 850 0 -1 64 2 590 0 0 0 0 6 0 19 0 9 0 1531959105 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1457/tid=1466] ppid=1455 vsize=867900 CPUtime=0.08
/proc/1457/task/1466/stat : 1466 (java) S 1455 1457 850 0 -1 64 35 590 0 0 1 1 6 0 15 0 9 0 1531959105 888729600 21112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 867900

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): 1806.67
CPU time (s): 1800.11
CPU user time (s): 1799.81
CPU system time (s): 0.294955
CPU usage (%): 99.6369
Max. virtual memory (cumulated for all children) (KiB): 867988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.294955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33553
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= 38533
involuntary context switches= 36167

runsolver used 2.15767 second user time and 6.73998 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-02 20:21:13
IDJOB=1044268
IDBENCH=53536
IDSOLVER=363
FILE ID=node13/1044268-1215022873
PBS_JOBID= 7874444
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/QCP-20/normalized-qcp-20-187-4_ext.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-1044268-1215022873/watcher-1044268-1215022873 -o /tmp/evaluation-result-1044268-1215022873/solver-1044268-1215022873 -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-1044268-1215022873.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 58552dc0782bd99da35e11d38ee871b0
RANDOM SEED=586413143

node13.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.238
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.238
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:       1139792 kB
Buffers:         67124 kB
Cached:         751504 kB
SwapCached:       6620 kB
Active:         171964 kB
Inactive:       662808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1139792 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            2408 kB
Writeback:           0 kB
Mapped:          24024 kB
Slab:            66488 kB
Committed_AS:  2958060 kB
PageTables:       1896 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= 66548 MiB
End job on node13 at 2008-07-02 20:51:22