Trace number 226489

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 1227.8 1230.18

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-31_ext.xml
MD5SUM8cfb7f062f28b0701b26adee3b2be2b4
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 benchmark16.7964
SatisfiableNO
(Un)Satisfiability was provedNO
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.07	c start processing
1.07	c start relation processing
1.25	c start cnf exporting
3.94	c parsing time : 0.906
3.94	c preprocessing time : 3.777
3.94	
3.94	c Nary constraints - conflicts : 0 supports : 0
3.94	c Binary constraints - conflicts : 0 supports :135
3.94	c max arity constraint : 2
3.94	c Max Tuples generated 0
3.94	c relations : 135
3.94	c relations BDD: 0
3.94	c vars : 1601 - clauses :  42040
3.94	
3.98	 
3.98	c --- Minisat Stats ---
3.98	 
1230.16	c restarts              : 19
1230.16	c conflicts             : 322577         (264 /sec)
1230.16	c decisions             : 432439         (1.22 % random) (353 /sec)
1230.16	c propagations          : 77619059       (63437 /sec)
1230.16	c conflict literals     : 67891291       (23.19 % deleted)
1230.16	c Memory used           : 84.42 MB
1230.16	c CPU time              : 1223.56 s
1230.16	
1230.16	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/node56/watcher-226489-1168275559 -o ROOT/results/node56/solver-226489-1168275559 -C 1800 -M 900 /tmp/evaluation/226489-1168275559/galac.sh /tmp/evaluation/226489-1168275559/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.45 1.14 1.33 5/81 12425
/proc/meminfo: memFree=1799584/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=6348 CPUtime=0
/proc/12424/stat : 12424 (galac.sh) R 12422 12424 12129 0 -1 4194304 261 0 0 0 0 0 0 0 20 0 1 0 175954045 6500352 216 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253307355218 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12424/statm: 1587 216 165 79 0 123 0

[startup+0.106278 s]
/proc/loadavg: 1.45 1.14 1.33 5/81 12425
/proc/meminfo: memFree=1799584/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=0.02
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 762 1704 0 0 0 1 0 1 18 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47560

[startup+0.514307 s]
/proc/loadavg: 1.45 1.14 1.33 5/81 12425
/proc/meminfo: memFree=1799584/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=0.02
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 762 1704 0 0 0 1 0 1 18 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47560

[startup+1.33539 s]
/proc/loadavg: 1.58 1.17 1.34 4/89 12445
/proc/meminfo: memFree=1729056/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=0.02
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 762 1704 0 0 0 1 0 1 18 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12438] ppid=12424 vsize=861064 CPUtime=1.28
/proc/12438/stat : 12438 (java) R 12424 12424 12129 0 -1 0 21985 0 1 0 115 13 0 0 20 0 8 0 175954049 881729536 21738 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4072925643 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12438/statm: 215266 21738 1993 14 0 201471 0
[pid=12438/tid=12439] ppid=12424 vsize=861064 CPUtime=0.06
/proc/12438/task/12439/stat : 12439 (java) S 12424 12424 12129 0 -1 64 6117 0 0 0 4 2 0 0 16 0 8 0 175954053 881729536 21738 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12438/tid=12440] ppid=12424 vsize=861064 CPUtime=0
/proc/12438/task/12440/stat : 12440 (java) S 12424 12424 12129 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 175954053 881729536 21738 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12438/tid=12441] ppid=12424 vsize=861064 CPUtime=0
/proc/12438/task/12441/stat : 12441 (java) S 12424 12424 12129 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 175954053 881729536 21738 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12438/tid=12442] ppid=12424 vsize=861064 CPUtime=0
/proc/12438/task/12442/stat : 12442 (java) S 12424 12424 12129 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 175954057 881729536 21738 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12438/tid=12443] ppid=12424 vsize=861064 CPUtime=0.21
/proc/12438/task/12443/stat : 12443 (java) S 12424 12424 12129 0 -1 64 951 0 0 0 20 1 0 0 16 0 8 0 175954057 881729536 21738 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12438/tid=12444] ppid=12424 vsize=861064 CPUtime=0
/proc/12438/task/12444/stat : 12444 (java) S 12424 12424 12129 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175954057 881729536 21738 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12438/tid=12445] ppid=12424 vsize=861064 CPUtime=0
/proc/12438/task/12445/stat : 12445 (java) S 12424 12424 12129 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175954057 881729536 21738 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 908624

