Trace number 1048508

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 MUNSAT 235.035 240.337

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-19_ext.xml
MD5SUM46427bdc7f3b95f9a5a242e456509ade
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.673897
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.10	c --- Preproc Stats ---
1.07/1.22	c start processing
1.07/1.22	c start relation processing
2.71/3.91	c start cnf exporting
21.06/24.28	c parsing time : 1.026
21.06/24.28	c preprocessing time : 24.083
21.06/24.28	
21.06/24.28	c Nary constraints - conflicts : 0 supports : 5
21.06/24.28	c Binary constraints - conflicts : 0 supports :0
21.06/24.28	c max arity constraint : 10
21.06/24.28	c Max Tuples generated 0
21.06/24.28	c relations : 5
21.06/24.28	c relations BDD: 5
21.06/24.28	c sampling 0/0
21.06/24.28	c vars : 169813 - clauses :  559706
21.06/24.28	
21.59/24.81	 
21.59/24.81	c --- SAT Solver Stats ---
21.59/24.81	 
234.97/240.32	c restarts              : 9
234.97/240.32	c conflicts             : 7338           (34 /sec)
234.97/240.32	c decisions             : 15016          (1.78 % random) (70 /sec)
234.97/240.32	c propagations          : 315771610      (1480428 /sec)
234.97/240.32	c conflict literals     : 195353         (30.72 % deleted)
234.97/240.32	c Memory used           : 37.99 MB
234.97/240.32	c CPU time              : 213.298 s
234.97/240.32	
234.97/240.32	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 29184
/proc/meminfo: memFree=1855376/2055920 swapFree=4192812/4192956
[pid=29184] ppid=29182 vsize=8652 CPUtime=0
/proc/29184/stat : 29184 (galacM.sh) S 29182 29184 28798 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 131713321 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29184/statm: 2163 280 208 79 0 156 0
[pid=29185] ppid=29184 vsize=8688 CPUtime=0
/proc/29185/stat : 29185 (galacM.sh) S 29184 29184 28798 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 131713322 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 217871777874 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/29185/statm: 2172 286 209 79 0 165 0
[pid=29186] ppid=29185 vsize=8728 CPUtime=0
/proc/29186/stat : 29186 (galacM.sh) R 29185 29184 28798 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 131713322 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 217871609127 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/29186/statm: 2182 290 209 79 0 175 0

