Trace number 1132431

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.15 1832.54

General information on the benchmark

Namecsp/CabinetStart1/
normalized-cabinet-5590.xml
MD5SUMb17bf61b14762084cc4f810710c67f3e
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.021996
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.06/9.52	
0.06/9.52	Abscon 112 (May, 2008)
0.22/9.70	
0.22/9.70	   configuration
0.22/9.70	     name=esac.xml
0.27/12.42	   
0.27/12.42	   instance
0.27/12.42	     name=HOME/instance-1132431-1220286935.xml
0.27/12.45	   
0.27/12.45	   domains being loaded...
0.27/12.47	   
0.27/12.47	   variables being loaded...
0.37/12.53	     nbVariables=120  nbDomainTypes=107  minDomainSize=2  maxDomainSize=84591  nbTotalValues=319057
0.37/12.53	       =>  wckTime=2.826  cpuTime=0.14  mem=14M734
0.37/12.53	   
0.37/12.53	   predicates being loaded...
0.37/12.58	   
0.37/12.58	   constraints being loaded...
0.87/17.48	     nbConstraints=126  nbUnaryConstraints=7  nbGlobalConstraints=14  nbPurgedValues=273966  nbConvertedConstraints=13
0.87/17.48	     nbConvertConstraintsChecks=1421  nbExtensionStructures=1  nbSharedExtensionStructures=12  nbConflictsStructures=99
0.87/17.48	     nbSharedConflictsStructures=12  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=7
0.87/17.48	     nbEvaluationManagers=99  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=11  minArity=2  avgArity=3.49
0.87/17.48	     maxArity=15  nbGenerators=0  nbFusions=0  symmetryWckTime=4.612  symmetryCpuTime=0.03
0.87/17.48	       =>  wckTime=7.774  cpuTime=0.5  mem=32M339
0.93/17.56	   
0.93/17.56	   solver IterativeSystematicSolver being built... 
1.04/17.65	   
1.04/17.65	   INFO : Forward propagation technique limited 
1.15/17.71	       =>  wckTime=8.001  cpuTime=0.66  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-1132431-1220286935/watcher-1132431-1220286935 -o /tmp/evaluation-result-1132431-1220286935/solver-1132431-1220286935 -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-1132431-1220286935.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: 3.95 4.49 4.24 3/73 3028
/proc/meminfo: memFree=1926464/2055924 swapFree=4179336/4192956
[pid=3028] ppid=3026 vsize=18572 CPUtime=0
/proc/3028/stat : 3028 (runsolver) D 3026 3028 2720 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 355782251 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 230266826023 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/3028/statm: 4643 292 257 25 0 2626 0

