Trace number 1132161

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.08 1812.37

General information on the benchmark

Namecsp/CabinetStart1/
normalized-cabinet-5581.xml
MD5SUMa30f3f1a53309d9ca74d81c8bb54ebe9
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.024996
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints126
Maximum constraint arity15
Maximum domain size84591
Number of constraints which are defined in extension0
Number of constraints which are defined in intension21
Global constraints used (with number of constraints)element(98),weightedsum(7)

Solver Data (download as text)

0.09/0.35	
0.09/0.35	Abscon 112 (May, 2008)
0.24/0.66	
0.24/0.66	   configuration
0.24/0.66	     name=esac.xml
0.33/0.71	   
0.33/0.71	   instance
0.33/0.71	     name=HOME/instance-1132161-1220284724.xml
0.33/0.75	   
0.33/0.75	   domains being loaded...
0.33/0.77	   
0.33/0.77	   variables being loaded...
0.43/0.84	     nbVariables=120  nbDomainTypes=107  minDomainSize=2  maxDomainSize=84591  nbTotalValues=319048
0.43/0.84	       =>  wckTime=0.174  cpuTime=0.16  mem=14M734
0.43/0.84	   
0.43/0.84	   predicates being loaded...
0.43/0.89	   
0.43/0.89	   constraints being loaded...
0.93/1.23	     nbConstraints=126  nbUnaryConstraints=7  nbGlobalConstraints=14  nbPurgedValues=273966  nbConvertedConstraints=13
0.93/1.23	     nbConvertConstraintsChecks=1421  nbExtensionStructures=1  nbSharedExtensionStructures=12  nbConflictsStructures=99
0.93/1.23	     nbSharedConflictsStructures=12  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=7
0.93/1.23	     nbEvaluationManagers=99  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=11  minArity=2  avgArity=3.49
0.93/1.23	     maxArity=15  nbGenerators=0  nbFusions=0  symmetryWckTime=0.053  symmetryCpuTime=0.04
0.93/1.23	       =>  wckTime=0.564  cpuTime=0.52  mem=32M339
1.03/1.30	   
1.03/1.30	   solver IterativeSystematicSolver being built... 
1.03/1.40	   
1.03/1.40	   INFO : Forward propagation technique limited 
1.15/1.45	       =>  wckTime=0.791  cpuTime=0.67  mem=44M661

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-1132161-1220284724/watcher-1132161-1220284724 -o /tmp/evaluation-result-1132161-1220284724/solver-1132161-1220284724 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1132161-1220284724.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: 0.92 0.98 0.99 4/69 2777
/proc/meminfo: memFree=1818656/2055924 swapFree=4179324/4192956
[pid=2777] ppid=2775 vsize=152 CPUtime=0
/proc/2777/stat : 2777 (java) D 2775 2777 2720 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 355557914 155648 26 996147200 134512640 134550740 4294956128 18446744073709551615 7934756 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/2777/statm: 38 26 19 9 0 4 0

[startup+0.085219 s]
/proc/loadavg: 0.92 0.98 0.99 4/69 2777
/proc/meminfo: memFree=1818656/2055924 swapFree=4179324/4192956
[pid=2777] ppid=2775 vsize=10616 CPUtime=0.01
/proc/2777/stat : 2777 (java) S 2775 2777 2720 0 -1 0 661 0 31 0 0 1 0 0 18 0 2 0 355557914 10870784 483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/2777/statm: 2654 483 213 9 0 1184 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10616

[startup+0.102216 s]
/proc/loadavg: 0.92 0.98 0.99 4/69 2777
/proc/meminfo: memFree=1818656/2055924 swapFree=4179324/4192956
[pid=2777] ppid=2775 vsize=10616 CPUtime=0.01
/proc/2777/stat : 2777 (java) S 2775 2777 2720 0 -1 0 661 0 31 0 0 1 0 0 18 0 2 0 355557914 10870784 483 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/2777/statm: 2654 483 213 9 0 1184 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10616

[startup+0.30224 s]
/proc/loadavg: 0.92 0.98 0.99 4/69 2777
/proc/meminfo: memFree=1818656/2055924 swapFree=4179324/4192956
[pid=2777] ppid=2775 vsize=864076 CPUtime=0.09
/proc/2777/stat : 2777 (java) S 2775 2777 2720 0 -1 0 2747 0 67 0 4 5 0 0 18 0 9 0 355557914 884813824 2351 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2777/statm: 216019 2351 1123 9 0 210976 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 864076

