Trace number 217729

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, and are wall clock time (not CPU 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 1UNSAT 746.447 752.61

General information on the benchmark

NamegolombRuler/golombRulerArity3/
ruler-44-10-a3.xml
MD5SUM04660a8636430499a1688ded3d6e50e4
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.9579
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables55
Number of constraints1080
Maximum constraint arity3
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1080
Global constraints used (with number of constraints)

Solver Data (download as text)

0.10	c --- Preproc Stats ---
1.26	c start processing
1.26	c start relation processing
1.35	c start cnf exporting
12.02	c parsing time : 1.042
12.02	c preprocessing time : 11.798
12.02	
12.02	c Nary constraints - conflicts : 0 supports : 45
12.02	c Binary constraints - conflicts : 990 supports :45
12.02	c max arity constraint : 3
12.02	c Max Tuples generated 89100
12.02	c relations : 3
12.02	c relations BDD: 1
12.02	c vars : 50941 - clauses :  288145
12.02	
12.06	 
12.06	c --- Minisat Stats ---
12.06	 
752.58	c restarts              : 17
752.58	c conflicts             : 178846         (243 /sec)
752.58	c decisions             : 254891         (0.60 % random) (347 /sec)
752.58	c propagations          : 524145826      (713395 /sec)
752.58	c conflict literals     : 17452554       (50.70 % deleted)
752.58	c Memory used           : 95.87 MB
752.58	c CPU time              : 734.72 s
752.58	
752.58	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node39/watcher-217729-1168248669 -o ROOT/results/node39/solver-217729-1168248669 -C 1800 -M 900 /tmp/evaluation/217729-1168248669/galac.sh /tmp/evaluation/217729-1168248669/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.97 2.01 1.93 4/68 20016
/proc/meminfo: memFree=1863592/2055920 swapFree=4187312/4192956
[pid=20015] ppid=20013 vsize=8652 CPUtime=0
/proc/20015/stat : 20015 (galac.sh) R 20013 20015 19264 0 -1 4194304 335 0 0 0 0 0 0 0 16 0 1 0 173266568 8859648 279 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493659295 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/20015/statm: 2163 279 207 79 0 156 0
[pid=20017] ppid=20015 vsize=8660 CPUtime=0
/proc/20017/stat : 20017 (galac.sh) R 20015 20015 19264 0 -1 4194368 21 0 0 0 0 0 0 0 16 0 1 0 173266568 8867840 283 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 4451555 0 0 4096 73728 0 0 0 17 1 0 0
/proc/20017/statm: 2172 286 209 79 0 165 0

[startup+0.107552 s]
/proc/loadavg: 1.97 2.01 1.93 4/68 20016
/proc/meminfo: memFree=1863592/2055920 swapFree=4187312/4192956
[pid=20015] ppid=20013 vsize=47568 CPUtime=0.01
/proc/20015/stat : 20015 (galac.sh) S 20013 20015 19264 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 173266568 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20015/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.515577 s]
/proc/loadavg: 1.97 2.01 1.93 4/68 20016
/proc/meminfo: memFree=1863592/2055920 swapFree=4187312/4192956
[pid=20015] ppid=20013 vsize=47568 CPUtime=0.01
/proc/20015/stat : 20015 (galac.sh) S 20013 20015 19264 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 173266568 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20015/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.33691 s]
/proc/loadavg: 1.97 2.01 1.93 4/92 20076
/proc/meminfo: memFree=1805224/2055920 swapFree=4187312/4192956
[pid=20015] ppid=20013 vsize=47568 CPUtime=0.01
/proc/20015/stat : 20015 (galac.sh) S 20013 20015 19264 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 173266568 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20015/statm: 11892 363 245 79 0 218 0
[pid=20029] ppid=20015 vsize=861196 CPUtime=1.21
/proc/20029/stat : 20029 (java) R 20015 20015 19264 0 -1 0 12420 0 1 0 113 8 0 0 19 0 8 0 173266578 881864704 12172 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20029/statm: 215299 12172 1998 14 0 201504 0
[pid=20029/tid=20030] ppid=20015 vsize=861196 CPUtime=0.07
/proc/20029/task/20030/stat : 20030 (java) S 20015 20015 19264 0 -1 64 3393 0 0 0 6 1 0 0 16 0 8 0 173266581 881864704 12172 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20029/tid=20031] ppid=20015 vsize=861196 CPUtime=0
/proc/20029/task/20031/stat : 20031 (java) S 20015 20015 19264 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 173266582 881864704 12172 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20029/tid=20032] ppid=20015 vsize=861196 CPUtime=0
/proc/20029/task/20032/stat : 20032 (java) S 20015 20015 19264 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173266582 881864704 12172 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20029/tid=20033] ppid=20015 vsize=861196 CPUtime=0
/proc/20029/task/20033/stat : 20033 (java) S 20015 20015 19264 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 173266585 881864704 12172 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20029/tid=20034] ppid=20015 vsize=861196 CPUtime=0.33
/proc/20029/task/20034/stat : 20034 (java) S 20015 20015 19264 0 -1 64 1073 0 0 0 31 2 0 0 15 0 8 0 173266585 881864704 12172 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20029/tid=20035] ppid=20015 vsize=861196 CPUtime=0
/proc/20029/task/20035/stat : 20035 (java) S 20015 20015 19264 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 173266585 881864704 12172 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20029/tid=20036] ppid=20015 vsize=861196 CPUtime=0
/proc/20029/task/20036/stat : 20036 (java) S 20015 20015 19264 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173266585 881864704 12172 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 908764

