Trace number 1524086

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
CircUs 2009-03-23? (TO) 1200.1 1200.52

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/800/
unif-k5-r20-v800-c16000-S315403000-060.cnf
MD5SUM5bdd8d21d4edc82016dc7031e101a675
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.8655
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses16000
Sum of the clauses size80000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 516000
Number of clauses of size over 50

Solver Data

0.00/0.06	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.00/0.06	c Eliminate time :       0.02 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1524086-1238363748/watcher-1524086-1238363748 -o /tmp/evaluation-result-1524086-1238363748/solver-1524086-1238363748 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524086-1238363748.cnf -t 1200 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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.99 0.98 0.99 2/72 1282
/proc/meminfo: memFree=1123200/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=1512 CPUtime=0
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 176 0 0 0 0 0 0 0 18 0 1 120000 1109036005 1548288 161 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 378 161 70 173 0 203 0

[startup+0.078899 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 1282
/proc/meminfo: memFree=1123200/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=2708 CPUtime=0.07
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 495 0 0 0 7 0 0 0 18 0 1 120000 1109036005 2772992 479 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 677 479 90 173 0 502 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2708

[startup+0.101902 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 1282
/proc/meminfo: memFree=1123200/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=2840 CPUtime=0.09
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 524 0 0 0 9 0 0 0 18 0 1 120000 1109036005 2908160 508 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 710 508 90 173 0 535 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2840

[startup+0.301941 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 1282
/proc/meminfo: memFree=1123200/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=3764 CPUtime=0.29
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 775 0 0 0 29 0 0 0 19 0 1 120000 1109036005 3854336 759 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 941 759 90 173 0 766 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3764

[startup+0.702019 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 1282
/proc/meminfo: memFree=1123200/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=5084 CPUtime=0.69
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 1083 0 0 0 69 0 0 0 23 0 1 120000 1109036005 5206016 1067 1992294400 134512640 135224549 4294956224 18446744073709551615 134595331 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 1271 1067 90 173 0 1096 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5084

[startup+1.50118 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1283
/proc/meminfo: memFree=1119032/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=5612 CPUtime=1.49
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 1224 0 0 0 149 0 0 0 25 0 1 120000 1109036005 5746688 1208 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 1403 1208 90 173 0 1228 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5612

[startup+3.10149 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1283
/proc/meminfo: memFree=1118008/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=6728 CPUtime=3.09
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 1491 0 0 0 308 1 0 0 25 0 1 120000 1109036005 6889472 1475 1992294400 134512640 135224549 4294956224 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 1682 1475 90 173 0 1507 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6728

[startup+6.30112 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1283
/proc/meminfo: memFree=1115520/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=8972 CPUtime=6.29
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 2058 0 0 0 628 1 0 0 25 0 1 120000 1109036005 9187328 2042 1992294400 134512640 135224549 4294956224 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 2243 2042 90 173 0 2068 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8972

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1283
/proc/meminfo: memFree=1112264/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=12272 CPUtime=12.69
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 2875 0 0 0 1267 2 0 0 25 0 1 120000 1109036005 12566528 2859 1992294400 134512640 135224549 4294956224 18446744073709551615 134595379 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 3068 2859 90 173 0 2893 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12272

[startup+25.5019 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1283
/proc/meminfo: memFree=1107464/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=16628 CPUtime=25.49
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 3968 0 0 0 2546 3 0 0 25 0 1 120000 1109036005 17027072 3952 1992294400 134512640 135224549 4294956224 18446744073709551615 134619845 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 4157 3952 90 173 0 3982 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16628

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1283
/proc/meminfo: memFree=1101000/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=23092 CPUtime=51.07
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 5617 0 0 0 5103 4 0 0 25 0 1 120000 1109036005 23646208 5568 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 5773 5568 90 173 0 5598 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 23092

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1283
/proc/meminfo: memFree=1091592/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=32332 CPUtime=102.26
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 7932 0 0 0 10219 7 0 0 25 0 1 120000 1109036005 33107968 7883 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 8083 7883 90 173 0 7908 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 32332

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1283
/proc/meminfo: memFree=1082184/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=41960 CPUtime=162.23
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 10365 0 0 0 16213 10 0 0 25 0 1 120000 1109036005 42967040 10251 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 10490 10251 90 173 0 10315 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 41960

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1283
/proc/meminfo: memFree=1078344/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=45788 CPUtime=222.21
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 11318 0 0 0 22210 11 0 0 25 0 1 120000 1109036005 46886912 11204 1992294400 134512640 135224549 4294956224 18446744073709551615 134595561 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 11447 11204 90 173 0 11272 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 45788

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1283
/proc/meminfo: memFree=1069960/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=54236 CPUtime=282.19
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 13471 0 0 0 28205 14 0 0 25 0 1 120000 1109036005 55537664 13357 1992294400 134512640 135224549 4294956224 18446744073709551615 134631342 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 13559 13357 90 173 0 13384 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 54236

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1289
/proc/meminfo: memFree=1064000/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=59780 CPUtime=342.16
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 14854 0 0 0 34201 15 0 0 25 0 1 120000 1109036005 61214720 14740 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 14945 14740 90 173 0 14770 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 59780

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1289
/proc/meminfo: memFree=1063360/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=60836 CPUtime=402.15
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 15119 0 0 0 40199 16 0 0 25 0 1 120000 1109036005 62296064 15005 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 15209 15005 90 173 0 15034 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 60836

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1289
/proc/meminfo: memFree=1058560/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=65192 CPUtime=462.12
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 16212 0 0 0 46195 17 0 0 25 0 1 120000 1109036005 66756608 16098 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 16298 16098 90 173 0 16123 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 65192

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1289
/proc/meminfo: memFree=1052160/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=72172 CPUtime=522.1
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 17960 0 0 0 52191 19 0 0 25 0 1 120000 1109036005 73904128 17717 1992294400 134512640 135224549 4294956224 18446744073709551615 134632745 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 18043 17717 90 173 0 17868 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 72172

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1289
/proc/meminfo: memFree=1052096/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=72172 CPUtime=582.08
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 17960 0 0 0 58189 19 0 0 25 0 1 120000 1109036005 73904128 17717 1992294400 134512640 135224549 4294956224 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 18043 17717 90 173 0 17868 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 72172

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1289
/proc/meminfo: memFree=1044936/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=79300 CPUtime=642.06
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 19773 0 0 0 64184 22 0 0 25 0 1 120000 1109036005 81203200 19530 1992294400 134512640 135224549 4294956224 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 19825 19530 90 173 0 19650 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 79300

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1289
/proc/meminfo: memFree=1044936/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=79300 CPUtime=702.03
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 19773 0 0 0 70181 22 0 0 25 0 1 120000 1109036005 81203200 19530 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 19825 19530 90 173 0 19650 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 79300

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1289
/proc/meminfo: memFree=1037576/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=86692 CPUtime=762.03
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 21617 0 0 0 76178 25 0 0 25 0 1 120000 1109036005 88772608 21374 1992294400 134512640 135224549 4294956224 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 21673 21374 90 173 0 21498 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 86692

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1289
/proc/meminfo: memFree=1037576/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=86692 CPUtime=822
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 21617 0 0 0 82175 25 0 0 25 0 1 120000 1109036005 88772608 21374 1992294400 134512640 135224549 4294956224 18446744073709551615 134725317 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 21673 21374 90 173 0 21498 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 86692

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1289
/proc/meminfo: memFree=1028552/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=95540 CPUtime=881.98
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 23866 0 0 0 88171 27 0 0 25 0 1 120000 1109036005 97832960 23623 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 23885 23623 90 173 0 23710 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 95540

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1289
/proc/meminfo: memFree=1028552/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=95540 CPUtime=941.95
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 23866 0 0 0 94168 27 0 0 25 0 1 120000 1109036005 97832960 23623 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 23885 23623 90 173 0 23710 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 95540

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1289
/proc/meminfo: memFree=1028552/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=95540 CPUtime=1001.93
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 23866 0 0 0 100166 27 0 0 25 0 1 120000 1109036005 97832960 23623 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 23885 23623 90 173 0 23710 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 95540

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1289
/proc/meminfo: memFree=1021192/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=103064 CPUtime=1061.91
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 25774 0 0 0 106161 30 0 0 25 0 1 120000 1109036005 105537536 25531 1992294400 134512640 135224549 4294956224 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 25766 25531 90 173 0 25591 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 103064

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1289
/proc/meminfo: memFree=1019976/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=104120 CPUtime=1121.9
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 26010 0 0 0 112159 31 0 0 25 0 1 120000 1109036005 106618880 25767 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 26030 25767 90 173 0 25855 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 104120

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1289
/proc/meminfo: memFree=1019976/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=104120 CPUtime=1181.87
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 26010 0 0 0 118156 31 0 0 25 0 1 120000 1109036005 106618880 25767 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 26030 25767 90 173 0 25855 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 104120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1289
/proc/meminfo: memFree=1019976/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=104120 CPUtime=1200.07
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 26010 0 0 0 119976 31 0 0 25 0 1 100 1109036005 106618880 25767 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 26030 25767 90 173 0 25855 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 104120

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 1289
/proc/meminfo: memFree=1019976/2055920 swapFree=4175896/4192956
[pid=1282] ppid=1280 vsize=104120 CPUtime=1200.07
/proc/1282/stat : 1282 (CirCUs) R 1280 1282 918 0 -1 4194304 26010 0 0 0 119976 31 0 0 25 0 1 100 1109036005 106618880 25767 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1282/statm: 26030 25767 90 173 0 25855 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 104120

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.1
CPU user time (s): 1199.77
CPU system time (s): 0.332949
CPU usage (%): 99.9646
Max. virtual memory (cumulated for all children) (KiB): 104120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.77
system time used= 0.332949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26010
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= 2
involuntary context switches= 1656

runsolver used 1.08983 second user time and 3.2865 second system time

The end

Launcher Data

Begin job on node66 at 2009-03-29 23:55:48
IDJOB=1524086
IDBENCH=70201
IDSOLVER=544
FILE ID=node66/1524086-1238363748
PBS_JOBID= 9061164
Free space on /tmp= 66544 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/800/unif-k5-r20-v800-c16000-S315403000-060.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524086-1238363748/watcher-1524086-1238363748 -o /tmp/evaluation-result-1524086-1238363748/solver-1524086-1238363748 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524086-1238363748.cnf -t 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5bdd8d21d4edc82016dc7031e101a675
RANDOM SEED=1331111560

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

/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.286
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.286
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:       1123680 kB
Buffers:         91192 kB
Cached:         748080 kB
SwapCached:       8824 kB
Active:         230348 kB
Inactive:       619872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1123680 kB
SwapTotal:     4192956 kB
SwapFree:      4175896 kB
Dirty:            1440 kB
Writeback:           0 kB
Mapped:          16576 kB
Slab:            67196 kB
Committed_AS:  3064676 kB
PageTables:       1976 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= 66540 MiB
End job on node66 at 2009-03-30 00:15:50