Trace number 368669

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
TTS 4.0UNSAT 2918.6 2920.73

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-fclqcolor-10-07-09.sat05-1282.reshuffled-07.cnf
MD5SUM9f209556efd81ba93e992e22316c3ed8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2374.41
Satisfiable
(Un)Satisfiability was proved
Number of variables205
Number of clauses4549
Sum of the clauses size12775
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2975
Number of clauses of size 33555
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519

Solver Data (download as text)

2918.46/2920.65	c Command: /tmp/evaluation/368669-1177270627/tts-4-0 /tmp/evaluation/368669-1177270627/instance-368669-1177270627.cnf 
2918.46/2920.65	c CPU limit set to 5000.000000
2918.46/2920.65	c Variables = 205
2918.46/2920.65	c Clauses = 4549
2918.46/2920.65	c Literals = 12775
2918.46/2920.65	c Reduced size:
2918.46/2920.65	c Variables = 205
2918.46/2920.65	c Clauses = 4549
2918.46/2920.65	c Literals = 12775
2918.46/2920.65	c Independent sub-problems = 1
2918.46/2920.65	c Sub-problem with 205 variables
2918.46/2920.65	c using permutation method 4
2918.46/2920.65	c Ordering finished 0.020 seconds
2918.46/2920.65	c mapped 0.020 seconds
2918.46/2920.65	c permuted 0.020 seconds
2918.46/2920.65	c init finished 0.020 seconds
2918.46/2920.65	c tree built 0.050 seconds
2918.46/2920.65	c Partial assignments = 26093478, improvements = 3927538
2918.46/2920.65	s UNSATISFIABLE
2918.46/2920.65	c Time = 2918.96 seconds

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node11/watcher-368669-1177270627 -o ROOT/results/node11/solver-368669-1177270627 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/368669-1177270627/tts-4-0 /tmp/evaluation/368669-1177270627/instance-368669-1177270627.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 8389
/proc/meminfo: memFree=1610136/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=796 CPUtime=0
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 109 0 0 0 0 0 0 0 18 0 1 0 168111656 815104 94 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134627035 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 199 95 57 113 0 83 0

