Trace number 223775

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 1290.27 1296.73

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-43_ext.xml
MD5SUM39c370cf5dacf33fbeebdad3c1e8acaa
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.1133
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.48	c --- Preproc Stats ---
1.49	c start processing
1.49	c start relation processing
1.54	c start cnf exporting
3.23	c parsing time : 0.879
3.23	c preprocessing time : 2.613
3.23	
3.23	c Nary constraints - conflicts : 0 supports : 0
3.23	c Binary constraints - conflicts : 94 supports :86
3.23	c max arity constraint : 2
3.23	c Max Tuples generated 0
3.23	c relations : 180
3.23	c relations BDD: 0
3.23	c vars : 1001 - clauses :  44819
3.23	
3.28	 
3.28	c --- Minisat Stats ---
3.28	 
1296.71	c restarts              : 20
1296.71	c conflicts             : 615510         (478 /sec)
1296.71	c decisions             : 964750         (1.33 % random) (749 /sec)
1296.71	c propagations          : 79849813       (62031 /sec)
1296.71	c conflict literals     : 67246852       (32.42 % deleted)
1296.71	c Memory used           : 60.81 MB
1296.71	c CPU time              : 1287.26 s
1296.71	
1296.71	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/node21/watcher-223775-1168266427 -o ROOT/results/node21/solver-223775-1168266427 -C 1800 -M 900 /tmp/evaluation/223775-1168266427/galac.sh /tmp/evaluation/223775-1168266427/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.69 2.08 2.14 5/87 21835
/proc/meminfo: memFree=434376/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=18540 CPUtime=0
/proc/21834/stat : 21834 (runsolver) D 21832 21834 21565 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 175037272 18984960 279 18446744073709551615 4194304 4267372 548682069088 18446744073709551615 221236489511 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/21834/statm: 4635 279 244 17 0 2626 0

[startup+0.102795 s]
/proc/loadavg: 1.69 2.08 2.14 5/87 21835
/proc/meminfo: memFree=434376/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=8740 CPUtime=0
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 411 840 5 0 0 0 0 0 17 0 1 0 175037272 8949760 310 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21834/statm: 2185 310 217 79 0 178 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8740

[startup+0.51088 s]
/proc/loadavg: 1.69 2.08 2.14 5/87 21835
/proc/meminfo: memFree=434376/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=0.01
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 755 1704 6 0 0 0 0 1 18 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.33403 s]
/proc/loadavg: 1.69 2.08 2.14 4/95 21855
/proc/meminfo: memFree=393032/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=0.01
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 755 1704 6 0 0 0 0 1 18 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21848] ppid=21834 vsize=861064 CPUtime=0.77
/proc/21848/stat : 21848 (java) R 21834 21834 21565 0 -1 0 19562 0 6 0 68 9 0 0 21 0 8 0 175037320 881729536 19321 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073653640 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21848/statm: 215266 19321 1969 14 0 201471 0
[pid=21848/tid=21849] ppid=21834 vsize=861064 CPUtime=0.03
/proc/21848/task/21849/stat : 21849 (java) S 21834 21834 21565 0 -1 64 3793 0 0 0 2 1 0 0 17 0 8 0 175037324 881729536 19321 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21848/tid=21850] ppid=21834 vsize=861064 CPUtime=0
/proc/21848/task/21850/stat : 21850 (java) S 21834 21834 21565 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175037324 881729536 19321 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21848/tid=21851] ppid=21834 vsize=861064 CPUtime=0
/proc/21848/task/21851/stat : 21851 (java) S 21834 21834 21565 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 175037324 881729536 19321 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21848/tid=21852] ppid=21834 vsize=861064 CPUtime=0
/proc/21848/task/21852/stat : 21852 (java) S 21834 21834 21565 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 175037328 881729536 19321 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21848/tid=21853] ppid=21834 vsize=861064 CPUtime=0.13
/proc/21848/task/21853/stat : 21853 (java) S 21834 21834 21565 0 -1 64 914 0 0 0 13 0 0 0 16 0 8 0 175037328 881729536 19321 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21848/tid=21854] ppid=21834 vsize=861064 CPUtime=0
/proc/21848/task/21854/stat : 21854 (java) S 21834 21834 21565 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175037328 881729536 19321 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21848/tid=21855] ppid=21834 vsize=861064 CPUtime=0
/proc/21848/task/21855/stat : 21855 (java) S 21834 21834 21565 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175037328 881729536 19321 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 908628