[startup+0.050793 s]
/proc/loadavg: 3.95 4.49 4.24 3/73 3028
/proc/meminfo: memFree=1926464/2055924 swapFree=4179336/4192956
[pid=3028] ppid=3026 vsize=18572 CPUtime=0
/proc/3028/stat : 3028 (runsolver) D 3026 3028 2720 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 355782251 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 230266826023 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/3028/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101798 s]
/proc/loadavg: 3.95 4.49 4.24 3/73 3028
/proc/meminfo: memFree=1926464/2055924 swapFree=4179336/4192956
[pid=3028] ppid=3026 vsize=18572 CPUtime=0
/proc/3028/stat : 3028 (runsolver) D 3026 3028 2720 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 355782251 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 230266826023 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/3028/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.301818 s]
/proc/loadavg: 3.95 4.49 4.24 3/73 3028
/proc/meminfo: memFree=1926464/2055924 swapFree=4179336/4192956
[pid=3028] ppid=3026 vsize=18572 CPUtime=0
/proc/3028/stat : 3028 (runsolver) D 3026 3028 2720 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 355782251 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 230266826023 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/3028/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.701862 s]
/proc/loadavg: 3.95 4.49 4.24 3/73 3028
/proc/meminfo: memFree=1926464/2055924 swapFree=4179336/4192956
[pid=3028] ppid=3026 vsize=18572 CPUtime=0
/proc/3028/stat : 3028 (runsolver) D 3026 3028 2720 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 355782251 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 230266826023 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/3028/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+1.50195 s]
/proc/loadavg: 3.95 4.49 4.24 1/74 3029
/proc/meminfo: memFree=1927096/2055924 swapFree=4179336/4192956
[pid=3028] ppid=3026 vsize=200 CPUtime=0
/proc/3028/stat : 3028 (java) D 3026 3028 2720 0 -1 0 48 0 0 0 0 0 0 0 18 0 1 0 355782251 204800 33 996147200 134512640 134550740 4294956128 18446744073709551615 7934756 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/3028/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+3.10111 s]
/proc/loadavg: 3.95 4.49 4.24 1/74 3029
/proc/meminfo: memFree=1928312/2055924 swapFree=4179336/4192956
[pid=3028] ppid=3026 vsize=200 CPUtime=0
/proc/3028/stat : 3028 (java) D 3026 3028 2720 0 -1 0 48 0 0 0 0 0 0 0 18 0 1 0 355782251 204800 33 996147200 134512640 134550740 4294956128 18446744073709551615 7934756 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/3028/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+6.30145 s]
/proc/loadavg: 3.96 4.48 4.24 1/74 3029
/proc/meminfo: memFree=1929912/2055924 swapFree=4179336/4192956
[pid=3028] ppid=3026 vsize=10196 CPUtime=0
/proc/3028/stat : 3028 (java) D 3026 3028 2720 0 -1 0 357 0 0 0 0 0 0 0 18 0 1 0 355782251 10440704 161 996147200 134512640 134550740 4294955968 18446744073709551615 7934884 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/3028/statm: 2549 161 134 9 0 1102 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10196

[startup+12.7021 s]
/proc/loadavg: 3.88 4.45 4.23 1/82 3037
/proc/meminfo: memFree=1917240/2055924 swapFree=4179336/4192956
[pid=3028] ppid=3026 vsize=867684 CPUtime=0.64
/proc/3028/stat : 3028 (java) S 3026 3028 2720 0 -1 0 10387 0 11 0 57 7 0 0 18 0 9 0 355782251 888508416 9756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3028/statm: 216921 9756 2013 9 0 211427 0
[pid=3028/tid=3030] ppid=3026 vsize=867684 CPUtime=0.5
/proc/3028/task/3030/stat : 3030 (java) R 3026 3028 2720 0 -1 64 9245 0 11 0 45 5 0 0 19 0 9 0 355782883 888508416 9756 996147200 134512640 134550740 4294955968 18446744073709551615 103948687 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3028/tid=3031] ppid=3026 vsize=867684 CPUtime=0
/proc/3028/task/3031/stat : 3031 (java) S 3026 3028 2720 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 355783177 888508416 9756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3032] ppid=3026 vsize=867684 CPUtime=0
/proc/3028/task/3032/stat : 3032 (java) S 3026 3028 2720 0 -1 64 10 0 0 0 0 0 0 0 20 0 9 0 355783177 888508416 9756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3033] ppid=3026 vsize=867684 CPUtime=0
/proc/3028/task/3033/stat : 3033 (java) S 3026 3028 2720 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 355783177 888508416 9756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3034] ppid=3026 vsize=867684 CPUtime=0
/proc/3028/task/3034/stat : 3034 (java) S 3026 3028 2720 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 355783199 888508416 9756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3035] ppid=3026 vsize=867684 CPUtime=0.12
/proc/3028/task/3035/stat : 3035 (java) R 3026 3028 2720 0 -1 64 444 0 0 0 12 0 0 0 16 0 9 0 355783199 888508416 9756 996147200 134512640 134550740 4294955968 18446744073709551615 102091189 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3036] ppid=3026 vsize=867684 CPUtime=0
/proc/3028/task/3036/stat : 3036 (java) S 3026 3028 2720 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 355783199 888508416 9756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3037] ppid=3026 vsize=867684 CPUtime=0
/proc/3028/task/3037/stat : 3037 (java) S 3026 3028 2720 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 355783199 888508416 9756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 867684

