Trace number 228948

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 809.926 813.635

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-7_ext.xml
MD5SUMafbb6944669ab2195aba35cdf51b5bb9
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 benchmark7.54585
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.88	c start processing
0.89	c start relation processing
0.89	c start cnf exporting
1.74	c parsing time : 0.712
1.74	c preprocessing time : 1.57
1.74	
1.74	c Nary constraints - conflicts : 0 supports : 0
1.74	c Binary constraints - conflicts : 250 supports :0
1.74	c max arity constraint : 2
1.74	c Max Tuples generated 0
1.74	c relations : 250
1.74	c relations BDD: 0
1.74	c vars : 641 - clauses :  27227
1.74	
1.80	 
1.80	c --- Minisat Stats ---
1.80	 
813.62	c restarts              : 21
813.62	c conflicts             : 790528         (978 /sec)
813.62	c decisions             : 1144719        (1.22 % random) (1417 /sec)
813.62	c propagations          : 71369747       (88323 /sec)
813.62	c conflict literals     : 60833772       (28.48 % deleted)
813.62	c Memory used           : 31.63 MB
813.62	c CPU time              : 808.052 s
813.62	
813.62	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/node3/watcher-228948-1168302434 -o ROOT/results/node3/solver-228948-1168302434 -C 1800 -M 900 /tmp/evaluation/228948-1168302434/galac.sh /tmp/evaluation/228948-1168302434/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: 2.05 2.01 1.81 5/98 6669
/proc/meminfo: memFree=1423304/2055920 swapFree=4192812/4192956
[pid=6668] ppid=6666 vsize=8564 CPUtime=0
/proc/6668/stat : 6668 (galac.sh) D 6666 6668 6413 0 -1 4194304 317 0 0 0 0 0 0 0 17 0 1 0 178639016 8769536 261 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632923602 0 2147483391 4096 8192 18446744072099781622 0 0 17 1 0 0
/proc/6668/statm: 2141 261 201 79 0 134 0

[startup+0.112312 s]
/proc/loadavg: 2.05 2.01 1.81 5/98 6669
/proc/meminfo: memFree=1423304/2055920 swapFree=4192812/4192956
[pid=6668] ppid=6666 vsize=47560 CPUtime=0.01
/proc/6668/stat : 6668 (galac.sh) S 6666 6668 6413 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 178639016 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6668/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.520645 s]
/proc/loadavg: 2.05 2.01 1.81 5/98 6669
/proc/meminfo: memFree=1423304/2055920 swapFree=4192812/4192956
[pid=6668] ppid=6666 vsize=47560 CPUtime=0.01
/proc/6668/stat : 6668 (galac.sh) S 6666 6668 6413 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 178639016 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6668/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.34378 s]
/proc/loadavg: 2.05 2.01 1.81 4/106 6689
/proc/meminfo: memFree=1367752/2055920 swapFree=4192812/4192956
[pid=6668] ppid=6666 vsize=47560 CPUtime=0.01
/proc/6668/stat : 6668 (galac.sh) S 6666 6668 6413 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 178639016 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6668/statm: 11890 363 245 79 0 218 0
[pid=6682] ppid=6668 vsize=861064 CPUtime=1.27
/proc/6682/stat : 6682 (java) R 6668 6668 6413 0 -1 0 19564 0 1 0 115 12 0 0 17 0 8 0 178639019 881729536 19317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073664703 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6682/statm: 215266 19317 1989 14 0 201471 0
[pid=6682/tid=6683] ppid=6668 vsize=861064 CPUtime=0.02
/proc/6682/task/6683/stat : 6683 (java) S 6668 6668 6413 0 -1 64 3656 0 0 0 1 1 0 0 16 0 8 0 178639024 881729536 19317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6682/tid=6684] ppid=6668 vsize=861064 CPUtime=0
/proc/6682/task/6684/stat : 6684 (java) S 6668 6668 6413 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 178639024 881729536 19317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6682/tid=6685] ppid=6668 vsize=861064 CPUtime=0
/proc/6682/task/6685/stat : 6685 (java) S 6668 6668 6413 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 178639024 881729536 19317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6682/tid=6686] ppid=6668 vsize=861064 CPUtime=0
/proc/6682/task/6686/stat : 6686 (java) S 6668 6668 6413 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 178639028 881729536 19317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6682/tid=6687] ppid=6668 vsize=861064 CPUtime=0.27
/proc/6682/task/6687/stat : 6687 (java) R 6668 6668 6413 0 -1 64 1007 0 0 0 26 1 0 0 21 0 8 0 178639028 881729536 19317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6682/tid=6688] ppid=6668 vsize=861064 CPUtime=0
/proc/6682/task/6688/stat : 6688 (java) S 6668 6668 6413 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 178639028 881729536 19317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6682/tid=6689] ppid=6668 vsize=861064 CPUtime=0
/proc/6682/task/6689/stat : 6689 (java) S 6668 6668 6413 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178639028 881729536 19317 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908624