[startup+2.97255 s]
/proc/loadavg: 1.58 1.17 1.34 3/89 12445
/proc/meminfo: memFree=1715168/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=0.02
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 762 1704 0 0 0 1 0 1 18 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12438] ppid=12424 vsize=861064 CPUtime=2.89
/proc/12438/stat : 12438 (java) R 12424 12424 12129 0 -1 0 22974 0 1 0 275 14 0 0 25 0 8 0 175954049 881729536 22725 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074052905 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12438/statm: 215266 22725 1996 14 0 201471 0
[pid=12438/tid=12439] ppid=12424 vsize=861064 CPUtime=0.09
/proc/12438/task/12439/stat : 12439 (java) S 12424 12424 12129 0 -1 64 7066 0 0 0 6 3 0 0 16 0 8 0 175954053 881729536 22725 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12438/tid=12440] ppid=12424 vsize=861064 CPUtime=0
/proc/12438/task/12440/stat : 12440 (java) S 12424 12424 12129 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 175954053 881729536 22725 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12438/tid=12441] ppid=12424 vsize=861064 CPUtime=0
/proc/12438/task/12441/stat : 12441 (java) S 12424 12424 12129 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 175954053 881729536 22725 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12438/tid=12442] ppid=12424 vsize=861064 CPUtime=0
/proc/12438/task/12442/stat : 12442 (java) S 12424 12424 12129 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 175954057 881729536 22725 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12438/tid=12443] ppid=12424 vsize=861064 CPUtime=0.26
/proc/12438/task/12443/stat : 12443 (java) S 12424 12424 12129 0 -1 64 985 0 0 0 25 1 0 0 16 0 8 0 175954057 881729536 22725 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12438/tid=12444] ppid=12424 vsize=861064 CPUtime=0
/proc/12438/task/12444/stat : 12444 (java) S 12424 12424 12129 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175954057 881729536 22725 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12438/tid=12445] ppid=12424 vsize=861064 CPUtime=0
/proc/12438/task/12445/stat : 12445 (java) S 12424 12424 12129 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175954057 881729536 22725 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 908624

[startup+6.25436 s]
/proc/loadavg: 1.58 1.17 1.34 3/82 12446
/proc/meminfo: memFree=1789976/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=3.9
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 800 24688 0 1 0 1 372 17 17 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12446] ppid=12424 vsize=9472 CPUtime=2.24
/proc/12446/stat : 12446 (minisat) R 12424 12424 12129 0 -1 4194304 2268 0 0 0 222 2 0 0 25 0 1 0 175954444 9699328 2250 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/12446/statm: 2368 2250 54 142 0 2224 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 57032

[startup+12.7335 s]
/proc/loadavg: 1.64 1.20 1.35 3/82 12446
/proc/meminfo: memFree=1783320/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=3.9
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 800 24688 0 1 0 1 372 17 17 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12446] ppid=12424 vsize=15416 CPUtime=8.65
/proc/12446/stat : 12446 (minisat) R 12424 12424 12129 0 -1 4194304 3740 0 0 0 862 3 0 0 25 0 1 0 175954444 15785984 3722 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/12446/statm: 3854 3722 54 142 0 3710 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 62976

[startup+25.5748 s]
/proc/loadavg: 1.70 1.22 1.36 3/82 12446
/proc/meminfo: memFree=1775640/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=3.9
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 800 24688 0 1 0 1 372 17 17 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12446] ppid=12424 vsize=23392 CPUtime=21.38
/proc/12446/stat : 12446 (minisat) R 12424 12424 12129 0 -1 4194304 5711 0 0 0 2133 5 0 0 25 0 1 0 175954444 23953408 5693 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/12446/statm: 5848 5693 54 142 0 5704 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 70952

[startup+51.2533 s]
/proc/loadavg: 1.81 1.30 1.38 3/82 12446
/proc/meminfo: memFree=1766232/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=3.9
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 800 24688 0 1 0 1 372 17 17 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12446] ppid=12424 vsize=32628 CPUtime=46.82
/proc/12446/stat : 12446 (minisat) R 12424 12424 12129 0 -1 4194304 8012 0 0 0 4675 7 0 0 25 0 1 0 175954444 33411072 7994 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/12446/statm: 8157 7994 54 142 0 8013 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 80188