[startup+25.5015 s]
/proc/loadavg: 3.69 4.38 4.21 3/92 3091
/proc/meminfo: memFree=1872064/2055924 swapFree=4179336/4192956
[pid=3028] ppid=3026 vsize=868880 CPUtime=8.91
/proc/3028/stat : 3028 (java) S 3026 3028 2720 0 -1 0 26771 283 14 2 877 13 0 1 18 0 9 0 355782251 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3028/statm: 217220 16560 2633 9 0 211726 0
[pid=3028/tid=3030] ppid=3026 vsize=868880 CPUtime=8.59
/proc/3028/task/3030/stat : 3030 (java) R 3026 3028 2720 0 -1 64 18953 283 14 2 849 9 0 1 25 0 9 0 355782883 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4126895136 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3031] ppid=3026 vsize=868880 CPUtime=0.07
/proc/3028/task/3031/stat : 3031 (java) S 3026 3028 2720 0 -1 64 6041 283 0 2 5 1 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3032] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3032/stat : 3032 (java) S 3026 3028 2720 0 -1 64 16 283 0 2 0 0 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3033] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3033/stat : 3033 (java) S 3026 3028 2720 0 -1 64 13 283 0 2 0 0 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3034] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3034/stat : 3034 (java) S 3026 3028 2720 0 -1 64 1 283 0 2 0 0 0 1 19 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3035] ppid=3026 vsize=868880 CPUtime=0.23
/proc/3028/task/3035/stat : 3035 (java) S 3026 3028 2720 0 -1 64 866 283 0 2 22 0 0 1 16 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3036] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3036/stat : 3036 (java) S 3026 3028 2720 0 -1 64 1 283 0 2 0 0 0 1 20 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3037] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3037/stat : 3037 (java) S 3026 3028 2720 0 -1 64 58 283 0 2 0 0 0 1 15 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.91
Current children cumulated vsize (KiB) 868880

[startup+51.1012 s]
/proc/loadavg: 3.94 4.38 4.22 2/92 3091
/proc/meminfo: memFree=1710416/2055924 swapFree=4179336/4192956
[pid=3028] ppid=3026 vsize=868880 CPUtime=34.51
/proc/3028/stat : 3028 (java) S 3026 3028 2720 0 -1 0 26772 283 14 2 3436 14 0 1 18 0 9 0 355782251 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3028/statm: 217220 16560 2633 9 0 211726 0
[pid=3028/tid=3030] ppid=3026 vsize=868880 CPUtime=34.19
/proc/3028/task/3030/stat : 3030 (java) R 3026 3028 2720 0 -1 64 18954 283 14 2 3408 10 0 1 25 0 9 0 355782883 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4127066423 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3031] ppid=3026 vsize=868880 CPUtime=0.07
/proc/3028/task/3031/stat : 3031 (java) S 3026 3028 2720 0 -1 64 6041 283 0 2 5 1 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3032] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3032/stat : 3032 (java) S 3026 3028 2720 0 -1 64 16 283 0 2 0 0 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3033] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3033/stat : 3033 (java) S 3026 3028 2720 0 -1 64 13 283 0 2 0 0 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3034] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3034/stat : 3034 (java) S 3026 3028 2720 0 -1 64 1 283 0 2 0 0 0 1 19 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3035] ppid=3026 vsize=868880 CPUtime=0.23
/proc/3028/task/3035/stat : 3035 (java) S 3026 3028 2720 0 -1 64 866 283 0 2 22 0 0 1 16 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3036] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3036/stat : 3036 (java) S 3026 3028 2720 0 -1 64 1 283 0 2 0 0 0 1 20 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3037] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3037/stat : 3037 (java) S 3026 3028 2720 0 -1 64 58 283 0 2 0 0 0 1 15 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 34.51
Current children cumulated vsize (KiB) 868880

