Trace number 229136

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 836.531 836.937

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-35_ext.xml
MD5SUM89930ff3a56a06b2255baa2b0edc5800
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 benchmark8.15976
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.62	c parsing time : 0.659
1.62	c preprocessing time : 1.473
1.62	
1.62	c Nary constraints - conflicts : 0 supports : 0
1.62	c Binary constraints - conflicts : 250 supports :0
1.62	c max arity constraint : 2
1.62	c Max Tuples generated 0
1.62	c relations : 250
1.62	c relations BDD: 0
1.62	c vars : 641 - clauses :  27232
1.62	
1.68	 
1.68	c --- Minisat Stats ---
1.68	 
836.92	c restarts              : 21
836.92	c conflicts             : 856811         (1026 /sec)
836.92	c decisions             : 1256463        (1.27 % random) (1505 /sec)
836.92	c propagations          : 76597203       (91763 /sec)
836.92	c conflict literals     : 64266060       (29.66 % deleted)
836.92	c Memory used           : 33.53 MB
836.92	c CPU time              : 834.733 s
836.92	
836.92	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/node4/watcher-229136-1168303766 -o ROOT/results/node4/solver-229136-1168303766 -C 1800 -M 900 /tmp/evaluation/229136-1168303766/galac.sh /tmp/evaluation/229136-1168303766/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.39 1.23 1.15 4/78 7672
/proc/meminfo: memFree=1325560/2055920 swapFree=4182144/4192956
[pid=7671] ppid=7669 vsize=8652 CPUtime=0
/proc/7671/stat : 7671 (galac.sh) R 7669 7671 6355 0 -1 4194304 335 0 0 0 0 0 0 0 17 0 1 0 178772181 8859648 279 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259913214623 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/7671/statm: 2163 279 207 79 0 156 0
[pid=7673] ppid=7671 vsize=8652 CPUtime=0
/proc/7673/stat : 7673 (galac.sh) R 7671 7671 6355 0 -1 4194368 15 0 0 0 0 0 0 0 17 0 1 0 178772181 8859648 281 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 4333497 0 0 4096 73728 0 0 0 17 1 0 0
/proc/7673/statm: 2165 283 209 79 0 158 0

[startup+0.104868 s]
/proc/loadavg: 1.39 1.23 1.15 4/78 7672
/proc/meminfo: memFree=1325560/2055920 swapFree=4182144/4192956
[pid=7671] ppid=7669 vsize=47556 CPUtime=0.01
/proc/7671/stat : 7671 (galac.sh) S 7669 7671 6355 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 178772181 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7671/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.512898 s]
/proc/loadavg: 1.39 1.23 1.15 4/78 7672
/proc/meminfo: memFree=1325560/2055920 swapFree=4182144/4192956
[pid=7671] ppid=7669 vsize=47556 CPUtime=0.01
/proc/7671/stat : 7671 (galac.sh) S 7669 7671 6355 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 178772181 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7671/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.33297 s]
/proc/loadavg: 1.36 1.23 1.15 2/86 7692
/proc/meminfo: memFree=1255152/2055920 swapFree=4182144/4192956
[pid=7671] ppid=7669 vsize=47556 CPUtime=0.01
/proc/7671/stat : 7671 (galac.sh) S 7669 7671 6355 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 178772181 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7671/statm: 11889 363 245 79 0 218 0
[pid=7685] ppid=7671 vsize=861064 CPUtime=1.29
/proc/7685/stat : 7685 (java) R 7671 7671 6355 0 -1 0 19563 0 1 0 119 10 0 0 17 0 8 0 178772184 881729536 19317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074009466 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7685/statm: 215266 19317 1989 14 0 201471 0
[pid=7685/tid=7686] ppid=7671 vsize=861064 CPUtime=0.02
/proc/7685/task/7686/stat : 7686 (java) S 7671 7671 6355 0 -1 64 3657 0 0 0 1 1 0 0 17 0 8 0 178772188 881729536 19317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7685/tid=7687] ppid=7671 vsize=861064 CPUtime=0
/proc/7685/task/7687/stat : 7687 (java) S 7671 7671 6355 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 178772188 881729536 19317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7685/tid=7688] ppid=7671 vsize=861064 CPUtime=0
/proc/7685/task/7688/stat : 7688 (java) S 7671 7671 6355 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 178772188 881729536 19317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7685/tid=7689] ppid=7671 vsize=861064 CPUtime=0
/proc/7685/task/7689/stat : 7689 (java) S 7671 7671 6355 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 178772191 881729536 19317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7685/tid=7690] ppid=7671 vsize=861064 CPUtime=0.25
/proc/7685/task/7690/stat : 7690 (java) S 7671 7671 6355 0 -1 64 1006 0 0 0 24 1 0 0 16 0 8 0 178772191 881729536 19317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7685/tid=7691] ppid=7671 vsize=861064 CPUtime=0
/proc/7685/task/7691/stat : 7691 (java) S 7671 7671 6355 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 178772191 881729536 19317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7685/tid=7692] ppid=7671 vsize=861064 CPUtime=0
/proc/7685/task/7692/stat : 7692 (java) S 7671 7671 6355 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178772191 881729536 19317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 908620

