Trace number 229561

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 1247.01 1251.7

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-53_ext.xml
MD5SUM21a65b1f865ec2339b3d848e3cd2a99c
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 benchmark11.9972
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
0.81	c start processing
0.81	c start relation processing
0.82	c start cnf exporting
1.58	c parsing time : 0.65
1.58	c preprocessing time : 1.418
1.58	
1.58	c Nary constraints - conflicts : 0 supports : 0
1.58	c Binary constraints - conflicts : 250 supports :0
1.58	c max arity constraint : 2
1.58	c Max Tuples generated 0
1.58	c relations : 250
1.58	c relations BDD: 0
1.58	c vars : 641 - clauses :  27315
1.58	
1.63	 
1.63	c --- Minisat Stats ---
1.63	 
1251.68	c restarts              : 22
1251.68	c conflicts             : 1099261        (883 /sec)
1251.68	c decisions             : 1567607        (1.25 % random) (1259 /sec)
1251.68	c propagations          : 99999133       (80316 /sec)
1251.68	c conflict literals     : 88689618       (27.99 % deleted)
1251.68	c Memory used           : 38.28 MB
1251.68	c CPU time              : 1245.07 s
1251.68	
1251.68	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/node16/watcher-229561-1168307160 -o ROOT/results/node16/solver-229561-1168307160 -C 1800 -M 900 /tmp/evaluation/229561-1168307160/galac.sh /tmp/evaluation/229561-1168307160/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.91 1.75 1.65 3/88 26539
/proc/meminfo: memFree=1365400/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=6344 CPUtime=0
/proc/26538/stat : 26538 (galac.sh) R 26536 26538 26018 0 -1 4194304 261 0 0 0 0 0 0 0 20 0 1 0 179110881 6496256 215 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231959754121 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26538/statm: 1586 215 165 79 0 122 0

[startup+0.104466 s]
/proc/loadavg: 1.91 1.75 1.65 3/88 26539
/proc/meminfo: memFree=1365400/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=0.01
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.513388 s]
/proc/loadavg: 1.91 1.75 1.65 3/88 26539
/proc/meminfo: memFree=1365400/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=0.01
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.34224 s]
/proc/loadavg: 1.91 1.75 1.65 3/96 26559
/proc/meminfo: memFree=1295384/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=0.01
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26552] ppid=26538 vsize=860856 CPUtime=1.28
/proc/26552/stat : 26552 (java) R 26538 26538 26018 0 -1 0 19564 0 1 0 117 11 0 0 25 0 8 0 179110885 881516544 19318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4154015680 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26552/statm: 215214 19318 1989 14 0 201471 0
[pid=26552/tid=26553] ppid=26538 vsize=860856 CPUtime=0.02
/proc/26552/task/26553/stat : 26553 (java) S 26538 26538 26018 0 -1 64 3655 0 0 0 1 1 0 0 17 0 8 0 179110889 881516544 19318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26552/tid=26554] ppid=26538 vsize=860856 CPUtime=0
/proc/26552/task/26554/stat : 26554 (java) S 26538 26538 26018 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 179110889 881516544 19318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26552/tid=26555] ppid=26538 vsize=860856 CPUtime=0
/proc/26552/task/26555/stat : 26555 (java) S 26538 26538 26018 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 179110889 881516544 19318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26552/tid=26556] ppid=26538 vsize=860856 CPUtime=0
/proc/26552/task/26556/stat : 26556 (java) S 26538 26538 26018 0 -1 64 2 0 0 0 0 0 0 0 21 0 8 0 179110893 881516544 19318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26552/tid=26557] ppid=26538 vsize=860856 CPUtime=0.25
/proc/26552/task/26557/stat : 26557 (java) S 26538 26538 26018 0 -1 64 1005 0 0 0 25 0 0 0 16 0 8 0 179110893 881516544 19318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26552/tid=26558] ppid=26538 vsize=860856 CPUtime=0
/proc/26552/task/26558/stat : 26558 (java) S 26538 26538 26018 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 179110893 881516544 19318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26552/tid=26559] ppid=26538 vsize=860856 CPUtime=0
/proc/26552/task/26559/stat : 26559 (java) S 26538 26538 26018 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179110893 881516544 19318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908408