[startup+2.97981 s]
/proc/loadavg: 1.97 2.01 1.93 3/92 20076
/proc/meminfo: memFree=1756392/2055920 swapFree=4187312/4192956
[pid=20015] ppid=20013 vsize=47568 CPUtime=0.01
/proc/20015/stat : 20015 (galac.sh) S 20013 20015 19264 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 173266568 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20015/statm: 11892 363 245 79 0 218 0
[pid=20029] ppid=20015 vsize=861196 CPUtime=2.72
/proc/20029/stat : 20029 (java) R 20015 20015 19264 0 -1 0 19849 0 1 0 259 13 0 0 25 0 8 0 173266578 881864704 19598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073454245 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20029/statm: 215299 19598 2018 14 0 201504 0
[pid=20029/tid=20030] ppid=20015 vsize=861196 CPUtime=0.08
/proc/20029/task/20030/stat : 20030 (java) S 20015 20015 19264 0 -1 64 3737 0 0 0 7 1 0 0 16 0 8 0 173266581 881864704 19598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20029/tid=20031] ppid=20015 vsize=861196 CPUtime=0
/proc/20029/task/20031/stat : 20031 (java) S 20015 20015 19264 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173266582 881864704 19598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20029/tid=20032] ppid=20015 vsize=861196 CPUtime=0
/proc/20029/task/20032/stat : 20032 (java) S 20015 20015 19264 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173266582 881864704 19598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20029/tid=20033] ppid=20015 vsize=861196 CPUtime=0
/proc/20029/task/20033/stat : 20033 (java) S 20015 20015 19264 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 173266585 881864704 19598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20029/tid=20034] ppid=20015 vsize=861196 CPUtime=0.4
/proc/20029/task/20034/stat : 20034 (java) S 20015 20015 19264 0 -1 64 1128 0 0 0 38 2 0 0 15 0 8 0 173266585 881864704 19598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20029/tid=20035] ppid=20015 vsize=861196 CPUtime=0
/proc/20029/task/20035/stat : 20035 (java) S 20015 20015 19264 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 173266585 881864704 19598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20029/tid=20036] ppid=20015 vsize=861196 CPUtime=0
/proc/20029/task/20036/stat : 20036 (java) S 20015 20015 19264 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173266585 881864704 19598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 908764

