Trace number 226659

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 1SAT 1152.89 1162.26

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-19_ext.xml
MD5SUMaadb901839dc42f9264281ee6b8f03fe
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.05484
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
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 ---
1.25	c start processing
1.25	c start relation processing
1.44	c start cnf exporting
4.18	c parsing time : 1.004
4.18	c preprocessing time : 3.934
4.18	
4.18	c Nary constraints - conflicts : 0 supports : 0
4.18	c Binary constraints - conflicts : 0 supports :135
4.18	c max arity constraint : 2
4.18	c Max Tuples generated 0
4.18	c relations : 135
4.18	c relations BDD: 0
4.18	c vars : 1601 - clauses :  42040
4.18	
4.22	 
4.22	c --- Minisat Stats ---
4.22	 
1161.09	c restarts              : 18
1161.09	c conflicts             : 239162         (208 /sec)
1161.09	c decisions             : 330577         (1.23 % random) (288 /sec)
1161.09	c propagations          : 54525972       (47523 /sec)
1161.09	c conflict literals     : 62439479       (19.61 % deleted)
1161.09	c Memory used           : 87.95 MB
1161.09	c CPU time              : 1147.35 s
1161.09	
1161.09	s SATISFIABLE
1162.26	v 21 2 28 38 26 23 33 0 39 32 4 24 15 3 8 36 33 9 19 10 1 27 27 23 31 17 0 6 39 3 34 11 3 13 8 3 10 20 27 21

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node11/watcher-226659-1168276211 -o ROOT/results/node11/solver-226659-1168276211 -C 1800 -M 900 /tmp/evaluation/226659-1168276211/galac.sh /tmp/evaluation/226659-1168276211/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.52 2.58 2.41 5/94 13592
/proc/meminfo: memFree=1273112/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=8652 CPUtime=0
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 347 0 0 0 0 0 0 0 16 0 1 0 176016150 8859648 280 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 2163 280 208 79 0 156 0
[pid=13593] ppid=13591 vsize=8688 CPUtime=0
/proc/13593/stat : 13593 (galac.sh) S 13591 13591 13521 0 -1 4194368 38 0 0 0 0 0 0 0 16 0 1 0 176016151 8896512 286 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262910214226 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/13593/statm: 2172 286 209 79 0 165 0
[pid=13594] ppid=13593 vsize=8728 CPUtime=0
/proc/13594/stat : 13594 (galac.sh) R 13593 13591 13521 0 -1 4194368 26 0 0 0 0 0 0 0 19 0 1 0 176016151 8937472 290 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262910045479 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/13594/statm: 2182 290 209 79 0 175 0

[startup+0.107454 s]
/proc/loadavg: 2.52 2.58 2.41 5/94 13592
/proc/meminfo: memFree=1273112/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=0.01
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 761 1704 0 0 0 0 0 1 23 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.515537 s]
/proc/loadavg: 2.52 2.58 2.41 5/94 13592
/proc/meminfo: memFree=1273112/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=0.01
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 761 1704 0 0 0 0 0 1 23 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.3397 s]
/proc/loadavg: 2.64 2.61 2.42 5/102 13612
/proc/meminfo: memFree=1202712/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=0.01
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 761 1704 0 0 0 0 0 1 23 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13605] ppid=13591 vsize=861064 CPUtime=1.19
/proc/13605/stat : 13605 (java) R 13591 13591 13521 0 -1 0 19605 0 1 0 108 11 0 0 21 0 8 0 176016154 881729536 19359 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073905664 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13605/statm: 215266 19359 1975 14 0 201471 0
[pid=13605/tid=13606] ppid=13591 vsize=861064 CPUtime=0.04
/proc/13605/task/13606/stat : 13606 (java) S 13591 13591 13521 0 -1 64 3798 0 0 0 3 1 0 0 16 0 8 0 176016159 881729536 19359 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13605/tid=13607] ppid=13591 vsize=861064 CPUtime=0
/proc/13605/task/13607/stat : 13607 (java) S 13591 13591 13521 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 176016159 881729536 19359 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13605/tid=13608] ppid=13591 vsize=861064 CPUtime=0
/proc/13605/task/13608/stat : 13608 (java) S 13591 13591 13521 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 176016159 881729536 19359 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13605/tid=13609] ppid=13591 vsize=861064 CPUtime=0
/proc/13605/task/13609/stat : 13609 (java) S 13591 13591 13521 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 176016170 881729536 19359 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13605/tid=13610] ppid=13591 vsize=861064 CPUtime=0.19
/proc/13605/task/13610/stat : 13610 (java) S 13591 13591 13521 0 -1 64 929 0 0 0 18 1 0 0 16 0 8 0 176016170 881729536 19359 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13605/tid=13611] ppid=13591 vsize=861064 CPUtime=0
/proc/13605/task/13611/stat : 13611 (java) S 13591 13591 13521 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 176016170 881729536 19359 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13605/tid=13612] ppid=13591 vsize=861064 CPUtime=0
/proc/13605/task/13612/stat : 13612 (java) S 13591 13591 13521 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176016170 881729536 19359 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 908632