[startup+2.99205 s]
/proc/loadavg: 2.05 2.01 1.81 3/99 6690
/proc/meminfo: memFree=1419392/2055920 swapFree=4192812/4192956
[pid=6668] ppid=6666 vsize=47560 CPUtime=1.71
/proc/6668/stat : 6668 (galac.sh) S 6666 6668 6413 0 -1 4194304 799 21277 0 1 0 0 156 15 17 0 1 0 178639016 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6668/statm: 11890 363 245 79 0 218 0
[pid=6690] ppid=6668 vsize=5536 CPUtime=1.17
/proc/6690/stat : 6690 (minisat) R 6668 6668 6413 0 -1 4194304 1127 0 0 0 117 0 0 0 25 0 1 0 178639196 5668864 1109 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 1 0 0
/proc/6690/statm: 1384 1109 54 142 0 1240 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 53096

[startup+6.27158 s]
/proc/loadavg: 2.04 2.01 1.81 3/99 6690
/proc/meminfo: memFree=1415232/2055920 swapFree=4192812/4192956
[pid=6668] ppid=6666 vsize=47560 CPUtime=1.71
/proc/6668/stat : 6668 (galac.sh) S 6666 6668 6413 0 -1 4194304 799 21277 0 1 0 0 156 15 17 0 1 0 178639016 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6668/statm: 11890 363 245 79 0 218 0
[pid=6690] ppid=6668 vsize=8860 CPUtime=4.42
/proc/6690/stat : 6690 (minisat) R 6668 6668 6413 0 -1 4194304 1951 0 0 0 441 1 0 0 25 0 1 0 178639196 9072640 1933 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/6690/statm: 2215 1933 54 142 0 2071 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 56420

[startup+12.7564 s]
/proc/loadavg: 2.04 2.01 1.81 3/99 6690
/proc/meminfo: memFree=1411840/2055920 swapFree=4192812/4192956
[pid=6668] ppid=6666 vsize=47560 CPUtime=1.71
/proc/6668/stat : 6668 (galac.sh) S 6666 6668 6413 0 -1 4194304 799 21277 0 1 0 0 156 15 17 0 1 0 178639016 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6668/statm: 11890 363 245 79 0 218 0
[pid=6690] ppid=6668 vsize=11956 CPUtime=10.83
/proc/6690/stat : 6690 (minisat) R 6668 6668 6413 0 -1 4194304 2734 0 0 0 1081 2 0 0 25 0 1 0 178639196 12242944 2716 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529509 0 0 4096 3 0 0 0 17 1 0 0
/proc/6690/statm: 2989 2716 54 142 0 2845 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 59516

[startup+25.6377 s]
/proc/loadavg: 2.03 2.01 1.81 3/99 6690
/proc/meminfo: memFree=1410240/2055920 swapFree=4192812/4192956
[pid=6668] ppid=6666 vsize=47560 CPUtime=1.71
/proc/6668/stat : 6668 (galac.sh) S 6666 6668 6413 0 -1 4194304 799 21277 0 1 0 0 156 15 17 0 1 0 178639016 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6668/statm: 11890 363 245 79 0 218 0
[pid=6690] ppid=6668 vsize=13796 CPUtime=23.61
/proc/6690/stat : 6690 (minisat) R 6668 6668 6413 0 -1 4194304 3136 0 0 0 2358 3 0 0 25 0 1 0 178639196 14127104 3118 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6690/statm: 3449 3118 54 142 0 3305 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 61356