[startup+6.1851 s]
/proc/loadavg: 2.06 2.02 1.94 3/92 20076
/proc/meminfo: memFree=1481768/2055920 swapFree=4187312/4192956
[pid=20015] ppid=20013 vsize=47568 CPUtime=0.01
/proc/20015/stat : 20015 (galac.sh) S 20013 20015 19264 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 173266568 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20015/statm: 11892 363 245 79 0 218 0
[pid=20029] ppid=20015 vsize=861196 CPUtime=5.6
/proc/20029/stat : 20029 (java) R 20015 20015 19264 0 -1 0 19854 0 1 0 546 14 0 0 25 0 8 0 173266578 881864704 19598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074393844 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20029/statm: 215299 19598 2018 14 0 201504 0
[pid=20029/tid=20030] ppid=20015 vsize=861196 CPUtime=0.1
/proc/20029/task/20030/stat : 20030 (java) S 20015 20015 19264 0 -1 64 3737 0 0 0 9 1 0 0 17 0 8 0 173266581 881864704 19598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20029/tid=20031] ppid=20015 vsize=861196 CPUtime=0
/proc/20029/task/20031/stat : 20031 (java) S 20015 20015 19264 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173266582 881864704 19598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20029/tid=20032] ppid=20015 vsize=861196 CPUtime=0
/proc/20029/task/20032/stat : 20032 (java) S 20015 20015 19264 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173266582 881864704 19598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20029/tid=20033] ppid=20015 vsize=861196 CPUtime=0
/proc/20029/task/20033/stat : 20033 (java) S 20015 20015 19264 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 173266585 881864704 19598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20029/tid=20034] ppid=20015 vsize=861196 CPUtime=0.4
/proc/20029/task/20034/stat : 20034 (java) S 20015 20015 19264 0 -1 64 1128 0 0 0 38 2 0 0 15 0 8 0 173266585 881864704 19598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20029/tid=20035] ppid=20015 vsize=861196 CPUtime=0
/proc/20029/task/20035/stat : 20035 (java) S 20015 20015 19264 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 173266585 881864704 19598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20029/tid=20036] ppid=20015 vsize=861196 CPUtime=0
/proc/20029/task/20036/stat : 20036 (java) S 20015 20015 19264 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173266585 881864704 19598 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 908764

[startup+12.6687 s]
/proc/loadavg: 2.13 2.04 1.94 3/85 20131
/proc/meminfo: memFree=1697440/2055920 swapFree=4187312/4192956
[pid=20015] ppid=20013 vsize=47568 CPUtime=11.4
/proc/20015/stat : 20015 (galac.sh) S 20013 20015 19264 0 -1 4194304 800 21755 0 1 0 0 1121 19 17 0 1 0 173266568 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20015/statm: 11892 363 245 79 0 218 0
[pid=20131] ppid=20015 vsize=16932 CPUtime=0.59
/proc/20131/stat : 20131 (minisat) R 20015 20015 19264 0 -1 4194304 3946 0 0 0 57 2 0 0 25 0 1 0 173267774 17338368 3928 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/20131/statm: 4233 3928 54 142 0 4089 0
Current children cumulated CPU time (s) 11.99
Current children cumulated vsize (KiB) 64500

[startup+25.5219 s]
/proc/loadavg: 2.32 2.09 1.96 3/85 20131
/proc/meminfo: memFree=1396576/2055920 swapFree=4187312/4192956
[pid=20015] ppid=20013 vsize=47568 CPUtime=11.4
/proc/20015/stat : 20015 (galac.sh) S 20013 20015 19264 0 -1 4194304 800 21755 0 1 0 0 1121 19 17 0 1 0 173266568 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20015/statm: 11892 363 245 79 0 218 0
[pid=20131] ppid=20015 vsize=19844 CPUtime=11.81
/proc/20131/stat : 20131 (minisat) R 20015 20015 19264 0 -1 4194304 4659 0 0 0 1178 3 0 0 25 0 1 0 173267774 20320256 4641 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/20131/statm: 4961 4641 54 142 0 4817 0
Current children cumulated CPU time (s) 23.21
Current children cumulated vsize (KiB) 67412

[startup+51.1993 s]
/proc/loadavg: 2.21 2.08 1.96 3/86 20132
/proc/meminfo: memFree=1356120/2055920 swapFree=4187312/4192956
[pid=20015] ppid=20013 vsize=47568 CPUtime=11.4
/proc/20015/stat : 20015 (galac.sh) S 20013 20015 19264 0 -1 4194304 800 21755 0 1 0 0 1121 19 17 0 1 0 173266568 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20015/statm: 11892 363 245 79 0 218 0
[pid=20131] ppid=20015 vsize=25936 CPUtime=37.3
/proc/20131/stat : 20131 (minisat) R 20015 20015 19264 0 -1 4194304 6186 0 0 0 3725 5 0 0 25 0 1 0 173267774 26558464 6168 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/20131/statm: 6484 6168 54 142 0 6340 0
Current children cumulated CPU time (s) 48.7
Current children cumulated vsize (KiB) 73504