[startup+102.498 s]
/proc/loadavg: 1.92 1.40 1.40 3/82 12446
/proc/meminfo: memFree=1752664/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=3.9
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 800 24688 0 1 0 1 372 17 17 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12446] ppid=12424 vsize=46404 CPUtime=97.58
/proc/12446/stat : 12446 (minisat) R 12424 12424 12129 0 -1 4194304 11432 0 0 0 9746 12 0 0 25 0 1 0 175954444 47517696 11414 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/12446/statm: 11601 11414 54 142 0 11457 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 93964

[startup+162.513 s]
/proc/loadavg: 1.97 1.51 1.44 3/88 12596
/proc/meminfo: memFree=1742368/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=3.9
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 800 24688 0 1 0 1 372 17 17 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12446] ppid=12424 vsize=55412 CPUtime=156.89
/proc/12446/stat : 12446 (minisat) R 12424 12424 12129 0 -1 4194304 13636 0 0 0 15675 14 0 0 25 0 1 0 175954444 56741888 13618 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/12446/statm: 13853 13618 54 142 0 13709 0
Current children cumulated CPU time (s) 160.79
Current children cumulated vsize (KiB) 102972

[startup+222.6 s]
/proc/loadavg: 1.81 1.55 1.46 3/86 12824
/proc/meminfo: memFree=1675640/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=3.9
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 800 24688 0 1 0 1 372 17 17 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12446] ppid=12424 vsize=55412 CPUtime=216.62
/proc/12446/stat : 12446 (minisat) R 12424 12424 12129 0 -1 4194304 13643 0 0 0 21643 19 0 0 25 0 1 0 175954444 56741888 13625 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/12446/statm: 13853 13625 54 142 0 13709 0
Current children cumulated CPU time (s) 220.52
Current children cumulated vsize (KiB) 102972

[startup+282.672 s]
/proc/loadavg: 1.64 1.56 1.46 2/66 12839
/proc/meminfo: memFree=1759712/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=3.9
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 800 24688 0 1 0 1 372 17 17 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12446] ppid=12424 vsize=56792 CPUtime=276.65
/proc/12446/stat : 12446 (minisat) R 12424 12424 12129 0 -1 4194304 13961 0 0 0 27644 21 0 0 25 0 1 0 175954444 58155008 13943 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/12446/statm: 14198 13943 54 142 0 14054 0
Current children cumulated CPU time (s) 280.55
Current children cumulated vsize (KiB) 104352

[startup+342.745 s]
/proc/loadavg: 1.24 1.46 1.43 2/66 12839
/proc/meminfo: memFree=1752736/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=3.9
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 800 24688 0 1 0 1 372 17 17 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12446] ppid=12424 vsize=64036 CPUtime=336.69
/proc/12446/stat : 12446 (minisat) R 12424 12424 12129 0 -1 4194304 15737 0 0 0 33647 22 0 0 25 0 1 0 175954444 65572864 15719 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/12446/statm: 16009 15719 54 142 0 15865 0
Current children cumulated CPU time (s) 340.59
Current children cumulated vsize (KiB) 111596

[startup+402.816 s]
/proc/loadavg: 1.08 1.37 1.40 2/66 12839
/proc/meminfo: memFree=1752160/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=3.9
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 800 24688 0 1 0 1 372 17 17 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12446] ppid=12424 vsize=64856 CPUtime=396.75
/proc/12446/stat : 12446 (minisat) R 12424 12424 12129 0 -1 4194304 15924 0 0 0 39652 23 0 0 25 0 1 0 175954444 66412544 15906 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529330 0 0 4096 3 0 0 0 17 0 0 0
/proc/12446/statm: 16214 15906 54 142 0 16070 0
Current children cumulated CPU time (s) 400.65
Current children cumulated vsize (KiB) 112416

[startup+462.885 s]
/proc/loadavg: 1.03 1.30 1.37 2/66 12839
/proc/meminfo: memFree=1750112/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=3.9
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 800 24688 0 1 0 1 372 17 17 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12446] ppid=12424 vsize=67056 CPUtime=456.81
/proc/12446/stat : 12446 (minisat) R 12424 12424 12129 0 -1 4194304 16423 0 0 0 45658 23 0 0 25 0 1 0 175954444 68665344 16405 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/12446/statm: 16764 16405 54 142 0 16620 0
Current children cumulated CPU time (s) 460.71
Current children cumulated vsize (KiB) 114616

