Trace number 1074126

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
galac ESAT 12.962 13.1695

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-13_ext.xml
MD5SUM6fadd9d7447cc10bc8ba0b5dd4087fca
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.544916
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints149
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension149
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
2.54/2.69	c start processing
2.54/2.69	c start relation processing
5.80/5.97	c start cnf exporting
8.68/8.88	c parsing time : 2.571
8.68/8.88	c preprocessing time : 8.754
8.68/8.88	
8.68/8.88	c Nary constraints - conflicts : 10 supports : 97
8.68/8.88	c Binary constraints - conflicts : 22 supports :20
8.68/8.88	c max arity constraint : 10
8.68/8.88	c Max Tuples generated 0
8.68/8.88	c relations : 132
8.68/8.88	c relations BDD: 99
8.68/8.88	c sampling 0/0
8.68/8.88	c vars : 19758 - clauses :  74569
8.68/8.88	
8.75/8.92	 
8.75/8.92	c --- SAT Solver Stats ---
8.75/8.92	 
8.75/8.92	c eSAT 0.1 : minisat core with additionnal features
8.75/8.92	c ============================[ Problem Statistics ]=============================
8.75/8.92	c |                                                                             |
8.75/8.93	c |  Number of variables:  19757                                                |
8.75/8.93	c |  Number of clauses:    74569                                                |
8.78/9.01	c |  Parsing time:         0.07         s                                       |
10.23/10.47	c restarts              : 206
10.23/10.47	c conflicts             : 1199           (790 /sec)
10.23/10.47	c decisions             : 12622          (72.01 % random) (8316 /sec)
10.23/10.47	c euip                  : 123         
10.23/10.47	c propagations          : 1414480        (931947 /sec)
10.23/10.47	c conflict literals     : 26899          (25.81 % deleted)
10.23/10.47	c Memory used           : 14.57 MB
10.23/10.47	c CPU time              : 1.51777 s
10.23/10.47	c 
10.23/10.48	s SATISFIABLE
12.91/13.16	v 3 1 23 5 0 1 1 3 1 0 1 0 0 2 1 1 1 0 1 0 1 1 1 1 13 2 5 0 0 1 1 0 0 12 0 0 0 0 1 2 0 0 0 1 2 1 37 0 0 0 1 1 2 1 1 10 1 1 1 0 0 0 2 1 1 2 2 0 1 2 0 9 2 2 5 0 0 0 0 1 6 1 1 0 0 1 1 0 0 0 0 2 0 0 0 3 3 2 0 0 3 1 6 9 0 0 7 4 4 3 9

Verifier Data (download as text)

OK

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-1074126-1215178084/watcher-1074126-1215178084 -o /tmp/evaluation-result-1074126-1215178084/solver-1074126-1215178084 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1074126-1215178084.xml 

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


[startup+0 s]
/proc/loadavg: 2.16 2.12 2.06 4/81 32173
/proc/meminfo: memFree=1538744/2055920 swapFree=4180456/4192956
[pid=32173] ppid=32171 vsize=8652 CPUtime=0
/proc/32173/stat : 32173 (galacE.sh) S 32171 32173 31438 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1996782826 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32173/statm: 2163 280 208 79 0 156 0
[pid=32174] ppid=32173 vsize=8688 CPUtime=0
/proc/32174/stat : 32174 (galacE.sh) S 32173 32173 31438 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1996782827 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 255236735058 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/32174/statm: 2172 286 209 79 0 165 0
[pid=32175] ppid=32174 vsize=8728 CPUtime=0
/proc/32175/stat : 32175 (galacE.sh) R 32174 32173 31438 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 1996782827 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 255236566311 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/32175/statm: 2182 290 209 79 0 175 0