[startup+0.0940611 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 29184
/proc/meminfo: memFree=1855376/2055920 swapFree=4192812/4192956
[pid=29184] ppid=29182 vsize=47480 CPUtime=0.01
/proc/29184/stat : 29184 (galacM.sh) R 29182 29184 28798 0 -1 4194304 744 1698 0 0 0 0 0 1 16 0 1 0 131713321 48619520 358 996147200 4194304 4520092 548682068832 18446744073709551615 4425338 0 2 4096 73728 0 0 0 17 0 0 0
/proc/29184/statm: 11870 358 245 79 0 201 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47480

[startup+0.102059 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 29184
/proc/meminfo: memFree=1855376/2055920 swapFree=4192812/4192956
[pid=29184] ppid=29182 vsize=47548 CPUtime=0.01
/proc/29184/stat : 29184 (galacM.sh) R 29182 29184 28798 0 -1 4194304 750 1698 0 0 0 0 0 1 17 0 1 0 131713321 48689152 361 996147200 4194304 4520092 548682068832 18446744073709551615 217871593758 0 2 4096 73728 0 0 0 17 0 0 0
/proc/29184/statm: 11887 361 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47548

[startup+0.301084 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 29184
/proc/meminfo: memFree=1855376/2055920 swapFree=4192812/4192956
[pid=29184] ppid=29182 vsize=47552 CPUtime=0.01
/proc/29184/stat : 29184 (galacM.sh) S 29182 29184 28798 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 131713321 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29184/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.70113 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 29184
/proc/meminfo: memFree=1855376/2055920 swapFree=4192812/4192956
[pid=29184] ppid=29182 vsize=47552 CPUtime=0.01
/proc/29184/stat : 29184 (galacM.sh) S 29182 29184 28798 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 131713321 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29184/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.50222 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 29206
/proc/meminfo: memFree=1783224/2055920 swapFree=4192812/4192956
[pid=29184] ppid=29182 vsize=47552 CPUtime=0.01
/proc/29184/stat : 29184 (galacM.sh) S 29182 29184 28798 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 131713321 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29184/statm: 11888 364 245 79 0 219 0
[pid=29198] ppid=29184 vsize=812416 CPUtime=1.36
/proc/29198/stat : 29198 (java) S 29184 29184 28798 0 -1 0 22614 0 1 0 125 11 0 0 18 0 9 0 131713331 831913984 22038 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29198/statm: 203104 22038 1888 9 0 197138 0
[pid=29198/tid=29199] ppid=29184 vsize=812416 CPUtime=1.14
/proc/29198/task/29199/stat : 29199 (java) R 29184 29184 28798 0 -1 64 14471 0 1 0 107 7 0 0 25 0 9 0 131713332 831913984 22038 996147200 134512640 134550740 4294955616 18446744073709551615 4126756982 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29200] ppid=29184 vsize=812416 CPUtime=0.06
/proc/29198/task/29200/stat : 29200 (java) S 29184 29184 28798 0 -1 64 6672 0 0 0 4 2 0 0 16 0 9 0 131713334 831913984 22038 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29201] ppid=29184 vsize=812416 CPUtime=0
/proc/29198/task/29201/stat : 29201 (java) S 29184 29184 28798 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 131713334 831913984 22038 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29202] ppid=29184 vsize=812416 CPUtime=0
/proc/29198/task/29202/stat : 29202 (java) S 29184 29184 28798 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 131713334 831913984 22038 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29203] ppid=29184 vsize=812416 CPUtime=0
/proc/29198/task/29203/stat : 29203 (java) S 29184 29184 28798 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 131713336 831913984 22038 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29204] ppid=29184 vsize=812416 CPUtime=0.13
/proc/29198/task/29204/stat : 29204 (java) S 29184 29184 28798 0 -1 64 772 0 0 0 13 0 0 0 16 0 9 0 131713336 831913984 22038 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29205] ppid=29184 vsize=812416 CPUtime=0
/proc/29198/task/29205/stat : 29205 (java) S 29184 29184 28798 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 131713336 831913984 22038 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29206] ppid=29184 vsize=812416 CPUtime=0
/proc/29198/task/29206/stat : 29206 (java) S 29184 29184 28798 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 131713336 831913984 22038 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 859968

[startup+3.1014 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 29206
/proc/meminfo: memFree=1758840/2055920 swapFree=4192812/4192956
[pid=29184] ppid=29182 vsize=47552 CPUtime=0.01
/proc/29184/stat : 29184 (galacM.sh) S 29182 29184 28798 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 131713321 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29184/statm: 11888 364 245 79 0 219 0
[pid=29198] ppid=29184 vsize=812416 CPUtime=2.36
/proc/29198/stat : 29198 (java) S 29184 29184 28798 0 -1 0 32240 0 1 0 218 18 0 0 18 0 9 0 131713331 831913984 31663 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29198/statm: 203104 31663 1888 9 0 197138 0
[pid=29198/tid=29199] ppid=29184 vsize=812416 CPUtime=1.72
/proc/29198/task/29199/stat : 29199 (java) R 29184 29184 28798 0 -1 64 14472 0 1 0 164 8 0 0 25 0 9 0 131713332 831913984 31663 996147200 134512640 134550740 4294955616 18446744073709551615 4126760863 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29200] ppid=29184 vsize=812416 CPUtime=0.46
/proc/29198/task/29200/stat : 29200 (java) S 29184 29184 28798 0 -1 64 16294 0 0 0 39 7 0 0 19 0 9 0 131713334 831913984 31663 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29201] ppid=29184 vsize=812416 CPUtime=0
/proc/29198/task/29201/stat : 29201 (java) S 29184 29184 28798 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 131713334 831913984 31663 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29202] ppid=29184 vsize=812416 CPUtime=0
/proc/29198/task/29202/stat : 29202 (java) S 29184 29184 28798 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 131713334 831913984 31663 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29203] ppid=29184 vsize=812416 CPUtime=0
/proc/29198/task/29203/stat : 29203 (java) S 29184 29184 28798 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 131713336 831913984 31663 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29204] ppid=29184 vsize=812416 CPUtime=0.13
/proc/29198/task/29204/stat : 29204 (java) S 29184 29184 28798 0 -1 64 775 0 0 0 13 0 0 0 16 0 9 0 131713336 831913984 31663 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29205] ppid=29184 vsize=812416 CPUtime=0
/proc/29198/task/29205/stat : 29205 (java) S 29184 29184 28798 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 131713336 831913984 31663 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29206] ppid=29184 vsize=812416 CPUtime=0.02
/proc/29198/task/29206/stat : 29206 (java) S 29184 29184 28798 0 -1 64 0 0 0 0 1 1 0 0 15 0 9 0 131713336 831913984 31663 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 859968