[startup+2.97994 s]
/proc/loadavg: 1.91 1.75 1.65 3/89 26560
/proc/meminfo: memFree=1361104/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=6364 CPUtime=1.32
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 1304 0 0 0 132 0 0 0 25 0 1 0 179111045 6516736 1286 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529420 0 0 4096 3 0 0 0 17 1 0 0
/proc/26560/statm: 1591 1286 54 142 0 1447 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 53916

[startup+6.25835 s]
/proc/loadavg: 1.92 1.75 1.65 3/89 26560
/proc/meminfo: memFree=1357264/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=9012 CPUtime=4.57
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 1978 0 0 0 456 1 0 0 25 0 1 0 179111045 9228288 1960 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529391 0 0 4096 3 0 0 0 17 1 0 0
/proc/26560/statm: 2253 1960 54 142 0 2109 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 56564

[startup+12.7342 s]
/proc/loadavg: 1.93 1.76 1.65 3/89 26560
/proc/meminfo: memFree=1353744/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=12544 CPUtime=10.98
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 2830 0 0 0 1097 1 0 0 25 0 1 0 179111045 12845056 2812 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26560/statm: 3136 2812 54 142 0 2992 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 60096

[startup+25.5618 s]
/proc/loadavg: 1.94 1.77 1.66 3/89 26560
/proc/meminfo: memFree=1352272/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=14184 CPUtime=23.71
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 3235 0 0 0 2369 2 0 0 25 0 1 0 179111045 14524416 3217 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529368 0 0 4096 3 0 0 0 17 1 0 0
/proc/26560/statm: 3546 3217 54 142 0 3402 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 61736

[startup+51.2294 s]
/proc/loadavg: 1.96 1.78 1.66 3/89 26560
/proc/meminfo: memFree=1349840/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=16472 CPUtime=49.14
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 3811 0 0 0 4912 2 0 0 25 0 1 0 179111045 16867328 3793 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529489 0 0 4096 3 0 0 0 17 1 0 0
/proc/26560/statm: 4118 3793 54 142 0 3974 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 64024

[startup+102.494 s]
/proc/loadavg: 1.98 1.82 1.68 3/89 26560
/proc/meminfo: memFree=1348048/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=18412 CPUtime=99.95
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 4275 0 0 0 9992 3 0 0 25 0 1 0 179111045 18853888 4257 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26560/statm: 4603 4257 54 142 0 4459 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 65964

[startup+162.497 s]
/proc/loadavg: 1.99 1.85 1.70 3/89 26560
/proc/meminfo: memFree=1346320/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=20108 CPUtime=159.44
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 4674 0 0 0 15939 5 0 0 25 0 1 0 179111045 20590592 4656 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26560/statm: 5027 4656 54 142 0 4883 0
Current children cumulated CPU time (s) 160.99
Current children cumulated vsize (KiB) 67660

[startup+222.599 s]
/proc/loadavg: 1.99 1.87 1.71 3/89 26560
/proc/meminfo: memFree=1343568/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=22972 CPUtime=219
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 5364 0 0 0 21894 6 0 0 25 0 1 0 179111045 23523328 5346 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 1 0 0
/proc/26560/statm: 5743 5346 54 142 0 5599 0
Current children cumulated CPU time (s) 220.55
Current children cumulated vsize (KiB) 70524

[startup+282.601 s]
/proc/loadavg: 1.99 1.89 1.73 3/89 26560
/proc/meminfo: memFree=1340880/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=25684 CPUtime=278.47
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 6044 0 0 0 27840 7 0 0 25 0 1 0 179111045 26300416 6026 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529330 0 0 4096 3 0 0 0 17 1 0 0
/proc/26560/statm: 6421 6026 54 142 0 6277 0
Current children cumulated CPU time (s) 280.02
Current children cumulated vsize (KiB) 73236

[startup+342.691 s]
/proc/loadavg: 1.99 1.91 1.74 3/89 26560
/proc/meminfo: memFree=1339472/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=27236 CPUtime=338.03
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 6386 0 0 0 33795 8 0 0 25 0 1 0 179111045 27889664 6368 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26560/statm: 6809 6368 54 142 0 6665 0
Current children cumulated CPU time (s) 339.58
Current children cumulated vsize (KiB) 74788

[startup+402.754 s]
/proc/loadavg: 1.99 1.92 1.75 3/89 26560
/proc/meminfo: memFree=1339344/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=27376 CPUtime=397.57
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 6418 0 0 0 39748 9 0 0 25 0 1 0 179111045 28033024 6400 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26560/statm: 6844 6400 54 142 0 6700 0
Current children cumulated CPU time (s) 399.12
Current children cumulated vsize (KiB) 74928