[startup+0.107735 s]
/proc/loadavg: 2.16 2.12 2.06 4/81 32173
/proc/meminfo: memFree=1538744/2055920 swapFree=4180456/4192956
[pid=32173] ppid=32171 vsize=47564 CPUtime=0.01
/proc/32173/stat : 32173 (galacE.sh) S 32171 32173 31438 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996782826 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32173/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.201751 s]
/proc/loadavg: 2.16 2.12 2.06 4/81 32173
/proc/meminfo: memFree=1538744/2055920 swapFree=4180456/4192956
[pid=32173] ppid=32171 vsize=47564 CPUtime=0.01
/proc/32173/stat : 32173 (galacE.sh) S 32171 32173 31438 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996782826 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32173/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301772 s]
/proc/loadavg: 2.16 2.12 2.06 4/81 32173
/proc/meminfo: memFree=1538744/2055920 swapFree=4180456/4192956
[pid=32173] ppid=32171 vsize=47564 CPUtime=0.01
/proc/32173/stat : 32173 (galacE.sh) S 32171 32173 31438 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996782826 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32173/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701847 s]
/proc/loadavg: 2.16 2.12 2.06 4/81 32173
/proc/meminfo: memFree=1538744/2055920 swapFree=4180456/4192956
[pid=32173] ppid=32171 vsize=47564 CPUtime=0.01
/proc/32173/stat : 32173 (galacE.sh) S 32171 32173 31438 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996782826 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32173/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50299 s]
/proc/loadavg: 2.16 2.12 2.06 3/91 32195
/proc/meminfo: memFree=1467816/2055920 swapFree=4180456/4192956
[pid=32173] ppid=32171 vsize=47564 CPUtime=0.01
/proc/32173/stat : 32173 (galacE.sh) S 32171 32173 31438 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996782826 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32173/statm: 11891 365 246 79 0 219 0
[pid=32187] ppid=32173 vsize=812628 CPUtime=1.44
/proc/32187/stat : 32187 (java) S 32173 32173 31438 0 -1 0 25264 0 1 0 132 12 0 0 18 0 9 0 1996782830 832131072 24682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32187/statm: 203157 24682 1889 9 0 197138 0
[pid=32187/tid=32188] ppid=32173 vsize=812628 CPUtime=1.19
/proc/32187/task/32188/stat : 32188 (java) R 32173 32173 31438 0 -1 64 14484 0 1 0 112 7 0 0 25 0 9 0 1996782831 832131072 24682 996147200 134512640 134550740 4294955600 18446744073709551615 4126637967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32187/tid=32189] ppid=32173 vsize=812628 CPUtime=0.09
/proc/32187/task/32189/stat : 32189 (java) S 32173 32173 31438 0 -1 64 9325 0 0 0 6 3 0 0 16 0 9 0 1996782832 832131072 24682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32187/tid=32190] ppid=32173 vsize=812628 CPUtime=0
/proc/32187/task/32190/stat : 32190 (java) S 32173 32173 31438 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996782833 832131072 24682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32187/tid=32191] ppid=32173 vsize=812628 CPUtime=0
/proc/32187/task/32191/stat : 32191 (java) S 32173 32173 31438 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996782833 832131072 24682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32187/tid=32192] ppid=32173 vsize=812628 CPUtime=0
/proc/32187/task/32192/stat : 32192 (java) S 32173 32173 31438 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996782835 832131072 24682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32187/tid=32193] ppid=32173 vsize=812628 CPUtime=0.12
/proc/32187/task/32193/stat : 32193 (java) S 32173 32173 31438 0 -1 64 755 0 0 0 12 0 0 0 16 0 9 0 1996782835 832131072 24682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32187/tid=32194] ppid=32173 vsize=812628 CPUtime=0
/proc/32187/task/32194/stat : 32194 (java) S 32173 32173 31438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996782835 832131072 24682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32187/tid=32195] ppid=32173 vsize=812628 CPUtime=0
/proc/32187/task/32195/stat : 32195 (java) S 32173 32173 31438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996782835 832131072 24682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860192