[startup+2.97013 s]
/proc/loadavg: 1.36 1.23 1.15 2/79 7693
/proc/meminfo: memFree=1321128/2055920 swapFree=4182144/4192956
[pid=7671] ppid=7669 vsize=47556 CPUtime=1.63
/proc/7671/stat : 7671 (galac.sh) S 7669 7671 6355 0 -1 4194304 798 21272 0 1 0 1 149 13 16 0 1 0 178772181 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7671/statm: 11889 363 245 79 0 218 0
[pid=7693] ppid=7671 vsize=5820 CPUtime=1.27
/proc/7693/stat : 7693 (minisat) R 7671 7671 6355 0 -1 4194304 1200 0 0 0 127 0 0 0 25 0 1 0 178772349 5959680 1182 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 1 0 0
/proc/7693/statm: 1455 1182 54 142 0 1311 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 53376

[startup+6.24744 s]
/proc/loadavg: 1.33 1.22 1.15 2/79 7693
/proc/meminfo: memFree=1317480/2055920 swapFree=4182144/4192956
[pid=7671] ppid=7669 vsize=47556 CPUtime=1.63
/proc/7671/stat : 7671 (galac.sh) S 7669 7671 6355 0 -1 4194304 798 21272 0 1 0 1 149 13 16 0 1 0 178772181 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7671/statm: 11889 363 245 79 0 218 0
[pid=7693] ppid=7671 vsize=8600 CPUtime=4.54
/proc/7693/stat : 7693 (minisat) R 7671 7671 6355 0 -1 4194304 1884 0 0 0 453 1 0 0 25 0 1 0 178772349 8806400 1866 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529404 0 0 4096 3 0 0 0 17 1 0 0
/proc/7693/statm: 2150 1866 54 142 0 2006 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 56156

[startup+12.7101 s]
/proc/loadavg: 1.30 1.22 1.15 2/79 7693
/proc/meminfo: memFree=1313768/2055920 swapFree=4182144/4192956
[pid=7671] ppid=7669 vsize=47556 CPUtime=1.63
/proc/7671/stat : 7671 (galac.sh) S 7669 7671 6355 0 -1 4194304 798 21272 0 1 0 1 149 13 16 0 1 0 178772181 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7671/statm: 11889 363 245 79 0 218 0
[pid=7693] ppid=7671 vsize=12088 CPUtime=11
/proc/7693/stat : 7693 (minisat) R 7671 7671 6355 0 -1 4194304 2756 0 0 0 1098 2 0 0 25 0 1 0 178772349 12378112 2738 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529374 0 0 4096 3 0 0 0 17 1 0 0
/proc/7693/statm: 3022 2738 54 142 0 2878 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 59644

[startup+25.5213 s]
/proc/loadavg: 1.26 1.21 1.15 2/79 7693
/proc/meminfo: memFree=1311336/2055920 swapFree=4182144/4192956
[pid=7671] ppid=7669 vsize=47556 CPUtime=1.63
/proc/7671/stat : 7671 (galac.sh) S 7669 7671 6355 0 -1 4194304 798 21272 0 1 0 1 149 13 16 0 1 0 178772181 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7671/statm: 11889 363 245 79 0 218 0
[pid=7693] ppid=7671 vsize=14680 CPUtime=23.8
/proc/7693/stat : 7693 (minisat) R 7671 7671 6355 0 -1 4194304 3375 0 0 0 2378 2 0 0 25 0 1 0 178772349 15032320 3357 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/7693/statm: 3670 3357 54 142 0 3526 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 62236

[startup+51.1477 s]
/proc/loadavg: 1.16 1.19 1.14 2/79 7693
/proc/meminfo: memFree=1309800/2055920 swapFree=4182144/4192956
[pid=7671] ppid=7669 vsize=47556 CPUtime=1.63
/proc/7671/stat : 7671 (galac.sh) S 7669 7671 6355 0 -1 4194304 798 21272 0 1 0 1 149 13 16 0 1 0 178772181 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7671/statm: 11889 363 245 79 0 218 0
[pid=7693] ppid=7671 vsize=16208 CPUtime=49.43
/proc/7693/stat : 7693 (minisat) R 7671 7671 6355 0 -1 4194304 3758 0 0 0 4940 3 0 0 25 0 1 0 178772349 16596992 3740 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/7693/statm: 4052 3740 54 142 0 3908 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 63764