[startup+102.423 s]
/proc/loadavg: 2.09 2.06 1.96 3/86 20132
/proc/meminfo: memFree=1335384/2055920 swapFree=4187312/4192956
[pid=20015] ppid=20013 vsize=47568 CPUtime=11.4
/proc/20015/stat : 20015 (galac.sh) S 20013 20015 19264 0 -1 4194304 800 21755 0 1 0 0 1121 19 17 0 1 0 173266568 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20015/statm: 11892 363 245 79 0 218 0
[pid=20131] ppid=20015 vsize=35688 CPUtime=88.21
/proc/20131/stat : 20131 (minisat) R 20015 20015 19264 0 -1 4194304 8613 0 0 0 8814 7 0 0 25 0 1 0 173267774 36544512 8595 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529450 0 0 4096 3 0 0 0 17 1 0 0
/proc/20131/statm: 8922 8595 54 142 0 8778 0
Current children cumulated CPU time (s) 99.61
Current children cumulated vsize (KiB) 83256

[startup+162.481 s]
/proc/loadavg: 2.03 2.05 1.96 3/86 20132
/proc/meminfo: memFree=1326680/2055920 swapFree=4187312/4192956
[pid=20015] ppid=20013 vsize=47568 CPUtime=11.4
/proc/20015/stat : 20015 (galac.sh) S 20013 20015 19264 0 -1 4194304 800 21755 0 1 0 0 1121 19 17 0 1 0 173266568 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20015/statm: 11892 363 245 79 0 218 0
[pid=20131] ppid=20015 vsize=44460 CPUtime=148
/proc/20131/stat : 20131 (minisat) R 20015 20015 19264 0 -1 4194304 10775 0 0 0 14790 10 0 0 25 0 1 0 173267774 45527040 10757 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 1 0 0
/proc/20131/statm: 11115 10757 54 142 0 10971 0
Current children cumulated CPU time (s) 159.4
Current children cumulated vsize (KiB) 92028

[startup+222.532 s]
/proc/loadavg: 2.06 2.05 1.96 3/86 20132
/proc/meminfo: memFree=1300184/2055920 swapFree=4187312/4192956
[pid=20015] ppid=20013 vsize=47568 CPUtime=11.4
/proc/20015/stat : 20015 (galac.sh) S 20013 20015 19264 0 -1 4194304 800 21755 0 1 0 0 1121 19 17 0 1 0 173266568 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20015/statm: 11892 363 245 79 0 218 0
[pid=20131] ppid=20015 vsize=51320 CPUtime=207.64
/proc/20131/stat : 20131 (minisat) R 20015 20015 19264 0 -1 4194304 12478 0 0 0 20752 12 0 0 25 0 1 0 173267774 52551680 12460 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529260 0 0 4096 3 0 0 0 17 0 0 0
/proc/20131/statm: 12830 12460 54 142 0 12686 0
Current children cumulated CPU time (s) 219.04
Current children cumulated vsize (KiB) 98888

[startup+282.588 s]
/proc/loadavg: 2.02 2.04 1.96 3/86 20132
/proc/meminfo: memFree=1293464/2055920 swapFree=4187312/4192956
[pid=20015] ppid=20013 vsize=47568 CPUtime=11.4
/proc/20015/stat : 20015 (galac.sh) S 20013 20015 19264 0 -1 4194304 800 21755 0 1 0 0 1121 19 17 0 1 0 173266568 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20015/statm: 11892 363 245 79 0 218 0
[pid=20131] ppid=20015 vsize=57952 CPUtime=267.44
/proc/20131/stat : 20131 (minisat) R 20015 20015 19264 0 -1 4194304 14169 0 0 0 26730 14 0 0 25 0 1 0 173267774 59342848 14151 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/20131/statm: 14488 14151 54 142 0 14344 0
Current children cumulated CPU time (s) 278.84
Current children cumulated vsize (KiB) 105520

