Trace number 203035

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 943.167 948.132

General information on the benchmark

Namerandom/rand-2-40-19/
rand-2-40-19-443-230-29_ext.xml
MD5SUMd52e5670b32f8342bb66c4f4342e01aa
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.6916
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints330
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension330
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.20	c --- Preproc Stats ---
1.15	c start processing
1.15	c start relation processing
1.17	c start cnf exporting
2.30	c parsing time : 0.818
2.30	c preprocessing time : 1.968
2.30	
2.30	c Nary constraints - conflicts : 0 supports : 0
2.30	c Binary constraints - conflicts : 311 supports :19
2.30	c max arity constraint : 2
2.30	c Max Tuples generated 0
2.30	c relations : 330
2.30	c relations BDD: 0
2.30	c vars : 761 - clauses :  37987
2.30	
2.33	 
2.33	c --- Minisat Stats ---
2.33	 
948.11	c restarts              : 21
948.12	c conflicts             : 712338         (757 /sec)
948.12	c decisions             : 976378         (1.20 % random) (1038 /sec)
948.12	c propagations          : 75367390       (80109 /sec)
948.12	c conflict literals     : 57718657       (32.37 % deleted)
948.12	c Memory used           : 41.50 MB
948.12	c CPU time              : 940.812 s
948.12	
948.12	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/node15/watcher-203035-1168155657 -o ROOT/results/node15/solver-203035-1168155657 -C 1800 -M 900 /tmp/evaluation/203035-1168155657/galac.sh /tmp/evaluation/203035-1168155657/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.96 1.98 1.99 5/88 10682
/proc/meminfo: memFree=1848048/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=18540 CPUtime=0
/proc/10681/stat : 10681 (runsolver) D 10679 10681 10611 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 163960517 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 240472616231 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/10681/statm: 4635 279 244 17 0 2626 0

[startup+0.104001 s]
/proc/loadavg: 1.96 1.98 1.99 5/88 10682
/proc/meminfo: memFree=1848048/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=8740 CPUtime=0
/proc/10681/stat : 10681 (galac.sh) S 10679 10681 10611 0 -1 4194304 411 840 5 0 0 0 0 0 17 0 1 0 163960517 8949760 310 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10681/statm: 2185 310 217 79 0 178 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8740

[startup+0.512074 s]
/proc/loadavg: 1.96 1.98 1.99 5/88 10682
/proc/meminfo: memFree=1848048/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=47560 CPUtime=0.01
/proc/10681/stat : 10681 (galac.sh) S 10679 10681 10611 0 -1 4194304 757 1704 6 0 0 1 0 0 18 0 1 0 163960517 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10681/statm: 11890 365 247 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33522 s]
/proc/loadavg: 1.96 1.98 1.99 4/96 10702
/proc/meminfo: memFree=1776432/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=47560 CPUtime=0.01
/proc/10681/stat : 10681 (galac.sh) S 10679 10681 10611 0 -1 4194304 757 1704 6 0 0 1 0 0 18 0 1 0 163960517 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10681/statm: 11890 365 247 79 0 218 0
[pid=10695] ppid=10681 vsize=860856 CPUtime=1.11
/proc/10695/stat : 10695 (java) R 10681 10681 10611 0 -1 0 19714 0 2 0 100 11 0 0 17 0 8 0 163960538 881516544 19469 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073652384 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 215214 19469 1994 14 0 201471 0
[pid=10695/tid=10696] ppid=10681 vsize=860856 CPUtime=0.03
/proc/10695/task/10696/stat : 10696 (java) S 10681 10681 10611 0 -1 64 3789 0 0 0 2 1 0 0 16 0 8 0 163960541 881516544 19469 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10695/tid=10697] ppid=10681 vsize=860856 CPUtime=0
/proc/10695/task/10697/stat : 10697 (java) S 10681 10681 10611 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 163960542 881516544 19469 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10695/tid=10698] ppid=10681 vsize=860856 CPUtime=0
/proc/10695/task/10698/stat : 10698 (java) S 10681 10681 10611 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 163960542 881516544 19469 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10695/tid=10699] ppid=10681 vsize=860856 CPUtime=0
/proc/10695/task/10699/stat : 10699 (java) S 10681 10681 10611 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 163960545 881516544 19469 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10695/tid=10700] ppid=10681 vsize=860856 CPUtime=0.27
/proc/10695/task/10700/stat : 10700 (java) R 10681 10681 10611 0 -1 64 1007 0 0 0 26 1 0 0 20 0 8 0 163960545 881516544 19469 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10695/tid=10701] ppid=10681 vsize=860856 CPUtime=0
/proc/10695/task/10701/stat : 10701 (java) S 10681 10681 10611 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 163960545 881516544 19469 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10695/tid=10702] ppid=10681 vsize=860856 CPUtime=0
/proc/10695/task/10702/stat : 10702 (java) S 10681 10681 10611 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 163960545 881516544 19469 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 908416

