Trace number 1524309

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.41

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/90/
unif-k5-r21.3-v90-c1917-S744068878-072.cnf
MD5SUMea01dcc63f842c424e5e6a53cd5384db
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.039993
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
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 51917
Number of clauses of size over 50

Solver Data

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

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-1524309-1238453912/watcher-1524309-1238453912 -o /tmp/evaluation-result-1524309-1238453912/solver-1524309-1238453912 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524309-1238453912.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.85 0.97 0.99 2/64 19338
/proc/meminfo: memFree=1047144/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=1308 CPUtime=0
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 151 0 0 0 0 0 0 0 18 0 1 120000 1118056623 1339392 135 1992294400 134512640 135224549 4294956224 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 327 135 74 173 0 152 0

[startup+0.0249661 s]
/proc/loadavg: 0.85 0.97 0.99 2/64 19338
/proc/meminfo: memFree=1047144/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=1440 CPUtime=0.02
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 190 0 0 0 2 0 0 0 18 0 1 120000 1118056623 1474560 174 1992294400 134512640 135224549 4294956224 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 360 174 89 173 0 185 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1440

[startup+0.102967 s]
/proc/loadavg: 0.85 0.97 0.99 2/64 19338
/proc/meminfo: memFree=1047144/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=1572 CPUtime=0.1
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 241 0 0 0 10 0 0 0 18 0 1 120000 1118056623 1609728 225 1992294400 134512640 135224549 4294956224 18446744073709551615 134619545 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 393 225 89 173 0 218 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1572

[startup+0.301986 s]
/proc/loadavg: 0.85 0.97 0.99 2/64 19338
/proc/meminfo: memFree=1047144/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=1704 CPUtime=0.3
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 275 0 0 0 30 0 0 0 20 0 1 120000 1118056623 1744896 259 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 426 259 89 173 0 251 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1704

[startup+0.701026 s]
/proc/loadavg: 0.85 0.97 0.99 2/64 19338
/proc/meminfo: memFree=1047144/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=2100 CPUtime=0.69
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 347 0 0 0 69 0 0 0 23 0 1 120000 1118056623 2150400 331 1992294400 134512640 135224549 4294956224 18446744073709551615 134631394 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 525 331 89 173 0 350 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2100

