Trace number 1070002

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

General information on the benchmark

Namecsp/pseudoGLB/
normalized-fpga14-12-sat-pb-cnf-cr.xml
MD5SUM5a02ea4e793b9a7a37d43ab93d511674
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.825873
Satisfiable
(Un)Satisfiability was proved
Number of variables252
Number of constraints206
Maximum constraint arity14
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(206)

Solver Data (download as text)

0.12/0.44	
0.12/0.44	Abscon 112 (May, 2008)
0.28/0.72	
0.28/0.72	   configuration
0.28/0.72	     name=mac.xml
0.28/0.77	   
0.28/0.77	   instance
0.28/0.77	     name=HOME/instance-1070002-1215477097.xml
0.36/0.81	   
0.36/0.81	   domains being loaded...
0.36/0.82	   
0.36/0.82	   variables being loaded...
0.36/0.88	     nbVariables=252  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=504
0.36/0.88	       =>  wckTime=0.15  cpuTime=0.11  mem=7M853
0.36/0.88	   
0.36/0.88	   constraints being loaded...
0.65/1.17	     nbConstraints=240  nbGlobalConstraints=240  nbSharedBinaryRepresentations=0  minDegree=6  maxDegree=18  minArity=7
0.65/1.17	     avgArity=11.37  maxArity=252  nbGenerators=34  nbFusions=0  symmetryWckTime=0.17  symmetryCpuTime=0.1
0.65/1.17	       =>  wckTime=0.441  cpuTime=0.26  mem=15M696
0.75/1.22	   
0.75/1.22	   solver IterativeSystematicSolver being built... 
0.75/1.28	   
0.75/1.28	   INFO : Forward propagation technique limited 
0.86/1.36	       =>  wckTime=0.635  cpuTime=0.39  mem=21M90
0.86/1.37	   
0.86/1.37	   preprocessing
0.86/1.37	     nbConstraintChecks=0  nbPropagations=252  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.86/1.37	     detectedInconsistency=no
0.86/1.37	       =>  wckTime=0.0080  cpuTime=0.01  mem=21M90
0.98/1.45	   
0.98/1.45	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M56)

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-1070002-1215477097/watcher-1070002-1215477097 -o /tmp/evaluation-result-1070002-1215477097/solver-1070002-1215477097 -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-1070002-1215477097.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.08 1.02 1.01 4/71 2807
/proc/meminfo: memFree=1934464/2055920 swapFree=4192956/4192956
[pid=2807] ppid=2803 vsize=18572 CPUtime=0
/proc/2807/stat : 2807 (runsolver) D 2803 2807 2741 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 4412944 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 244671114535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2807/statm: 4643 292 257 25 0 2626 0

[startup+0.101458 s]
/proc/loadavg: 1.08 1.02 1.01 4/71 2807
/proc/meminfo: memFree=1934464/2055920 swapFree=4192956/4192956
[pid=2807] ppid=2803 vsize=1472 CPUtime=0
/proc/2807/stat : 2807 (java) D 2803 2807 2741 0 -1 0 96 0 7 0 0 0 0 0 18 0 1 0 4412944 1507328 76 996147200 134512640 134550740 4294956128 18446744073709551615 11497102 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/2807/statm: 368 76 56 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1472

[startup+0.201478 s]
/proc/loadavg: 1.08 1.02 1.01 4/71 2807
/proc/meminfo: memFree=1934464/2055920 swapFree=4192956/4192956
[pid=2807] ppid=2803 vsize=10904 CPUtime=0.03
/proc/2807/stat : 2807 (java) S 2803 2807 2741 0 -1 0 776 0 46 0 0 3 0 0 18 0 2 0 4412944 11165696 575 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/2807/statm: 2726 575 286 9 0 1198 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10904

[startup+0.3015 s]
/proc/loadavg: 1.08 1.02 1.01 4/71 2807
/proc/meminfo: memFree=1934464/2055920 swapFree=4192956/4192956
[pid=2807] ppid=2803 vsize=861876 CPUtime=0.07
/proc/2807/stat : 2807 (java) S 2803 2807 2741 0 -1 0 2258 0 64 0 1 6 0 0 18 0 5 0 4412944 882561024 1914 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/2807/statm: 215469 1914 873 9 0 210448 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 861876