[startup+342.634 s]
/proc/loadavg: 2.01 2.03 1.96 3/86 20132
/proc/meminfo: memFree=1287000/2055920 swapFree=4187312/4192956
[pid=20015] ppid=20013 vsize=47568 CPUtime=11.4
/proc/20015/stat : 20015 (galac.sh) S 20013 20015 19264 0 -1 4194304 800 21755 0 1 0 0 1121 19 17 0 1 0 173266568 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20015/statm: 11892 363 245 79 0 218 0
[pid=20131] ppid=20015 vsize=64616 CPUtime=327.22
/proc/20131/stat : 20131 (minisat) R 20015 20015 19264 0 -1 4194304 15763 0 0 0 32705 17 0 0 25 0 1 0 173267774 66166784 15745 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529450 0 0 4096 3 0 0 0 17 0 0 0
/proc/20131/statm: 16154 15745 54 142 0 16010 0
Current children cumulated CPU time (s) 338.62
Current children cumulated vsize (KiB) 112184

[startup+402.682 s]
/proc/loadavg: 2.04 2.04 1.97 3/86 20132
/proc/meminfo: memFree=1281624/2055920 swapFree=4187312/4192956
[pid=20015] ppid=20013 vsize=47568 CPUtime=11.4
/proc/20015/stat : 20015 (galac.sh) S 20013 20015 19264 0 -1 4194304 800 21755 0 1 0 0 1121 19 17 0 1 0 173266568 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20015/statm: 11892 363 245 79 0 218 0
[pid=20131] ppid=20015 vsize=69960 CPUtime=386.97
/proc/20131/stat : 20131 (minisat) R 20015 20015 19264 0 -1 4194304 17115 0 0 0 38679 18 0 0 25 0 1 0 173267774 71639040 17097 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/20131/statm: 17490 17097 54 142 0 17346 0
Current children cumulated CPU time (s) 398.37
Current children cumulated vsize (KiB) 117528

[startup+462.729 s]
/proc/loadavg: 2.01 2.03 1.97 3/86 20132
/proc/meminfo: memFree=1247000/2055920 swapFree=4187312/4192956
[pid=20015] ppid=20013 vsize=47568 CPUtime=11.4
/proc/20015/stat : 20015 (galac.sh) S 20013 20015 19264 0 -1 4194304 800 21755 0 1 0 0 1121 19 17 0 1 0 173266568 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20015/statm: 11892 363 245 79 0 218 0
[pid=20131] ppid=20015 vsize=77416 CPUtime=446.62
/proc/20131/stat : 20131 (minisat) R 20015 20015 19264 0 -1 4194304 18929 0 0 0 44641 21 0 0 25 0 1 0 173267774 79273984 18911 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/20131/statm: 19354 18911 54 142 0 19210 0
Current children cumulated CPU time (s) 458.02
Current children cumulated vsize (KiB) 124984

[startup+522.777 s]
/proc/loadavg: 2.00 2.02 1.97 3/86 20132
/proc/meminfo: memFree=1240408/2055920 swapFree=4187312/4192956
[pid=20015] ppid=20013 vsize=47568 CPUtime=11.4
/proc/20015/stat : 20015 (galac.sh) S 20013 20015 19264 0 -1 4194304 800 21755 0 1 0 0 1121 19 17 0 1 0 173266568 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20015/statm: 11892 363 245 79 0 218 0
[pid=20131] ppid=20015 vsize=84436 CPUtime=506.4
/proc/20131/stat : 20131 (minisat) R 20015 20015 19264 0 -1 4194304 20585 0 0 0 50618 22 0 0 25 0 1 0 173267774 86462464 20567 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/20131/statm: 21109 20567 54 142 0 20965 0
Current children cumulated CPU time (s) 517.8
Current children cumulated vsize (KiB) 132004