[startup+1.50111 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 19339
/proc/meminfo: memFree=1045984/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=2496 CPUtime=1.49
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 450 0 0 0 149 0 0 0 25 0 1 120000 1118056623 2555904 434 1992294400 134512640 135224549 4294956224 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 624 434 89 173 0 449 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2496

[startup+3.10127 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 19339
/proc/meminfo: memFree=1045344/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=3188 CPUtime=3.09
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 614 0 0 0 309 0 0 0 25 0 1 120000 1118056623 3264512 598 1992294400 134512640 135224549 4294956224 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 797 598 89 173 0 622 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3188

[startup+6.3016 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 19339
/proc/meminfo: memFree=1044456/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=3860 CPUtime=6.29
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 805 0 0 0 629 0 0 0 25 0 1 120000 1118056623 3952640 789 1992294400 134512640 135224549 4294956224 18446744073709551615 134632730 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 965 789 89 173 0 790 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3860

[startup+12.7012 s]
/proc/loadavg: 0.88 0.97 0.99 2/65 19339
/proc/meminfo: memFree=1042992/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=5204 CPUtime=12.69
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 1115 0 0 0 1269 0 0 0 25 0 1 120000 1118056623 5328896 1099 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 1301 1099 89 173 0 1126 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5204

[startup+25.5025 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 19339
/proc/meminfo: memFree=1041776/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=6428 CPUtime=25.48
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 1405 0 0 0 2548 0 0 0 25 0 1 120000 1118056623 6582272 1389 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 1607 1389 89 173 0 1432 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6428

[startup+51.1021 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 19339
/proc/meminfo: memFree=1040304/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=8172 CPUtime=51.07
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 1843 0 0 0 5107 0 0 0 25 0 1 120000 1118056623 8368128 1794 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 2043 1794 89 173 0 1868 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8172

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 19339
/proc/meminfo: memFree=1038192/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=10336 CPUtime=102.27
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 2368 0 0 0 10226 1 0 0 25 0 1 120000 1118056623 10584064 2319 1992294400 134512640 135224549 4294956224 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 2584 2319 89 173 0 2409 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 10336

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19345
/proc/meminfo: memFree=1035944/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=12656 CPUtime=162.25
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 2944 0 0 0 16223 2 0 0 25 0 1 120000 1118056623 12959744 2830 1992294400 134512640 135224549 4294956224 18446744073709551615 134595309 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 3164 2830 89 173 0 2989 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 12656

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19345
/proc/meminfo: memFree=1034088/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=14708 CPUtime=222.23
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 3391 0 0 0 22221 2 0 0 25 0 1 120000 1118056623 15060992 3277 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 3677 3277 89 173 0 3502 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 14708

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19345
/proc/meminfo: memFree=1033064/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=15752 CPUtime=282.21
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 3657 0 0 0 28219 2 0 0 25 0 1 120000 1118056623 16130048 3543 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 3938 3543 89 173 0 3763 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 15752

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19345
/proc/meminfo: memFree=1031976/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=16988 CPUtime=342.2
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 3948 0 0 0 34217 3 0 0 25 0 1 120000 1118056623 17395712 3834 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 4247 3834 89 173 0 4072 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 16988

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19345
/proc/meminfo: memFree=1030632/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=18316 CPUtime=402.18
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 4285 0 0 0 40214 4 0 0 25 0 1 120000 1118056623 18755584 4171 1992294400 134512640 135224549 4294956224 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 4579 4171 89 173 0 4404 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 18316

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19345
/proc/meminfo: memFree=1030448/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=18616 CPUtime=462.17
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 4342 0 0 0 46213 4 0 0 25 0 1 120000 1118056623 19062784 4228 1992294400 134512640 135224549 4294956224 18446744073709551615 134595680 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 4654 4228 89 173 0 4479 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 18616

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19345
/proc/meminfo: memFree=1029168/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=19844 CPUtime=522.15
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 4670 0 0 0 52211 4 0 0 25 0 1 120000 1118056623 20320256 4556 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 4961 4556 89 173 0 4786 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 19844

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19345
/proc/meminfo: memFree=1028912/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=20160 CPUtime=582.14
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 4736 0 0 0 58210 4 0 0 25 0 1 120000 1118056623 20643840 4622 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 5040 4622 89 173 0 4865 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 20160

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19345
/proc/meminfo: memFree=1027312/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=22184 CPUtime=642.13
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 5248 0 0 0 64208 5 0 0 25 0 1 120000 1118056623 22716416 5005 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 5546 5005 89 173 0 5371 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 22184

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19345
/proc/meminfo: memFree=1027248/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=22336 CPUtime=702.11
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 5264 0 0 0 70206 5 0 0 25 0 1 120000 1118056623 22872064 5021 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 5584 5021 89 173 0 5409 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 22336

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19345
/proc/meminfo: memFree=1025712/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=23872 CPUtime=762.1
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 5643 0 0 0 76205 5 0 0 25 0 1 120000 1118056623 24444928 5400 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 5968 5400 89 173 0 5793 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 23872

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19345
/proc/meminfo: memFree=1025520/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=24024 CPUtime=822.08
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 5686 0 0 0 82203 5 0 0 25 0 1 120000 1118056623 24600576 5443 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 6006 5443 89 173 0 5831 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 24024

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19345
/proc/meminfo: memFree=1025328/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=24408 CPUtime=882.06
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 5752 0 0 0 88201 5 0 0 25 0 1 120000 1118056623 24993792 5509 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 6102 5509 89 173 0 5927 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 24408

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19345
/proc/meminfo: memFree=1023920/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=25596 CPUtime=942.05
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 6108 0 0 0 94200 5 0 0 25 0 1 120000 1118056623 26210304 5865 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 6399 5865 89 173 0 6224 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 25596

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19345
/proc/meminfo: memFree=1023344/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=26324 CPUtime=1002.03
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 6247 0 0 0 100198 5 0 0 25 0 1 120000 1118056623 26955776 6004 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 6581 6004 89 173 0 6406 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 26324

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19345
/proc/meminfo: memFree=1023216/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=26324 CPUtime=1062.01
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 6283 0 0 0 106196 5 0 0 25 0 1 120000 1118056623 26955776 6040 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 6581 6040 89 173 0 6406 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 26324

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19345
/proc/meminfo: memFree=1022960/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=26708 CPUtime=1122
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 6352 0 0 0 112195 5 0 0 25 0 1 120000 1118056623 27348992 6109 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 6677 6109 89 173 0 6502 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 26708

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19345
/proc/meminfo: memFree=1021104/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=28452 CPUtime=1181.99
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 6790 0 0 0 118193 6 0 0 25 0 1 120000 1118056623 29134848 6547 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 7113 6547 89 173 0 6938 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 28452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19345
/proc/meminfo: memFree=1021104/2055920 swapFree=4176444/4192956
[pid=19338] ppid=19336 vsize=28452 CPUtime=1200.09
/proc/19338/stat : 19338 (CirCUs) R 19336 19338 19247 0 -1 4194304 6790 0 0 0 120003 6 0 0 25 0 1 100 1118056623 29134848 6547 1992294400 134512640 135224549 4294956224 18446744073709551615 134595298 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19338/statm: 7113 6547 89 173 0 6938 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 28452

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.41
CPU time (s): 1200.1
CPU user time (s): 1200.03
CPU system time (s): 0.065989
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 28452

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

runsolver used 0.98485 second user time and 3.39148 second system time

The end

Launcher Data

Begin job on node27 at 2009-03-31 00:58:32
IDJOB=1524309
IDBENCH=70424
IDSOLVER=544
FILE ID=node27/1524309-1238453912
PBS_JOBID= 9061716
Free space on /tmp= 65720 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/SATISFIABLE/90/unif-k5-r21.3-v90-c1917-S744068878-072.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524309-1238453912/watcher-1524309-1238453912 -o /tmp/evaluation-result-1524309-1238453912/solver-1524309-1238453912 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524309-1238453912.cnf -t 1200

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

MD5SUM BENCH= ea01dcc63f842c424e5e6a53cd5384db
RANDOM SEED=1857740228

node27.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		: 2800.196
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	: 5521.40
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		: 2800.196
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:       1047624 kB
Buffers:         89096 kB
Cached:         817916 kB
SwapCached:       9492 kB
Active:         121356 kB
Inactive:       796716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1047624 kB
SwapTotal:     4192956 kB
SwapFree:      4176444 kB
Dirty:            1300 kB
Writeback:           0 kB
Mapped:          16740 kB
Slab:            76148 kB
Committed_AS:  2903752 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65716 MiB
End job on node27 at 2009-03-31 01:18:35