[startup+0.701569 s]
/proc/loadavg: 1.08 1.02 1.01 4/71 2807
/proc/meminfo: memFree=1934464/2055920 swapFree=4192956/4192956
[pid=2807] ppid=2803 vsize=866204 CPUtime=0.28
/proc/2807/stat : 2807 (java) S 2803 2807 2741 0 -1 0 4983 0 117 0 17 11 0 0 18 0 9 0 4412944 886992896 4526 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2807/statm: 216551 4526 1861 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866204

[startup+1.50172 s]
/proc/loadavg: 1.08 1.02 1.01 4/83 2821
/proc/meminfo: memFree=1883616/2055920 swapFree=4192956/4192956
[pid=2807] ppid=2803 vsize=869000 CPUtime=1.1
/proc/2807/stat : 2807 (java) S 2803 2807 2741 0 -1 0 15672 350 125 0 91 16 3 0 18 0 9 0 4412944 889856000 10902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2807/statm: 217250 10902 2633 9 0 211756 0
[pid=2807/tid=2810] ppid=2803 vsize=869000 CPUtime=0.78
/proc/2807/task/2810/stat : 2810 (java) R 2803 2807 2741 0 -1 64 11581 350 80 0 64 11 3 0 17 0 9 0 4412961 889856000 10902 996147200 134512640 134550740 4294955968 18446744073709551615 4126910901 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2811] ppid=2803 vsize=869000 CPUtime=0.07
/proc/2807/task/2811/stat : 2811 (java) S 2803 2807 2741 0 -1 64 2426 350 1 0 4 0 3 0 16 0 9 0 4412969 889856000 10902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2812] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2812/stat : 2812 (java) S 2803 2807 2741 0 -1 64 16 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2813] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2813/stat : 2813 (java) S 2803 2807 2741 0 -1 64 9 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2814] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2814/stat : 2814 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 19 0 9 0 4412976 889856000 10902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2815] ppid=2803 vsize=869000 CPUtime=0.25
/proc/2807/task/2815/stat : 2815 (java) S 2803 2807 2741 0 -1 64 871 350 1 0 22 0 3 0 16 0 9 0 4412976 889856000 10902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2807/tid=2816] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2816/stat : 2816 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 21 0 9 0 4412976 889856000 10902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2817] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2817/stat : 2817 (java) S 2803 2807 2741 0 -1 64 6 350 0 0 0 0 3 0 15 0 9 0 4412976 889856000 10902 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 869000

[startup+3.10302 s]
/proc/loadavg: 1.08 1.02 1.01 3/81 2848
/proc/meminfo: memFree=1866344/2055920 swapFree=4192956/4192956
[pid=2807] ppid=2803 vsize=869000 CPUtime=2.7
/proc/2807/stat : 2807 (java) S 2803 2807 2741 0 -1 0 15704 350 125 0 250 17 3 0 18 0 9 0 4412944 889856000 10933 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2807/statm: 217250 10933 2633 9 0 211756 0
[pid=2807/tid=2810] ppid=2803 vsize=869000 CPUtime=2.35
/proc/2807/task/2810/stat : 2810 (java) R 2803 2807 2741 0 -1 64 11590 350 80 0 220 12 3 0 25 0 9 0 4412961 889856000 10933 996147200 134512640 134550740 4294955968 18446744073709551615 4126963684 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2811] ppid=2803 vsize=869000 CPUtime=0.07
/proc/2807/task/2811/stat : 2811 (java) S 2803 2807 2741 0 -1 64 2426 350 1 0 4 0 3 0 17 0 9 0 4412969 889856000 10933 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2812] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2812/stat : 2812 (java) S 2803 2807 2741 0 -1 64 16 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10933 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2813] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2813/stat : 2813 (java) S 2803 2807 2741 0 -1 64 9 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10933 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2814] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2814/stat : 2814 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 19 0 9 0 4412976 889856000 10933 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2815] ppid=2803 vsize=869000 CPUtime=0.29
/proc/2807/task/2815/stat : 2815 (java) S 2803 2807 2741 0 -1 64 894 350 1 0 25 1 3 0 15 0 9 0 4412976 889856000 10933 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2816] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2816/stat : 2816 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 21 0 9 0 4412976 889856000 10933 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2817] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2817/stat : 2817 (java) S 2803 2807 2741 0 -1 64 6 350 0 0 0 0 3 0 15 0 9 0 4412976 889856000 10933 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 869000