[startup+51.2486 s]
/proc/loadavg: 2.08 2.02 1.82 3/99 6690
/proc/meminfo: memFree=1408384/2055920 swapFree=4192812/4192956
[pid=6668] ppid=6666 vsize=47560 CPUtime=1.71
/proc/6668/stat : 6668 (galac.sh) S 6666 6668 6413 0 -1 4194304 799 21277 0 1 0 0 156 15 17 0 1 0 178639016 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6668/statm: 11890 363 245 79 0 218 0
[pid=6690] ppid=6668 vsize=15672 CPUtime=48.97
/proc/6690/stat : 6690 (minisat) R 6668 6668 6413 0 -1 4194304 3611 0 0 0 4894 3 0 0 25 0 1 0 178639196 16048128 3593 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6690/statm: 3918 3593 54 142 0 3774 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 63232

[startup+102.54 s]
/proc/loadavg: 2.11 2.04 1.83 3/99 6690
/proc/meminfo: memFree=1405440/2055920 swapFree=4192812/4192956
[pid=6668] ppid=6666 vsize=47560 CPUtime=1.71
/proc/6668/stat : 6668 (galac.sh) S 6666 6668 6413 0 -1 4194304 799 21277 0 1 0 0 156 15 17 0 1 0 178639016 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6668/statm: 11890 363 245 79 0 218 0
[pid=6690] ppid=6668 vsize=18804 CPUtime=99.79
/proc/6690/stat : 6690 (minisat) R 6668 6668 6413 0 -1 4194304 4371 0 0 0 9974 5 0 0 25 0 1 0 178639196 19255296 4353 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6690/statm: 4701 4353 54 142 0 4557 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 66364

[startup+162.615 s]
/proc/loadavg: 2.04 2.03 1.84 3/99 6690
/proc/meminfo: memFree=1403904/2055920 swapFree=4192812/4192956
[pid=6668] ppid=6666 vsize=47560 CPUtime=1.71
/proc/6668/stat : 6668 (galac.sh) S 6666 6668 6413 0 -1 4194304 799 21277 0 1 0 0 156 15 17 0 1 0 178639016 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6668/statm: 11890 363 245 79 0 218 0
[pid=6690] ppid=6668 vsize=20388 CPUtime=159.3
/proc/6690/stat : 6690 (minisat) R 6668 6668 6413 0 -1 4194304 4734 0 0 0 15925 5 0 0 25 0 1 0 178639196 20877312 4716 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/6690/statm: 5097 4716 54 142 0 4953 0
Current children cumulated CPU time (s) 161.01
Current children cumulated vsize (KiB) 67948

[startup+222.671 s]
/proc/loadavg: 2.05 2.03 1.85 3/99 6690
/proc/meminfo: memFree=1339456/2055920 swapFree=4192812/4192956
[pid=6668] ppid=6666 vsize=47560 CPUtime=1.71
/proc/6668/stat : 6668 (galac.sh) S 6666 6668 6413 0 -1 4194304 799 21277 0 1 0 0 156 15 17 0 1 0 178639016 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6668/statm: 11890 363 245 79 0 218 0
[pid=6690] ppid=6668 vsize=23208 CPUtime=219.13
/proc/6690/stat : 6690 (minisat) R 6668 6668 6413 0 -1 4194304 5445 0 0 0 21906 7 0 0 25 0 1 0 178639196 23764992 5427 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6690/statm: 5802 5427 54 142 0 5658 0
Current children cumulated CPU time (s) 220.84
Current children cumulated vsize (KiB) 70768

[startup+282.76 s]
/proc/loadavg: 2.02 2.03 1.85 3/99 6690
/proc/meminfo: memFree=1336256/2055920 swapFree=4192812/4192956
[pid=6668] ppid=6666 vsize=47560 CPUtime=1.71
/proc/6668/stat : 6668 (galac.sh) S 6666 6668 6413 0 -1 4194304 799 21277 0 1 0 0 156 15 17 0 1 0 178639016 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6668/statm: 11890 363 245 79 0 218 0
[pid=6690] ppid=6668 vsize=26456 CPUtime=279.13
/proc/6690/stat : 6690 (minisat) R 6668 6668 6413 0 -1 4194304 6233 0 0 0 27905 8 0 0 25 0 1 0 178639196 27090944 6215 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6690/statm: 6614 6215 54 142 0 6470 0
Current children cumulated CPU time (s) 280.84
Current children cumulated vsize (KiB) 74016