[startup+2.97834 s]
/proc/loadavg: 1.69 2.08 2.14 3/95 21855
/proc/meminfo: memFree=352968/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=0.01
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 755 1704 6 0 0 0 0 1 18 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21848] ppid=21834 vsize=861064 CPUtime=2.4
/proc/21848/stat : 21848 (java) R 21834 21834 21565 0 -1 0 21579 0 7 0 229 11 0 0 25 0 8 0 175037320 881729536 21337 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074064304 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21848/statm: 215266 21337 1994 14 0 201471 0
[pid=21848/tid=21849] ppid=21834 vsize=861064 CPUtime=0.06
/proc/21848/task/21849/stat : 21849 (java) S 21834 21834 21565 0 -1 64 5646 0 0 0 4 2 0 0 16 0 8 0 175037324 881729536 21337 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21848/tid=21850] ppid=21834 vsize=861064 CPUtime=0
/proc/21848/task/21850/stat : 21850 (java) S 21834 21834 21565 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175037324 881729536 21337 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21848/tid=21851] ppid=21834 vsize=861064 CPUtime=0
/proc/21848/task/21851/stat : 21851 (java) S 21834 21834 21565 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 175037324 881729536 21337 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21848/tid=21852] ppid=21834 vsize=861064 CPUtime=0
/proc/21848/task/21852/stat : 21852 (java) S 21834 21834 21565 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 175037328 881729536 21337 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21848/tid=21853] ppid=21834 vsize=861064 CPUtime=0.27
/proc/21848/task/21853/stat : 21853 (java) S 21834 21834 21565 0 -1 64 1025 0 0 0 26 1 0 0 15 0 8 0 175037328 881729536 21337 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21848/tid=21854] ppid=21834 vsize=861064 CPUtime=0
/proc/21848/task/21854/stat : 21854 (java) S 21834 21834 21565 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175037328 881729536 21337 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21848/tid=21855] ppid=21834 vsize=861064 CPUtime=0
/proc/21848/task/21855/stat : 21855 (java) S 21834 21834 21565 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175037328 881729536 21337 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 908628

[startup+6.26096 s]
/proc/loadavg: 1.72 2.08 2.14 3/88 21856
/proc/meminfo: memFree=422592/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21856] ppid=21834 vsize=9396 CPUtime=2.95
/proc/21856/stat : 21856 (minisat) R 21834 21834 21565 0 -1 4194304 2156 0 0 0 294 1 0 0 25 0 1 0 175037600 9621504 2138 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/21856/statm: 2349 2138 54 142 0 2205 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 56960

[startup+12.7382 s]
/proc/loadavg: 1.74 2.08 2.14 3/88 21856
/proc/meminfo: memFree=416576/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21856] ppid=21834 vsize=14784 CPUtime=9.39
/proc/21856/stat : 21856 (minisat) R 21834 21834 21565 0 -1 4194304 3509 0 0 0 937 2 0 0 25 0 1 0 175037600 15138816 3491 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529611 0 0 4096 3 0 0 0 17 1 0 0
/proc/21856/statm: 3696 3491 54 142 0 3552 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 62348

[startup+25.5676 s]
/proc/loadavg: 1.80 2.08 2.13 3/88 21856
/proc/meminfo: memFree=410944/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21856] ppid=21834 vsize=20788 CPUtime=22.16
/proc/21856/stat : 21856 (minisat) R 21834 21834 21565 0 -1 4194304 4990 0 0 0 2212 4 0 0 25 0 1 0 175037600 21286912 4972 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/21856/statm: 5197 4972 54 142 0 5053 0
Current children cumulated CPU time (s) 24.84
Current children cumulated vsize (KiB) 68352

[startup+51.2464 s]
/proc/loadavg: 1.87 2.07 2.13 3/88 21856
/proc/meminfo: memFree=402880/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21856] ppid=21834 vsize=28692 CPUtime=47.71
/proc/21856/stat : 21856 (minisat) R 21834 21834 21565 0 -1 4194304 6953 0 0 0 4764 7 0 0 25 0 1 0 175037600 29380608 6935 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/21856/statm: 7173 6935 54 142 0 7029 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 76256