[startup+3.10231 s]
/proc/loadavg: 2.16 2.12 2.06 3/91 32195
/proc/meminfo: memFree=1443624/2055920 swapFree=4180456/4192956
[pid=32173] ppid=32171 vsize=47564 CPUtime=0.01
/proc/32173/stat : 32173 (galacE.sh) S 32171 32173 31438 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996782826 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32173/statm: 11891 365 246 79 0 219 0
[pid=32187] ppid=32173 vsize=812760 CPUtime=3.02
/proc/32187/stat : 32187 (java) S 32173 32173 31438 0 -1 0 27133 0 1 0 289 13 0 0 18 0 9 0 1996782830 832266240 26547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32187/statm: 203190 26547 1896 9 0 197171 0
[pid=32187/tid=32188] ppid=32173 vsize=812760 CPUtime=2.65
/proc/32187/task/32188/stat : 32188 (java) R 32173 32173 31438 0 -1 64 14512 0 1 0 258 7 0 0 25 0 9 0 1996782831 832266240 26547 996147200 134512640 134550740 4294955600 18446744073709551615 4126909544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32187/tid=32189] ppid=32173 vsize=812760 CPUtime=0.15
/proc/32187/task/32189/stat : 32189 (java) S 32173 32173 31438 0 -1 64 11118 0 0 0 11 4 0 0 16 0 9 0 1996782832 832266240 26547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32187/tid=32190] ppid=32173 vsize=812760 CPUtime=0
/proc/32187/task/32190/stat : 32190 (java) S 32173 32173 31438 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996782833 832266240 26547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32187/tid=32191] ppid=32173 vsize=812760 CPUtime=0
/proc/32187/task/32191/stat : 32191 (java) S 32173 32173 31438 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996782833 832266240 26547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32187/tid=32192] ppid=32173 vsize=812760 CPUtime=0
/proc/32187/task/32192/stat : 32192 (java) S 32173 32173 31438 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996782835 832266240 26547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32187/tid=32193] ppid=32173 vsize=812760 CPUtime=0.19
/proc/32187/task/32193/stat : 32193 (java) S 32173 32173 31438 0 -1 64 803 0 0 0 19 0 0 0 16 0 9 0 1996782835 832266240 26547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32187/tid=32194] ppid=32173 vsize=812760 CPUtime=0
/proc/32187/task/32194/stat : 32194 (java) S 32173 32173 31438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996782835 832266240 26547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32187/tid=32195] ppid=32173 vsize=812760 CPUtime=0
/proc/32187/task/32195/stat : 32195 (java) S 32173 32173 31438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996782835 832266240 26547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860324

[startup+6.30289 s]
/proc/loadavg: 2.15 2.12 2.06 3/91 32195
/proc/meminfo: memFree=1438888/2055920 swapFree=4180456/4192956
[pid=32173] ppid=32171 vsize=47564 CPUtime=0.01
/proc/32173/stat : 32173 (galacE.sh) S 32171 32173 31438 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1996782826 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32173/statm: 11891 365 246 79 0 219 0
[pid=32187] ppid=32173 vsize=812760 CPUtime=6.19
/proc/32187/stat : 32187 (java) S 32173 32173 31438 0 -1 0 27225 0 1 0 605 14 0 0 18 0 9 0 1996782830 832266240 26633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32187/statm: 203190 26633 1916 9 0 197171 0
[pid=32187/tid=32188] ppid=32173 vsize=812760 CPUtime=5.75
/proc/32187/task/32188/stat : 32188 (java) R 32173 32173 31438 0 -1 64 14559 0 1 0 567 8 0 0 25 0 9 0 1996782831 832266240 26633 996147200 134512640 134550740 4294955600 18446744073709551615 4126987141 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32187/tid=32189] ppid=32173 vsize=812760 CPUtime=0.15
/proc/32187/task/32189/stat : 32189 (java) S 32173 32173 31438 0 -1 64 11118 0 0 0 11 4 0 0 17 0 9 0 1996782832 832266240 26633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32187/tid=32190] ppid=32173 vsize=812760 CPUtime=0
/proc/32187/task/32190/stat : 32190 (java) S 32173 32173 31438 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996782833 832266240 26633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32187/tid=32191] ppid=32173 vsize=812760 CPUtime=0
/proc/32187/task/32191/stat : 32191 (java) S 32173 32173 31438 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996782833 832266240 26633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32187/tid=32192] ppid=32173 vsize=812760 CPUtime=0
/proc/32187/task/32192/stat : 32192 (java) S 32173 32173 31438 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996782835 832266240 26633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32187/tid=32193] ppid=32173 vsize=812760 CPUtime=0.26
/proc/32187/task/32193/stat : 32193 (java) S 32173 32173 31438 0 -1 64 848 0 0 0 26 0 0 0 16 0 9 0 1996782835 832266240 26633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32187/tid=32194] ppid=32173 vsize=812760 CPUtime=0
/proc/32187/task/32194/stat : 32194 (java) S 32173 32173 31438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996782835 832266240 26633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32187/tid=32195] ppid=32173 vsize=812760 CPUtime=0
/proc/32187/task/32195/stat : 32195 (java) S 32173 32173 31438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996782835 832266240 26633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860324