[startup+2.98603 s]
/proc/loadavg: 2.64 2.61 2.42 3/102 13612
/proc/meminfo: memFree=1189336/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=0.01
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 761 1704 0 0 0 0 0 1 23 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13605] ppid=13591 vsize=861064 CPUtime=2.83
/proc/13605/stat : 13605 (java) R 13591 13591 13521 0 -1 0 22839 0 1 0 269 14 0 0 25 0 8 0 176016154 881729536 22590 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074051895 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13605/statm: 215266 22590 1995 14 0 201471 0
[pid=13605/tid=13606] ppid=13591 vsize=861064 CPUtime=0.11
/proc/13605/task/13606/stat : 13606 (java) S 13591 13591 13521 0 -1 64 6932 0 0 0 9 2 0 0 16 0 8 0 176016159 881729536 22590 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13605/tid=13607] ppid=13591 vsize=861064 CPUtime=0
/proc/13605/task/13607/stat : 13607 (java) S 13591 13591 13521 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 176016159 881729536 22590 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13605/tid=13608] ppid=13591 vsize=861064 CPUtime=0
/proc/13605/task/13608/stat : 13608 (java) S 13591 13591 13521 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 176016159 881729536 22590 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13605/tid=13609] ppid=13591 vsize=861064 CPUtime=0
/proc/13605/task/13609/stat : 13609 (java) S 13591 13591 13521 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 176016170 881729536 22590 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13605/tid=13610] ppid=13591 vsize=861064 CPUtime=0.27
/proc/13605/task/13610/stat : 13610 (java) S 13591 13591 13521 0 -1 64 985 0 0 0 26 1 0 0 15 0 8 0 176016170 881729536 22590 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13605/tid=13611] ppid=13591 vsize=861064 CPUtime=0
/proc/13605/task/13611/stat : 13611 (java) S 13591 13591 13521 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 176016170 881729536 22590 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13605/tid=13612] ppid=13591 vsize=861064 CPUtime=0
/proc/13605/task/13612/stat : 13612 (java) S 13591 13591 13521 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176016170 881729536 22590 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 908632

[startup+6.27368 s]
/proc/loadavg: 2.59 2.60 2.41 3/95 13613
/proc/meminfo: memFree=1262992/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=4.05
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 799 24553 0 1 0 0 388 17 17 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13613] ppid=13591 vsize=9208 CPUtime=2.02
/proc/13613/stat : 13613 (minisat) R 13591 13591 13521 0 -1 4194304 2205 0 0 0 200 2 0 0 25 0 1 0 176016573 9428992 2187 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529302 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 2302 2187 54 142 0 2158 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 56776

[startup+12.755 s]
/proc/loadavg: 2.54 2.59 2.41 3/95 13613
/proc/meminfo: memFree=1236176/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=4.05
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 799 24553 0 1 0 0 388 17 17 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13613] ppid=13591 vsize=16120 CPUtime=8.44
/proc/13613/stat : 13613 (minisat) R 13591 13591 13521 0 -1 4194304 3930 0 0 0 839 5 0 0 25 0 1 0 176016573 16506880 3912 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 4030 3912 54 142 0 3886 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 63688

[startup+25.5875 s]
/proc/loadavg: 2.54 2.58 2.41 3/95 13613
/proc/meminfo: memFree=1212304/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=4.05
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 799 24553 0 1 0 0 388 17 17 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13613] ppid=13591 vsize=23872 CPUtime=21.15
/proc/13613/stat : 13613 (minisat) R 13591 13591 13521 0 -1 4194304 5852 0 0 0 2108 7 0 0 25 0 1 0 176016573 24444928 5834 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529501 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 5968 5834 54 142 0 5824 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 71440