[startup+522.959 s]
/proc/loadavg: 1.01 1.24 1.35 2/66 12839
/proc/meminfo: memFree=1747104/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=3.9
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 800 24688 0 1 0 1 372 17 17 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12446] ppid=12424 vsize=70376 CPUtime=516.86
/proc/12446/stat : 12446 (minisat) R 12424 12424 12129 0 -1 4194304 17198 0 0 0 51661 25 0 0 25 0 1 0 175954444 72065024 17180 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/12446/statm: 17594 17180 54 142 0 17450 0
Current children cumulated CPU time (s) 520.76
Current children cumulated vsize (KiB) 117936

[startup+583.032 s]
/proc/loadavg: 1.00 1.20 1.33 2/66 12839
/proc/meminfo: memFree=1745760/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=3.9
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 800 24688 0 1 0 1 372 17 17 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12446] ppid=12424 vsize=71564 CPUtime=576.92
/proc/12446/stat : 12446 (minisat) R 12424 12424 12129 0 -1 4194304 17506 0 0 0 57667 25 0 0 25 0 1 0 175954444 73281536 17488 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 0 0 0
/proc/12446/statm: 17891 17488 54 142 0 17747 0
Current children cumulated CPU time (s) 580.82
Current children cumulated vsize (KiB) 119124

[startup+643.104 s]
/proc/loadavg: 1.00 1.16 1.30 2/66 12839
/proc/meminfo: memFree=1745632/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=3.9
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 800 24688 0 1 0 1 372 17 17 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12446] ppid=12424 vsize=71740 CPUtime=636.97
/proc/12446/stat : 12446 (minisat) R 12424 12424 12129 0 -1 4194304 17524 0 0 0 63672 25 0 0 25 0 1 0 175954444 73461760 17506 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 0 0 0
/proc/12446/statm: 17935 17506 54 142 0 17791 0
Current children cumulated CPU time (s) 640.87
Current children cumulated vsize (KiB) 119300

[startup+703.175 s]
/proc/loadavg: 1.05 1.14 1.28 2/66 12839
/proc/meminfo: memFree=1745312/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=3.9
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 800 24688 0 1 0 1 372 17 17 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12446] ppid=12424 vsize=72096 CPUtime=697.03
/proc/12446/stat : 12446 (minisat) R 12424 12424 12129 0 -1 4194304 17620 0 0 0 69677 26 0 0 25 0 1 0 175954444 73826304 17602 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/12446/statm: 18024 17602 54 142 0 17880 0
Current children cumulated CPU time (s) 700.93
Current children cumulated vsize (KiB) 119656

[startup+763.244 s]
/proc/loadavg: 1.02 1.11 1.26 2/66 12839
/proc/meminfo: memFree=1740704/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=3.9
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 800 24688 0 1 0 1 372 17 17 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12446] ppid=12424 vsize=76732 CPUtime=757.08
/proc/12446/stat : 12446 (minisat) R 12424 12424 12129 0 -1 4194304 18755 0 0 0 75681 27 0 0 25 0 1 0 175954444 78573568 18737 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/12446/statm: 19183 18737 54 142 0 19039 0
Current children cumulated CPU time (s) 760.98
Current children cumulated vsize (KiB) 124292

[startup+823.315 s]
/proc/loadavg: 1.00 1.09 1.25 2/66 12839
/proc/meminfo: memFree=1740640/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=3.9
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 800 24688 0 1 0 1 372 17 17 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12446] ppid=12424 vsize=76732 CPUtime=817.14
/proc/12446/stat : 12446 (minisat) R 12424 12424 12129 0 -1 4194304 18761 0 0 0 81687 27 0 0 25 0 1 0 175954444 78573568 18743 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/12446/statm: 19183 18743 54 142 0 19039 0
Current children cumulated CPU time (s) 821.04
Current children cumulated vsize (KiB) 124292

[startup+883.385 s]
/proc/loadavg: 1.00 1.07 1.23 2/66 12839
/proc/meminfo: memFree=1740192/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=3.9
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 800 24688 0 1 0 1 372 17 17 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12446] ppid=12424 vsize=77352 CPUtime=877.19
/proc/12446/stat : 12446 (minisat) R 12424 12424 12129 0 -1 4194304 18883 0 0 0 87692 27 0 0 25 0 1 0 175954444 79208448 18865 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/12446/statm: 19338 18865 54 142 0 19194 0
Current children cumulated CPU time (s) 881.09
Current children cumulated vsize (KiB) 124912