[startup+102.397 s]
/proc/loadavg: 1.07 1.16 1.13 2/79 7693
/proc/meminfo: memFree=1305704/2055920 swapFree=4182144/4192956
[pid=7671] ppid=7669 vsize=47556 CPUtime=1.63
/proc/7671/stat : 7671 (galac.sh) S 7669 7671 6355 0 -1 4194304 798 21272 0 1 0 1 149 13 16 0 1 0 178772181 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7671/statm: 11889 363 245 79 0 218 0
[pid=7693] ppid=7671 vsize=20536 CPUtime=100.66
/proc/7693/stat : 7693 (minisat) R 7671 7671 6355 0 -1 4194304 4780 0 0 0 10061 5 0 0 25 0 1 0 178772349 21028864 4762 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529624 0 0 4096 3 0 0 0 17 1 0 0
/proc/7693/statm: 5134 4762 54 142 0 4990 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 68092

[startup+162.469 s]
/proc/loadavg: 1.02 1.13 1.12 2/79 7693
/proc/meminfo: memFree=1304360/2055920 swapFree=4182144/4192956
[pid=7671] ppid=7669 vsize=47556 CPUtime=1.63
/proc/7671/stat : 7671 (galac.sh) S 7669 7671 6355 0 -1 4194304 798 21272 0 1 0 1 149 13 16 0 1 0 178772181 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7671/statm: 11889 363 245 79 0 218 0
[pid=7693] ppid=7671 vsize=21984 CPUtime=160.72
/proc/7693/stat : 7693 (minisat) R 7671 7671 6355 0 -1 4194304 5119 0 0 0 16066 6 0 0 25 0 1 0 178772349 22511616 5101 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7693/statm: 5496 5101 54 142 0 5352 0
Current children cumulated CPU time (s) 162.35
Current children cumulated vsize (KiB) 69540

[startup+222.534 s]
/proc/loadavg: 1.01 1.10 1.11 2/79 7693
/proc/meminfo: memFree=1303912/2055920 swapFree=4182144/4192956
[pid=7671] ppid=7669 vsize=47556 CPUtime=1.63
/proc/7671/stat : 7671 (galac.sh) S 7669 7671 6355 0 -1 4194304 798 21272 0 1 0 1 149 13 16 0 1 0 178772181 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7671/statm: 11889 363 245 79 0 218 0
[pid=7693] ppid=7671 vsize=22444 CPUtime=220.77
/proc/7693/stat : 7693 (minisat) R 7671 7671 6355 0 -1 4194304 5218 0 0 0 22071 6 0 0 25 0 1 0 178772349 22982656 5200 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/7693/statm: 5611 5200 54 142 0 5467 0
Current children cumulated CPU time (s) 222.4
Current children cumulated vsize (KiB) 70000

[startup+282.599 s]
/proc/loadavg: 1.00 1.08 1.10 2/79 7693
/proc/meminfo: memFree=1301352/2055920 swapFree=4182144/4192956
[pid=7671] ppid=7669 vsize=47556 CPUtime=1.63
/proc/7671/stat : 7671 (galac.sh) S 7669 7671 6355 0 -1 4194304 798 21272 0 1 0 1 149 13 16 0 1 0 178772181 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7671/statm: 11889 363 245 79 0 218 0
[pid=7693] ppid=7671 vsize=25024 CPUtime=280.82
/proc/7693/stat : 7693 (minisat) R 7671 7671 6355 0 -1 4194304 5857 0 0 0 28074 8 0 0 25 0 1 0 178772349 25624576 5839 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 1 0 0
/proc/7693/statm: 6256 5839 54 142 0 6112 0
Current children cumulated CPU time (s) 282.45
Current children cumulated vsize (KiB) 72580

[startup+342.665 s]
/proc/loadavg: 1.00 1.06 1.09 2/79 7693
/proc/meminfo: memFree=1298984/2055920 swapFree=4182144/4192956
[pid=7671] ppid=7669 vsize=47556 CPUtime=1.63
/proc/7671/stat : 7671 (galac.sh) S 7669 7671 6355 0 -1 4194304 798 21272 0 1 0 1 149 13 16 0 1 0 178772181 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7671/statm: 11889 363 245 79 0 218 0
[pid=7693] ppid=7671 vsize=27468 CPUtime=340.87
/proc/7693/stat : 7693 (minisat) R 7671 7671 6355 0 -1 4194304 6453 0 0 0 34078 9 0 0 25 0 1 0 178772349 28127232 6435 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526666 0 0 4096 3 0 0 0 17 1 0 0
/proc/7693/statm: 6867 6435 54 142 0 6723 0
Current children cumulated CPU time (s) 342.5
Current children cumulated vsize (KiB) 75024