[startup+51.2826 s]
/proc/loadavg: 2.55 2.57 2.41 6/95 13613
/proc/meminfo: memFree=1170128/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=4.05
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 799 24553 0 1 0 0 388 17 17 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13613] ppid=13591 vsize=35284 CPUtime=46.6
/proc/13613/stat : 13613 (minisat) R 13591 13591 13521 0 -1 4194304 8702 0 0 0 4648 12 0 0 25 0 1 0 176016573 36130816 8684 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 8821 8684 54 142 0 8677 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 82852

[startup+102.548 s]
/proc/loadavg: 2.57 2.56 2.42 4/95 13613
/proc/meminfo: memFree=1082640/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=4.05
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 799 24553 0 1 0 0 388 17 17 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13613] ppid=13591 vsize=46320 CPUtime=97.37
/proc/13613/stat : 13613 (minisat) R 13591 13591 13521 0 -1 4194304 11444 0 0 0 9721 16 0 0 25 0 1 0 176016573 47431680 11426 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 11580 11426 54 142 0 11436 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 93888

[startup+162.573 s]
/proc/loadavg: 2.50 2.54 2.41 4/95 13613
/proc/meminfo: memFree=1044816/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=4.05
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 799 24553 0 1 0 0 388 17 17 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13613] ppid=13591 vsize=57760 CPUtime=156.82
/proc/13613/stat : 13613 (minisat) R 13591 13591 13521 0 -1 4194304 14243 0 0 0 15661 21 0 0 25 0 1 0 176016573 59146240 14225 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 14440 14225 54 142 0 14296 0
Current children cumulated CPU time (s) 160.87
Current children cumulated vsize (KiB) 105328

[startup+222.577 s]
/proc/loadavg: 2.37 2.49 2.41 3/95 13613
/proc/meminfo: memFree=1037136/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=4.05
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 799 24553 0 1 0 0 388 17 17 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13613] ppid=13591 vsize=65260 CPUtime=216.21
/proc/13613/stat : 13613 (minisat) R 13591 13591 13521 0 -1 4194304 16109 0 0 0 21598 23 0 0 25 0 1 0 176016573 66826240 16091 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 16315 16091 54 142 0 16171 0
Current children cumulated CPU time (s) 220.26
Current children cumulated vsize (KiB) 112828

[startup+282.657 s]
/proc/loadavg: 2.43 2.48 2.40 3/95 13613
/proc/meminfo: memFree=1036944/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=4.05
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 799 24553 0 1 0 0 388 17 17 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13613] ppid=13591 vsize=65260 CPUtime=275.72
/proc/13613/stat : 13613 (minisat) R 13591 13591 13521 0 -1 4194304 16113 0 0 0 27548 24 0 0 25 0 1 0 176016573 66826240 16095 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 16315 16095 54 142 0 16171 0
Current children cumulated CPU time (s) 279.77
Current children cumulated vsize (KiB) 112828

[startup+342.742 s]
/proc/loadavg: 2.54 2.50 2.41 4/95 13613
/proc/meminfo: memFree=1036816/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=4.05
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 799 24553 0 1 0 0 388 17 17 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13613] ppid=13591 vsize=65260 CPUtime=335.23
/proc/13613/stat : 13613 (minisat) R 13591 13591 13521 0 -1 4194304 16121 0 0 0 33499 24 0 0 25 0 1 0 176016573 66826240 16103 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 16315 16103 54 142 0 16171 0
Current children cumulated CPU time (s) 339.28
Current children cumulated vsize (KiB) 112828

[startup+402.796 s]
/proc/loadavg: 2.62 2.52 2.43 3/95 13613
/proc/meminfo: memFree=1027984/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=4.05
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 799 24553 0 1 0 0 388 17 17 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13613] ppid=13591 vsize=74324 CPUtime=394.72
/proc/13613/stat : 13613 (minisat) R 13591 13591 13521 0 -1 4194304 18365 0 0 0 39445 27 0 0 25 0 1 0 176016573 76107776 18347 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 18581 18347 54 142 0 18437 0
Current children cumulated CPU time (s) 398.77
Current children cumulated vsize (KiB) 121892

[startup+462.799 s]
/proc/loadavg: 2.75 2.58 2.45 4/95 13613
/proc/meminfo: memFree=1025296/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=4.05
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 799 24553 0 1 0 0 388 17 17 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13613] ppid=13591 vsize=76952 CPUtime=454.15
/proc/13613/stat : 13613 (minisat) R 13591 13591 13521 0 -1 4194304 18982 0 0 0 45387 28 0 0 25 0 1 0 176016573 78798848 18964 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 19238 18964 54 142 0 19094 0
Current children cumulated CPU time (s) 458.2
Current children cumulated vsize (KiB) 124520