[startup+943.46 s]
/proc/loadavg: 1.06 1.07 1.22 2/66 12839
/proc/meminfo: memFree=1739488/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=3.9
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 800 24688 0 1 0 1 372 17 17 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12446] ppid=12424 vsize=78212 CPUtime=937.25
/proc/12446/stat : 12446 (minisat) R 12424 12424 12129 0 -1 4194304 19057 0 0 0 93698 27 0 0 25 0 1 0 175954444 80089088 19039 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/12446/statm: 19553 19039 54 142 0 19409 0
Current children cumulated CPU time (s) 941.15
Current children cumulated vsize (KiB) 125772

[startup+1003.53 s]
/proc/loadavg: 1.02 1.05 1.20 2/66 12839
/proc/meminfo: memFree=1736224/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=3.9
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 800 24688 0 1 0 1 372 17 17 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12446] ppid=12424 vsize=81280 CPUtime=997.31
/proc/12446/stat : 12446 (minisat) R 12424 12424 12129 0 -1 4194304 19864 0 0 0 99702 29 0 0 25 0 1 0 175954444 83230720 19846 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/12446/statm: 20320 19846 54 142 0 20176 0
Current children cumulated CPU time (s) 1001.21
Current children cumulated vsize (KiB) 128840

[startup+1063.61 s]
/proc/loadavg: 1.00 1.04 1.18 2/66 12839
/proc/meminfo: memFree=1735712/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=3.9
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 800 24688 0 1 0 1 372 17 17 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12446] ppid=12424 vsize=81996 CPUtime=1057.36
/proc/12446/stat : 12446 (minisat) R 12424 12424 12129 0 -1 4194304 19996 0 0 0 105707 29 0 0 25 0 1 0 175954444 83963904 19978 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 0 0 0
/proc/12446/statm: 20499 19978 54 142 0 20355 0
Current children cumulated CPU time (s) 1061.26
Current children cumulated vsize (KiB) 129556

[startup+1123.68 s]
/proc/loadavg: 1.00 1.03 1.17 2/66 12839
/proc/meminfo: memFree=1735008/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=3.9
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 800 24688 0 1 0 1 372 17 17 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12446] ppid=12424 vsize=82744 CPUtime=1117.42
/proc/12446/stat : 12446 (minisat) R 12424 12424 12129 0 -1 4194304 20163 0 0 0 111713 29 0 0 25 0 1 0 175954444 84729856 20145 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 0 0 0
/proc/12446/statm: 20686 20145 54 142 0 20542 0
Current children cumulated CPU time (s) 1121.32
Current children cumulated vsize (KiB) 130304

[startup+1183.76 s]
/proc/loadavg: 1.00 1.02 1.16 2/66 12841
/proc/meminfo: memFree=1732960/2055920 swapFree=4184772/4192956
[pid=12424] ppid=12422 vsize=47560 CPUtime=3.9
/proc/12424/stat : 12424 (galac.sh) S 12422 12424 12129 0 -1 4194304 800 24688 0 1 0 1 372 17 17 0 1 0 175954045 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12424/statm: 11890 364 246 79 0 218 0
[pid=12446] ppid=12424 vsize=84952 CPUtime=1177.47
/proc/12446/stat : 12446 (minisat) R 12424 12424 12129 0 -1 4194304 20690 0 0 0 117717 30 0 0 25 0 1 0 175954444 86990848 20672 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/12446/statm: 21238 20672 54 142 0 21094 0
Current children cumulated CPU time (s) 1181.37
Current children cumulated vsize (KiB) 132512

Child status: 0
Real time (s): 1230.18
CPU time (s): 1227.8
CPU user time (s): 1227.29
CPU system time (s): 0.511922
CPU usage (%): 99.8067
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1227.29
system time used= 0.511922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46784
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= 995
involuntary context switches= 8263

runsolver used 1.15682 s user time and 3.44248 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Mon Jan  8 16:59:19 UTC 2007


IDJOB= 226489
IDBENCH= 5976
FILE ID= node56/226489-1168275559

PBS_JOBID= 3483307

Free space on /tmp= 66559 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  8cfb7f062f28b0701b26adee3b2be2b4

RANDOM SEED= 858467059

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.232
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.232
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:       1800064 kB
Buffers:         27676 kB
Cached:         150544 kB
SwapCached:       2048 kB
Active:         114496 kB
Inactive:        89712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1800064 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            4056 kB
Writeback:           0 kB
Mapped:          40488 kB
Slab:            36800 kB
Committed_AS:  3890944 kB
PageTables:       1968 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 node56 on Mon Jan  8 17:19:49 UTC 2007