[startup+582.832 s]
/proc/loadavg: 2.00 2.02 1.97 3/86 20132
/proc/meminfo: memFree=1235352/2055920 swapFree=4187312/4192956
[pid=20015] ppid=20013 vsize=47568 CPUtime=11.4
/proc/20015/stat : 20015 (galac.sh) S 20013 20015 19264 0 -1 4194304 800 21755 0 1 0 0 1121 19 17 0 1 0 173266568 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20015/statm: 11892 363 245 79 0 218 0
[pid=20131] ppid=20015 vsize=89516 CPUtime=566.17
/proc/20131/stat : 20131 (minisat) R 20015 20015 19264 0 -1 4194304 21808 0 0 0 56593 24 0 0 25 0 1 0 173267774 91664384 21790 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 0 0 0
/proc/20131/statm: 22379 21790 54 142 0 22235 0
Current children cumulated CPU time (s) 577.57
Current children cumulated vsize (KiB) 137084

[startup+642.883 s]
/proc/loadavg: 2.00 2.01 1.97 3/86 20132
/proc/meminfo: memFree=1231704/2055920 swapFree=4187312/4192956
[pid=20015] ppid=20013 vsize=47568 CPUtime=11.4
/proc/20015/stat : 20015 (galac.sh) S 20013 20015 19264 0 -1 4194304 800 21755 0 1 0 0 1121 19 17 0 1 0 173266568 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20015/statm: 11892 363 245 79 0 218 0
[pid=20131] ppid=20015 vsize=93268 CPUtime=625.95
/proc/20131/stat : 20131 (minisat) R 20015 20015 19264 0 -1 4194304 22710 0 0 0 62570 25 0 0 25 0 1 0 173267774 95506432 22692 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/20131/statm: 23317 22692 54 142 0 23173 0
Current children cumulated CPU time (s) 637.35
Current children cumulated vsize (KiB) 140836

[startup+702.932 s]
/proc/loadavg: 2.00 2.00 1.97 3/86 20132
/proc/meminfo: memFree=1199192/2055920 swapFree=4187312/4192956
[pid=20015] ppid=20013 vsize=47568 CPUtime=11.4
/proc/20015/stat : 20015 (galac.sh) S 20013 20015 19264 0 -1 4194304 800 21755 0 1 0 0 1121 19 17 0 1 0 173266568 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20015/statm: 11892 363 245 79 0 218 0
[pid=20131] ppid=20015 vsize=96636 CPUtime=685.58
/proc/20131/stat : 20131 (minisat) R 20015 20015 19264 0 -1 4194304 23566 0 0 0 68531 27 0 0 25 0 1 0 173267774 98955264 23548 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/20131/statm: 24159 23548 54 142 0 24015 0
Current children cumulated CPU time (s) 696.98
Current children cumulated vsize (KiB) 144204

Child status: 0
Real time (s): 752.61
CPU time (s): 746.447
CPU user time (s): 745.943
CPU system time (s): 0.504923
CPU usage (%): 99.1811
Max. virtual memory (cumulated for all children) (KiB): 908764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 745.943
system time used= 0.504923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46723
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= 1805
involuntary context switches= 21509

runsolver used 0.738887 s user time and 1.9457 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Mon Jan  8 09:31:10 UTC 2007


IDJOB= 217729
IDBENCH= 5167
FILE ID= node39/217729-1168248669

PBS_JOBID= 3481850

Free space on /tmp= 66560 MiB

BENCH NAME= HOME/pub/bench/CPAI06/golombRuler/golombRulerArity3/ruler-44-10-a3.xml
COMMAND LINE= /tmp/evaluation/217729-1168248669/galac.sh /tmp/evaluation/217729-1168248669/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-217729-1168248669 -o ROOT/results/node39/solver-217729-1168248669 -C 1800 -M 900  /tmp/evaluation/217729-1168248669/galac.sh /tmp/evaluation/217729-1168248669/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  04660a8636430499a1688ded3d6e50e4

RANDOM SEED= 586751950

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.236
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.236
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:       1864072 kB
Buffers:         37116 kB
Cached:          82448 kB
SwapCached:       1408 kB
Active:          66736 kB
Inactive:        70152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1864072 kB
SwapTotal:     4192956 kB
SwapFree:      4187312 kB
Dirty:            2960 kB
Writeback:           0 kB
Mapped:          24568 kB
Slab:            40748 kB
Committed_AS:  3551736 kB
PageTables:       1620 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= 66558 MiB



End job on node39 on Mon Jan  8 09:43:42 UTC 2007