[startup+0.702281 s]
/proc/loadavg: 0.92 0.98 0.99 4/69 2777
/proc/meminfo: memFree=1818656/2055924 swapFree=4179324/4192956
[pid=2777] ppid=2775 vsize=867276 CPUtime=0.33
/proc/2777/stat : 2777 (java) S 2775 2777 2720 0 -1 0 5584 0 125 0 23 10 0 0 18 0 9 0 355557914 888090624 5103 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2777/statm: 216819 5103 1940 9 0 211347 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 867276

[startup+1.50137 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 2801
/proc/meminfo: memFree=1721016/2055924 swapFree=4179324/4192956
[pid=2777] ppid=2775 vsize=868828 CPUtime=1.26
/proc/2777/stat : 2777 (java) S 2775 2777 2720 0 -1 0 25987 284 130 0 106 20 0 0 18 0 9 0 355557914 889679872 16530 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2777/statm: 217207 16530 2633 9 0 211713 0
[pid=2777/tid=2779] ppid=2775 vsize=868828 CPUtime=0.93
/proc/2777/task/2779/stat : 2779 (java) R 2775 2777 2720 0 -1 64 18945 284 97 0 80 13 0 0 17 0 9 0 355557922 889679872 16530 996147200 134512640 134550740 4294955968 18446744073709551615 4125981761 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2777/tid=2780] ppid=2775 vsize=868828 CPUtime=0.06
/proc/2777/task/2780/stat : 2780 (java) S 2775 2777 2720 0 -1 64 5354 284 1 0 5 1 0 0 16 0 9 0 355557934 889679872 16530 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2777/tid=2781] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2781/stat : 2781 (java) S 2775 2777 2720 0 -1 64 13 284 0 0 0 0 0 0 16 0 9 0 355557936 889679872 16530 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2782] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2782/stat : 2782 (java) S 2775 2777 2720 0 -1 64 11 284 0 0 0 0 0 0 16 0 9 0 355557936 889679872 16530 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2783] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2783/stat : 2783 (java) S 2775 2777 2720 0 -1 64 1 284 0 0 0 0 0 0 18 0 9 0 355557939 889679872 16530 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2784] ppid=2775 vsize=868828 CPUtime=0.22
/proc/2777/task/2784/stat : 2784 (java) S 2775 2777 2720 0 -1 64 890 284 1 0 20 2 0 0 16 0 9 0 355557940 889679872 16530 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2785] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2785/stat : 2785 (java) S 2775 2777 2720 0 -1 64 2 284 0 0 0 0 0 0 19 0 9 0 355557940 889679872 16530 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2786] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2786/stat : 2786 (java) S 2775 2777 2720 0 -1 64 5 284 0 0 0 0 0 0 15 0 9 0 355557940 889679872 16530 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 868828

[startup+3.10153 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 2821
/proc/meminfo: memFree=1718400/2055924 swapFree=4179324/4192956
[pid=2777] ppid=2775 vsize=868828 CPUtime=2.82
/proc/2777/stat : 2777 (java) S 2775 2777 2720 0 -1 0 26006 284 130 0 262 20 0 0 18 0 9 0 355557914 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2777/statm: 217207 16546 2633 9 0 211713 0
[pid=2777/tid=2779] ppid=2775 vsize=868828 CPUtime=2.49
/proc/2777/task/2779/stat : 2779 (java) R 2775 2777 2720 0 -1 64 18951 284 97 0 235 14 0 0 24 0 9 0 355557922 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4127065520 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2780] ppid=2775 vsize=868828 CPUtime=0.06
/proc/2777/task/2780/stat : 2780 (java) S 2775 2777 2720 0 -1 64 5355 284 1 0 5 1 0 0 16 0 9 0 355557934 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2777/tid=2781] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2781/stat : 2781 (java) S 2775 2777 2720 0 -1 64 13 284 0 0 0 0 0 0 16 0 9 0 355557936 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2782] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2782/stat : 2782 (java) S 2775 2777 2720 0 -1 64 11 284 0 0 0 0 0 0 16 0 9 0 355557936 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2783] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2783/stat : 2783 (java) S 2775 2777 2720 0 -1 64 1 284 0 0 0 0 0 0 18 0 9 0 355557939 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2784] ppid=2775 vsize=868828 CPUtime=0.24
/proc/2777/task/2784/stat : 2784 (java) S 2775 2777 2720 0 -1 64 902 284 1 0 22 2 0 0 15 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2777/tid=2785] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2785/stat : 2785 (java) S 2775 2777 2720 0 -1 64 2 284 0 0 0 0 0 0 19 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2786] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2786/stat : 2786 (java) S 2775 2777 2720 0 -1 64 5 284 0 0 0 0 0 0 15 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 868828