[startup+102.307 s]
/proc/loadavg: 4.68 4.47 4.25 2/95 3094
/proc/meminfo: memFree=1439352/2055924 swapFree=4179336/4192956
[pid=3028] ppid=3026 vsize=868880 CPUtime=85.68
/proc/3028/stat : 3028 (java) S 3026 3028 2720 0 -1 0 26772 283 14 2 8553 14 0 1 18 0 9 0 355782251 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3028/statm: 217220 16560 2633 9 0 211726 0
[pid=3028/tid=3030] ppid=3026 vsize=868880 CPUtime=85.37
/proc/3028/task/3030/stat : 3030 (java) R 3026 3028 2720 0 -1 64 18954 283 14 2 8526 10 0 1 25 0 9 0 355782883 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4126691703 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3031] ppid=3026 vsize=868880 CPUtime=0.07
/proc/3028/task/3031/stat : 3031 (java) S 3026 3028 2720 0 -1 64 6041 283 0 2 5 1 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3032] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3032/stat : 3032 (java) S 3026 3028 2720 0 -1 64 16 283 0 2 0 0 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3033] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3033/stat : 3033 (java) S 3026 3028 2720 0 -1 64 13 283 0 2 0 0 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3034] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3034/stat : 3034 (java) S 3026 3028 2720 0 -1 64 1 283 0 2 0 0 0 1 19 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3035] ppid=3026 vsize=868880 CPUtime=0.23
/proc/3028/task/3035/stat : 3035 (java) S 3026 3028 2720 0 -1 64 866 283 0 2 22 0 0 1 16 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3036] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3036/stat : 3036 (java) S 3026 3028 2720 0 -1 64 1 283 0 2 0 0 0 1 20 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3037] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3037/stat : 3037 (java) S 3026 3028 2720 0 -1 64 58 283 0 2 0 0 0 1 15 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 85.68
Current children cumulated vsize (KiB) 868880

[startup+162.302 s]
/proc/loadavg: 8.37 5.52 4.62 3/98 3098
/proc/meminfo: memFree=1157600/2055924 swapFree=4179336/4192956
[pid=3028] ppid=3026 vsize=868880 CPUtime=145.66
/proc/3028/stat : 3028 (java) S 3026 3028 2720 0 -1 0 26772 283 14 2 14549 16 0 1 18 0 9 0 355782251 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3028/statm: 217220 16560 2633 9 0 211726 0
[pid=3028/tid=3030] ppid=3026 vsize=868880 CPUtime=145.34
/proc/3028/task/3030/stat : 3030 (java) R 3026 3028 2720 0 -1 64 18954 283 14 2 14521 12 0 1 25 0 9 0 355782883 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4126691703 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3031] ppid=3026 vsize=868880 CPUtime=0.07
/proc/3028/task/3031/stat : 3031 (java) S 3026 3028 2720 0 -1 64 6041 283 0 2 5 1 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3032] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3032/stat : 3032 (java) S 3026 3028 2720 0 -1 64 16 283 0 2 0 0 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3033] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3033/stat : 3033 (java) S 3026 3028 2720 0 -1 64 13 283 0 2 0 0 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3034] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3034/stat : 3034 (java) S 3026 3028 2720 0 -1 64 1 283 0 2 0 0 0 1 19 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3035] ppid=3026 vsize=868880 CPUtime=0.23

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