[startup+6.30278 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 29206
/proc/meminfo: memFree=1701176/2055920 swapFree=4192812/4192956
[pid=29184] ppid=29182 vsize=47552 CPUtime=0.01
/proc/29184/stat : 29184 (galacM.sh) S 29182 29184 28798 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 131713321 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29184/statm: 11888 364 245 79 0 219 0
[pid=29198] ppid=29184 vsize=812548 CPUtime=5.07
/proc/29198/stat : 29198 (java) S 29184 29184 28798 0 -1 0 40454 0 1 0 482 25 0 0 18 0 9 0 131713331 832049152 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29198/statm: 203137 39870 1908 9 0 197171 0
[pid=29198/tid=29199] ppid=29184 vsize=812548 CPUtime=4.01
/proc/29198/task/29199/stat : 29199 (java) R 29184 29184 28798 0 -1 64 14519 0 1 0 391 10 0 0 25 0 9 0 131713332 832049152 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4126953600 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29200] ppid=29184 vsize=812548 CPUtime=0.82
/proc/29198/task/29200/stat : 29200 (java) S 29184 29184 28798 0 -1 64 24418 0 0 0 71 11 0 0 16 0 9 0 131713334 832049152 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29201] ppid=29184 vsize=812548 CPUtime=0
/proc/29198/task/29201/stat : 29201 (java) S 29184 29184 28798 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 131713334 832049152 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29202] ppid=29184 vsize=812548 CPUtime=0
/proc/29198/task/29202/stat : 29202 (java) S 29184 29184 28798 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 131713334 832049152 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29203] ppid=29184 vsize=812548 CPUtime=0
/proc/29198/task/29203/stat : 29203 (java) S 29184 29184 28798 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 131713336 832049152 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29204] ppid=29184 vsize=812548 CPUtime=0.19
/proc/29198/task/29204/stat : 29204 (java) S 29184 29184 28798 0 -1 64 818 0 0 0 18 1 0 0 16 0 9 0 131713336 832049152 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29205] ppid=29184 vsize=812548 CPUtime=0
/proc/29198/task/29205/stat : 29205 (java) S 29184 29184 28798 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 131713336 832049152 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29206] ppid=29184 vsize=812548 CPUtime=0.02
/proc/29198/task/29206/stat : 29206 (java) S 29184 29184 28798 0 -1 64 0 0 0 0 1 1 0 0 15 0 9 0 131713336 832049152 39870 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 860100

[startup+12.7023 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 29206
/proc/meminfo: memFree=1697720/2055920 swapFree=4192812/4192956
[pid=29184] ppid=29182 vsize=47552 CPUtime=0.01
/proc/29184/stat : 29184 (galacM.sh) S 29182 29184 28798 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 131713321 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29184/statm: 11888 364 245 79 0 219 0
[pid=29198] ppid=29184 vsize=812548 CPUtime=10.8
/proc/29198/stat : 29198 (java) S 29184 29184 28798 0 -1 0 40467 0 1 0 1052 28 0 0 18 0 9 0 131713331 832049152 39873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29198/statm: 203137 39873 1908 9 0 197171 0
[pid=29198/tid=29199] ppid=29184 vsize=812548 CPUtime=9.72
/proc/29198/task/29199/stat : 29199 (java) R 29184 29184 28798 0 -1 64 14529 0 1 0 959 13 0 0 25 0 9 0 131713332 832049152 39873 996147200 134512640 134550740 4294955616 18446744073709551615 4126871475 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29198/tid=29200] ppid=29184 vsize=812548 CPUtime=0.82
/proc/29198/task/29200/stat : 29200 (java) S 29184 29184 28798 0 -1 64 24418 0 0 0 71 11 0 0 16 0 9 0 131713334 832049152 39873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29198/tid=29201] ppid=29184 vsize=812548 CPUtime=0
/proc/29198/task/29201/stat : 29201 (java) S 29184 29184 28798 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 131713334 832049152 39873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29202] ppid=29184 vsize=812548 CPUtime=0
/proc/29198/task/29202/stat : 29202 (java) S 29184 29184 28798 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 131713334 832049152 39873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29203] ppid=29184 vsize=812548 CPUtime=0
/proc/29198/task/29203/stat : 29203 (java) S 29184 29184 28798 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 131713336 832049152 39873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29204] ppid=29184 vsize=812548 CPUtime=0.19
/proc/29198/task/29204/stat : 29204 (java) S 29184 29184 28798 0 -1 64 821 0 0 0 18 1 0 0 16 0 9 0 131713336 832049152 39873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29205] ppid=29184 vsize=812548 CPUtime=0
/proc/29198/task/29205/stat : 29205 (java) S 29184 29184 28798 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 131713336 832049152 39873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29198/tid=29206] ppid=29184 vsize=812548 CPUtime=0.02
/proc/29198/task/29206/stat : 29206 (java) S 29184 29184 28798 0 -1 64 0 0 0 0 1 1 0 0 15 0 9 0 131713336 832049152 39873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.81
Current children cumulated vsize (KiB) 860100