[startup+6.30187 s]
/proc/loadavg: 1.09 1.02 1.01 2/78 2856
/proc/meminfo: memFree=1691952/2055924 swapFree=4179324/4192956
[pid=2777] ppid=2775 vsize=868828 CPUtime=6.02
/proc/2777/stat : 2777 (java) S 2775 2777 2720 0 -1 0 26037 284 130 0 582 20 0 0 18 0 9 0 355557914 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2777/statm: 217207 16546 2633 9 0 211713 0
[pid=2777/tid=2779] ppid=2775 vsize=868828 CPUtime=5.68
/proc/2777/task/2779/stat : 2779 (java) R 2775 2777 2720 0 -1 64 18952 284 97 0 554 14 0 0 25 0 9 0 355557922 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4126690453 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2777/tid=2780] ppid=2775 vsize=868828 CPUtime=0.06
/proc/2777/task/2780/stat : 2780 (java) S 2775 2777 2720 0 -1 64 5355 284 1 0 5 1 0 0 16 0 9 0 355557934 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2781] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2781/stat : 2781 (java) S 2775 2777 2720 0 -1 64 13 284 0 0 0 0 0 0 16 0 9 0 355557936 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2782] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2782/stat : 2782 (java) S 2775 2777 2720 0 -1 64 11 284 0 0 0 0 0 0 16 0 9 0 355557936 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2783] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2783/stat : 2783 (java) S 2775 2777 2720 0 -1 64 1 284 0 0 0 0 0 0 18 0 9 0 355557939 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2784] ppid=2775 vsize=868828 CPUtime=0.24
/proc/2777/task/2784/stat : 2784 (java) S 2775 2777 2720 0 -1 64 902 284 1 0 22 2 0 0 16 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2777/tid=2785] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2785/stat : 2785 (java) S 2775 2777 2720 0 -1 64 2 284 0 0 0 0 0 0 19 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2786] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2786/stat : 2786 (java) S 2775 2777 2720 0 -1 64 35 284 0 0 0 0 0 0 15 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 868828

[startup+12.7015 s]
/proc/loadavg: 1.32 1.07 1.02 2/78 2856
/proc/meminfo: memFree=1692056/2055924 swapFree=4179324/4192956
[pid=2777] ppid=2775 vsize=868828 CPUtime=12.42
/proc/2777/stat : 2777 (java) S 2775 2777 2720 0 -1 0 26037 284 130 0 1222 20 0 0 18 0 9 0 355557914 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2777/statm: 217207 16546 2633 9 0 211713 0
[pid=2777/tid=2779] ppid=2775 vsize=868828 CPUtime=12.08
/proc/2777/task/2779/stat : 2779 (java) R 2775 2777 2720 0 -1 64 18952 284 97 0 1194 14 0 0 25 0 9 0 355557922 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4126690423 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2777/tid=2780] ppid=2775 vsize=868828 CPUtime=0.06
/proc/2777/task/2780/stat : 2780 (java) S 2775 2777 2720 0 -1 64 5355 284 1 0 5 1 0 0 16 0 9 0 355557934 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2781] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2781/stat : 2781 (java) S 2775 2777 2720 0 -1 64 13 284 0 0 0 0 0 0 16 0 9 0 355557936 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2782] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2782/stat : 2782 (java) S 2775 2777 2720 0 -1 64 11 284 0 0 0 0 0 0 16 0 9 0 355557936 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2783] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2783/stat : 2783 (java) S 2775 2777 2720 0 -1 64 1 284 0 0 0 0 0 0 18 0 9 0 355557939 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2784] ppid=2775 vsize=868828 CPUtime=0.24
/proc/2777/task/2784/stat : 2784 (java) S 2775 2777 2720 0 -1 64 902 284 1 0 22 2 0 0 16 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2777/tid=2785] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2785/stat : 2785 (java) S 2775 2777 2720 0 -1 64 2 284 0 0 0 0 0 0 19 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2786] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2786/stat : 2786 (java) S 2775 2777 2720 0 -1 64 35 284 0 0 0 0 0 0 15 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 868828