[pid=3028] ppid=3026 vsize=868880 CPUtime=1645.1
/proc/3028/stat : 3028 (java) S 3026 3028 2720 0 -1 0 26772 283 14 2 164463 46 0 1 18 0 9 0 355782251 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3028/statm: 217220 16560 2633 9 0 211726 0
[pid=3028/tid=3030] ppid=3026 vsize=868880 CPUtime=1644.78
/proc/3028/task/3030/stat : 3030 (java) R 3026 3028 2720 0 -1 64 18954 283 14 2 164435 42 0 1 25 0 9 0 355782883 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4126691696 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3031] ppid=3026 vsize=868880 CPUtime=0.07
/proc/3028/task/3031/stat : 3031 (java) S 3026 3028 2720 0 -1 64 6041 283 0 2 5 1 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3032] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3032/stat : 3032 (java) S 3026 3028 2720 0 -1 64 16 283 0 2 0 0 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3033] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3033/stat : 3033 (java) S 3026 3028 2720 0 -1 64 13 283 0 2 0 0 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3034] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3034/stat : 3034 (java) S 3026 3028 2720 0 -1 64 1 283 0 2 0 0 0 1 19 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3035] ppid=3026 vsize=868880 CPUtime=0.23
/proc/3028/task/3035/stat : 3035 (java) S 3026 3028 2720 0 -1 64 866 283 0 2 22 0 0 1 16 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3036] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3036/stat : 3036 (java) S 3026 3028 2720 0 -1 64 1 283 0 2 0 0 0 1 20 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3037] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3037/stat : 3037 (java) S 3026 3028 2720 0 -1 64 58 283 0 2 0 0 0 1 15 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1645.1
Current children cumulated vsize (KiB) 868880

[startup+1722.3 s]
/proc/loadavg: 5.35 5.41 5.12 2/92 3139
/proc/meminfo: memFree=32656/2055924 swapFree=4179352/4192956
[pid=3028] ppid=3026 vsize=868880 CPUtime=1705.09
/proc/3028/stat : 3028 (java) S 3026 3028 2720 0 -1 0 26772 283 14 2 170461 47 0 1 18 0 9 0 355782251 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3028/statm: 217220 16560 2633 9 0 211726 0
[pid=3028/tid=3030] ppid=3026 vsize=868880 CPUtime=1704.77
/proc/3028/task/3030/stat : 3030 (java) R 3026 3028 2720 0 -1 64 18954 283 14 2 170433 43 0 1 25 0 9 0 355782883 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4126654413 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3031] ppid=3026 vsize=868880 CPUtime=0.07
/proc/3028/task/3031/stat : 3031 (java) S 3026 3028 2720 0 -1 64 6041 283 0 2 5 1 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3032] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3032/stat : 3032 (java) S 3026 3028 2720 0 -1 64 16 283 0 2 0 0 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3033] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3033/stat : 3033 (java) S 3026 3028 2720 0 -1 64 13 283 0 2 0 0 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3034] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3034/stat : 3034 (java) S 3026 3028 2720 0 -1 64 1 283 0 2 0 0 0 1 19 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3035] ppid=3026 vsize=868880 CPUtime=0.23
/proc/3028/task/3035/stat : 3035 (java) S 3026 3028 2720 0 -1 64 866 283 0 2 22 0 0 1 16 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3036] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3036/stat : 3036 (java) S 3026 3028 2720 0 -1 64 1 283 0 2 0 0 0 1 20 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3037] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3037/stat : 3037 (java) S 3026 3028 2720 0 -1 64 58 283 0 2 0 0 0 1 15 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1705.09
Current children cumulated vsize (KiB) 868880