[startup+12.7021 s]
/proc/loadavg: 2.14 2.12 2.06 3/91 32205
/proc/meminfo: memFree=1469288/2055920 swapFree=4180456/4192956
[pid=32173] ppid=32171 vsize=47564 CPUtime=10.33
/proc/32173/stat : 32173 (galacE.sh) S 32171 32173 31438 0 -1 4194304 836 35425 0 1 0 0 1011 22 16 0 1 0 1996782826 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 255236735058 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/32173/statm: 11891 366 246 79 0 219 0
[pid=32197] ppid=32173 vsize=812676 CPUtime=2.18
/proc/32197/stat : 32197 (java) S 32173 32173 31438 0 -1 0 19146 0 1 0 209 9 0 0 18 0 9 0 1996783875 832180224 18563 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32197/statm: 203169 18563 1868 9 0 197150 0
[pid=32197/tid=32198] ppid=32173 vsize=812676 CPUtime=1.97
/proc/32197/task/32198/stat : 32198 (java) R 32173 32173 31438 0 -1 64 14374 0 1 0 191 6 0 0 25 0 9 0 1996783876 832180224 18563 996147200 134512640 134550740 4294955616 18446744073709551615 4126095719 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32199] ppid=32173 vsize=812676 CPUtime=0.04
/proc/32197/task/32199/stat : 32199 (java) S 32173 32173 31438 0 -1 64 3271 0 0 0 3 1 0 0 16 0 9 0 1996783878 832180224 18563 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32200] ppid=32173 vsize=812676 CPUtime=0
/proc/32197/task/32200/stat : 32200 (java) S 32173 32173 31438 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996783878 832180224 18563 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32201] ppid=32173 vsize=812676 CPUtime=0
/proc/32197/task/32201/stat : 32201 (java) S 32173 32173 31438 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1996783878 832180224 18563 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32202] ppid=32173 vsize=812676 CPUtime=0
/proc/32197/task/32202/stat : 32202 (java) S 32173 32173 31438 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996783880 832180224 18563 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32203] ppid=32173 vsize=812676 CPUtime=0.14
/proc/32197/task/32203/stat : 32203 (java) S 32173 32173 31438 0 -1 64 785 0 0 0 14 0 0 0 16 0 9 0 1996783880 832180224 18563 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32204] ppid=32173 vsize=812676 CPUtime=0
/proc/32197/task/32204/stat : 32204 (java) S 32173 32173 31438 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996783880 832180224 18563 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32205] ppid=32173 vsize=812676 CPUtime=0
/proc/32197/task/32205/stat : 32205 (java) S 32173 32173 31438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996783880 832180224 18563 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 860240

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