[startup+462.816 s]
/proc/loadavg: 1.99 1.93 1.77 3/89 26560
/proc/meminfo: memFree=1337040/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=29792 CPUtime=457.1
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 6984 0 0 0 45700 10 0 0 25 0 1 0 179111045 30507008 6966 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26560/statm: 7448 6966 54 142 0 7304 0
Current children cumulated CPU time (s) 458.65
Current children cumulated vsize (KiB) 77344

[startup+522.864 s]
/proc/loadavg: 1.99 1.94 1.78 2/82 27328
/proc/meminfo: memFree=1339088/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=30008 CPUtime=516.82
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 7038 0 0 0 51668 14 0 0 25 0 1 0 179111045 30728192 7020 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529374 0 0 4096 3 0 0 0 17 0 0 0
/proc/26560/statm: 7502 7020 54 142 0 7358 0
Current children cumulated CPU time (s) 518.37
Current children cumulated vsize (KiB) 77560

[startup+582.912 s]
/proc/loadavg: 1.99 1.95 1.79 3/89 27406
/proc/meminfo: memFree=1332760/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=33672 CPUtime=576.83
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 7920 0 0 0 57667 16 0 0 25 0 1 0 179111045 34480128 7902 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527256 0 0 4096 3 0 0 0 17 0 0 0
/proc/26560/statm: 8418 7902 54 142 0 8274 0
Current children cumulated CPU time (s) 578.38
Current children cumulated vsize (KiB) 81224

[startup+642.982 s]
/proc/loadavg: 1.99 1.95 1.80 3/89 27406
/proc/meminfo: memFree=1331352/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=35136 CPUtime=636.85
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 8275 0 0 0 63669 16 0 0 25 0 1 0 179111045 35979264 8257 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134728223 0 0 4096 3 0 0 0 17 0 0 0
/proc/26560/statm: 8784 8257 54 142 0 8640 0
Current children cumulated CPU time (s) 638.4
Current children cumulated vsize (KiB) 82688

[startup+703.044 s]
/proc/loadavg: 1.99 1.96 1.81 3/89 27406
/proc/meminfo: memFree=1330840/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=35848 CPUtime=696.85
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 8413 0 0 0 69669 16 0 0 25 0 1 0 179111045 36708352 8395 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26560/statm: 8962 8395 54 142 0 8818 0
Current children cumulated CPU time (s) 698.4
Current children cumulated vsize (KiB) 83400

[startup+763.106 s]
/proc/loadavg: 1.99 1.97 1.82 3/89 27406
/proc/meminfo: memFree=1330328/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=36360 CPUtime=756.87
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 8529 0 0 0 75670 17 0 0 25 0 1 0 179111045 37232640 8511 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26560/statm: 9090 8511 54 142 0 8946 0
Current children cumulated CPU time (s) 758.42
Current children cumulated vsize (KiB) 83912

[startup+823.116 s]
/proc/loadavg: 1.60 1.88 1.80 2/79 27423
/proc/meminfo: memFree=1338488/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=36572 CPUtime=816.86
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 8603 0 0 0 81668 18 0 0 25 0 1 0 179111045 37449728 8585 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26560/statm: 9143 8585 54 142 0 8999 0
Current children cumulated CPU time (s) 818.41
Current children cumulated vsize (KiB) 84124

[startup+883.179 s]
/proc/loadavg: 1.22 1.71 1.74 2/79 27423
/proc/meminfo: memFree=1338488/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=36748 CPUtime=876.92
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 8632 0 0 0 87674 18 0 0 25 0 1 0 179111045 37629952 8614 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26560/statm: 9187 8614 54 142 0 9043 0
Current children cumulated CPU time (s) 878.47
Current children cumulated vsize (KiB) 84300

[startup+943.273 s]
/proc/loadavg: 1.08 1.58 1.70 2/85 27561
/proc/meminfo: memFree=1337288/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=36748 CPUtime=937.01
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 8637 0 0 0 93674 27 0 0 25 0 1 0 179111045 37629952 8619 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529321 0 0 4096 3 0 0 0 17 0 0 0
/proc/26560/statm: 9187 8619 54 142 0 9043 0
Current children cumulated CPU time (s) 938.56
Current children cumulated vsize (KiB) 84300