[startup+102.489 s]
/proc/loadavg: 1.94 2.06 2.12 3/88 21856
/proc/meminfo: memFree=398656/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21856] ppid=21834 vsize=32968 CPUtime=98.72
/proc/21856/stat : 21856 (minisat) R 21834 21834 21565 0 -1 4194304 7987 0 0 0 9864 8 0 0 25 0 1 0 175037600 33759232 7969 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 1 0 0
/proc/21856/statm: 8242 7969 54 142 0 8098 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 80532

[startup+162.565 s]
/proc/loadavg: 1.98 2.04 2.11 3/88 21856
/proc/meminfo: memFree=393728/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21856] ppid=21834 vsize=37964 CPUtime=158.5
/proc/21856/stat : 21856 (minisat) R 21834 21834 21565 0 -1 4194304 9203 0 0 0 15841 9 0 0 25 0 1 0 175037600 38875136 9185 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529321 0 0 4096 3 0 0 0 17 1 0 0
/proc/21856/statm: 9491 9185 54 142 0 9347 0
Current children cumulated CPU time (s) 161.18
Current children cumulated vsize (KiB) 85528

[startup+222.653 s]
/proc/loadavg: 1.99 2.03 2.10 3/88 21856
/proc/meminfo: memFree=390336/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21856] ppid=21834 vsize=41560 CPUtime=218.3
/proc/21856/stat : 21856 (minisat) R 21834 21834 21565 0 -1 4194304 10049 0 0 0 21819 11 0 0 25 0 1 0 175037600 42557440 10031 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/21856/statm: 10390 10031 54 142 0 10246 0
Current children cumulated CPU time (s) 220.98
Current children cumulated vsize (KiB) 89124

[startup+282.73 s]
/proc/loadavg: 2.07 2.04 2.09 3/88 21856
/proc/meminfo: memFree=389888/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21856] ppid=21834 vsize=41988 CPUtime=278.09
/proc/21856/stat : 21856 (minisat) R 21834 21834 21565 0 -1 4194304 10141 0 0 0 27798 11 0 0 25 0 1 0 175037600 42995712 10123 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/21856/statm: 10497 10123 54 142 0 10353 0
Current children cumulated CPU time (s) 280.77
Current children cumulated vsize (KiB) 89552

[startup+342.81 s]
/proc/loadavg: 2.03 2.03 2.09 3/88 21856
/proc/meminfo: memFree=384896/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21856] ppid=21834 vsize=47184 CPUtime=337.89
/proc/21856/stat : 21856 (minisat) R 21834 21834 21565 0 -1 4194304 11380 0 0 0 33776 13 0 0 25 0 1 0 175037600 48316416 11362 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 1 0 0
/proc/21856/statm: 11796 11362 54 142 0 11652 0
Current children cumulated CPU time (s) 340.57
Current children cumulated vsize (KiB) 94748

[startup+402.88 s]
/proc/loadavg: 2.01 2.02 2.08 3/88 21856
/proc/meminfo: memFree=383616/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0

################
# More data... #
################

Current children cumulated CPU time (s) 400.36
Current children cumulated vsize (KiB) 96200

[startup+462.95 s]
/proc/loadavg: 2.00 2.02 2.07 3/88 21856
/proc/meminfo: memFree=382912/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21856] ppid=21834 vsize=49220 CPUtime=457.46
/proc/21856/stat : 21856 (minisat) R 21834 21834 21565 0 -1 4194304 11840 0 0 0 45732 14 0 0 25 0 1 0 175037600 50401280 11822 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/21856/statm: 12305 11822 54 142 0 12161 0
Current children cumulated CPU time (s) 460.14
Current children cumulated vsize (KiB) 96784

[startup+523.029 s]
/proc/loadavg: 2.00 2.01 2.07 3/88 21856
/proc/meminfo: memFree=381184/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21856] ppid=21834 vsize=51104 CPUtime=517.25
/proc/21856/stat : 21856 (minisat) R 21834 21834 21565 0 -1 4194304 12239 0 0 0 51711 14 0 0 25 0 1 0 175037600 52330496 12221 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527712 0 0 4096 3 0 0 0 17 1 0 0
/proc/21856/statm: 12776 12221 54 142 0 12632 0
Current children cumulated CPU time (s) 519.93
Current children cumulated vsize (KiB) 98668