[startup+25.5029 s]
/proc/loadavg: 1.69 1.16 1.05 2/77 2859
/proc/meminfo: memFree=1717288/2055924 swapFree=4179324/4192956
[pid=2777] ppid=2775 vsize=868828 CPUtime=25.21
/proc/2777/stat : 2777 (java) S 2775 2777 2720 0 -1 0 26037 284 130 0 2500 21 0 0 18 0 9 0 355557914 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2777/statm: 217207 16546 2633 9 0 211713 0
[pid=2777/tid=2779] ppid=2775 vsize=868828 CPUtime=24.87
/proc/2777/task/2779/stat : 2779 (java) R 2775 2777 2720 0 -1 64 18952 284 97 0 2473 14 0 0 25 0 9 0 355557922 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4126895024 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2777/tid=2780] ppid=2775 vsize=868828 CPUtime=0.06
/proc/2777/task/2780/stat : 2780 (java) S 2775 2777 2720 0 -1 64 5355 284 1 0 5 1 0 0 16 0 9 0 355557934 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2781] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2781/stat : 2781 (java) S 2775 2777 2720 0 -1 64 13 284 0 0 0 0 0 0 16 0 9 0 355557936 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2782] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2782/stat : 2782 (java) S 2775 2777 2720 0 -1 64 11 284 0 0 0 0 0 0 16 0 9 0 355557936 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2783] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2783/stat : 2783 (java) S 2775 2777 2720 0 -1 64 1 284 0 0 0 0 0 0 18 0 9 0 355557939 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2784] ppid=2775 vsize=868828 CPUtime=0.24
/proc/2777/task/2784/stat : 2784 (java) S 2775 2777 2720 0 -1 64 902 284 1 0 22 2 0 0 16 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2777/tid=2785] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2785/stat : 2785 (java) S 2775 2777 2720 0 -1 64 2 284 0 0 0 0 0 0 19 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2786] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2786/stat : 2786 (java) S 2775 2777 2720 0 -1 64 35 284 0 0 0 0 0 0 15 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 868828

[startup+51.1026 s]
/proc/loadavg: 2.02 1.27 1.09 2/92 2982
/proc/meminfo: memFree=1667296/2055924 swapFree=4179324/4192956
[pid=2777] ppid=2775 vsize=868828 CPUtime=50.66
/proc/2777/stat : 2777 (java) S 2775 2777 2720 0 -1 0 26037 284 130 0 5044 22 0 0 18 0 9 0 355557914 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2777/statm: 217207 16546 2633 9 0 211713 0
[pid=2777/tid=2779] ppid=2775 vsize=868828 CPUtime=50.32
/proc/2777/task/2779/stat : 2779 (java) R 2775 2777 2720 0 -1 64 18952 284 97 0 5017 15 0 0 25 0 9 0 355557922 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4127065654 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2777/tid=2780] ppid=2775 vsize=868828 CPUtime=0.06
/proc/2777/task/2780/stat : 2780 (java) S 2775 2777 2720 0 -1 64 5355 284 1 0 5 1 0 0 16 0 9 0 355557934 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2781] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2781/stat : 2781 (java) S 2775 2777 2720 0 -1 64 13 284 0 0 0 0 0 0 16 0 9 0 355557936 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2782] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2782/stat : 2782 (java) S 2775 2777 2720 0 -1 64 11 284 0 0 0 0 0 0 16 0 9 0 355557936 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2783] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2783/stat : 2783 (java) S 2775 2777 2720 0 -1 64 1 284 0 0 0 0 0 0 18 0 9 0 355557939 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2784] ppid=2775 vsize=868828 CPUtime=0.24
/proc/2777/task/2784/stat : 2784 (java) S 2775 2777 2720 0 -1 64 902 284 1 0 22 2 0 0 16 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2777/tid=2785] ppid=2775 vsize=868828 CPUtime=0

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