[startup+342.827 s]
/proc/loadavg: 2.00 2.02 1.86 3/99 6690
/proc/meminfo: memFree=1335872/2055920 swapFree=4192812/4192956
[pid=6668] ppid=6666 vsize=47560 CPUtime=1.71
/proc/6668/stat : 6668 (galac.sh) S 6666 6668 6413 0 -1 4194304 799 21277 0 1 0 0 156 15 17 0 1 0 178639016 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6668/statm: 11890 363 245 79 0 218 0
[pid=6690] ppid=6668 vsize=27024 CPUtime=339.15
/proc/6690/stat : 6690 (minisat) R 6668 6668 6413 0 -1 4194304 6336 0 0 0 33907 8 0 0 25 0 1 0 178639196 27672576 6318 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6690/statm: 6756 6318 54 142 0 6612 0
Current children cumulated CPU time (s) 340.86
Current children cumulated vsize (KiB) 74584

[startup+402.848 s]
/proc/loadavg: 2.00 2.01 1.86 3/99 6690
/proc/meminfo: memFree=1334016/2055920 swapFree=4192812/4192956
[pid=6668] ppid=6666 vsize=47560 CPUtime=1.71
/proc/6668/stat : 6668 (galac.sh) S 6666 6668 6413 0 -1 4194304 799 21277 0 1 0 0 156 15 17 0 1 0 178639016 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6668/statm: 11890 363 245 79 0 218 0
[pid=6690] ppid=6668 vsize=28760 CPUtime=399.1
/proc/6690/stat : 6690 (minisat) R 6668 6668 6413 0 -1 4194304 6796 0 0 0 39902 8 0 0 25 0 1 0 178639196 29450240 6778 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/6690/statm: 7190 6778 54 142 0 7046 0
Current children cumulated CPU time (s) 400.81
Current children cumulated vsize (KiB) 76320

[startup+462.946 s]
/proc/loadavg: 2.09 2.04 1.88 3/99 6690
/proc/meminfo: memFree=1331520/2055920 swapFree=4192812/4192956
[pid=6668] ppid=6666 vsize=47560 CPUtime=1.71
/proc/6668/stat : 6668 (galac.sh) S 6666 6668 6413 0 -1 4194304 799 21277 0 1 0 0 156 15 17 0 1 0 178639016 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6668/statm: 11890 363 245 79 0 218 0
[pid=6690] ppid=6668 vsize=31216 CPUtime=459.12
/proc/6690/stat : 6690 (minisat) R 6668 6668 6413 0 -1 4194304 7401 0 0 0 45903 9 0 0 25 0 1 0 178639196 31965184 7383 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529489 0 0 4096 3 0 0 0 17 0 0 0
/proc/6690/statm: 7804 7383 54 142 0 7660 0
Current children cumulated CPU time (s) 460.83
Current children cumulated vsize (KiB) 78776

[startup+523.011 s]
/proc/loadavg: 2.06 2.04 1.89 3/99 6782
/proc/meminfo: memFree=1505856/2055920 swapFree=4192812/4192956
[pid=6668] ppid=6666 vsize=47560 CPUtime=1.71
/proc/6668/stat : 6668 (galac.sh) S 6666 6668 6413 0 -1 4194304 799 21277 0 1 0 0 156 15 17 0 1 0 178639016 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6668/statm: 11890 363 245 79 0 218 0
[pid=6690] ppid=6668 vsize=31520 CPUtime=518.95
/proc/6690/stat : 6690 (minisat) R 6668 6668 6413 0 -1 4194304 7449 0 0 0 51884 11 0 0 25 0 1 0 178639196 32276480 7431 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/6690/statm: 7880 7431 54 142 0 7736 0
Current children cumulated CPU time (s) 520.66
Current children cumulated vsize (KiB) 79080

[startup+583.084 s]
/proc/loadavg: 2.14 2.06 1.91 3/99 6782
/proc/meminfo: memFree=1461056/2055920 swapFree=4192812/4192956
[pid=6668] ppid=6666 vsize=47560 CPUtime=1.71
/proc/6668/stat : 6668 (galac.sh) S 6666 6668 6413 0 -1 4194304 799 21277 0 1 0 0 156 15 17 0 1 0 178639016 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6668/statm: 11890 363 245 79 0 218 0
[pid=6690] ppid=6668 vsize=31520 CPUtime=578.74
/proc/6690/stat : 6690 (minisat) R 6668 6668 6413 0 -1 4194304 7467 0 0 0 57863 11 0 0 25 0 1 0 178639196 32276480 7449 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6690/statm: 7880 7449 54 142 0 7736 0
Current children cumulated CPU time (s) 580.45
Current children cumulated vsize (KiB) 79080