[startup+583.11 s]
/proc/loadavg: 2.00 2.01 2.06 3/88 21856
/proc/meminfo: memFree=378752/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21856] ppid=21834 vsize=53492 CPUtime=577.04
/proc/21856/stat : 21856 (minisat) R 21834 21834 21565 0 -1 4194304 12839 0 0 0 57689 15 0 0 25 0 1 0 175037600 54775808 12821 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529340 0 0 4096 3 0 0 0 17 1 0 0
/proc/21856/statm: 13373 12821 54 142 0 13229 0
Current children cumulated CPU time (s) 579.72
Current children cumulated vsize (KiB) 101056

[startup+643.185 s]
/proc/loadavg: 2.00 2.00 2.06 3/88 21856
/proc/meminfo: memFree=378112/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21856] ppid=21834 vsize=54088 CPUtime=636.84
/proc/21856/stat : 21856 (minisat) R 21834 21834 21565 0 -1 4194304 12973 0 0 0 63668 16 0 0 25 0 1 0 175037600 55386112 12955 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/21856/statm: 13522 12955 54 142 0 13378 0
Current children cumulated CPU time (s) 639.52
Current children cumulated vsize (KiB) 101652

[startup+703.263 s]
/proc/loadavg: 2.00 2.00 2.05 3/88 21856
/proc/meminfo: memFree=377600/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21856] ppid=21834 vsize=54408 CPUtime=696.63
/proc/21856/stat : 21856 (minisat) R 21834 21834 21565 0 -1 4194304 13075 0 0 0 69647 16 0 0 25 0 1 0 175037600 55713792 13057 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/21856/statm: 13602 13057 54 142 0 13458 0
Current children cumulated CPU time (s) 699.31
Current children cumulated vsize (KiB) 101972

[startup+763.355 s]
/proc/loadavg: 1.95 1.98 2.04 3/99 21914
/proc/meminfo: memFree=316200/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21856] ppid=21834 vsize=54572 CPUtime=756.56
/proc/21856/stat : 21856 (minisat) R 21834 21834 21565 0 -1 4194304 13106 0 0 0 75632 24 0 0 25 0 1 0 175037600 55881728 13088 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 0 0 0
/proc/21856/statm: 13643 13088 54 142 0 13499 0
Current children cumulated CPU time (s) 759.24
Current children cumulated vsize (KiB) 102136

[startup+823.39 s]
/proc/loadavg: 1.98 1.98 2.03 3/99 21914
/proc/meminfo: memFree=318440/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21856] ppid=21834 vsize=54784 CPUtime=816.5
/proc/21856/stat : 21856 (minisat) R 21834 21834 21565 0 -1 4194304 13160 0 0 0 81626 24 0 0 25 0 1 0 175037600 56098816 13142 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529611 0 0 4096 3 0 0 0 17 0 0 0
/proc/21856/statm: 13696 13142 54 142 0 13552 0
Current children cumulated CPU time (s) 819.18
Current children cumulated vsize (KiB) 102348

[startup+883.42 s]
/proc/loadavg: 2.07 2.00 2.03 3/99 21914
/proc/meminfo: memFree=318312/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21856] ppid=21834 vsize=54948 CPUtime=876.48
/proc/21856/stat : 21856 (minisat) R 21834 21834 21565 0 -1 4194304 13188 0 0 0 87623 25 0 0 25 0 1 0 175037600 56266752 13170 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/21856/statm: 13737 13170 54 142 0 13593 0
Current children cumulated CPU time (s) 879.16
Current children cumulated vsize (KiB) 102512

[startup+943.526 s]
/proc/loadavg: 2.02 2.00 2.03 3/99 21914
/proc/meminfo: memFree=250216/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21856] ppid=21834 vsize=55376 CPUtime=936.32
/proc/21856/stat : 21856 (minisat) R 21834 21834 21565 0 -1 4194304 13272 0 0 0 93607 25 0 0 25 0 1 0 175037600 56705024 13254 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529453 0 0 4096 3 0 0 0 17 0 0 0
/proc/21856/statm: 13844 13254 54 142 0 13700 0
Current children cumulated CPU time (s) 939
Current children cumulated vsize (KiB) 102940

[startup+1003.61 s]
/proc/loadavg: 2.01 2.00 2.02 3/99 21914
/proc/meminfo: memFree=248040/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21856] ppid=21834 vsize=57580 CPUtime=996.06
/proc/21856/stat : 21856 (minisat) R 21834 21834 21565 0 -1 4194304 13805 0 0 0 99580 26 0 0 25 0 1 0 175037600 58961920 13787 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/21856/statm: 14395 13787 54 142 0 14251 0
Current children cumulated CPU time (s) 998.74
Current children cumulated vsize (KiB) 105144