[pid=2777] ppid=2775 vsize=868828 CPUtime=1661
/proc/2777/stat : 2777 (java) S 2775 2777 2720 0 -1 0 26037 284 130 0 166049 51 0 0 18 0 9 0 355557914 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2777/statm: 217207 16546 2633 9 0 211713 0
[pid=2777/tid=2779] ppid=2775 vsize=868828 CPUtime=1660.65
/proc/2777/task/2779/stat : 2779 (java) R 2775 2777 2720 0 -1 64 18952 284 97 0 166021 44 0 0 25 0 9 0 355557922 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4126690483 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2777/tid=2780] ppid=2775 vsize=868828 CPUtime=0.06
/proc/2777/task/2780/stat : 2780 (java) S 2775 2777 2720 0 -1 64 5355 284 1 0 5 1 0 0 16 0 9 0 355557934 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2781] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2781/stat : 2781 (java) S 2775 2777 2720 0 -1 64 13 284 0 0 0 0 0 0 16 0 9 0 355557936 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2782] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2782/stat : 2782 (java) S 2775 2777 2720 0 -1 64 11 284 0 0 0 0 0 0 16 0 9 0 355557936 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2783] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2783/stat : 2783 (java) S 2775 2777 2720 0 -1 64 1 284 0 0 0 0 0 0 18 0 9 0 355557939 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2784] ppid=2775 vsize=868828 CPUtime=0.24
/proc/2777/task/2784/stat : 2784 (java) S 2775 2777 2720 0 -1 64 902 284 1 0 22 2 0 0 16 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2777/tid=2785] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2785/stat : 2785 (java) S 2775 2777 2720 0 -1 64 2 284 0 0 0 0 0 0 19 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2786] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2786/stat : 2786 (java) S 2775 2777 2720 0 -1 64 35 284 0 0 0 0 0 0 15 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661
Current children cumulated vsize (KiB) 868828

[startup+1722.3 s]
/proc/loadavg: 4.26 4.55 4.03 2/97 2995
/proc/meminfo: memFree=29616/2055924 swapFree=4179324/4192956
[pid=2777] ppid=2775 vsize=868828 CPUtime=1720.96
/proc/2777/stat : 2777 (java) S 2775 2777 2720 0 -1 0 26037 284 130 0 172044 52 0 0 18 0 9 0 355557914 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2777/statm: 217207 16546 2633 9 0 211713 0
[pid=2777/tid=2779] ppid=2775 vsize=868828 CPUtime=1720.61
/proc/2777/task/2779/stat : 2779 (java) R 2775 2777 2720 0 -1 64 18952 284 97 0 172016 45 0 0 25 0 9 0 355557922 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4126690416 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2777/tid=2780] ppid=2775 vsize=868828 CPUtime=0.06
/proc/2777/task/2780/stat : 2780 (java) S 2775 2777 2720 0 -1 64 5355 284 1 0 5 1 0 0 16 0 9 0 355557934 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2781] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2781/stat : 2781 (java) S 2775 2777 2720 0 -1 64 13 284 0 0 0 0 0 0 16 0 9 0 355557936 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2782] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2782/stat : 2782 (java) S 2775 2777 2720 0 -1 64 11 284 0 0 0 0 0 0 16 0 9 0 355557936 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2783] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2783/stat : 2783 (java) S 2775 2777 2720 0 -1 64 1 284 0 0 0 0 0 0 18 0 9 0 355557939 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2784] ppid=2775 vsize=868828 CPUtime=0.24
/proc/2777/task/2784/stat : 2784 (java) S 2775 2777 2720 0 -1 64 902 284 1 0 22 2 0 0 16 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2777/tid=2785] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2785/stat : 2785 (java) S 2775 2777 2720 0 -1 64 2 284 0 0 0 0 0 0 19 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2786] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2786/stat : 2786 (java) S 2775 2777 2720 0 -1 64 35 284 0 0 0 0 0 0 15 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.96
Current children cumulated vsize (KiB) 868828

