Trace number 1524218

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.11 1200.43

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/14000/
unif-k3-r4.2-v14000-c58800-S1839094140-055.cnf
MD5SUM09c56b8f22055d8047e518985ef77900
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark56.6834
Satisfiable
(Un)Satisfiability was proved
Number of variables14000
Number of clauses58800
Sum of the clauses size176400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 358800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.09/0.19	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.09/0.19	c Eliminate time :       0.08 

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-1524218-1238399736/watcher-1524218-1238399736 -o /tmp/evaluation-result-1524218-1238399736/solver-1524218-1238399736 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524218-1238399736.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.91 0.95 0.98 3/64 5263
/proc/meminfo: memFree=1451640/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=2696 CPUtime=0
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 120000 1112636460 2760704 345 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 674 346 70 173 0 499 0

[startup+0.020195 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 5263
/proc/meminfo: memFree=1451640/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=3620 CPUtime=0.01
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 592 0 0 0 1 0 0 0 18 0 1 120000 1112636460 3706880 577 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 905 577 70 173 0 730 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3620

[startup+0.1022 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 5263
/proc/meminfo: memFree=1451640/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=6388 CPUtime=0.09
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 1366 0 0 0 9 0 0 0 18 0 1 120000 1112636460 6541312 1318 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 1597 1319 70 173 0 1422 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6388

[startup+0.301218 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 5263
/proc/meminfo: memFree=1451640/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=6912 CPUtime=0.29
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 1535 0 0 0 29 0 0 0 19 0 1 120000 1112636460 7077888 1486 1992294400 134512640 135224549 4294956224 18446744073709551615 134595242 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 1728 1486 90 173 0 1553 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6912

[startup+0.702253 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 5263
/proc/meminfo: memFree=1451640/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=7704 CPUtime=0.69
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 1716 0 0 0 69 0 0 0 23 0 1 120000 1112636460 7888896 1667 1992294400 134512640 135224549 4294956224 18446744073709551615 134726407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 1926 1667 90 173 0 1751 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7704

[startup+1.50133 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 5264
/proc/meminfo: memFree=1444720/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=9156 CPUtime=1.49
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 2104 0 0 0 148 1 0 0 25 0 1 120000 1112636460 9375744 2055 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 2289 2055 90 173 0 2114 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9156

[startup+3.10147 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 5264
/proc/meminfo: memFree=1442288/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=11400 CPUtime=3.09
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 2644 0 0 0 308 1 0 0 25 0 1 120000 1112636460 11673600 2595 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 2850 2595 90 173 0 2675 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11400

[startup+6.30176 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 5264
/proc/meminfo: memFree=1439856/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=13512 CPUtime=6.29
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 3189 0 0 0 627 2 0 0 25 0 1 120000 1112636460 13836288 3140 1992294400 134512640 135224549 4294956224 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 3378 3140 90 173 0 3203 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13512

[startup+12.7013 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 5264
/proc/meminfo: memFree=1436472/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=16020 CPUtime=12.69
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 3818 0 0 0 1267 2 0 0 25 0 1 120000 1112636460 16404480 3769 1992294400 134512640 135224549 4294956224 18446744073709551615 134595404 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 4005 3769 90 173 0 3830 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16020

[startup+25.5015 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 5264
/proc/meminfo: memFree=1431992/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=20508 CPUtime=25.48
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 4942 0 0 0 2545 3 0 0 25 0 1 120000 1112636460 21000192 4893 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 5127 4893 90 173 0 4952 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20508

[startup+51.1018 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 5264
/proc/meminfo: memFree=1425912/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=26660 CPUtime=51.08
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 6460 0 0 0 5103 5 0 0 25 0 1 120000 1112636460 27299840 6411 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 6665 6411 90 173 0 6490 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 26660

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 5264
/proc/meminfo: memFree=1410360/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=42232 CPUtime=102.27
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 10346 0 0 0 10218 9 0 0 25 0 1 120000 1112636460 43245568 10297 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 10558 10297 90 173 0 10383 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 42232

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5264
/proc/meminfo: memFree=1396920/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=55696 CPUtime=162.25
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 13705 0 0 0 16214 11 0 0 25 0 1 120000 1112636460 57032704 13656 1992294400 134512640 135224549 4294956224 18446744073709551615 134595766 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 13924 13656 90 173 0 13749 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 55696

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5264
/proc/meminfo: memFree=1389048/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=63484 CPUtime=222.23
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 15666 0 0 0 22210 13 0 0 25 0 1 120000 1112636460 65007616 15617 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 15871 15617 90 173 0 15696 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 63484

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5264
/proc/meminfo: memFree=1379704/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=72980 CPUtime=282.21
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 18046 0 0 0 28205 16 0 0 25 0 1 120000 1112636460 74731520 17932 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 18245 17932 90 173 0 18070 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 72980

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5270
/proc/meminfo: memFree=1372024/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=80372 CPUtime=342.19
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 19899 0 0 0 34202 17 0 0 25 0 1 120000 1112636460 82300928 19785 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 20093 19785 90 173 0 19918 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 80372

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5270
/proc/meminfo: memFree=1364856/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=88424 CPUtime=402.18
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 21923 0 0 0 40198 20 0 0 25 0 1 120000 1112636460 90546176 21809 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 22106 21809 90 173 0 21931 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 88424

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5270
/proc/meminfo: memFree=1357432/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=95424 CPUtime=462.16
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 23687 0 0 0 46195 21 0 0 25 0 1 120000 1112636460 97714176 23573 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 23856 23573 90 173 0 23681 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 95424

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5270
/proc/meminfo: memFree=1351480/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=100968 CPUtime=522.15
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 25083 0 0 0 52192 23 0 0 25 0 1 120000 1112636460 103391232 24969 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 25242 24969 90 173 0 25067 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 100968

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5270
/proc/meminfo: memFree=1337784/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=114564 CPUtime=582.13
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 28492 0 0 0 58187 26 0 0 25 0 1 120000 1112636460 117313536 28378 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 28641 28378 90 173 0 28466 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 114564

[startup+642.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5270
/proc/meminfo: memFree=1332664/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=119712 CPUtime=642.12
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 29784 0 0 0 64185 27 0 0 25 0 1 120000 1112636460 122585088 29670 1992294400 134512640 135224549 4294956224 18446744073709551615 134595634 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 29928 29670 90 173 0 29753 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 119712

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5270
/proc/meminfo: memFree=1327224/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=125652 CPUtime=702.1
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 31273 0 0 0 70181 29 0 0 25 0 1 120000 1112636460 128667648 31159 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 31413 31159 90 173 0 31238 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 125652

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5270
/proc/meminfo: memFree=1316600/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=135688 CPUtime=762.09
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 33785 0 0 0 76177 32 0 0 25 0 1 120000 1112636460 138944512 33671 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 33922 33671 90 173 0 33747 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 135688

[startup+822.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5270
/proc/meminfo: memFree=1310072/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=143328 CPUtime=822.07
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 35712 0 0 0 82174 33 0 0 25 0 1 120000 1112636460 146767872 35469 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 35832 35469 90 173 0 35657 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 143328

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5270
/proc/meminfo: memFree=1309240/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=143592 CPUtime=882.05
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 35791 0 0 0 88172 33 0 0 25 0 1 120000 1112636460 147038208 35548 1992294400 134512640 135224549 4294956224 18446744073709551615 134618565 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 35898 35548 90 173 0 35723 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 143592

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5270
/proc/meminfo: memFree=1303096/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=150324 CPUtime=942.03
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 37468 0 0 0 94168 35 0 0 25 0 1 120000 1112636460 153931776 37225 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 37581 37225 90 173 0 37406 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 150324

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5270
/proc/meminfo: memFree=1298296/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=154416 CPUtime=1002.02
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 38499 0 0 0 100166 36 0 0 25 0 1 120000 1112636460 158121984 38256 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 38604 38256 90 173 0 38429 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 154416

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5270
/proc/meminfo: memFree=1298296/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=154416 CPUtime=1062
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 38499 0 0 0 106164 36 0 0 25 0 1 120000 1112636460 158121984 38256 1992294400 134512640 135224549 4294956224 18446744073709551615 134619845 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 38604 38256 90 173 0 38429 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 154416

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5270
/proc/meminfo: memFree=1283512/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=169200 CPUtime=1121.98
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 42204 0 0 0 112158 40 0 0 25 0 1 120000 1112636460 173260800 41961 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 42300 41961 90 173 0 42125 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 169200

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5270
/proc/meminfo: memFree=1283448/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=169200 CPUtime=1181.97
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 42204 0 0 0 118156 41 0 0 25 0 1 120000 1112636460 173260800 41961 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 42300 41961 90 173 0 42125 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 169200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5270
/proc/meminfo: memFree=1283512/2055920 swapFree=4178352/4192956
[pid=5263] ppid=5261 vsize=169200 CPUtime=1200.07
/proc/5263/stat : 5263 (CirCUs) R 5261 5263 5226 0 -1 4194304 42204 0 0 0 119966 41 0 0 25 0 1 100 1112636460 173260800 41961 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5263/statm: 42300 41961 90 173 0 42125 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 169200

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.11
CPU user time (s): 1199.67
CPU system time (s): 0.438933
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 169200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.67
system time used= 0.438933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42204
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= 1336

runsolver used 0.841872 second user time and 2.69759 second system time

The end

Launcher Data

Begin job on node43 at 2009-03-30 09:55:37
IDJOB=1524218
IDBENCH=70333
IDSOLVER=544
FILE ID=node43/1524218-1238399736
PBS_JOBID= 9061443
Free space on /tmp= 63084 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/14000/unif-k3-r4.2-v14000-c58800-S1839094140-055.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524218-1238399736/watcher-1524218-1238399736 -o /tmp/evaluation-result-1524218-1238399736/solver-1524218-1238399736 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524218-1238399736.cnf -t 1200

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

MD5SUM BENCH= 09c56b8f22055d8047e518985ef77900
RANDOM SEED=364608254

node43.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.242
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.242
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:       1452056 kB
Buffers:         72196 kB
Cached:         445824 kB
SwapCached:       8504 kB
Active:         191016 kB
Inactive:       336964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1452056 kB
SwapTotal:     4192956 kB
SwapFree:      4178352 kB
Dirty:            2220 kB
Writeback:           0 kB
Mapped:          15648 kB
Slab:            61836 kB
Committed_AS:  2406816 kB
PageTables:       1448 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= 63084 MiB
End job on node43 at 2009-03-30 10:15:39