[startup+25.5068 s]
/proc/loadavg: 2.16 2.03 2.01 3/76 29207
/proc/meminfo: memFree=1810552/2055920 swapFree=4192812/4192956
[pid=29184] ppid=29182 vsize=47552 CPUtime=21.62
/proc/29184/stat : 29184 (galacM.sh) S 29182 29184 28798 0 -1 4194304 799 42193 0 1 0 0 2108 54 17 0 1 0 131713321 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29184/statm: 11888 364 245 79 0 219 0
[pid=29207] ppid=29184 vsize=37428 CPUtime=0.68
/proc/29207/stat : 29207 (minisat) R 29184 29184 28798 0 -1 4194304 8413 0 0 0 62 6 0 0 23 0 1 0 131715803 38326272 8394 996147200 134512640 135136200 4294955968 18446744073709551615 134520007 0 0 4096 3 0 0 0 17 1 0 0
/proc/29207/statm: 9357 8394 54 152 0 9202 0
Current children cumulated CPU time (s) 22.3
Current children cumulated vsize (KiB) 84980

[startup+51.1017 s]
/proc/loadavg: 2.16 2.04 2.01 3/76 29207
/proc/meminfo: memFree=1809976/2055920 swapFree=4192812/4192956
[pid=29184] ppid=29182 vsize=47552 CPUtime=21.62
/proc/29184/stat : 29184 (galacM.sh) S 29182 29184 28798 0 -1 4194304 799 42193 0 1 0 0 2108 54 17 0 1 0 131713321 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29184/statm: 11888 364 245 79 0 219 0
[pid=29207] ppid=29184 vsize=37844 CPUtime=26.06
/proc/29207/stat : 29207 (minisat) R 29184 29184 28798 0 -1 4194304 8552 0 0 0 2600 6 0 0 25 0 1 0 131715803 38752256 8533 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/29207/statm: 9461 8533 57 152 0 9306 0
Current children cumulated CPU time (s) 47.68
Current children cumulated vsize (KiB) 85396

[startup+102.302 s]
/proc/loadavg: 2.07 2.03 2.01 3/76 29207
/proc/meminfo: memFree=1809400/2055920 swapFree=4192812/4192956
[pid=29184] ppid=29182 vsize=47552 CPUtime=21.62
/proc/29184/stat : 29184 (galacM.sh) S 29182 29184 28798 0 -1 4194304 799 42193 0 1 0 0 2108 54 17 0 1 0 131713321 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29184/statm: 11888 364 245 79 0 219 0
[pid=29207] ppid=29184 vsize=38240 CPUtime=77
/proc/29207/stat : 29207 (minisat) R 29184 29184 28798 0 -1 4194304 8640 0 0 0 7694 6 0 0 25 0 1 0 131715803 39157760 8621 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/29207/statm: 9560 8621 57 152 0 9405 0
Current children cumulated CPU time (s) 98.62
Current children cumulated vsize (KiB) 85792

[startup+162.302 s]
/proc/loadavg: 2.02 2.03 2.00 3/76 29207
/proc/meminfo: memFree=1808952/2055920 swapFree=4192812/4192956
[pid=29184] ppid=29182 vsize=47552 CPUtime=21.62
/proc/29184/stat : 29184 (galacM.sh) S 29182 29184 28798 0 -1 4194304 799 42193 0 1 0 0 2108 54 17 0 1 0 131713321 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29184/statm: 11888 364 245 79 0 219 0
[pid=29207] ppid=29184 vsize=38636 CPUtime=136.69
/proc/29207/stat : 29207 (minisat) R 29184 29184 28798 0 -1 4194304 8757 0 0 0 13663 6 0 0 25 0 1 0 131715803 39563264 8738 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/29207/statm: 9659 8738 57 152 0 9504 0
Current children cumulated CPU time (s) 158.31
Current children cumulated vsize (KiB) 86188