[startup+402.732 s]
/proc/loadavg: 1.00 1.05 1.08 2/79 7693
/proc/meminfo: memFree=1297704/2055920 swapFree=4182144/4192956
[pid=7671] ppid=7669 vsize=47556 CPUtime=1.63
/proc/7671/stat : 7671 (galac.sh) S 7669 7671 6355 0 -1 4194304 798 21272 0 1 0 1 149 13 16 0 1 0 178772181 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7671/statm: 11889 363 245 79 0 218 0
[pid=7693] ppid=7671 vsize=28820 CPUtime=400.92
/proc/7693/stat : 7693 (minisat) R 7671 7671 6355 0 -1 4194304 6795 0 0 0 40082 10 0 0 25 0 1 0 178772349 29511680 6777 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 1 0 0
/proc/7693/statm: 7205 6777 54 142 0 7061 0
Current children cumulated CPU time (s) 402.55
Current children cumulated vsize (KiB) 76376

[startup+462.794 s]
/proc/loadavg: 1.00 1.04 1.08 2/79 7693
/proc/meminfo: memFree=1296104/2055920 swapFree=4182144/4192956
[pid=7671] ppid=7669 vsize=47556 CPUtime=1.63
/proc/7671/stat : 7671 (galac.sh) S 7669 7671 6355 0 -1 4194304 798 21272 0 1 0 1 149 13 16 0 1 0 178772181 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7671/statm: 11889 363 245 79 0 218 0
[pid=7693] ppid=7671 vsize=30356 CPUtime=460.97
/proc/7693/stat : 7693 (minisat) R 7671 7671 6355 0 -1 4194304 7169 0 0 0 46086 11 0 0 25 0 1 0 178772349 31084544 7151 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/7693/statm: 7589 7151 54 142 0 7445 0
Current children cumulated CPU time (s) 462.6
Current children cumulated vsize (KiB) 77912

[startup+522.861 s]
/proc/loadavg: 1.00 1.03 1.07 2/79 7693
/proc/meminfo: memFree=1295784/2055920 swapFree=4182144/4192956
[pid=7671] ppid=7669 vsize=47556 CPUtime=1.63
/proc/7671/stat : 7671 (galac.sh) S 7669 7671 6355 0 -1 4194304 798 21272 0 1 0 1 149 13 16 0 1 0 178772181 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7671/statm: 11889 363 245 79 0 218 0
[pid=7693] ppid=7671 vsize=30688 CPUtime=521.01
/proc/7693/stat : 7693 (minisat) R 7671 7671 6355 0 -1 4194304 7260 0 0 0 52090 11 0 0 25 0 1 0 178772349 31424512 7242 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7693/statm: 7672 7242 54 142 0 7528 0
Current children cumulated CPU time (s) 522.64
Current children cumulated vsize (KiB) 78244

[startup+582.927 s]
/proc/loadavg: 1.00 1.02 1.06 2/79 7693
/proc/meminfo: memFree=1295400/2055920 swapFree=4182144/4192956
[pid=7671] ppid=7669 vsize=47556 CPUtime=1.63
/proc/7671/stat : 7671 (galac.sh) S 7669 7671 6355 0 -1 4194304 798 21272 0 1 0 1 149 13 16 0 1 0 178772181 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7671/statm: 11889 363 245 79 0 218 0
[pid=7693] ppid=7671 vsize=31152 CPUtime=581.07
/proc/7693/stat : 7693 (minisat) R 7671 7671 6355 0 -1 4194304 7352 0 0 0 58095 12 0 0 25 0 1 0 178772349 31899648 7334 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529302 0 0 4096 3 0 0 0 17 1 0 0
/proc/7693/statm: 7788 7334 54 142 0 7644 0
Current children cumulated CPU time (s) 582.7
Current children cumulated vsize (KiB) 78708