[startup+0.062381 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 8389
/proc/meminfo: memFree=1610136/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=3064 CPUtime=0.05
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 674 0 0 0 5 0 0 0 18 0 1 0 168111656 3137536 659 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134535866 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 766 659 66 113 0 650 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3064

[startup+0.101385 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 8389
/proc/meminfo: memFree=1610136/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=3064 CPUtime=0.09
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 689 0 0 0 9 0 0 0 18 0 1 0 168111656 3137536 674 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134591886 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 766 674 66 113 0 650 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3064

[startup+0.301409 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 8389
/proc/meminfo: memFree=1610136/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=3240 CPUtime=0.29
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 742 0 0 0 29 0 0 0 19 0 1 0 168111656 3317760 727 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134641336 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 810 727 66 113 0 694 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3240

[startup+0.701457 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 8389
/proc/meminfo: memFree=1610136/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=3476 CPUtime=0.69
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 805 0 0 0 69 0 0 0 24 0 1 0 168111656 3559424 790 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534117 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 869 790 66 113 0 753 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3476

[startup+1.50155 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 8390
/proc/meminfo: memFree=1607000/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=4196 CPUtime=1.49
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 946 0 0 0 149 0 0 0 25 0 1 0 168111656 4296704 931 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134641316 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 1049 931 66 113 0 933 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4196

[startup+3.10174 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 8390
/proc/meminfo: memFree=1606040/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=5140 CPUtime=3.09
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 1201 0 0 0 309 0 0 0 25 0 1 0 168111656 5263360 1186 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134591976 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 1285 1186 66 113 0 1169 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5140

[startup+6.30112 s]
/proc/loadavg: 0.87 0.97 0.99 2/78 8390
/proc/meminfo: memFree=1604184/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=6784 CPUtime=6.29
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 1637 0 0 0 629 0 0 0 25 0 1 0 168111656 6946816 1622 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534389 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 1696 1622 66 113 0 1580 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6784

[startup+12.7019 s]
/proc/loadavg: 0.88 0.97 0.99 2/78 8390
/proc/meminfo: memFree=1598248/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=12488 CPUtime=12.69
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 3048 0 0 0 1268 1 0 0 25 0 1 0 168111656 12787712 3033 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534117 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 3122 3033 66 113 0 3006 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12488

[startup+25.5014 s]
/proc/loadavg: 0.90 0.97 0.99 2/78 8390
/proc/meminfo: memFree=1590640/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=19996 CPUtime=25.47
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 4915 0 0 0 2545 2 0 0 25 0 1 0 168111656 20475904 4900 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 4999 4900 66 113 0 4883 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 19996

[startup+51.1024 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 8390
/proc/meminfo: memFree=1577776/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=32892 CPUtime=51.05
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 8173 0 0 0 5102 3 0 0 25 0 1 0 168111656 33681408 8158 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134543282 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 8223 8158 66 113 0 8107 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 32892

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 8390
/proc/meminfo: memFree=1559472/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=50940 CPUtime=102.22
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 12657 0 0 0 10217 5 0 0 25 0 1 0 168111656 52162560 12642 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134591705 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 12735 12642 66 113 0 12619 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 50940

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8390
/proc/meminfo: memFree=1525744/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=84708 CPUtime=162.15
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 21088 0 0 0 16205 10 0 0 25 0 1 0 168111656 86740992 21073 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 21177 21073 66 113 0 21061 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 84708

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8390
/proc/meminfo: memFree=1503152/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=107212 CPUtime=222.11
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 26714 0 0 0 22198 13 0 0 25 0 1 0 168111656 109785088 26699 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134535187 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 26803 26699 66 113 0 26687 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 107212

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8390
/proc/meminfo: memFree=1485360/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=125028 CPUtime=282.06
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 31184 0 0 0 28190 16 0 0 25 0 1 0 168111656 128028672 31169 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534128 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 31257 31169 66 113 0 31141 0
Current children cumulated CPU time (s) 282.06
Current children cumulated vsize (KiB) 125028

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8390
/proc/meminfo: memFree=1472880/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=137216 CPUtime=342
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 34250 0 0 0 34180 20 0 0 25 0 1 0 168111656 140509184 34235 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534089 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 34304 34235 66 113 0 34188 0
Current children cumulated CPU time (s) 342
Current children cumulated vsize (KiB) 137216

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8390
/proc/meminfo: memFree=1459952/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=150340 CPUtime=401.95
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 37514 0 0 0 40173 22 0 0 25 0 1 0 168111656 153948160 37499 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534120 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 37585 37499 66 113 0 37469 0
Current children cumulated CPU time (s) 401.95
Current children cumulated vsize (KiB) 150340

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8392
/proc/meminfo: memFree=1447216/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=163000 CPUtime=461.92
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 40699 0 0 0 46167 25 0 0 25 0 1 0 168111656 166912000 40684 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 40750 40684 66 113 0 40634 0
Current children cumulated CPU time (s) 461.92
Current children cumulated vsize (KiB) 163000

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8392
/proc/meminfo: memFree=1435120/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=175420 CPUtime=521.88
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 43763 0 0 0 52160 28 0 0 25 0 1 0 168111656 179630080 43748 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 43855 43748 66 113 0 43739 0
Current children cumulated CPU time (s) 521.88
Current children cumulated vsize (KiB) 175420

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8392
/proc/meminfo: memFree=1419760/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=190424 CPUtime=581.84
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 47556 0 0 0 58153 31 0 0 25 0 1 0 168111656 194994176 47541 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534408 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 47606 47541 66 113 0 47490 0
Current children cumulated CPU time (s) 581.84
Current children cumulated vsize (KiB) 190424

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8392
/proc/meminfo: memFree=1403824/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=206360 CPUtime=641.8
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 51516 0 0 0 64147 33 0 0 25 0 1 0 168111656 211312640 51501 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134513469 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 51590 51501 66 113 0 51474 0
Current children cumulated CPU time (s) 641.8
Current children cumulated vsize (KiB) 206360


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

/proc/meminfo: memFree=1157872/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=451536 CPUtime=2320.63
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 112833 0 0 0 231966 97 0 0 25 0 1 0 168111656 462372864 112818 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534440 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 112884 112818 66 113 0 112768 0
Current children cumulated CPU time (s) 2320.63
Current children cumulated vsize (KiB) 451536

[startup+2382.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8590
/proc/meminfo: memFree=1150832/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=458804 CPUtime=2380.57
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 114604 0 0 0 237958 99 0 0 25 0 1 0 168111656 469815296 114589 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534386 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 114701 114589 66 113 0 114585 0
Current children cumulated CPU time (s) 2380.57
Current children cumulated vsize (KiB) 458804

[startup+2442.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8590
/proc/meminfo: memFree=1148400/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=460912 CPUtime=2440.5
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 115171 0 0 0 243950 100 0 0 25 0 1 0 168111656 471973888 115156 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534103 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 115228 115156 66 113 0 115112 0
Current children cumulated CPU time (s) 2440.5
Current children cumulated vsize (KiB) 460912

[startup+2502.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8590
/proc/meminfo: memFree=1145904/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=463728 CPUtime=2500.45
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 115859 0 0 0 249945 100 0 0 25 0 1 0 168111656 474857472 115844 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 115932 115844 66 113 0 115816 0
Current children cumulated CPU time (s) 2500.45
Current children cumulated vsize (KiB) 463728

[startup+2562.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8590
/proc/meminfo: memFree=1137968/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=471460 CPUtime=2560.42
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 117799 0 0 0 255940 102 0 0 25 0 1 0 168111656 482775040 117784 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 117865 117784 66 113 0 117749 0
Current children cumulated CPU time (s) 2560.42
Current children cumulated vsize (KiB) 471460

[startup+2622.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8590
/proc/meminfo: memFree=1134512/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=474976 CPUtime=2620.37
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 118664 0 0 0 261935 102 0 0 25 0 1 0 168111656 486375424 118649 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 118744 118649 66 113 0 118628 0
Current children cumulated CPU time (s) 2620.37
Current children cumulated vsize (KiB) 474976

[startup+2682.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8590
/proc/meminfo: memFree=1124528/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=485288 CPUtime=2680.33
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 121223 0 0 0 267928 105 0 0 25 0 1 0 168111656 496934912 121208 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 121322 121208 66 113 0 121206 0
Current children cumulated CPU time (s) 2680.33
Current children cumulated vsize (KiB) 485288

[startup+2742.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8590
/proc/meminfo: memFree=1114672/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=494900 CPUtime=2740.3
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 123622 0 0 0 273923 107 0 0 25 0 1 0 168111656 506777600 123607 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534709 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 123725 123607 66 113 0 123609 0
Current children cumulated CPU time (s) 2740.3
Current children cumulated vsize (KiB) 494900

[startup+2802.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8590
/proc/meminfo: memFree=1107248/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=502168 CPUtime=2800.24
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 125489 0 0 0 279915 109 0 0 25 0 1 0 168111656 514220032 125474 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534103 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 125542 125474 66 113 0 125426 0
Current children cumulated CPU time (s) 2800.24
Current children cumulated vsize (KiB) 502168

[startup+2862.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8590
/proc/meminfo: memFree=1101936/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=507556 CPUtime=2860.19
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 126795 0 0 0 285909 110 0 0 25 0 1 0 168111656 519737344 126780 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 126889 126780 66 113 0 126773 0
Current children cumulated CPU time (s) 2860.19
Current children cumulated vsize (KiB) 507556

Solver just ended. Dumping a history of the last processes samples

[startup+2867.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8590
/proc/meminfo: memFree=1101488/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=508024 CPUtime=2864.99
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 126907 0 0 0 286388 111 0 0 25 0 1 0 168111656 520216576 126892 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 127006 126892 66 113 0 126890 0
Current children cumulated CPU time (s) 2864.99
Current children cumulated vsize (KiB) 508024

[startup+2892.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8590
/proc/meminfo: memFree=1100016/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=509432 CPUtime=2890.58
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 127289 0 0 0 288947 111 0 0 25 0 1 0 168111656 521658368 127274 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534095 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 127358 127274 66 113 0 127242 0
Current children cumulated CPU time (s) 2890.58
Current children cumulated vsize (KiB) 509432

[startup+2905.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8590
/proc/meminfo: memFree=1099440/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=509900 CPUtime=2903.36
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 127389 0 0 0 290225 111 0 0 25 0 1 0 168111656 522137600 127374 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 127475 127374 66 113 0 127359 0
Current children cumulated CPU time (s) 2903.36
Current children cumulated vsize (KiB) 509900

[startup+2911.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8590
/proc/meminfo: memFree=1098928/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=510368 CPUtime=2909.75
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 127513 0 0 0 290864 111 0 0 25 0 1 0 168111656 522616832 127498 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534140 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 127592 127498 66 113 0 127476 0
Current children cumulated CPU time (s) 2909.75
Current children cumulated vsize (KiB) 510368

[startup+2915.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8590
/proc/meminfo: memFree=1098544/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=510840 CPUtime=2912.95
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 127613 0 0 0 291184 111 0 0 25 0 1 0 168111656 523100160 127598 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134543308 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 127710 127598 66 113 0 127594 0
Current children cumulated CPU time (s) 2912.95
Current children cumulated vsize (KiB) 510840

[startup+2918.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8590
/proc/meminfo: memFree=1097520/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=511776 CPUtime=2916.16
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 127871 0 0 0 291504 112 0 0 25 0 1 0 168111656 524058624 127856 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534440 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 127944 127856 66 113 0 127828 0
Current children cumulated CPU time (s) 2916.16
Current children cumulated vsize (KiB) 511776

[startup+2919.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8590
/proc/meminfo: memFree=1096944/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=512712 CPUtime=2917.76
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 128093 0 0 0 291664 112 0 0 25 0 1 0 168111656 525017088 128078 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534368 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 128178 128078 66 113 0 128062 0
Current children cumulated CPU time (s) 2917.76
Current children cumulated vsize (KiB) 512712

[startup+2920.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8590
/proc/meminfo: memFree=1096944/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=512948 CPUtime=2918.16
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194304 128149 0 0 0 291704 112 0 0 25 0 1 0 168111656 525258752 128134 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 128237 128134 66 113 0 128121 0
Current children cumulated CPU time (s) 2918.16
Current children cumulated vsize (KiB) 512948

[startup+2920.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8590
/proc/meminfo: memFree=1096304/2055920 swapFree=4150632/4192956
[pid=8389] ppid=8387 vsize=0 CPUtime=2918.56
/proc/8389/stat : 8389 (tts-4-0) R 8387 8389 8333 0 -1 4194308 128187 0 0 0 291740 116 0 0 25 0 1 0 168111656 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/8389/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2918.56
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 2920.73
CPU time (s): 2918.6
CPU user time (s): 2917.4
CPU system time (s): 1.19682
CPU usage (%): 99.9269
Max. virtual memory (cumulated for all children) (KiB): 512948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2917.4
system time used= 1.19682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128187
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 61360

runsolver used 2.82457 second user time and 7.80481 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Apr 22 19:37:07 UTC 2007

IDJOB= 368669
IDBENCH= 24674
IDSOLVER= 178
FILE ID= node11/368669-1177270627

PBS_JOBID= 4650715

Free space on /tmp= 66349 MiB

SOLVER NAME= TTS 4.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-fclqcolor-10-07-09.sat05-1282.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/368669-1177270627/tts-4-0 /tmp/evaluation/368669-1177270627/instance-368669-1177270627.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-368669-1177270627 -o ROOT/results/node11/solver-368669-1177270627 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/368669-1177270627/tts-4-0 /tmp/evaluation/368669-1177270627/instance-368669-1177270627.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  9f209556efd81ba93e992e22316c3ed8

RANDOM SEED= 178248241

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.235
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.235
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:       1610608 kB
Buffers:         40124 kB
Cached:         316512 kB
SwapCached:      10904 kB
Active:         138480 kB
Inactive:       241204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1610608 kB
SwapTotal:     4192956 kB
SwapFree:      4150632 kB
Dirty:             756 kB
Writeback:           0 kB
Mapped:          30084 kB
Slab:            51152 kB
Committed_AS:  6283988 kB
PageTables:       1848 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= 66349 MiB

End job on node11 on Sun Apr 22 20:25:48 UTC 2007