[startup+222.469 s]
/proc/loadavg: 1.93 2.00 1.99 3/74 29237
/proc/meminfo: memFree=1809352/2055920 swapFree=4192812/4192956
[pid=29184] ppid=29182 vsize=47552 CPUtime=21.62
/proc/29184/stat : 29184 (galacM.sh) S 29182 29184 28798 0 -1 4194304 799 42193 0 1 0 0 2108 54 17 0 1 0 131713321 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29184/statm: 11888 364 245 79 0 219 0
[pid=29207] ppid=29184 vsize=38900 CPUtime=195.98
/proc/29207/stat : 29207 (minisat) R 29184 29184 28798 0 -1 4194304 8823 0 0 0 19590 8 0 0 25 0 1 0 131715803 39833600 8804 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/29207/statm: 9725 8804 57 152 0 9570 0
Current children cumulated CPU time (s) 217.6
Current children cumulated vsize (KiB) 86452

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

[startup+232.202 s]
/proc/loadavg: 1.94 2.00 1.99 3/74 29237
/proc/meminfo: memFree=1809032/2055920 swapFree=4192812/4192956
[pid=29184] ppid=29182 vsize=47552 CPUtime=21.62
/proc/29184/stat : 29184 (galacM.sh) S 29182 29184 28798 0 -1 4194304 799 42193 0 1 0 0 2108 54 17 0 1 0 131713321 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29184/statm: 11888 364 245 79 0 219 0
[pid=29207] ppid=29184 vsize=38900 CPUtime=205.28
/proc/29207/stat : 29207 (minisat) R 29184 29184 28798 0 -1 4194304 8827 0 0 0 20520 8 0 0 25 0 1 0 131715803 39833600 8808 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/29207/statm: 9725 8808 57 152 0 9570 0
Current children cumulated CPU time (s) 226.9
Current children cumulated vsize (KiB) 86452

[startup+235.403 s]
/proc/loadavg: 1.94 2.00 1.99 3/74 29237
/proc/meminfo: memFree=1809032/2055920 swapFree=4192812/4192956
[pid=29184] ppid=29182 vsize=47552 CPUtime=21.62
/proc/29184/stat : 29184 (galacM.sh) S 29182 29184 28798 0 -1 4194304 799 42193 0 1 0 0 2108 54 17 0 1 0 131713321 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29184/statm: 11888 364 245 79 0 219 0
[pid=29207] ppid=29184 vsize=38900 CPUtime=208.47
/proc/29207/stat : 29207 (minisat) R 29184 29184 28798 0 -1 4194304 8827 0 0 0 20839 8 0 0 25 0 1 0 131715803 39833600 8808 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/29207/statm: 9725 8808 57 152 0 9570 0
Current children cumulated CPU time (s) 230.09
Current children cumulated vsize (KiB) 86452

[startup+238.601 s]
/proc/loadavg: 1.94 2.00 1.99 3/74 29237
/proc/meminfo: memFree=1809096/2055920 swapFree=4192812/4192956
[pid=29184] ppid=29182 vsize=47552 CPUtime=21.62
/proc/29184/stat : 29184 (galacM.sh) S 29182 29184 28798 0 -1 4194304 799 42193 0 1 0 0 2108 54 17 0 1 0 131713321 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29184/statm: 11888 364 245 79 0 219 0
[pid=29207] ppid=29184 vsize=38900 CPUtime=211.66
/proc/29207/stat : 29207 (minisat) R 29184 29184 28798 0 -1 4194304 8827 0 0 0 21158 8 0 0 25 0 1 0 131715803 39833600 8808 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/29207/statm: 9725 8808 57 152 0 9570 0
Current children cumulated CPU time (s) 233.28
Current children cumulated vsize (KiB) 86452

[startup+239.401 s]
/proc/loadavg: 1.95 2.00 1.99 3/74 29237
/proc/meminfo: memFree=1809096/2055920 swapFree=4192812/4192956
[pid=29184] ppid=29182 vsize=47552 CPUtime=21.62
/proc/29184/stat : 29184 (galacM.sh) S 29182 29184 28798 0 -1 4194304 799 42193 0 1 0 0 2108 54 17 0 1 0 131713321 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29184/statm: 11888 364 245 79 0 219 0
[pid=29207] ppid=29184 vsize=38900 CPUtime=212.46
/proc/29207/stat : 29207 (minisat) R 29184 29184 28798 0 -1 4194304 8827 0 0 0 21238 8 0 0 25 0 1 0 131715803 39833600 8808 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/29207/statm: 9725 8808 57 152 0 9570 0
Current children cumulated CPU time (s) 234.08
Current children cumulated vsize (KiB) 86452