[startup+1003.37 s]
/proc/loadavg: 1.03 1.47 1.65 2/79 27621
/proc/meminfo: memFree=1338168/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=36892 CPUtime=997.11
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 8655 0 0 0 99677 34 0 0 25 0 1 0 179111045 37777408 8637 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 0 0 0
/proc/26560/statm: 9223 8637 54 142 0 9079 0
Current children cumulated CPU time (s) 998.66
Current children cumulated vsize (KiB) 84444

[startup+1063.44 s]
/proc/loadavg: 1.01 1.38 1.61 2/79 27621
/proc/meminfo: memFree=1337976/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=37208 CPUtime=1057.18
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 8744 0 0 0 105683 35 0 0 25 0 1 0 179111045 38100992 8726 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26560/statm: 9302 8726 54 142 0 9158 0
Current children cumulated CPU time (s) 1058.73
Current children cumulated vsize (KiB) 84760

[startup+1123.51 s]
/proc/loadavg: 1.00 1.31 1.56 2/79 27621
/proc/meminfo: memFree=1337976/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=37352 CPUtime=1117.25
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 8757 0 0 0 111690 35 0 0 25 0 1 0 179111045 38248448 8739 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26560/statm: 9338 8739 54 142 0 9194 0
Current children cumulated CPU time (s) 1118.8
Current children cumulated vsize (KiB) 84904

[startup+1183.58 s]
/proc/loadavg: 1.00 1.25 1.52 2/79 27621
/proc/meminfo: memFree=1336824/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=38552 CPUtime=1177.31
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 9043 0 0 0 117696 35 0 0 25 0 1 0 179111045 39477248 9025 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26560/statm: 9638 9025 54 142 0 9494 0
Current children cumulated CPU time (s) 1178.86
Current children cumulated vsize (KiB) 86104

[startup+1243.65 s]
/proc/loadavg: 1.06 1.22 1.50 2/79 27621
/proc/meminfo: memFree=1336504/2055920 swapFree=4191880/4192956
[pid=26538] ppid=26536 vsize=47552 CPUtime=1.55
/proc/26538/stat : 26538 (galac.sh) S 26536 26538 26018 0 -1 4194304 800 21276 0 1 0 0 142 13 17 0 1 0 179110881 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 231961979738 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26538/statm: 11888 363 245 79 0 218 0
[pid=26560] ppid=26538 vsize=39052 CPUtime=1237.38
/proc/26560/stat : 26560 (minisat) R 26538 26538 26018 0 -1 4194304 9155 0 0 0 123703 35 0 0 25 0 1 0 179111045 39989248 9137 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 0 0 0
/proc/26560/statm: 9763 9137 54 142 0 9619 0
Current children cumulated CPU time (s) 1238.93
Current children cumulated vsize (KiB) 86604

Child status: 0
Real time (s): 1251.7
CPU time (s): 1247.01
CPU user time (s): 1246.5
CPU system time (s): 0.509922
CPU usage (%): 99.6257
Max. virtual memory (cumulated for all children) (KiB): 908408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1246.5
system time used= 0.509922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31504
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= 1144
involuntary context switches= 22156

runsolver used 1.36879 s user time and 3.79942 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Tue Jan  9 01:46:00 UTC 2007


IDJOB= 229561
IDBENCH= 6321
FILE ID= node16/229561-1168307160

PBS_JOBID= 3502316

Free space on /tmp= 66519 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.35/rand-2-40-16-250-350-53_ext.xml
COMMAND LINE= /tmp/evaluation/229561-1168307160/galac.sh /tmp/evaluation/229561-1168307160/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-229561-1168307160 -o ROOT/results/node16/solver-229561-1168307160 -C 1800 -M 900  /tmp/evaluation/229561-1168307160/galac.sh /tmp/evaluation/229561-1168307160/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  21a65b1f865ec2339b3d848e3cd2a99c

RANDOM SEED= 842554630

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.220
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.220
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:       1366008 kB
Buffers:        103224 kB
Cached:         477252 kB
SwapCached:        448 kB
Active:         390884 kB
Inactive:       239872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1366008 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3080 kB
Writeback:           0 kB
Mapped:          70148 kB
Slab:            43764 kB
Committed_AS:  5077472 kB
PageTables:       2384 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= 66520 MiB



End job on node16 on Tue Jan  9 02:06:52 UTC 2007