[startup+12.8021 s]
/proc/loadavg: 2.14 2.12 2.06 3/91 32205
/proc/meminfo: memFree=1469288/2055920 swapFree=4180456/4192956
[pid=32173] ppid=32171 vsize=47564 CPUtime=10.33
/proc/32173/stat : 32173 (galacE.sh) S 32171 32173 31438 0 -1 4194304 836 35425 0 1 0 0 1011 22 16 0 1 0 1996782826 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 255236735058 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/32173/statm: 11891 366 246 79 0 219 0
[pid=32197] ppid=32173 vsize=812676 CPUtime=2.28
/proc/32197/stat : 32197 (java) S 32173 32173 31438 0 -1 0 19148 0 1 0 219 9 0 0 18 0 9 0 1996783875 832180224 18564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32197/statm: 203169 18564 1868 9 0 197150 0
[pid=32197/tid=32198] ppid=32173 vsize=812676 CPUtime=2.07
/proc/32197/task/32198/stat : 32198 (java) R 32173 32173 31438 0 -1 64 14375 0 1 0 201 6 0 0 25 0 9 0 1996783876 832180224 18564 996147200 134512640 134550740 4294955616 18446744073709551615 4126521977 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32199] ppid=32173 vsize=812676 CPUtime=0.04
/proc/32197/task/32199/stat : 32199 (java) S 32173 32173 31438 0 -1 64 3271 0 0 0 3 1 0 0 16 0 9 0 1996783878 832180224 18564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32200] ppid=32173 vsize=812676 CPUtime=0
/proc/32197/task/32200/stat : 32200 (java) S 32173 32173 31438 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996783878 832180224 18564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32201] ppid=32173 vsize=812676 CPUtime=0
/proc/32197/task/32201/stat : 32201 (java) S 32173 32173 31438 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1996783878 832180224 18564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32202] ppid=32173 vsize=812676 CPUtime=0
/proc/32197/task/32202/stat : 32202 (java) S 32173 32173 31438 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996783880 832180224 18564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32203] ppid=32173 vsize=812676 CPUtime=0.14
/proc/32197/task/32203/stat : 32203 (java) S 32173 32173 31438 0 -1 64 786 0 0 0 14 0 0 0 16 0 9 0 1996783880 832180224 18564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32204] ppid=32173 vsize=812676 CPUtime=0
/proc/32197/task/32204/stat : 32204 (java) S 32173 32173 31438 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996783880 832180224 18564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32205] ppid=32173 vsize=812676 CPUtime=0
/proc/32197/task/32205/stat : 32205 (java) S 32173 32173 31438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996783880 832180224 18564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 860240

[startup+13.0022 s]
/proc/loadavg: 2.14 2.12 2.06 3/91 32205
/proc/meminfo: memFree=1469288/2055920 swapFree=4180456/4192956
[pid=32173] ppid=32171 vsize=47564 CPUtime=10.33
/proc/32173/stat : 32173 (galacE.sh) S 32171 32173 31438 0 -1 4194304 836 35425 0 1 0 0 1011 22 16 0 1 0 1996782826 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 255236735058 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/32173/statm: 11891 366 246 79 0 219 0
[pid=32197] ppid=32173 vsize=812788 CPUtime=2.48
/proc/32197/stat : 32197 (java) S 32173 32173 31438 0 -1 0 19340 0 1 0 239 9 0 0 18 0 9 0 1996783875 832294912 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32197/statm: 203197 18718 1924 9 0 197150 0
[pid=32197/tid=32198] ppid=32173 vsize=812788 CPUtime=2.23
/proc/32197/task/32198/stat : 32198 (java) R 32173 32173 31438 0 -1 64 14526 0 1 0 216 7 0 0 25 0 9 0 1996783876 832294912 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4126903184 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32199] ppid=32173 vsize=812788 CPUtime=0.04
/proc/32197/task/32199/stat : 32199 (java) S 32173 32173 31438 0 -1 64 3271 0 0 0 3 1 0 0 16 0 9 0 1996783878 832294912 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32200] ppid=32173 vsize=812788 CPUtime=0
/proc/32197/task/32200/stat : 32200 (java) S 32173 32173 31438 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996783878 832294912 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32201] ppid=32173 vsize=812788 CPUtime=0
/proc/32197/task/32201/stat : 32201 (java) S 32173 32173 31438 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1996783878 832294912 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32202] ppid=32173 vsize=812788 CPUtime=0
/proc/32197/task/32202/stat : 32202 (java) S 32173 32173 31438 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996783880 832294912 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32203] ppid=32173 vsize=812788 CPUtime=0.19
/proc/32197/task/32203/stat : 32203 (java) S 32173 32173 31438 0 -1 64 827 0 0 0 19 0 0 0 16 0 9 0 1996783880 832294912 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32204] ppid=32173 vsize=812788 CPUtime=0
/proc/32197/task/32204/stat : 32204 (java) S 32173 32173 31438 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996783880 832294912 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32205] ppid=32173 vsize=812788 CPUtime=0
/proc/32197/task/32205/stat : 32205 (java) S 32173 32173 31438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996783880 832294912 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.81
Current children cumulated vsize (KiB) 860352