[startup+6.3016 s]
/proc/loadavg: 1.15 1.03 1.01 3/81 2848
/proc/meminfo: memFree=1865960/2055920 swapFree=4192956/4192956
[pid=2807] ppid=2803 vsize=869000 CPUtime=5.9
/proc/2807/stat : 2807 (java) S 2803 2807 2741 0 -1 0 15737 350 125 0 570 17 3 0 18 0 9 0 4412944 889856000 10937 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2807/statm: 217250 10937 2633 9 0 211756 0
[pid=2807/tid=2810] ppid=2803 vsize=869000 CPUtime=5.54
/proc/2807/task/2810/stat : 2810 (java) R 2803 2807 2741 0 -1 64 11593 350 80 0 539 12 3 0 25 0 9 0 4412961 889856000 10937 996147200 134512640 134550740 4294955968 18446744073709551615 4126922337 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2811] ppid=2803 vsize=869000 CPUtime=0.07
/proc/2807/task/2811/stat : 2811 (java) S 2803 2807 2741 0 -1 64 2426 350 1 0 4 0 3 0 16 0 9 0 4412969 889856000 10937 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2812] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2812/stat : 2812 (java) S 2803 2807 2741 0 -1 64 16 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10937 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2813] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2813/stat : 2813 (java) S 2803 2807 2741 0 -1 64 9 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10937 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2814] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2814/stat : 2814 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 19 0 9 0 4412976 889856000 10937 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2815] ppid=2803 vsize=869000 CPUtime=0.29
/proc/2807/task/2815/stat : 2815 (java) S 2803 2807 2741 0 -1 64 897 350 1 0 25 1 3 0 17 0 9 0 4412976 889856000 10937 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2816] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2816/stat : 2816 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 21 0 9 0 4412976 889856000 10937 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2817] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2817/stat : 2817 (java) S 2803 2807 2741 0 -1 64 33 350 0 0 0 0 3 0 15 0 9 0 4412976 889856000 10937 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 869000

[startup+12.7028 s]
/proc/loadavg: 1.30 1.06 1.02 3/78 2919
/proc/meminfo: memFree=1821568/2055920 swapFree=4192956/4192956
[pid=2807] ppid=2803 vsize=869000 CPUtime=12.27
/proc/2807/stat : 2807 (java) S 2803 2807 2741 0 -1 0 15740 350 125 0 1203 21 3 0 18 0 9 0 4412944 889856000 10940 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2807/statm: 217250 10940 2633 9 0 211756 0
[pid=2807/tid=2810] ppid=2803 vsize=869000 CPUtime=11.92
/proc/2807/task/2810/stat : 2810 (java) R 2803 2807 2741 0 -1 64 11596 350 80 0 1173 16 3 0 25 0 9 0 4412961 889856000 10940 996147200 134512640 134550740 4294955968 18446744073709551615 4126913299 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2811] ppid=2803 vsize=869000 CPUtime=0.07
/proc/2807/task/2811/stat : 2811 (java) S 2803 2807 2741 0 -1 64 2426 350 1 0 4 0 3 0 16 0 9 0 4412969 889856000 10940 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2812] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2812/stat : 2812 (java) S 2803 2807 2741 0 -1 64 16 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10940 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2813] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2813/stat : 2813 (java) S 2803 2807 2741 0 -1 64 9 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10940 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2814] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2814/stat : 2814 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 19 0 9 0 4412976 889856000 10940 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2815] ppid=2803 vsize=869000 CPUtime=0.29
/proc/2807/task/2815/stat : 2815 (java) S 2803 2807 2741 0 -1 64 897 350 1 0 25 1 3 0 17 0 9 0 4412976 889856000 10940 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2816] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2816/stat : 2816 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 21 0 9 0 4412976 889856000 10940 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2817] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2817/stat : 2817 (java) S 2803 2807 2741 0 -1 64 33 350 0 0 0 0 3 0 15 0 9 0 4412976 889856000 10940 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 869000