[startup+1063.71 s]
/proc/loadavg: 2.00 2.00 2.01 3/99 21914
/proc/meminfo: memFree=245032/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21856] ppid=21834 vsize=60416 CPUtime=1055.83
/proc/21856/stat : 21856 (minisat) R 21834 21834 21565 0 -1 4194304 14512 0 0 0 105556 27 0 0 25 0 1 0 175037600 61865984 14494 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/21856/statm: 15104 14494 54 142 0 14960 0
Current children cumulated CPU time (s) 1058.51
Current children cumulated vsize (KiB) 107980

[startup+1123.79 s]
/proc/loadavg: 2.00 2.00 2.01 3/99 21914
/proc/meminfo: memFree=244072/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21856] ppid=21834 vsize=61464 CPUtime=1115.59
/proc/21856/stat : 21856 (minisat) R 21834 21834 21565 0 -1 4194304 14738 0 0 0 111532 27 0 0 25 0 1 0 175037600 62939136 14720 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/21856/statm: 15366 14720 54 142 0 15222 0
Current children cumulated CPU time (s) 1118.27
Current children cumulated vsize (KiB) 109028

[startup+1183.88 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 21914
/proc/meminfo: memFree=243432/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21856] ppid=21834 vsize=62104 CPUtime=1175.33
/proc/21856/stat : 21856 (minisat) R 21834 21834 21565 0 -1 4194304 14868 0 0 0 117505 28 0 0 25 0 1 0 175037600 63594496 14850 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/21856/statm: 15526 14850 54 142 0 15382 0
Current children cumulated CPU time (s) 1178.01
Current children cumulated vsize (KiB) 109668

[startup+1243.97 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 21914
/proc/meminfo: memFree=243304/2055920 swapFree=4156316/4192956
[pid=21834] ppid=21832 vsize=47564 CPUtime=2.68
/proc/21834/stat : 21834 (galac.sh) S 21832 21834 21565 0 -1 4194304 793 23323 6 7 0 0 254 14 17 0 1 0 175037272 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21834/statm: 11891 362 244 79 0 218 0
[pid=21856] ppid=21834 vsize=62104 CPUtime=1235.09
/proc/21856/stat : 21856 (minisat) R 21834 21834 21565 0 -1 4194304 14871 0 0 0 123481 28 0 0 25 0 1 0 175037600 63594496 14853 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/21856/statm: 15526 14853 54 142 0 15382 0
Current children cumulated CPU time (s) 1237.77
Current children cumulated vsize (KiB) 109668

Child status: 0
Real time (s): 1296.73
CPU time (s): 1290.27
CPU user time (s): 1289.81
CPU system time (s): 0.45893
CPU usage (%): 99.5023
Max. virtual memory (cumulated for all children) (KiB): 908628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1289.81
system time used= 0.45893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39230
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1257
involuntary context switches= 31221

runsolver used 1.50177 s user time and 4.25935 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Mon Jan  8 14:27:07 UTC 2007


IDJOB= 223775
IDBENCH= 5678
FILE ID= node21/223775-1168266427

PBS_JOBID= 3482846

Free space on /tmp= 66560 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-43_ext.xml
COMMAND LINE= /tmp/evaluation/223775-1168266427/galac.sh /tmp/evaluation/223775-1168266427/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-223775-1168266427 -o ROOT/results/node21/solver-223775-1168266427 -C 1800 -M 900  /tmp/evaluation/223775-1168266427/galac.sh /tmp/evaluation/223775-1168266427/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  39c370cf5dacf33fbeebdad3c1e8acaa

RANDOM SEED= 599597538

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	: 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.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:        434856 kB
Buffers:          5428 kB
Cached:        1503024 kB
SwapCached:       2304 kB
Active:        1014892 kB
Inactive:       552948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        434856 kB
SwapTotal:     4192956 kB
SwapFree:      4156316 kB
Dirty:            5160 kB
Writeback:           0 kB
Mapped:          69700 kB
Slab:            38192 kB
Committed_AS:  3642432 kB
PageTables:       2172 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= 66559 MiB



End job on node21 on Mon Jan  8 14:48:45 UTC 2007