[startup+1782.3 s]
/proc/loadavg: 5.30 5.39 5.13 2/92 3139
/proc/meminfo: memFree=34384/2055924 swapFree=4179352/4192956
[pid=3028] ppid=3026 vsize=868880 CPUtime=1765.06
/proc/3028/stat : 3028 (java) S 3026 3028 2720 0 -1 0 26772 283 14 2 176458 47 0 1 18 0 9 0 355782251 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3028/statm: 217220 16560 2633 9 0 211726 0
[pid=3028/tid=3030] ppid=3026 vsize=868880 CPUtime=1764.74
/proc/3028/task/3030/stat : 3030 (java) R 3026 3028 2720 0 -1 64 18954 283 14 2 176430 43 0 1 25 0 9 0 355782883 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4126691703 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3031] ppid=3026 vsize=868880 CPUtime=0.07
/proc/3028/task/3031/stat : 3031 (java) S 3026 3028 2720 0 -1 64 6041 283 0 2 5 1 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3032] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3032/stat : 3032 (java) S 3026 3028 2720 0 -1 64 16 283 0 2 0 0 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3033] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3033/stat : 3033 (java) S 3026 3028 2720 0 -1 64 13 283 0 2 0 0 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3034] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3034/stat : 3034 (java) S 3026 3028 2720 0 -1 64 1 283 0 2 0 0 0 1 19 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3035] ppid=3026 vsize=868880 CPUtime=0.23
/proc/3028/task/3035/stat : 3035 (java) S 3026 3028 2720 0 -1 64 866 283 0 2 22 0 0 1 16 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3036] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3036/stat : 3036 (java) S 3026 3028 2720 0 -1 64 1 283 0 2 0 0 0 1 20 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3037] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3037/stat : 3037 (java) S 3026 3028 2720 0 -1 64 58 283 0 2 0 0 0 1 15 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1765.06
Current children cumulated vsize (KiB) 868880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.3 s]
/proc/loadavg: 5.29 5.37 5.13 2/92 3139
/proc/meminfo: memFree=35472/2055924 swapFree=4179352/4192956
[pid=3028] ppid=3026 vsize=868880 CPUtime=1800.07
/proc/3028/stat : 3028 (java) S 3026 3028 2720 0 -1 0 26772 283 14 2 179958 48 0 1 18 0 9 0 355782251 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3028/statm: 217220 16560 2633 9 0 211726 0
[pid=3028/tid=3030] ppid=3026 vsize=868880 CPUtime=1799.75
/proc/3028/task/3030/stat : 3030 (java) R 3026 3028 2720 0 -1 64 18954 283 14 2 179930 44 0 1 25 0 9 0 355782883 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4127065091 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3031] ppid=3026 vsize=868880 CPUtime=0.07
/proc/3028/task/3031/stat : 3031 (java) S 3026 3028 2720 0 -1 64 6041 283 0 2 5 1 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3032] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3032/stat : 3032 (java) S 3026 3028 2720 0 -1 64 16 283 0 2 0 0 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3033] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3033/stat : 3033 (java) S 3026 3028 2720 0 -1 64 13 283 0 2 0 0 0 1 16 0 9 0 355783177 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3034] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3034/stat : 3034 (java) S 3026 3028 2720 0 -1 64 1 283 0 2 0 0 0 1 19 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3035] ppid=3026 vsize=868880 CPUtime=0.23
/proc/3028/task/3035/stat : 3035 (java) S 3026 3028 2720 0 -1 64 866 283 0 2 22 0 0 1 16 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3036] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3036/stat : 3036 (java) S 3026 3028 2720 0 -1 64 1 283 0 2 0 0 0 1 20 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3028/tid=3037] ppid=3026 vsize=868880 CPUtime=0.01
/proc/3028/task/3037/stat : 3037 (java) S 3026 3028 2720 0 -1 64 58 283 0 2 0 0 0 1 15 0 9 0 355783199 889733120 16560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868880

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+1820.4 s]
/proc/loadavg: 5.27 5.37 5.13 1/85 3141
/proc/meminfo: memFree=35528/2055924 swapFree=4179352/4192956
[pid=3028] ppid=3026 vsize=0 CPUtime=1800.12
/proc/3028/stat : 3028 (java) Z 3026 3028 2720 0 -1 1036 26790 283 14 2 179963 48 0 1 16 0 2 0 355782251 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3028/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