[startup+25.5011 s]
/proc/loadavg: 1.53 1.13 1.04 4/90 3035
/proc/meminfo: memFree=1833568/2055920 swapFree=4192956/4192956
[pid=2807] ppid=2803 vsize=869000 CPUtime=25.06
/proc/2807/stat : 2807 (java) S 2803 2807 2741 0 -1 0 15742 350 125 0 2479 24 3 0 18 0 9 0 4412944 889856000 10942 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2807/statm: 217250 10942 2633 9 0 211756 0
[pid=2807/tid=2810] ppid=2803 vsize=869000 CPUtime=24.7
/proc/2807/task/2810/stat : 2810 (java) R 2803 2807 2741 0 -1 64 11598 350 80 0 2449 18 3 0 25 0 9 0 4412961 889856000 10942 996147200 134512640 134550740 4294955968 18446744073709551615 4126913299 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2811] ppid=2803 vsize=869000 CPUtime=0.07
/proc/2807/task/2811/stat : 2811 (java) S 2803 2807 2741 0 -1 64 2426 350 1 0 4 0 3 0 16 0 9 0 4412969 889856000 10942 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2812] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2812/stat : 2812 (java) S 2803 2807 2741 0 -1 64 16 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10942 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2813] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2813/stat : 2813 (java) S 2803 2807 2741 0 -1 64 9 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10942 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2814] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2814/stat : 2814 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 19 0 9 0 4412976 889856000 10942 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2815] ppid=2803 vsize=869000 CPUtime=0.29
/proc/2807/task/2815/stat : 2815 (java) S 2803 2807 2741 0 -1 64 897 350 1 0 25 1 3 0 17 0 9 0 4412976 889856000 10942 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2816] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2816/stat : 2816 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 21 0 9 0 4412976 889856000 10942 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2817] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2817/stat : 2817 (java) S 2803 2807 2741 0 -1 64 33 350 0 0 0 0 3 0 15 0 9 0 4412976 889856000 10942 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 869000

[startup+51.1019 s]
/proc/loadavg: 1.69 1.20 1.06 4/90 3035
/proc/meminfo: memFree=1833248/2055920 swapFree=4192956/4192956
[pid=2807] ppid=2803 vsize=869000 CPUtime=50.65
/proc/2807/stat : 2807 (java) S 2803 2807 2741 0 -1 0 15745 350 125 0 5038 24 3 0 18 0 9 0 4412944 889856000 10945 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2807/statm: 217250 10945 2633 9 0 211756 0
[pid=2807/tid=2810] ppid=2803 vsize=869000 CPUtime=50.29
/proc/2807/task/2810/stat : 2810 (java) R 2803 2807 2741 0 -1 64 11601 350 80 0 5007 19 3 0 25 0 9 0 4412961 889856000 10945 996147200 134512640 134550740 4294955968 18446744073709551615 4126920112 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2811] ppid=2803 vsize=869000 CPUtime=0.07
/proc/2807/task/2811/stat : 2811 (java) S 2803 2807 2741 0 -1 64 2426 350 1 0 4 0 3 0 16 0 9 0 4412969 889856000 10945 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2812] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2812/stat : 2812 (java) S 2803 2807 2741 0 -1 64 16 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10945 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2813] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2813/stat : 2813 (java) S 2803 2807 2741 0 -1 64 9 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10945 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2814] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2814/stat : 2814 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 19 0 9 0 4412976 889856000 10945 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2815] ppid=2803 vsize=869000 CPUtime=0.29
/proc/2807/task/2815/stat : 2815 (java) S 2803 2807 2741 0 -1 64 897 350 1 0 25 1 3 0 16 0 9 0 4412976 889856000 10945 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2816] ppid=2803 vsize=869000 CPUtime=0.03

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