[startup+1782.3 s]
/proc/loadavg: 4.30 4.50 4.04 3/97 2995
/proc/meminfo: memFree=31984/2055924 swapFree=4179324/4192956
[pid=2777] ppid=2775 vsize=868828 CPUtime=1780.94
/proc/2777/stat : 2777 (java) S 2775 2777 2720 0 -1 0 26037 284 130 0 178041 53 0 0 18 0 9 0 355557914 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2777/statm: 217207 16546 2633 9 0 211713 0
[pid=2777/tid=2779] ppid=2775 vsize=868828 CPUtime=1780.59
/proc/2777/task/2779/stat : 2779 (java) R 2775 2777 2720 0 -1 64 18952 284 97 0 178013 46 0 0 25 0 9 0 355557922 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4127065527 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2777/tid=2780] ppid=2775 vsize=868828 CPUtime=0.06
/proc/2777/task/2780/stat : 2780 (java) S 2775 2777 2720 0 -1 64 5355 284 1 0 5 1 0 0 16 0 9 0 355557934 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2781] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2781/stat : 2781 (java) S 2775 2777 2720 0 -1 64 13 284 0 0 0 0 0 0 16 0 9 0 355557936 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2782] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2782/stat : 2782 (java) S 2775 2777 2720 0 -1 64 11 284 0 0 0 0 0 0 16 0 9 0 355557936 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2783] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2783/stat : 2783 (java) S 2775 2777 2720 0 -1 64 1 284 0 0 0 0 0 0 18 0 9 0 355557939 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2784] ppid=2775 vsize=868828 CPUtime=0.24
/proc/2777/task/2784/stat : 2784 (java) S 2775 2777 2720 0 -1 64 902 284 1 0 22 2 0 0 16 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2777/tid=2785] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2785/stat : 2785 (java) S 2775 2777 2720 0 -1 64 2 284 0 0 0 0 0 0 19 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2786] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2786/stat : 2786 (java) S 2775 2777 2720 0 -1 64 35 284 0 0 0 0 0 0 15 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.94
Current children cumulated vsize (KiB) 868828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 4.34 4.49 4.04 2/97 2995
/proc/meminfo: memFree=32624/2055924 swapFree=4179324/4192956
[pid=2777] ppid=2775 vsize=868828 CPUtime=1800.03
/proc/2777/stat : 2777 (java) S 2775 2777 2720 0 -1 0 26037 284 130 0 179950 53 0 0 18 0 9 0 355557914 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2777/statm: 217207 16546 2633 9 0 211713 0
[pid=2777/tid=2779] ppid=2775 vsize=868828 CPUtime=1799.69
/proc/2777/task/2779/stat : 2779 (java) R 2775 2777 2720 0 -1 64 18952 284 97 0 179922 47 0 0 25 0 9 0 355557922 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4127065527 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2777/tid=2780] ppid=2775 vsize=868828 CPUtime=0.06
/proc/2777/task/2780/stat : 2780 (java) S 2775 2777 2720 0 -1 64 5355 284 1 0 5 1 0 0 16 0 9 0 355557934 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2781] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2781/stat : 2781 (java) S 2775 2777 2720 0 -1 64 13 284 0 0 0 0 0 0 16 0 9 0 355557936 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2782] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2782/stat : 2782 (java) S 2775 2777 2720 0 -1 64 11 284 0 0 0 0 0 0 16 0 9 0 355557936 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2783] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2783/stat : 2783 (java) S 2775 2777 2720 0 -1 64 1 284 0 0 0 0 0 0 18 0 9 0 355557939 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2784] ppid=2775 vsize=868828 CPUtime=0.24
/proc/2777/task/2784/stat : 2784 (java) S 2775 2777 2720 0 -1 64 902 284 1 0 22 2 0 0 16 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2777/tid=2785] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2785/stat : 2785 (java) S 2775 2777 2720 0 -1 64 2 284 0 0 0 0 0 0 19 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2777/tid=2786] ppid=2775 vsize=868828 CPUtime=0
/proc/2777/task/2786/stat : 2786 (java) S 2775 2777 2720 0 -1 64 35 284 0 0 0 0 0 0 15 0 9 0 355557940 889679872 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 868828

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

Sending SIGKILL to process tree (bottom up)

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

[startup+1805 s]
/proc/loadavg: 4.31 4.49 4.04 1/90 2997
/proc/meminfo: memFree=32672/2055924 swapFree=4179324/4192956
[pid=2777] ppid=2775 vsize=0 CPUtime=1800.05
/proc/2777/stat : 2777 (java) Z 2775 2777 2720 0 -1 1036 26054 284 130 0 179951 54 0 0 16 0 2 0 355557914 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2777/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 0