[startup+643.162 s]
/proc/loadavg: 2.05 2.05 1.91 3/99 6782
/proc/meminfo: memFree=1460864/2055920 swapFree=4192812/4192956
[pid=6668] ppid=6666 vsize=47560 CPUtime=1.71
/proc/6668/stat : 6668 (galac.sh) S 6666 6668 6413 0 -1 4194304 799 21277 0 1 0 0 156 15 17 0 1 0 178639016 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6668/statm: 11890 363 245 79 0 218 0
[pid=6690] ppid=6668 vsize=31864 CPUtime=638.53
/proc/6690/stat : 6690 (minisat) R 6668 6668 6413 0 -1 4194304 7519 0 0 0 63841 12 0 0 25 0 1 0 178639196 32628736 7501 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6690/statm: 7966 7501 54 142 0 7822 0
Current children cumulated CPU time (s) 640.24
Current children cumulated vsize (KiB) 79424

[startup+703.232 s]
/proc/loadavg: 2.02 2.04 1.91 3/99 6782
/proc/meminfo: memFree=1460416/2055920 swapFree=4192812/4192956
[pid=6668] ppid=6666 vsize=47560 CPUtime=1.71
/proc/6668/stat : 6668 (galac.sh) S 6666 6668 6413 0 -1 4194304 799 21277 0 1 0 0 156 15 17 0 1 0 178639016 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6668/statm: 11890 363 245 79 0 218 0
[pid=6690] ppid=6668 vsize=32172 CPUtime=698.31
/proc/6690/stat : 6690 (minisat) R 6668 6668 6413 0 -1 4194304 7619 0 0 0 69819 12 0 0 25 0 1 0 178639196 32944128 7601 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6690/statm: 8043 7601 54 142 0 7899 0
Current children cumulated CPU time (s) 700.02
Current children cumulated vsize (KiB) 79732

[startup+763.303 s]
/proc/loadavg: 2.06 2.04 1.91 3/99 6782
/proc/meminfo: memFree=1460352/2055920 swapFree=4192812/4192956
[pid=6668] ppid=6666 vsize=47560 CPUtime=1.71
/proc/6668/stat : 6668 (galac.sh) S 6666 6668 6413 0 -1 4194304 799 21277 0 1 0 0 156 15 17 0 1 0 178639016 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6668/statm: 11890 363 245 79 0 218 0
[pid=6690] ppid=6668 vsize=32388 CPUtime=758.1
/proc/6690/stat : 6690 (minisat) R 6668 6668 6413 0 -1 4194304 7638 0 0 0 75797 13 0 0 25 0 1 0 178639196 33165312 7620 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/6690/statm: 8097 7620 54 142 0 7953 0
Current children cumulated CPU time (s) 759.81
Current children cumulated vsize (KiB) 79948

Child status: 0
Real time (s): 813.635
CPU time (s): 809.926
CPU user time (s): 809.621
CPU system time (s): 0.304953
CPU usage (%): 99.5442
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 809.621
system time used= 0.304953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29951
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= 853
involuntary context switches= 24992

runsolver used 1.05284 s user time and 2.6016 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Tue Jan  9 00:27:14 UTC 2007


IDJOB= 228948
IDBENCH= 6259
FILE ID= node3/228948-1168302434

PBS_JOBID= 3502209

Free space on /tmp= 66556 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  afbb6944669ab2195aba35cdf51b5bb9

RANDOM SEED= 871916291

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.279
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.279
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:       1423784 kB
Buffers:         70532 kB
Cached:         264368 kB
SwapCached:          0 kB
Active:         429224 kB
Inactive:       138268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1423784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3004 kB
Writeback:           0 kB
Mapped:         261536 kB
Slab:            49108 kB
Committed_AS:  5780884 kB
PageTables:       2444 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= 66556 MiB



End job on node3 on Tue Jan  9 00:40:48 UTC 2007