/proc/2807/task/2813/stat : 2813 (java) S 2803 2807 2741 0 -1 64 9 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2814] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2814/stat : 2814 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 19 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2815] ppid=2803 vsize=869000 CPUtime=0.29
/proc/2807/task/2815/stat : 2815 (java) S 2803 2807 2741 0 -1 64 898 350 1 0 25 1 3 0 16 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2816] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2816/stat : 2816 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 21 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2817] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2817/stat : 2817 (java) S 2803 2807 2741 0 -1 64 33 350 0 0 0 0 3 0 15 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.18
Current children cumulated vsize (KiB) 869000

[startup+1542.31 s]
/proc/loadavg: 2.00 1.99 1.78 3/90 3035
/proc/meminfo: memFree=1829664/2055920 swapFree=4192956/4192956
[pid=2807] ppid=2803 vsize=869000 CPUtime=1541.15
/proc/2807/stat : 2807 (java) S 2803 2807 2741 0 -1 0 15759 350 125 0 154085 27 3 0 18 0 9 0 4412944 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2807/statm: 217250 10959 2633 9 0 211756 0
[pid=2807/tid=2810] ppid=2803 vsize=869000 CPUtime=1540.8
/proc/2807/task/2810/stat : 2810 (java) R 2803 2807 2741 0 -1 64 11614 350 80 0 154055 22 3 0 25 0 9 0 4412961 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4126956826 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2811] ppid=2803 vsize=869000 CPUtime=0.07
/proc/2807/task/2811/stat : 2811 (java) S 2803 2807 2741 0 -1 64 2426 350 1 0 4 0 3 0 16 0 9 0 4412969 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2812] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2812/stat : 2812 (java) S 2803 2807 2741 0 -1 64 16 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2813] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2813/stat : 2813 (java) S 2803 2807 2741 0 -1 64 9 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2814] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2814/stat : 2814 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 19 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2815] ppid=2803 vsize=869000 CPUtime=0.29
/proc/2807/task/2815/stat : 2815 (java) S 2803 2807 2741 0 -1 64 898 350 1 0 25 1 3 0 16 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2816] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2816/stat : 2816 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 21 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2817] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2817/stat : 2817 (java) S 2803 2807 2741 0 -1 64 33 350 0 0 0 0 3 0 15 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.15
Current children cumulated vsize (KiB) 869000

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.79 3/90 3035
/proc/meminfo: memFree=1829664/2055920 swapFree=4192956/4192956
[pid=2807] ppid=2803 vsize=869000 CPUtime=1601.12
/proc/2807/stat : 2807 (java) S 2803 2807 2741 0 -1 0 15759 350 125 0 160082 27 3 0 18 0 9 0 4412944 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2807/statm: 217250 10959 2633 9 0 211756 0
[pid=2807/tid=2810] ppid=2803 vsize=869000 CPUtime=1600.77
/proc/2807/task/2810/stat : 2810 (java) R 2803 2807 2741 0 -1 64 11614 350 80 0 160052 22 3 0 25 0 9 0 4412961 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4126913299 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2811] ppid=2803 vsize=869000 CPUtime=0.07
/proc/2807/task/2811/stat : 2811 (java) S 2803 2807 2741 0 -1 64 2426 350 1 0 4 0 3 0 16 0 9 0 4412969 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2812] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2812/stat : 2812 (java) S 2803 2807 2741 0 -1 64 16 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2813] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2813/stat : 2813 (java) S 2803 2807 2741 0 -1 64 9 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2814] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2814/stat : 2814 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 19 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2815] ppid=2803 vsize=869000 CPUtime=0.29
/proc/2807/task/2815/stat : 2815 (java) S 2803 2807 2741 0 -1 64 898 350 1 0 25 1 3 0 16 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2816] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2816/stat : 2816 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 21 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2817] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2817/stat : 2817 (java) S 2803 2807 2741 0 -1 64 33 350 0 0 0 0 3 0 15 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.12
Current children cumulated vsize (KiB) 869000

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.80 3/90 3035
/proc/meminfo: memFree=1829536/2055920 swapFree=4192956/4192956
[pid=2807] ppid=2803 vsize=869000 CPUtime=1661.09
/proc/2807/stat : 2807 (java) S 2803 2807 2741 0 -1 0 15759 350 125 0 166079 27 3 0 18 0 9 0 4412944 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2807/statm: 217250 10959 2633 9 0 211756 0
[pid=2807/tid=2810] ppid=2803 vsize=869000 CPUtime=1660.74
/proc/2807/task/2810/stat : 2810 (java) R 2803 2807 2741 0 -1 64 11614 350 80 0 166049 22 3 0 25 0 9 0 4412961 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4126913307 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2811] ppid=2803 vsize=869000 CPUtime=0.07
/proc/2807/task/2811/stat : 2811 (java) S 2803 2807 2741 0 -1 64 2426 350 1 0 4 0 3 0 16 0 9 0 4412969 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2812] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2812/stat : 2812 (java) S 2803 2807 2741 0 -1 64 16 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2813] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2813/stat : 2813 (java) S 2803 2807 2741 0 -1 64 9 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2814] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2814/stat : 2814 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 19 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2815] ppid=2803 vsize=869000 CPUtime=0.29
/proc/2807/task/2815/stat : 2815 (java) S 2803 2807 2741 0 -1 64 898 350 1 0 25 1 3 0 16 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2816] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2816/stat : 2816 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 21 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2817] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2817/stat : 2817 (java) S 2803 2807 2741 0 -1 64 33 350 0 0 0 0 3 0 15 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.09
Current children cumulated vsize (KiB) 869000

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.81 3/90 3035
/proc/meminfo: memFree=1829536/2055920 swapFree=4192956/4192956
[pid=2807] ppid=2803 vsize=869000 CPUtime=1721.07
/proc/2807/stat : 2807 (java) S 2803 2807 2741 0 -1 0 15759 350 125 0 172076 28 3 0 18 0 9 0 4412944 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2807/statm: 217250 10959 2633 9 0 211756 0
[pid=2807/tid=2810] ppid=2803 vsize=869000 CPUtime=1720.7
/proc/2807/task/2810/stat : 2810 (java) R 2803 2807 2741 0 -1 64 11614 350 80 0 172045 22 3 0 25 0 9 0 4412961 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4126901544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2811] ppid=2803 vsize=869000 CPUtime=0.07
/proc/2807/task/2811/stat : 2811 (java) S 2803 2807 2741 0 -1 64 2426 350 1 0 4 0 3 0 16 0 9 0 4412969 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2812] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2812/stat : 2812 (java) S 2803 2807 2741 0 -1 64 16 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2813] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2813/stat : 2813 (java) S 2803 2807 2741 0 -1 64 9 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2814] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2814/stat : 2814 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 19 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2815] ppid=2803 vsize=869000 CPUtime=0.29
/proc/2807/task/2815/stat : 2815 (java) S 2803 2807 2741 0 -1 64 898 350 1 0 25 1 3 0 16 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2816] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2816/stat : 2816 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 21 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2817] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2817/stat : 2817 (java) S 2803 2807 2741 0 -1 64 33 350 0 0 0 0 3 0 15 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.07
Current children cumulated vsize (KiB) 869000

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.82 3/90 3041
/proc/meminfo: memFree=1829216/2055920 swapFree=4192956/4192956
[pid=2807] ppid=2803 vsize=869000 CPUtime=1781.04
/proc/2807/stat : 2807 (java) S 2803 2807 2741 0 -1 0 15759 350 125 0 178073 28 3 0 18 0 9 0 4412944 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2807/statm: 217250 10959 2633 9 0 211756 0
[pid=2807/tid=2810] ppid=2803 vsize=869000 CPUtime=1780.69
/proc/2807/task/2810/stat : 2810 (java) R 2803 2807 2741 0 -1 64 11614 350 80 0 178043 23 3 0 25 0 9 0 4412961 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4126916745 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2811] ppid=2803 vsize=869000 CPUtime=0.07
/proc/2807/task/2811/stat : 2811 (java) S 2803 2807 2741 0 -1 64 2426 350 1 0 4 0 3 0 16 0 9 0 4412969 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2812] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2812/stat : 2812 (java) S 2803 2807 2741 0 -1 64 16 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2813] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2813/stat : 2813 (java) S 2803 2807 2741 0 -1 64 9 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2814] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2814/stat : 2814 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 19 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2815] ppid=2803 vsize=869000 CPUtime=0.29
/proc/2807/task/2815/stat : 2815 (java) S 2803 2807 2741 0 -1 64 898 350 1 0 25 1 3 0 16 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2816] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2816/stat : 2816 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 21 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2817] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2817/stat : 2817 (java) S 2803 2807 2741 0 -1 64 33 350 0 0 0 0 3 0 15 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.04
Current children cumulated vsize (KiB) 869000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.3 s]
/proc/loadavg: 2.00 1.99 1.82 3/90 3041
/proc/meminfo: memFree=1829216/2055920 swapFree=4192956/4192956
[pid=2807] ppid=2803 vsize=869000 CPUtime=1800.04
/proc/2807/stat : 2807 (java) S 2803 2807 2741 0 -1 0 15759 350 125 0 179973 28 3 0 18 0 9 0 4412944 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2807/statm: 217250 10959 2633 9 0 211756 0
[pid=2807/tid=2810] ppid=2803 vsize=869000 CPUtime=1799.68
/proc/2807/task/2810/stat : 2810 (java) R 2803 2807 2741 0 -1 64 11614 350 80 0 179942 23 3 0 25 0 9 0 4412961 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4126913299 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2811] ppid=2803 vsize=869000 CPUtime=0.07
/proc/2807/task/2811/stat : 2811 (java) S 2803 2807 2741 0 -1 64 2426 350 1 0 4 0 3 0 16 0 9 0 4412969 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2812] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2812/stat : 2812 (java) S 2803 2807 2741 0 -1 64 16 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2813] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2813/stat : 2813 (java) S 2803 2807 2741 0 -1 64 9 350 0 0 0 0 3 0 16 0 9 0 4412971 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2814] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2814/stat : 2814 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 19 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2815] ppid=2803 vsize=869000 CPUtime=0.29
/proc/2807/task/2815/stat : 2815 (java) S 2803 2807 2741 0 -1 64 898 350 1 0 25 1 3 0 16 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2816] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2816/stat : 2816 (java) S 2803 2807 2741 0 -1 64 1 350 0 0 0 0 3 0 21 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2807/tid=2817] ppid=2803 vsize=869000 CPUtime=0.03
/proc/2807/task/2817/stat : 2817 (java) S 2803 2807 2741 0 -1 64 33 350 0 0 0 0 3 0 15 0 9 0 4412976 889856000 10959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 869000

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): 1801.34
CPU time (s): 1800.09
CPU user time (s): 1799.8
CPU system time (s): 0.295955
CPU usage (%): 99.9307
Max. virtual memory (cumulated for all children) (KiB): 869000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.295955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16142
page faults= 125
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38070
involuntary context switches= 45557

runsolver used 2.21466 second user time and 5.99009 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-08 02:31:37
IDJOB=1070002
IDBENCH=55777
IDSOLVER=363
FILE ID=node7/1070002-1215477097
PBS_JOBID= 7888612
Free space on /tmp= 66524 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-fpga14-12-sat-pb-cnf-cr.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-1070002-1215477097/watcher-1070002-1215477097 -o /tmp/evaluation-result-1070002-1215477097/solver-1070002-1215477097 -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-1070002-1215477097.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5a02ea4e793b9a7a37d43ab93d511674
RANDOM SEED=885272730

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
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.259
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:       1935672 kB
Buffers:         22588 kB
Cached:          54524 kB
SwapCached:          0 kB
Active:          52948 kB
Inactive:        37852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1935672 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5020 kB
Writeback:           0 kB
Mapped:          23420 kB
Slab:            15056 kB
Committed_AS:    52056 kB
PageTables:       1708 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node7 at 2008-07-08 03:01:41