Trace number 1719985

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.04 1200.63

General information on the benchmark

Namemanol-pipe-f9b.cnf
MD5SUMc3e7cb16bced9d54ce489b6e95d89943
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark286.744
Satisfiable
(Un)Satisfiability was proved
Number of variables183371
Number of clauses547078
Sum of the clauses size1276514
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2364718
Number of clauses of size 3182359
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

4.39/4.41	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
4.39/4.41	c Eliminate time :       3.71 

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1719985-1240651504/watcher-1719985-1240651504 -o /tmp/evaluation-result-1719985-1240651504/solver-1719985-1240651504 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1719985-1240651504.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.97 0.98 3/64 20118
/proc/meminfo: memFree=1707952/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=5496 CPUtime=0
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 742 0 0 0 0 0 0 0 18 0 1 120000 93179033 5627904 727 1992294400 134512640 135224549 4294956224 18446744073709551615 134593788 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 1374 732 66 173 0 1199 0

[startup+0.0574189 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 20118
/proc/meminfo: memFree=1707952/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=19600 CPUtime=0.05
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 3339 0 0 0 4 1 0 0 18 0 1 120000 93179033 20070400 3291 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 4900 3291 70 173 0 4725 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 19600

[startup+0.102426 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 20118
/proc/meminfo: memFree=1707952/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=22364 CPUtime=0.09
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 4124 0 0 0 8 1 0 0 18 0 1 120000 93179033 22900736 4011 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 5591 4012 70 173 0 5416 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22364

[startup+0.301463 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 20118
/proc/meminfo: memFree=1707952/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=33964 CPUtime=0.29
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 7417 0 0 0 27 2 0 0 19 0 1 120000 93179033 34779136 7175 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 8491 7176 70 173 0 8316 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33964

[startup+0.702539 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 20118
/proc/meminfo: memFree=1707952/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=55776 CPUtime=0.69
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 13563 0 0 0 63 6 0 0 23 0 1 120000 93179033 57114624 12550 1992294400 134512640 135224549 4294956224 18446744073709551615 134570073 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 13944 12550 76 173 0 13769 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55776

[startup+1.50169 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20119
/proc/meminfo: memFree=1647784/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=79380 CPUtime=1.49
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 19993 0 0 0 140 9 0 0 25 0 1 120000 93179033 81285120 18980 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 19845 18980 77 173 0 19670 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79380

[startup+3.10199 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20119
/proc/meminfo: memFree=1620392/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=95636 CPUtime=3.08
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 24538 0 0 0 298 10 0 0 25 0 1 120000 93179033 97931264 23396 1992294400 134512640 135224549 4294956224 18446744073709551615 134561668 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 23909 23396 77 173 0 23734 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 95636

[startup+6.3016 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20119
/proc/meminfo: memFree=1610728/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=100052 CPUtime=6.28
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 26454 0 0 0 617 11 0 0 25 0 1 120000 93179033 102453248 24319 1992294400 134512640 135224549 4294956224 18446744073709551615 134595379 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 25013 24319 92 173 0 24838 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 100052

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20119
/proc/meminfo: memFree=1609648/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=101324 CPUtime=12.68
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 26765 0 0 0 1257 11 0 0 25 0 1 120000 93179033 103755776 24630 1992294400 134512640 135224549 4294956224 18446744073709551615 134585021 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 25331 24630 92 173 0 25156 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 101324

[startup+25.5012 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20119
/proc/meminfo: memFree=1608752/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=102248 CPUtime=25.48
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 27002 0 0 0 2536 12 0 0 25 0 1 120000 93179033 104701952 24867 1992294400 134512640 135224549 4294956224 18446744073709551615 134585004 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 25562 24867 92 173 0 25387 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 102248

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20119
/proc/meminfo: memFree=1606256/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=104756 CPUtime=51.06
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 27633 0 0 0 5093 13 0 0 25 0 1 120000 93179033 107270144 25498 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 26189 25498 92 173 0 26014 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 104756

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20119
/proc/meminfo: memFree=1601840/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=109024 CPUtime=102.24
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 28704 0 0 0 10210 14 0 0 25 0 1 120000 93179033 111640576 26569 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 27256 26569 92 173 0 27081 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 109024

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20119
/proc/meminfo: memFree=1598768/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=112328 CPUtime=162.21
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 29541 0 0 0 16207 14 0 0 25 0 1 120000 93179033 115023872 27406 1992294400 134512640 135224549 4294956224 18446744073709551615 134595622 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 28082 27406 92 173 0 27907 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 112328

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20119
/proc/meminfo: memFree=1595888/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=115228 CPUtime=222.17
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 30188 0 0 0 22202 15 0 0 25 0 1 120000 93179033 117993472 28053 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 28807 28053 92 173 0 28632 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 115228

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20119
/proc/meminfo: memFree=1591920/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=119084 CPUtime=282.15
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 31168 0 0 0 28198 17 0 0 25 0 1 120000 93179033 121942016 29033 1992294400 134512640 135224549 4294956224 18446744073709551615 134595407 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 29771 29033 92 173 0 29596 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 119084

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20119
/proc/meminfo: memFree=1589808/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=121196 CPUtime=342.12
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 31707 0 0 0 34195 17 0 0 25 0 1 120000 93179033 124104704 29572 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 30299 29572 92 173 0 30124 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 121196

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20119
/proc/meminfo: memFree=1587184/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=123704 CPUtime=402.08
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 32347 0 0 0 40190 18 0 0 25 0 1 120000 93179033 126672896 30212 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 30926 30212 92 173 0 30751 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 123704

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20119
/proc/meminfo: memFree=1585648/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=125156 CPUtime=462.06
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 32728 0 0 0 46187 19 0 0 25 0 1 120000 93179033 128159744 30593 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 31289 30593 92 173 0 31114 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 125156

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20119
/proc/meminfo: memFree=1580912/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=129940 CPUtime=522.03
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 33926 0 0 0 52184 19 0 0 25 0 1 120000 93179033 133058560 31791 1992294400 134512640 135224549 4294956224 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 32485 31791 92 173 0 32310 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 129940

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20119
/proc/meminfo: memFree=1580912/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=129940 CPUtime=582
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 33926 0 0 0 58181 19 0 0 25 0 1 120000 93179033 133058560 31791 1992294400 134512640 135224549 4294956224 18446744073709551615 134587977 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 32485 31791 92 173 0 32310 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 129940

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20119
/proc/meminfo: memFree=1577456/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=133752 CPUtime=641.98
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 34880 0 0 0 64178 20 0 0 25 0 1 120000 93179033 136962048 32616 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 33438 32616 92 173 0 33263 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 133752

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20119
/proc/meminfo: memFree=1577328/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=133752 CPUtime=701.94
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 34881 0 0 0 70174 20 0 0 25 0 1 120000 93179033 136962048 32617 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 33438 32617 92 173 0 33263 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 133752

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20119
/proc/meminfo: memFree=1576752/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=134412 CPUtime=761.91
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 35073 0 0 0 76171 20 0 0 25 0 1 120000 93179033 137637888 32809 1992294400 134512640 135224549 4294956224 18446744073709551615 134587846 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 33603 32809 92 173 0 33428 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 134412

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20121
/proc/meminfo: memFree=1576688/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=134412 CPUtime=821.88
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 35073 0 0 0 82168 20 0 0 25 0 1 120000 93179033 137637888 32809 1992294400 134512640 135224549 4294956224 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 33603 32809 92 173 0 33428 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 134412

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20121
/proc/meminfo: memFree=1570608/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=140804 CPUtime=881.85
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 36634 0 0 0 88164 21 0 0 25 0 1 120000 93179033 144183296 34370 1992294400 134512640 135224549 4294956224 18446744073709551615 134585021 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 35201 34370 92 173 0 35026 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 140804

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20121
/proc/meminfo: memFree=1570544/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=140804 CPUtime=941.82
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 36634 0 0 0 94161 21 0 0 25 0 1 120000 93179033 144183296 34370 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 35201 34370 92 173 0 35026 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 140804

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20121
/proc/meminfo: memFree=1570544/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=140804 CPUtime=1001.79
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 36637 0 0 0 100158 21 0 0 25 0 1 120000 93179033 144183296 34373 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 35201 34373 92 173 0 35026 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 140804

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20121
/proc/meminfo: memFree=1564848/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=146484 CPUtime=1061.77
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 38059 0 0 0 106155 22 0 0 25 0 1 120000 93179033 149999616 35795 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 36621 35795 92 173 0 36446 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 146484

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20121
/proc/meminfo: memFree=1564784/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=146484 CPUtime=1121.73
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 38060 0 0 0 112151 22 0 0 25 0 1 120000 93179033 149999616 35796 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 36621 35796 92 173 0 36446 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 146484

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20121
/proc/meminfo: memFree=1564784/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=146484 CPUtime=1181.7
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 38065 0 0 0 118148 22 0 0 25 0 1 120000 93179033 149999616 35801 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 36621 35801 92 173 0 36446 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 146484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20121
/proc/meminfo: memFree=1564784/2055920 swapFree=4177552/4192956
[pid=20118] ppid=20116 vsize=146620 CPUtime=1200
/proc/20118/stat : 20118 (CirCUs) R 20116 20118 19990 0 -1 4194304 38076 0 0 0 119978 22 0 0 25 0 1 100 93179033 150138880 35812 1992294400 134512640 135224549 4294956224 18446744073709551615 134587862 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20118/statm: 36655 35812 92 173 0 36480 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 146620

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.63
CPU time (s): 1200.04
CPU user time (s): 1199.79
CPU system time (s): 0.251961
CPU usage (%): 99.9508
Max. virtual memory (cumulated for all children) (KiB): 146620

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

runsolver used 1.10883 second user time and 3.2675 second system time

The end

Launcher Data

Begin job on node37 at 2009-04-25 11:25:05
IDJOB=1719985
IDBENCH=69586
IDSOLVER=544
FILE ID=node37/1719985-1240651504
PBS_JOBID= 9186493
Free space on /tmp= 66292 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT_RACE08/cnf/manol-pipe-f9b.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719985-1240651504/watcher-1719985-1240651504 -o /tmp/evaluation-result-1719985-1240651504/solver-1719985-1240651504 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1719985-1240651504.cnf -t 1200

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

MD5SUM BENCH= c3e7cb16bced9d54ce489b6e95d89943
RANDOM SEED=762110100

node37.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.259
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.259
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:       1708368 kB
Buffers:         53600 kB
Cached:         231920 kB
SwapCached:      10280 kB
Active:          96172 kB
Inactive:       201920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1708368 kB
SwapTotal:     4192956 kB
SwapFree:      4177552 kB
Dirty:           10596 kB
Writeback:           0 kB
Mapped:          13568 kB
Slab:            35528 kB
Committed_AS:   398392 kB
PageTables:       1380 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= 66292 MiB
End job on node37 at 2009-04-25 11:45:07