[startup+522.808 s]
/proc/loadavg: 2.86 2.64 2.48 4/95 13613
/proc/meminfo: memFree=1013904/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=4.05
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 799 24553 0 1 0 0 388 17 17 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13613] ppid=13591 vsize=76952 CPUtime=513.6
/proc/13613/stat : 13613 (minisat) R 13591 13591 13521 0 -1 4194304 18985 0 0 0 51332 28 0 0 25 0 1 0 176016573 78798848 18967 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 19238 18967 54 142 0 19094 0
Current children cumulated CPU time (s) 517.65
Current children cumulated vsize (KiB) 124520

[startup+582.85 s]
/proc/loadavg: 2.77 2.64 2.48 4/95 13615
/proc/meminfo: memFree=1013712/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=4.05
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 799 24553 0 1 0 0 388 17 17 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13613] ppid=13591 vsize=77104 CPUtime=573.06
/proc/13613/stat : 13613 (minisat) R 13591 13591 13521 0 -1 4194304 19008 0 0 0 57278 28 0 0 25 0 1 0 176016573 78954496 18990 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 19276 18990 54 142 0 19132 0
Current children cumulated CPU time (s) 577.11
Current children cumulated vsize (KiB) 124672

[startup+642.92 s]
/proc/loadavg: 2.79 2.67 2.50 3/95 13615
/proc/meminfo: memFree=1010064/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=4.05
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 799 24553 0 1 0 0 388 17 17 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13613] ppid=13591 vsize=80804 CPUtime=632.56
/proc/13613/stat : 13613 (minisat) R 13591 13591 13521 0 -1 4194304 19935 0 0 0 63227 29 0 0 25 0 1 0 176016573 82743296 19917 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 20201 19917 54 142 0 20057 0
Current children cumulated CPU time (s) 636.61
Current children cumulated vsize (KiB) 128372

[startup+703.017 s]
/proc/loadavg: 2.37 2.58 2.48 3/95 13615
/proc/meminfo: memFree=1004048/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=4.05
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 799 24553 0 1 0 0 388 17 17 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13613] ppid=13591 vsize=87068 CPUtime=692.09
/proc/13613/stat : 13613 (minisat) R 13591 13591 13521 0 -1 4194304 21439 0 0 0 69177 32 0 0 25 0 1 0 176016573 89157632 21421 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529321 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 21767 21421 54 142 0 21623 0
Current children cumulated CPU time (s) 696.14
Current children cumulated vsize (KiB) 134636

[startup+763.118 s]
/proc/loadavg: 2.21 2.49 2.45 3/95 13615
/proc/meminfo: memFree=1001040/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=4.05
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 799 24553 0 1 0 0 388 17 17 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13613] ppid=13591 vsize=90056 CPUtime=751.63
/proc/13613/stat : 13613 (minisat) R 13591 13591 13521 0 -1 4194304 22169 0 0 0 75130 33 0 0 25 0 1 0 176016573 92217344 22151 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 22514 22151 54 142 0 22370 0
Current children cumulated CPU time (s) 755.68
Current children cumulated vsize (KiB) 137624

[startup+823.198 s]
/proc/loadavg: 2.13 2.41 2.43 3/95 13615
/proc/meminfo: memFree=995792/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=4.05
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 799 24553 0 1 0 0 388 17 17 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13613] ppid=13591 vsize=90056 CPUtime=811.42
/proc/13613/stat : 13613 (minisat) R 13591 13591 13521 0 -1 4194304 22169 0 0 0 81109 33 0 0 25 0 1 0 176016573 92217344 22151 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 22514 22151 54 142 0 22370 0
Current children cumulated CPU time (s) 815.47
Current children cumulated vsize (KiB) 137624

[startup+883.272 s]
/proc/loadavg: 2.04 2.33 2.40 3/95 13615
/proc/meminfo: memFree=989328/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=4.05
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 799 24553 0 1 0 0 388 17 17 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13613] ppid=13591 vsize=90056 CPUtime=871.2
/proc/13613/stat : 13613 (minisat) R 13591 13591 13521 0 -1 4194304 22171 0 0 0 87087 33 0 0 25 0 1 0 176016573 92217344 22153 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527299 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 22514 22153 54 142 0 22370 0
Current children cumulated CPU time (s) 875.25
Current children cumulated vsize (KiB) 137624