[startup+2.9835 s]
/proc/loadavg: 1.96 1.98 1.99 4/96 10702
/proc/meminfo: memFree=1769648/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=47560 CPUtime=2.11
/proc/10681/stat : 10681 (galac.sh) S 10679 10681 10611 0 -1 4194304 795 22899 6 2 0 1 196 14 17 0 1 0 163960517 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10681/statm: 11890 365 247 79 0 218 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 47560

[startup+6.26306 s]
/proc/loadavg: 1.96 1.98 1.99 3/89 10703
/proc/meminfo: memFree=1838312/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=47560 CPUtime=2.11
/proc/10681/stat : 10681 (galac.sh) S 10679 10681 10611 0 -1 4194304 795 22899 6 2 0 1 196 14 17 0 1 0 163960517 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10681/statm: 11890 365 247 79 0 218 0
[pid=10703] ppid=10681 vsize=9164 CPUtime=3.9
/proc/10703/stat : 10703 (minisat) R 10681 10681 10611 0 -1 4194304 2056 0 0 0 389 1 0 0 25 0 1 0 163960751 9383936 2038 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10703/statm: 2291 2038 54 142 0 2147 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 56724

[startup+12.7432 s]
/proc/loadavg: 1.96 1.98 1.99 3/89 10703
/proc/meminfo: memFree=1834152/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=47560 CPUtime=2.11
/proc/10681/stat : 10681 (galac.sh) S 10679 10681 10611 0 -1 4194304 795 22899 6 2 0 1 196 14 17 0 1 0 163960517 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10681/statm: 11890 365 247 79 0 218 0
[pid=10703] ppid=10681 vsize=13084 CPUtime=10.35
/proc/10703/stat : 10703 (minisat) R 10681 10681 10611 0 -1 4194304 3029 0 0 0 1033 2 0 0 25 0 1 0 163960751 13398016 3011 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10703/statm: 3271 3011 54 142 0 3127 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 60644

[startup+25.5734 s]
/proc/loadavg: 1.97 1.98 1.99 3/89 10703
/proc/meminfo: memFree=1828776/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=47560 CPUtime=2.11
/proc/10681/stat : 10681 (galac.sh) S 10679 10681 10611 0 -1 4194304 795 22899 6 2 0 1 196 14 17 0 1 0 163960517 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10681/statm: 11890 365 247 79 0 218 0
[pid=10703] ppid=10681 vsize=18576 CPUtime=23.12
/proc/10703/stat : 10703 (minisat) R 10681 10681 10611 0 -1 4194304 4401 0 0 0 2309 3 0 0 25 0 1 0 163960751 19021824 4383 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10703/statm: 4644 4383 54 142 0 4500 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 66136

[startup+51.2508 s]
/proc/loadavg: 1.98 1.98 1.99 3/89 10703
/proc/meminfo: memFree=1825832/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=47560 CPUtime=2.11
/proc/10681/stat : 10681 (galac.sh) S 10679 10681 10611 0 -1 4194304 795 22899 6 2 0 1 196 14 17 0 1 0 163960517 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10681/statm: 11890 365 247 79 0 218 0
[pid=10703] ppid=10681 vsize=21712 CPUtime=48.67
/proc/10703/stat : 10703 (minisat) R 10681 10681 10611 0 -1 4194304 5111 0 0 0 4863 4 0 0 25 0 1 0 163960751 22233088 5093 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10703/statm: 5428 5093 54 142 0 5284 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 69272