[startup+13.1022 s]
/proc/loadavg: 2.14 2.12 2.06 3/91 32205
/proc/meminfo: memFree=1469288/2055920 swapFree=4180456/4192956
[pid=32173] ppid=32171 vsize=47564 CPUtime=10.33
/proc/32173/stat : 32173 (galacE.sh) S 32171 32173 31438 0 -1 4194304 836 35425 0 1 0 0 1011 22 16 0 1 0 1996782826 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 255236735058 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/32173/statm: 11891 366 246 79 0 219 0
[pid=32197] ppid=32173 vsize=812788 CPUtime=2.58
/proc/32197/stat : 32197 (java) S 32173 32173 31438 0 -1 0 19340 0 1 0 249 9 0 0 18 0 9 0 1996783875 832294912 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32197/statm: 203197 18718 1924 9 0 197150 0
[pid=32197/tid=32198] ppid=32173 vsize=812788 CPUtime=2.33
/proc/32197/task/32198/stat : 32198 (java) R 32173 32173 31438 0 -1 64 14526 0 1 0 226 7 0 0 25 0 9 0 1996783876 832294912 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4126886412 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32199] ppid=32173 vsize=812788 CPUtime=0.04
/proc/32197/task/32199/stat : 32199 (java) S 32173 32173 31438 0 -1 64 3271 0 0 0 3 1 0 0 16 0 9 0 1996783878 832294912 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32200] ppid=32173 vsize=812788 CPUtime=0
/proc/32197/task/32200/stat : 32200 (java) S 32173 32173 31438 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996783878 832294912 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32201] ppid=32173 vsize=812788 CPUtime=0
/proc/32197/task/32201/stat : 32201 (java) S 32173 32173 31438 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1996783878 832294912 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32202] ppid=32173 vsize=812788 CPUtime=0
/proc/32197/task/32202/stat : 32202 (java) S 32173 32173 31438 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996783880 832294912 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32203] ppid=32173 vsize=812788 CPUtime=0.19
/proc/32197/task/32203/stat : 32203 (java) S 32173 32173 31438 0 -1 64 827 0 0 0 19 0 0 0 16 0 9 0 1996783880 832294912 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32204] ppid=32173 vsize=812788 CPUtime=0
/proc/32197/task/32204/stat : 32204 (java) S 32173 32173 31438 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996783880 832294912 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=32197/tid=32205] ppid=32173 vsize=812788 CPUtime=0
/proc/32197/task/32205/stat : 32205 (java) S 32173 32173 31438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996783880 832294912 18718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.91
Current children cumulated vsize (KiB) 860352

Child status: 0
Real time (s): 13.1695
CPU time (s): 12.962
CPU user time (s): 12.6221
CPU system time (s): 0.339948
CPU usage (%): 98.4245
Max. virtual memory (cumulated for all children) (KiB): 860352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.6221
system time used= 0.339948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55813
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2364
involuntary context switches= 2588

runsolver used 0.027995 second user time and 0.046992 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-04 15:28:05
IDJOB=1074126
IDBENCH=56389
IDSOLVER=351
FILE ID=node19/1074126-1215178084
PBS_JOBID= 7881539
Free space on /tmp= 66548 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/modifiedRenault/normalized-renault-mod-13_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074126-1215178084/watcher-1074126-1215178084 -o /tmp/evaluation-result-1074126-1215178084/solver-1074126-1215178084 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1074126-1215178084.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6fadd9d7447cc10bc8ba0b5dd4087fca
RANDOM SEED=1792771842

node19.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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
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:       1539224 kB
Buffers:         93156 kB
Cached:         257780 kB
SwapCached:       6540 kB
Active:         315128 kB
Inactive:       130980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1539224 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            6260 kB
Writeback:           0 kB
Mapped:         111708 kB
Slab:            55464 kB
Committed_AS:  4146092 kB
PageTables:       2100 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= 66544 MiB
End job on node19 at 2008-07-04 15:28:18