[startup+1826.8 s]
/proc/loadavg: 5.25 5.36 5.13 1/85 3141
/proc/meminfo: memFree=91656/2055924 swapFree=4179352/4192956
[pid=3028] ppid=3026 vsize=0 CPUtime=1800.13
/proc/3028/stat : 3028 (java) Z 3026 3028 2720 0 -1 1036 26790 283 14 2 179963 49 0 1 16 0 2 0 355782251 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3028/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

[startup+1830 s]
/proc/loadavg: 5.23 5.35 5.13 1/85 3141
/proc/meminfo: memFree=91720/2055924 swapFree=4179352/4192956
[pid=3028] ppid=3026 vsize=0 CPUtime=1800.13
/proc/3028/stat : 3028 (java) Z 3026 3028 2720 0 -1 1036 26790 283 14 2 179963 49 0 1 16 0 2 0 355782251 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3028/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

[startup+1831.6 s]
/proc/loadavg: 5.23 5.35 5.13 1/85 3141
/proc/meminfo: memFree=91720/2055924 swapFree=4179352/4192956
[pid=3028] ppid=3026 vsize=0 CPUtime=1800.13
/proc/3028/stat : 3028 (java) Z 3026 3028 2720 0 -1 1036 26790 283 14 2 179963 49 0 1 16 0 2 0 355782251 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3028/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

[startup+1832 s]
/proc/loadavg: 5.23 5.35 5.13 1/85 3141
/proc/meminfo: memFree=91784/2055924 swapFree=4179352/4192956
[pid=3028] ppid=3026 vsize=0 CPUtime=1800.13
/proc/3028/stat : 3028 (java) Z 3026 3028 2720 0 -1 1036 26790 283 14 2 179963 49 0 1 16 0 2 0 355782251 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3028/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

[startup+1832.4 s]
/proc/loadavg: 5.23 5.35 5.13 1/85 3141
/proc/meminfo: memFree=91784/2055924 swapFree=4179352/4192956
[pid=3028] ppid=3026 vsize=0 CPUtime=1800.13
/proc/3028/stat : 3028 (java) Z 3026 3028 2720 0 -1 1036 26790 283 14 2 179963 49 0 1 16 0 2 0 355782251 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3028/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

[startup+1832.5 s]
/proc/loadavg: 5.23 5.35 5.13 1/85 3141
/proc/meminfo: memFree=91784/2055924 swapFree=4179352/4192956
[pid=3028] ppid=3026 vsize=0 CPUtime=1800.13
/proc/3028/stat : 3028 (java) Z 3026 3028 2720 0 -1 1036 26790 283 14 2 179963 49 0 1 16 0 2 0 355782251 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3028/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1832.54
CPU time (s): 1800.15
CPU user time (s): 1799.64
CPU system time (s): 0.505923
CPU usage (%): 98.2324
Max. virtual memory (cumulated for all children) (KiB): 870332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.505923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27073
page faults= 16
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37283
involuntary context switches= 42589

runsolver used 2.25566 second user time and 4.90925 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-09-01 18:35:52
IDJOB=1132431
IDBENCH=66166
IDSOLVER=364
FILE ID=node83/1132431-1220286935
PBS_JOBID= 8108534
Free space on /tmp= 64464 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/CabinetStart1/normalized-cabinet-5590.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-1132431-1220286935/watcher-1132431-1220286935 -o /tmp/evaluation-result-1132431-1220286935/solver-1132431-1220286935 -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-1132431-1220286935.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b17bf61b14762084cc4f810710c67f3e
RANDOM SEED=1491119138

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:       1927008 kB
Buffers:          3132 kB
Cached:          57748 kB
SwapCached:       7800 kB
Active:          68700 kB
Inactive:         5320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1927008 kB
SwapTotal:     4192956 kB
SwapFree:      4179336 kB
Dirty:            2100 kB
Writeback:       14848 kB
Mapped:          19604 kB
Slab:            40184 kB
Committed_AS:   282536 kB
PageTables:       1764 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= 64772 MiB
End job on node83 at 2008-09-01 19:06:40