[startup+943.343 s]
/proc/loadavg: 2.01 2.27 2.37 3/95 13615
/proc/meminfo: memFree=989264/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=4.05
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 799 24553 0 1 0 0 388 17 17 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13613] ppid=13591 vsize=90056 CPUtime=930.98
/proc/13613/stat : 13613 (minisat) R 13591 13591 13521 0 -1 4194304 22178 0 0 0 93065 33 0 0 25 0 1 0 176016573 92217344 22160 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 22514 22160 54 142 0 22370 0
Current children cumulated CPU time (s) 935.03
Current children cumulated vsize (KiB) 137624

[startup+1003.41 s]
/proc/loadavg: 2.00 2.22 2.34 3/95 13615
/proc/meminfo: memFree=989136/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=4.05
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 799 24553 0 1 0 0 388 17 17 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13613] ppid=13591 vsize=90056 CPUtime=990.76
/proc/13613/stat : 13613 (minisat) R 13591 13591 13521 0 -1 4194304 22188 0 0 0 99043 33 0 0 25 0 1 0 176016573 92217344 22170 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529327 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 22514 22170 54 142 0 22370 0
Current children cumulated CPU time (s) 994.81
Current children cumulated vsize (KiB) 137624

[startup+1063.48 s]
/proc/loadavg: 2.03 2.19 2.32 3/95 13615
/proc/meminfo: memFree=989136/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=4.05
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 799 24553 0 1 0 0 388 17 17 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13613] ppid=13591 vsize=90056 CPUtime=1050.55
/proc/13613/stat : 13613 (minisat) R 13591 13591 13521 0 -1 4194304 22189 0 0 0 105021 34 0 0 25 0 1 0 176016573 92217344 22171 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 22514 22171 54 142 0 22370 0
Current children cumulated CPU time (s) 1054.6
Current children cumulated vsize (KiB) 137624

[startup+1123.56 s]
/proc/loadavg: 2.17 2.20 2.32 3/95 13615
/proc/meminfo: memFree=989136/2055920 swapFree=4192812/4192956
[pid=13591] ppid=13589 vsize=47568 CPUtime=4.05
/proc/13591/stat : 13591 (galac.sh) S 13589 13591 13521 0 -1 4194304 799 24553 0 1 0 0 388 17 17 0 1 0 176016150 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13591/statm: 11892 363 245 79 0 218 0
[pid=13613] ppid=13591 vsize=90056 CPUtime=1110.33
/proc/13613/stat : 13613 (minisat) R 13591 13591 13521 0 -1 4194304 22191 0 0 0 110999 34 0 0 25 0 1 0 176016573 92217344 22173 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 22514 22173 54 142 0 22370 0
Current children cumulated CPU time (s) 1114.38
Current children cumulated vsize (KiB) 137624

Child status: 0
Real time (s): 1162.26
CPU time (s): 1152.89
CPU user time (s): 1152.21
CPU system time (s): 0.677896
CPU usage (%): 99.1933
Max. virtual memory (cumulated for all children) (KiB): 908728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1152.21
system time used= 0.677896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63891
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1711
involuntary context switches= 56048

runsolver used 1.38979 s user time and 3.80742 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Mon Jan  8 17:10:11 UTC 2007


IDJOB= 226659
IDBENCH= 5999
FILE ID= node11/226659-1168276211

PBS_JOBID= 3483083

Free space on /tmp= 66339 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.65/rand-2-40-40-135-650-19_ext.xml
COMMAND LINE= /tmp/evaluation/226659-1168276211/galac.sh /tmp/evaluation/226659-1168276211/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-226659-1168276211 -o ROOT/results/node11/solver-226659-1168276211 -C 1800 -M 900  /tmp/evaluation/226659-1168276211/galac.sh /tmp/evaluation/226659-1168276211/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  aadb901839dc42f9264281ee6b8f03fe

RANDOM SEED= 382843053

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.261
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	: 5931.00
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.261
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:       1273592 kB
Buffers:         61356 kB
Cached:         186640 kB
SwapCached:          0 kB
Active:         603792 kB
Inactive:       120848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1273592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3476 kB
Writeback:           0 kB
Mapped:         502280 kB
Slab:            41436 kB
Committed_AS:  6075624 kB
PageTables:       3264 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= 66339 MiB



End job on node11 on Mon Jan  8 17:29:34 UTC 2007