[startup+1808.2 s]
/proc/loadavg: 4.31 4.49 4.04 1/90 2997
/proc/meminfo: memFree=88680/2055924 swapFree=4179324/4192956
[pid=2777] ppid=2775 vsize=0 CPUtime=1800.05
/proc/2777/stat : 2777 (java) Z 2775 2777 2720 0 -1 1036 26054 284 130 0 179951 54 0 0 16 0 2 0 355557914 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2777/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 0

[startup+1809.8 s]
/proc/loadavg: 4.37 4.49 4.05 1/90 2997
/proc/meminfo: memFree=88744/2055924 swapFree=4179324/4192956
[pid=2777] ppid=2775 vsize=0 CPUtime=1800.05
/proc/2777/stat : 2777 (java) Z 2775 2777 2720 0 -1 1036 26054 284 130 0 179951 54 0 0 16 0 2 0 355557914 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2777/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 0

[startup+1811.4 s]
/proc/loadavg: 4.37 4.49 4.05 1/90 2997
/proc/meminfo: memFree=88744/2055924 swapFree=4179324/4192956
[pid=2777] ppid=2775 vsize=0 CPUtime=1800.05
/proc/2777/stat : 2777 (java) Z 2775 2777 2720 0 -1 1036 26054 284 130 0 179951 54 0 0 16 0 2 0 355557914 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2777/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 0

[startup+1811.8 s]
/proc/loadavg: 4.37 4.49 4.05 1/90 2997
/proc/meminfo: memFree=88872/2055924 swapFree=4179324/4192956
[pid=2777] ppid=2775 vsize=0 CPUtime=1800.05
/proc/2777/stat : 2777 (java) Z 2775 2777 2720 0 -1 1036 26054 284 130 0 179951 54 0 0 16 0 2 0 355557914 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2777/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 0

[startup+1812.2 s]
/proc/loadavg: 4.37 4.49 4.05 1/90 2997
/proc/meminfo: memFree=88872/2055924 swapFree=4179324/4192956
[pid=2777] ppid=2775 vsize=0 CPUtime=1800.05
/proc/2777/stat : 2777 (java) Z 2775 2777 2720 0 -1 1036 26054 284 130 0 179951 54 0 0 16 0 2 0 355557914 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2777/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 0

[startup+1812.3 s]
/proc/loadavg: 4.37 4.49 4.05 1/90 2997
/proc/meminfo: memFree=88872/2055924 swapFree=4179324/4192956
[pid=2777] ppid=2775 vsize=0 CPUtime=1800.05
/proc/2777/stat : 2777 (java) Z 2775 2777 2720 0 -1 1036 26054 284 130 0 179951 54 0 0 16 0 2 0 355557914 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2777/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1812.37
CPU time (s): 1800.08
CPU user time (s): 1799.52
CPU system time (s): 0.557915
CPU usage (%): 99.322
Max. virtual memory (cumulated for all children) (KiB): 868828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 0.557915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26338
page faults= 130
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37596
involuntary context switches= 69699

runsolver used 2.25166 second user time and 5.10122 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-09-01 17:58:44
IDJOB=1132161
IDBENCH=66151
IDSOLVER=364
FILE ID=node83/1132161-1220284724
PBS_JOBID= 8108534
Free space on /tmp= 66564 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/CabinetStart1/normalized-cabinet-5581.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1132161-1220284724/watcher-1132161-1220284724 -o /tmp/evaluation-result-1132161-1220284724/solver-1132161-1220284724 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1132161-1220284724.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a30f3f1a53309d9ca74d81c8bb54ebe9
RANDOM SEED=849261498

node83.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1826240 kB
Buffers:         15804 kB
Cached:         152064 kB
SwapCached:       7300 kB
Active:          30700 kB
Inactive:       146804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1826240 kB
SwapTotal:     4192956 kB
SwapFree:      4179324 kB
Dirty:            2252 kB
Writeback:           0 kB
Mapped:          15560 kB
Slab:            37792 kB
Committed_AS:   248092 kB
PageTables:       1628 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= 64536 MiB
End job on node83 at 2008-09-01 18:28:56