[startup+102.497 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 10703
/proc/meminfo: memFree=1823016/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=47560 CPUtime=2.11
/proc/10681/stat : 10681 (galac.sh) S 10679 10681 10611 0 -1 4194304 795 22899 6 2 0 1 196 14 17 0 1 0 163960517 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10681/statm: 11890 365 247 79 0 218 0
[pid=10703] ppid=10681 vsize=24608 CPUtime=99.67
/proc/10703/stat : 10703 (minisat) R 10681 10681 10611 0 -1 4194304 5818 0 0 0 9962 5 0 0 25 0 1 0 163960751 25198592 5800 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10703/statm: 6152 5800 54 142 0 6008 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 72168

[startup+162.578 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 10703
/proc/meminfo: memFree=1820008/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=47560 CPUtime=2.11
/proc/10681/stat : 10681 (galac.sh) S 10679 10681 10611 0 -1 4194304 795 22899 6 2 0 1 196 14 17 0 1 0 163960517 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10681/statm: 11890 365 247 79 0 218 0
[pid=10703] ppid=10681 vsize=27940 CPUtime=159.47
/proc/10703/stat : 10703 (minisat) R 10681 10681 10611 0 -1 4194304 6588 0 0 0 15941 6 0 0 25 0 1 0 163960751 28610560 6570 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10703/statm: 6985 6570 54 142 0 6841 0
Current children cumulated CPU time (s) 161.58
Current children cumulated vsize (KiB) 75500

[startup+222.66 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 10703
/proc/meminfo: memFree=1819176/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=47560 CPUtime=2.11
/proc/10681/stat : 10681 (galac.sh) S 10679 10681 10611 0 -1 4194304 795 22899 6 2 0 1 196 14 17 0 1 0 163960517 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10681/statm: 11890 365 247 79 0 218 0
[pid=10703] ppid=10681 vsize=28696 CPUtime=219.27
/proc/10703/stat : 10703 (minisat) R 10681 10681 10611 0 -1 4194304 6763 0 0 0 21920 7 0 0 25 0 1 0 163960751 29384704 6745 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/10703/statm: 7174 6745 54 142 0 7030 0
Current children cumulated CPU time (s) 221.38
Current children cumulated vsize (KiB) 76256

[startup+282.736 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 10703
/proc/meminfo: memFree=1815080/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=47560 CPUtime=2.11
/proc/10681/stat : 10681 (galac.sh) S 10679 10681 10611 0 -1 4194304 795 22899 6 2 0 1 196 14 17 0 1 0 163960517 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10681/statm: 11890 365 247 79 0 218 0
[pid=10703] ppid=10681 vsize=32888 CPUtime=279.05
/proc/10703/stat : 10703 (minisat) R 10681 10681 10611 0 -1 4194304 7777 0 0 0 27897 8 0 0 25 0 1 0 163960751 33677312 7759 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10703/statm: 8222 7759 54 142 0 8078 0
Current children cumulated CPU time (s) 281.16
Current children cumulated vsize (KiB) 80448

[startup+342.814 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 10703
/proc/meminfo: memFree=1813480/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=47560 CPUtime=2.11
/proc/10681/stat : 10681 (galac.sh) S 10679 10681 10611 0 -1 4194304 795 22899 6 2 0 1 196 14 17 0 1 0 163960517 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10681/statm: 11890 365 247 79 0 218 0
[pid=10703] ppid=10681 vsize=34564 CPUtime=338.84
/proc/10703/stat : 10703 (minisat) R 10681 10681 10611 0 -1 4194304 8154 0 0 0 33875 9 0 0 25 0 1 0 163960751 35393536 8136 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10703/statm: 8641 8136 54 142 0 8497 0
Current children cumulated CPU time (s) 340.95
Current children cumulated vsize (KiB) 82124

[startup+402.879 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 10703
/proc/meminfo: memFree=1812264/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=47560 CPUtime=2.11
/proc/10681/stat : 10681 (galac.sh) S 10679 10681 10611 0 -1 4194304 795 22899 6 2 0 1 196 14 17 0 1 0 163960517 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10681/statm: 11890 365 247 79 0 218 0
[pid=10703] ppid=10681 vsize=35908 CPUtime=398.63
/proc/10703/stat : 10703 (minisat) R 10681 10681 10611 0 -1 4194304 8477 0 0 0 39853 10 0 0 25 0 1 0 163960751 36769792 8459 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10703/statm: 8977 8459 54 142 0 8833 0
Current children cumulated CPU time (s) 400.74
Current children cumulated vsize (KiB) 83468

[startup+462.957 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 10703
/proc/meminfo: memFree=1810536/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=47560 CPUtime=2.11
/proc/10681/stat : 10681 (galac.sh) S 10679 10681 10611 0 -1 4194304 795 22899 6 2 0 1 196 14 17 0 1 0 163960517 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10681/statm: 11890 365 247 79 0 218 0
[pid=10703] ppid=10681 vsize=37452 CPUtime=458.41
/proc/10703/stat : 10703 (minisat) R 10681 10681 10611 0 -1 4194304 8839 0 0 0 45831 10 0 0 25 0 1 0 163960751 38350848 8821 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10703/statm: 9363 8821 54 142 0 9219 0
Current children cumulated CPU time (s) 460.52
Current children cumulated vsize (KiB) 85012

[startup+523.042 s]
/proc/loadavg: 2.00 1.98 1.99 3/95 10779
/proc/meminfo: memFree=1349312/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=47560 CPUtime=2.11
/proc/10681/stat : 10681 (galac.sh) S 10679 10681 10611 0 -1 4194304 795 22899 6 2 0 1 196 14 17 0 1 0 163960517 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10681/statm: 11890 365 247 79 0 218 0
[pid=10703] ppid=10681 vsize=38248 CPUtime=518.3
/proc/10703/stat : 10703 (minisat) R 10681 10681 10611 0 -1 4194304 9033 0 0 0 51811 19 0 0 25 0 1 0 163960751 39165952 9015 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/10703/statm: 9562 9015 54 142 0 9418 0
Current children cumulated CPU time (s) 520.41
Current children cumulated vsize (KiB) 85808

[startup+583.049 s]
/proc/loadavg: 2.03 2.00 2.00 3/96 10780
/proc/meminfo: memFree=1243448/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=47560 CPUtime=2.11
/proc/10681/stat : 10681 (galac.sh) S 10679 10681 10611 0 -1 4194304 795 22899 6 2 0 1 196 14 17 0 1 0 163960517 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10681/statm: 11890 365 247 79 0 218 0
[pid=10703] ppid=10681 vsize=39508 CPUtime=577.96
/proc/10703/stat : 10703 (minisat) R 10681 10681 10611 0 -1 4194304 9349 0 0 0 57777 19 0 0 25 0 1 0 163960751 40456192 9331 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 0 0 0
/proc/10703/statm: 9877 9331 54 142 0 9733 0
Current children cumulated CPU time (s) 580.07
Current children cumulated vsize (KiB) 87068

[startup+643.141 s]
/proc/loadavg: 2.11 2.03 2.01 3/96 10780
/proc/meminfo: memFree=1242808/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=47560 CPUtime=2.11
/proc/10681/stat : 10681 (galac.sh) S 10679 10681 10611 0 -1 4194304 795 22899 6 2 0 1 196 14 17 0 1 0 163960517 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10681/statm: 11890 365 247 79 0 218 0
[pid=10703] ppid=10681 vsize=40112 CPUtime=637.72
/proc/10703/stat : 10703 (minisat) R 10681 10681 10611 0 -1 4194304 9495 0 0 0 63752 20 0 0 25 0 1 0 163960751 41074688 9477 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10703/statm: 10028 9477 54 142 0 9884 0
Current children cumulated CPU time (s) 639.83
Current children cumulated vsize (KiB) 87672

[startup+703.228 s]
/proc/loadavg: 2.13 2.05 2.01 3/96 10780
/proc/meminfo: memFree=1242616/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=47560 CPUtime=2.11
/proc/10681/stat : 10681 (galac.sh) S 10679 10681 10611 0 -1 4194304 795 22899 6 2 0 1 196 14 17 0 1 0 163960517 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10681/statm: 11890 365 247 79 0 218 0
[pid=10703] ppid=10681 vsize=40252 CPUtime=697.49
/proc/10703/stat : 10703 (minisat) R 10681 10681 10611 0 -1 4194304 9535 0 0 0 69729 20 0 0 25 0 1 0 163960751 41218048 9517 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10703/statm: 10063 9517 54 142 0 9919 0
Current children cumulated CPU time (s) 699.6
Current children cumulated vsize (KiB) 87812

[startup+763.306 s]
/proc/loadavg: 2.05 2.04 2.01 3/96 10780
/proc/meminfo: memFree=1242424/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=47560 CPUtime=2.11
/proc/10681/stat : 10681 (galac.sh) S 10679 10681 10611 0 -1 4194304 795 22899 6 2 0 1 196 14 17 0 1 0 163960517 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10681/statm: 11890 365 247 79 0 218 0
[pid=10703] ppid=10681 vsize=40552 CPUtime=757.22
/proc/10703/stat : 10703 (minisat) R 10681 10681 10611 0 -1 4194304 9577 0 0 0 75702 20 0 0 25 0 1 0 163960751 41525248 9559 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10703/statm: 10138 9559 54 142 0 9994 0
Current children cumulated CPU time (s) 759.33
Current children cumulated vsize (KiB) 88112

[startup+823.396 s]
/proc/loadavg: 2.02 2.03 2.00 3/96 10780
/proc/meminfo: memFree=1242104/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=47560 CPUtime=2.11
/proc/10681/stat : 10681 (galac.sh) S 10679 10681 10611 0 -1 4194304 795 22899 6 2 0 1 196 14 17 0 1 0 163960517 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10681/statm: 11890 365 247 79 0 218 0
[pid=10703] ppid=10681 vsize=40712 CPUtime=816.99
/proc/10703/stat : 10703 (minisat) R 10681 10681 10611 0 -1 4194304 9624 0 0 0 81678 21 0 0 25 0 1 0 163960751 41689088 9606 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134521450 0 0 4096 3 0 0 0 17 0 0 0
/proc/10703/statm: 10178 9606 54 142 0 10034 0
Current children cumulated CPU time (s) 819.1
Current children cumulated vsize (KiB) 88272

[startup+883.482 s]
/proc/loadavg: 2.00 2.02 2.00 3/96 10780
/proc/meminfo: memFree=1241464/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=47560 CPUtime=2.11
/proc/10681/stat : 10681 (galac.sh) S 10679 10681 10611 0 -1 4194304 795 22899 6 2 0 1 196 14 17 0 1 0 163960517 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10681/statm: 11890 365 247 79 0 218 0
[pid=10703] ppid=10681 vsize=41292 CPUtime=876.75
/proc/10703/stat : 10703 (minisat) R 10681 10681 10611 0 -1 4194304 9770 0 0 0 87654 21 0 0 25 0 1 0 163960751 42283008 9752 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/10703/statm: 10323 9752 54 142 0 10179 0
Current children cumulated CPU time (s) 878.86
Current children cumulated vsize (KiB) 88852

[startup+943.576 s]
/proc/loadavg: 2.00 2.02 2.00 3/96 10780
/proc/meminfo: memFree=1240312/2055920 swapFree=4174172/4192956
[pid=10681] ppid=10679 vsize=47560 CPUtime=2.11
/proc/10681/stat : 10681 (galac.sh) S 10679 10681 10611 0 -1 4194304 795 22899 6 2 0 1 196 14 17 0 1 0 163960517 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10681/statm: 11890 365 247 79 0 218 0
[pid=10703] ppid=10681 vsize=42496 CPUtime=936.5
/proc/10703/stat : 10703 (minisat) R 10681 10681 10611 0 -1 4194304 10030 0 0 0 93629 21 0 0 25 0 1 0 163960751 43515904 10012 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10703/statm: 10624 10012 54 142 0 10480 0
Current children cumulated CPU time (s) 938.61
Current children cumulated vsize (KiB) 90056

Child status: 0
Real time (s): 948.132
CPU time (s): 943.167
CPU user time (s): 942.781
CPU system time (s): 0.385941
CPU usage (%): 99.4763
Max. virtual memory (cumulated for all children) (KiB): 908416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 942.781
system time used= 0.385941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33947
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 927
involuntary context switches= 23209

runsolver used 1.02884 s user time and 3.17652 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Sun Jan  7 07:40:57 UTC 2007


IDJOB= 203035
IDBENCH= 3904
FILE ID= node15/203035-1168155657

PBS_JOBID= 3478265

Free space on /tmp= 66327 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19/rand-2-40-19-443-230-29_ext.xml
COMMAND LINE= /tmp/evaluation/203035-1168155657/galac.sh /tmp/evaluation/203035-1168155657/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-203035-1168155657 -o ROOT/results/node15/solver-203035-1168155657 -C 1800 -M 900  /tmp/evaluation/203035-1168155657/galac.sh /tmp/evaluation/203035-1168155657/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  d52e5670b32f8342bb66c4f4342e01aa

RANDOM SEED= 117547487

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.276
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.276
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:       1848528 kB
Buffers:         39000 kB
Cached:          74144 kB
SwapCached:       6400 kB
Active:          84252 kB
Inactive:        67896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848528 kB
SwapTotal:     4192956 kB
SwapFree:      4174172 kB
Dirty:            3224 kB
Writeback:           0 kB
Mapped:          49932 kB
Slab:            39836 kB
Committed_AS:  4518892 kB
PageTables:       2420 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= 66319 MiB



End job on node15 on Sun Jan  7 07:56:45 UTC 2007