[startup+239.801 s]
/proc/loadavg: 1.95 2.00 1.99 3/74 29237
/proc/meminfo: memFree=1809096/2055920 swapFree=4192812/4192956
[pid=29184] ppid=29182 vsize=47552 CPUtime=21.62
/proc/29184/stat : 29184 (galacM.sh) S 29182 29184 28798 0 -1 4194304 799 42193 0 1 0 0 2108 54 17 0 1 0 131713321 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29184/statm: 11888 364 245 79 0 219 0
[pid=29207] ppid=29184 vsize=38900 CPUtime=212.85
/proc/29207/stat : 29207 (minisat) R 29184 29184 28798 0 -1 4194304 8827 0 0 0 21277 8 0 0 25 0 1 0 131715803 39833600 8808 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/29207/statm: 9725 8808 57 152 0 9570 0
Current children cumulated CPU time (s) 234.47
Current children cumulated vsize (KiB) 86452

[startup+240.202 s]
/proc/loadavg: 1.95 2.00 1.99 3/74 29237
/proc/meminfo: memFree=1809096/2055920 swapFree=4192812/4192956
[pid=29184] ppid=29182 vsize=47552 CPUtime=21.62
/proc/29184/stat : 29184 (galacM.sh) S 29182 29184 28798 0 -1 4194304 799 42193 0 1 0 0 2108 54 17 0 1 0 131713321 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29184/statm: 11888 364 245 79 0 219 0
[pid=29207] ppid=29184 vsize=38900 CPUtime=213.25
/proc/29207/stat : 29207 (minisat) R 29184 29184 28798 0 -1 4194304 8827 0 0 0 21317 8 0 0 25 0 1 0 131715803 39833600 8808 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/29207/statm: 9725 8808 57 152 0 9570 0
Current children cumulated CPU time (s) 234.87
Current children cumulated vsize (KiB) 86452

[startup+240.302 s]
/proc/loadavg: 1.95 2.00 1.99 3/74 29237
/proc/meminfo: memFree=1809096/2055920 swapFree=4192812/4192956
[pid=29184] ppid=29182 vsize=47552 CPUtime=21.62
/proc/29184/stat : 29184 (galacM.sh) S 29182 29184 28798 0 -1 4194304 799 42193 0 1 0 0 2108 54 17 0 1 0 131713321 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29184/statm: 11888 364 245 79 0 219 0
[pid=29207] ppid=29184 vsize=38900 CPUtime=213.35
/proc/29207/stat : 29207 (minisat) R 29184 29184 28798 0 -1 4194304 8827 0 0 0 21327 8 0 0 25 0 1 0 131715803 39833600 8808 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/29207/statm: 9725 8808 57 152 0 9570 0
Current children cumulated CPU time (s) 234.97
Current children cumulated vsize (KiB) 86452

Child status: 0
Real time (s): 240.337
CPU time (s): 235.035
CPU user time (s): 234.383
CPU system time (s): 0.6519
CPU usage (%): 97.794
Max. virtual memory (cumulated for all children) (KiB): 860100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 234.383
system time used= 0.6519
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52037
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1803
involuntary context switches= 3958

runsolver used 0.491925 second user time and 1.14982 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-03 02:01:20
IDJOB=1048508
IDBENCH=54365
IDSOLVER=350
FILE ID=node28/1048508-1215043280
PBS_JOBID= 7875118
Free space on /tmp= 66548 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-19_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048508-1215043280/watcher-1048508-1215043280 -o /tmp/evaluation-result-1048508-1215043280/solver-1048508-1215043280 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1048508-1215043280.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 46427bdc7f3b95f9a5a242e456509ade
RANDOM SEED=1539818585

node28.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.231
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.231
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:       1855792 kB
Buffers:         17848 kB
Cached:          97752 kB
SwapCached:          0 kB
Active:          61072 kB
Inactive:        82476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4104 kB
Writeback:           0 kB
Mapped:          37036 kB
Slab:            41624 kB
Committed_AS:   227616 kB
PageTables:       1860 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node28 at 2008-07-03 02:05:20