[startup+642.997 s]
/proc/loadavg: 1.00 1.02 1.06 2/79 7693
/proc/meminfo: memFree=1294440/2055920 swapFree=4182144/4192956
[pid=7671] ppid=7669 vsize=47556 CPUtime=1.63
/proc/7671/stat : 7671 (galac.sh) S 7669 7671 6355 0 -1 4194304 798 21272 0 1 0 1 149 13 16 0 1 0 178772181 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7671/statm: 11889 363 245 79 0 218 0
[pid=7693] ppid=7671 vsize=32200 CPUtime=641.12
/proc/7693/stat : 7693 (minisat) R 7671 7671 6355 0 -1 4194304 7591 0 0 0 64099 13 0 0 25 0 1 0 178772349 32972800 7573 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7693/statm: 8050 7573 54 142 0 7906 0
Current children cumulated CPU time (s) 642.75
Current children cumulated vsize (KiB) 79756

[startup+703.069 s]
/proc/loadavg: 1.00 1.01 1.05 2/85 7759
/proc/meminfo: memFree=1292216/2055920 swapFree=4182144/4192956
[pid=7671] ppid=7669 vsize=47556 CPUtime=1.63
/proc/7671/stat : 7671 (galac.sh) S 7669 7671 6355 0 -1 4194304 798 21272 0 1 0 1 149 13 16 0 1 0 178772181 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7671/statm: 11889 363 245 79 0 218 0
[pid=7693] ppid=7671 vsize=33252 CPUtime=701.14
/proc/7693/stat : 7693 (minisat) R 7671 7671 6355 0 -1 4194304 7833 0 0 0 70101 13 0 0 25 0 1 0 178772349 34050048 7815 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7693/statm: 8313 7815 54 142 0 8169 0
Current children cumulated CPU time (s) 702.77
Current children cumulated vsize (KiB) 80808

[startup+763.166 s]
/proc/loadavg: 1.00 1.00 1.05 2/85 7851
/proc/meminfo: memFree=1291704/2055920 swapFree=4182144/4192956
[pid=7671] ppid=7669 vsize=47556 CPUtime=1.63
/proc/7671/stat : 7671 (galac.sh) S 7669 7671 6355 0 -1 4194304 798 21272 0 1 0 1 149 13 16 0 1 0 178772181 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7671/statm: 11889 363 245 79 0 218 0
[pid=7693] ppid=7671 vsize=33892 CPUtime=761.16
/proc/7693/stat : 7693 (minisat) R 7671 7671 6355 0 -1 4194304 7958 0 0 0 76102 14 0 0 25 0 1 0 178772349 34705408 7940 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529321 0 0 4096 3 0 0 0 17 1 0 0
/proc/7693/statm: 8473 7940 54 142 0 8329 0
Current children cumulated CPU time (s) 762.79
Current children cumulated vsize (KiB) 81448

[startup+823.245 s]
/proc/loadavg: 1.00 1.00 1.04 2/79 7891
/proc/meminfo: memFree=1292520/2055920 swapFree=4182144/4192956
[pid=7671] ppid=7669 vsize=47556 CPUtime=1.63
/proc/7671/stat : 7671 (galac.sh) S 7669 7671 6355 0 -1 4194304 798 21272 0 1 0 1 149 13 16 0 1 0 178772181 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7671/statm: 11889 363 245 79 0 218 0
[pid=7693] ppid=7671 vsize=34168 CPUtime=821.19
/proc/7693/stat : 7693 (minisat) R 7671 7671 6355 0 -1 4194304 8016 0 0 0 82105 14 0 0 25 0 1 0 178772349 34988032 7998 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525894 0 0 4096 3 0 0 0 17 1 0 0
/proc/7693/statm: 8542 7998 54 142 0 8398 0
Current children cumulated CPU time (s) 822.82
Current children cumulated vsize (KiB) 81724

Child status: 0
Real time (s): 836.937
CPU time (s): 836.531
CPU user time (s): 836.231
CPU system time (s): 0.299954
CPU usage (%): 99.9515
Max. virtual memory (cumulated for all children) (KiB): 908620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 836.231
system time used= 0.299954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30366
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= 845
involuntary context switches= 2172

runsolver used 0.860869 s user time and 2.11568 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Tue Jan  9 00:49:26 UTC 2007


IDJOB= 229136
IDBENCH= 6282
FILE ID= node4/229136-1168303766

PBS_JOBID= 3502250

Free space on /tmp= 66313 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  89930ff3a56a06b2255baa2b0edc5800

RANDOM SEED= 474300720

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.223
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.223
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:       1325976 kB
Buffers:         96220 kB
Cached:         535056 kB
SwapCached:       2552 kB
Active:         383772 kB
Inactive:       284636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1325976 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            2996 kB
Writeback:           0 kB
Mapped:          46504 kB
Slab:            46880 kB
Committed_AS:  5217368 kB
PageTables:       2012 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= 66313 MiB



End job on node4 on Tue Jan  9 01:03:23 UTC 2007