Trace number 1581318

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
ManySAT 1.1 aimd 2/2009-03-20? (TO) 1200 1200.62

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-5p1.cnf
MD5SUM10eca282b9263f77903cd90a479b46ee
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark393.634
Satisfiable
(Un)Satisfiability was proved
Number of variables225926
Number of clauses1207249
Sum of the clauses size2914329
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2854772
Number of clauses of size 3284354
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

Solver Data

0.00/0.00	c Parsing...
1.27/1.34	c ==============================================================================
1.27/1.34	c |           |     ORIGINAL     |              LEARNT              |          |
1.27/1.34	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.27/1.34	c ==============================================================================
1.27/1.34	c |         0 | 1195096  2901426 |  358528       0        0     nan |  0.000 % |
7.94/8.06	c |         0 |  838748  2352556 |      --       0       --      -- |     --   | -102684/26671
7.94/8.06	c ==============================================================================
7.94/8.06	c Result  :   #vars: 121873   #clauses: 838748   #literals: 2352556
7.94/8.06	c CPU time:   7.71683 s
7.94/8.06	c ==============================================================================

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-1581318-1238927065/watcher-1581318-1238927065 -o /tmp/evaluation-result-1581318-1238927065/solver-1581318-1238927065 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1581318-1238927065.cnf aimd 2 

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: 1.92 1.98 2.02 4/86 27911
/proc/meminfo: memFree=1542408/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=0
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165370724 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27911/statm: 1339 235 195 169 0 50 0
[pid=27912] ppid=27911 vsize=29360 CPUtime=0.09
/proc/27912/stat : 27912 (SatElite) R 27911 27911 27420 0 -1 4194304 5669 0 0 0 7 2 0 0 20 0 1 0 1165370724 30064640 5549 1992294400 134512640 135034092 4294956096 18446744073709551615 134522751 0 0 4096 3 0 0 0 17 1 0 0
/proc/27912/statm: 7340 5549 50 127 0 7210 0

[startup+0.188226 s]
/proc/loadavg: 1.92 1.98 2.02 4/86 27911
/proc/meminfo: memFree=1542408/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=0
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165370724 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27911/statm: 1339 235 195 169 0 50 0
[pid=27912] ppid=27911 vsize=38716 CPUtime=0.17
/proc/27912/stat : 27912 (SatElite) R 27911 27911 27420 0 -1 4194304 7957 0 0 0 14 3 0 0 20 0 1 0 1165370724 39645184 7837 1992294400 134512640 135034092 4294956096 18446744073709551615 134522859 0 0 4096 3 0 0 0 17 1 0 0
/proc/27912/statm: 9679 7837 50 127 0 9549 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 44072

[startup+0.201225 s]
/proc/loadavg: 1.92 1.98 2.02 4/86 27911
/proc/meminfo: memFree=1542408/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=0
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165370724 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27911/statm: 1339 235 195 169 0 50 0
[pid=27912] ppid=27911 vsize=40168 CPUtime=0.18
/proc/27912/stat : 27912 (SatElite) R 27911 27911 27420 0 -1 4194304 8321 0 0 0 15 3 0 0 20 0 1 0 1165370724 41132032 8201 1992294400 134512640 135034092 4294956096 18446744073709551615 134529200 0 0 4096 3 0 0 0 17 1 0 0
/proc/27912/statm: 10042 8201 50 127 0 9912 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 45524

[startup+0.301238 s]
/proc/loadavg: 1.92 1.98 2.02 4/86 27911
/proc/meminfo: memFree=1542408/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=0
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165370724 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27911/statm: 1339 235 195 169 0 50 0
[pid=27912] ppid=27911 vsize=48848 CPUtime=0.28
/proc/27912/stat : 27912 (SatElite) R 27911 27911 27420 0 -1 4194304 10371 0 0 0 23 5 0 0 21 0 1 0 1165370724 50020352 10251 1992294400 134512640 135034092 4294956096 18446744073709551615 134548072 0 0 4096 3 0 0 0 17 1 0 0
/proc/27912/statm: 12212 10251 50 127 0 12082 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 54204

[startup+0.70129 s]
/proc/loadavg: 1.92 1.98 2.02 4/86 27911
/proc/meminfo: memFree=1542408/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=0
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165370724 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27911/statm: 1339 235 195 169 0 50 0
[pid=27912] ppid=27911 vsize=70696 CPUtime=0.68
/proc/27912/stat : 27912 (SatElite) R 27911 27911 27420 0 -1 4194304 15749 0 0 0 59 9 0 0 25 0 1 0 1165370724 72392704 15629 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/27912/statm: 17674 15629 50 127 0 17544 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 76052

[startup+1.50139 s]
/proc/loadavg: 1.92 1.98 2.02 3/88 27913
/proc/meminfo: memFree=1441528/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=0
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165370724 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27911/statm: 1339 235 195 169 0 50 0
[pid=27912] ppid=27911 vsize=115880 CPUtime=1.46
/proc/27912/stat : 27912 (SatElite) R 27911 27911 27420 0 -1 4194304 26342 0 0 0 129 17 0 0 25 0 1 0 1165370724 118661120 26222 1992294400 134512640 135034092 4294956096 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 1 0 0
/proc/27912/statm: 28970 26222 64 127 0 28840 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 121236

[startup+3.10159 s]
/proc/loadavg: 1.92 1.98 2.02 3/88 27913
/proc/meminfo: memFree=1421560/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=0
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165370724 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27911/statm: 1339 235 195 169 0 50 0
[pid=27912] ppid=27911 vsize=141708 CPUtime=3.06
/proc/27912/stat : 27912 (SatElite) R 27911 27911 27420 0 -1 4194304 34796 0 0 0 283 23 0 0 25 0 1 0 1165370724 145108992 31766 1992294400 134512640 135034092 4294956096 18446744073709551615 134574587 0 0 4096 3 0 0 0 17 1 0 0
/proc/27912/statm: 35427 31766 68 127 0 35297 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 147064

[startup+6.30199 s]
/proc/loadavg: 2.01 2.00 2.03 3/88 27913
/proc/meminfo: memFree=1408312/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=0
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165370724 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27911/statm: 1339 235 195 169 0 50 0
[pid=27912] ppid=27911 vsize=141716 CPUtime=6.25
/proc/27912/stat : 27912 (SatElite) R 27911 27911 27420 0 -1 4194304 38490 0 0 0 598 27 0 0 25 0 1 0 1165370724 145117184 31851 1992294400 134512640 135034092 4294956096 18446744073709551615 134577099 0 0 4096 3 0 0 0 17 1 0 0
/proc/27912/statm: 35429 31851 68 127 0 35299 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 147072

[startup+12.7018 s]
/proc/loadavg: 2.01 2.00 2.03 4/89 27915
/proc/meminfo: memFree=1402744/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=9.07
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 312 43740 0 0 0 0 869 38 19 0 1 0 1165370724 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27911/statm: 1339 238 195 169 0 50 0
[pid=27914] ppid=27911 vsize=130224 CPUtime=3.54
/proc/27914/stat : 27914 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194304 28740 0 0 0 341 13 0 0 25 0 2 0 1165371639 133349376 28701 1992294400 134512640 135305190 4294956144 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27914/statm: 32556 28701 83 193 0 32360 0
[pid=27914/tid=27915] ppid=27911 vsize=130224 CPUtime=1.14
/proc/27914/task/27915/stat : 27915 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194368 1037 0 0 0 114 0 0 0 25 0 2 0 1165371754 133349376 28701 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 135580

[startup+25.5014 s]
/proc/loadavg: 2.29 2.06 2.05 4/89 27915
/proc/meminfo: memFree=1401784/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=9.07
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 312 43740 0 0 0 0 869 38 19 0 1 0 1165370724 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27911/statm: 1339 238 195 169 0 50 0
[pid=27914] ppid=27911 vsize=130740 CPUtime=16.33
/proc/27914/stat : 27914 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194304 28897 0 0 0 1620 13 0 0 25 0 2 0 1165371639 133877760 28858 1992294400 134512640 135305190 4294956144 18446744073709551615 134551848 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27914/statm: 32685 28858 83 193 0 32489 0
[pid=27914/tid=27915] ppid=27911 vsize=130740 CPUtime=7.54
/proc/27914/task/27915/stat : 27915 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194368 1104 0 0 0 754 0 0 0 25 0 2 0 1165371754 133877760 28858 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 136096

[startup+51.1016 s]
/proc/loadavg: 2.53 2.14 2.07 4/89 27915
/proc/meminfo: memFree=1399224/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=9.07
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 312 43740 0 0 0 0 869 38 19 0 1 0 1165370724 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27911/statm: 1339 238 195 169 0 50 0
[pid=27914] ppid=27911 vsize=134612 CPUtime=41.89
/proc/27914/stat : 27914 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194304 29602 0 0 0 4175 14 0 0 25 0 2 0 1165371639 137842688 29563 1992294400 134512640 135305190 4294956144 18446744073709551615 134541668 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27914/statm: 33653 29563 83 193 0 33457 0
[pid=27914/tid=27915] ppid=27911 vsize=134612 CPUtime=20.33
/proc/27914/task/27915/stat : 27915 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194368 1435 0 0 0 2033 0 0 0 25 0 2 0 1165371754 137842688 29563 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 139968

[startup+102.302 s]
/proc/loadavg: 2.80 2.27 2.12 4/89 27915
/proc/meminfo: memFree=1386104/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=9.07
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 312 43740 0 0 0 0 869 38 19 0 1 0 1165370724 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27911/statm: 1339 238 195 169 0 50 0
[pid=27914] ppid=27911 vsize=147596 CPUtime=93.08
/proc/27914/stat : 27914 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194304 32859 0 0 0 9291 17 0 0 25 0 2 0 1165371639 151138304 32820 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27914/statm: 36899 32820 83 193 0 36703 0
[pid=27914/tid=27915] ppid=27911 vsize=147596 CPUtime=45.93
/proc/27914/task/27915/stat : 27915 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194368 2833 0 0 0 4592 1 0 0 25 0 2 0 1165371754 151138304 32820 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 152952

[startup+162.302 s]
/proc/loadavg: 2.92 2.40 2.17 4/89 27915
/proc/meminfo: memFree=1375096/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=9.07
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 312 43740 0 0 0 0 869 38 19 0 1 0 1165370724 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27911/statm: 1339 238 195 169 0 50 0
[pid=27914] ppid=27911 vsize=158892 CPUtime=153.05
/proc/27914/stat : 27914 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194304 35653 0 0 0 15285 20 0 0 25 0 2 0 1165371639 162705408 35614 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27914/statm: 39723 35614 83 193 0 39527 0
[pid=27914/tid=27915] ppid=27911 vsize=158892 CPUtime=75.92
/proc/27914/task/27915/stat : 27915 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194368 4054 0 0 0 7590 2 0 0 25 0 2 0 1165371754 162705408 35614 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 164248

[startup+222.307 s]
/proc/loadavg: 2.97 2.51 2.22 4/89 27915
/proc/meminfo: memFree=1363512/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=9.07
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 312 43740 0 0 0 0 869 38 19 0 1 0 1165370724 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27911/statm: 1339 238 195 169 0 50 0
[pid=27914] ppid=27911 vsize=170172 CPUtime=213.03
/proc/27914/stat : 27914 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194304 38487 0 0 0 21280 23 0 0 25 0 2 0 1165371639 174256128 38448 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27914/statm: 42543 38448 83 193 0 42347 0
[pid=27914/tid=27915] ppid=27911 vsize=170172 CPUtime=105.92
/proc/27914/task/27915/stat : 27915 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194368 5303 0 0 0 10589 3 0 0 25 0 2 0 1165371754 174256128 38448 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 175528

[startup+282.302 s]
/proc/loadavg: 2.99 2.59 2.27 4/89 27915
/proc/meminfo: memFree=1353656/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=9.07
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 312 43740 0 0 0 0 869 38 19 0 1 0 1165370724 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27911/statm: 1339 238 195 169 0 50 0
[pid=27914] ppid=27911 vsize=180360 CPUtime=273
/proc/27914/stat : 27914 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194304 41020 0 0 0 27275 25 0 0 25 0 2 0 1165371639 184688640 40981 1992294400 134512640 135305190 4294956144 18446744073709551615 134551816 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27914/statm: 45090 40981 83 193 0 44894 0

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

[pid=27914] ppid=27911 vsize=198020 CPUtime=692.83
/proc/27914/stat : 27914 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194304 45469 0 0 0 69251 32 0 0 25 0 2 0 1165371639 202772480 45430 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27914/statm: 49505 45430 83 193 0 49309 0
[pid=27914/tid=27915] ppid=27911 vsize=198020 CPUtime=345.78
/proc/27914/task/27915/stat : 27915 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194368 8229 0 0 0 34571 7 0 0 25 0 2 0 1165371754 202772480 45430 1992294400 134512640 135305190 4294956144 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 203376

[startup+762.302 s]
/proc/loadavg: 2.99 2.91 2.55 4/89 27915
/proc/meminfo: memFree=1319736/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=9.07
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 312 43740 0 0 0 0 869 38 19 0 1 0 1165370724 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27911/statm: 1339 238 195 169 0 50 0
[pid=27914] ppid=27911 vsize=213812 CPUtime=752.81
/proc/27914/stat : 27914 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194304 49383 0 0 0 75245 36 0 0 25 0 2 0 1165371639 218943488 49344 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27914/statm: 53453 49344 83 193 0 53257 0
[pid=27914/tid=27915] ppid=27911 vsize=213812 CPUtime=375.77
/proc/27914/task/27915/stat : 27915 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194368 10051 0 0 0 37568 9 0 0 25 0 2 0 1165371754 218943488 49344 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 219168

[startup+822.301 s]
/proc/loadavg: 2.99 2.92 2.57 4/89 27915
/proc/meminfo: memFree=1319736/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=9.07
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 312 43740 0 0 0 0 869 38 19 0 1 0 1165370724 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27911/statm: 1339 238 195 169 0 50 0
[pid=27914] ppid=27911 vsize=213812 CPUtime=812.78
/proc/27914/stat : 27914 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194304 49385 0 0 0 81242 36 0 0 25 0 2 0 1165371639 218943488 49346 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27914/statm: 53453 49346 83 193 0 53257 0
[pid=27914/tid=27915] ppid=27911 vsize=213812 CPUtime=405.75
/proc/27914/task/27915/stat : 27915 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194368 10053 0 0 0 40566 9 0 0 25 0 2 0 1165371754 218943488 49346 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 821.85
Current children cumulated vsize (KiB) 219168

[startup+882.308 s]
/proc/loadavg: 2.99 2.93 2.59 4/89 27915
/proc/meminfo: memFree=1319544/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=9.07
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 312 43740 0 0 0 0 869 38 19 0 1 0 1165370724 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27911/statm: 1339 238 195 169 0 50 0
[pid=27914] ppid=27911 vsize=214068 CPUtime=872.77
/proc/27914/stat : 27914 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194304 49455 0 0 0 87240 37 0 0 25 0 2 0 1165371639 219205632 49416 1992294400 134512640 135305190 4294956144 18446744073709551615 134558447 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27914/statm: 53517 49416 83 193 0 53321 0
[pid=27914/tid=27915] ppid=27911 vsize=214068 CPUtime=435.73
/proc/27914/task/27915/stat : 27915 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194368 10085 0 0 0 43564 9 0 0 25 0 2 0 1165371754 219205632 49416 1992294400 134512640 135305190 4294956144 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 219424

[startup+942.301 s]
/proc/loadavg: 2.99 2.94 2.62 4/89 27915
/proc/meminfo: memFree=1313656/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=9.07
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 312 43740 0 0 0 0 869 38 19 0 1 0 1165370724 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27911/statm: 1339 238 195 169 0 50 0
[pid=27914] ppid=27911 vsize=219820 CPUtime=932.73
/proc/27914/stat : 27914 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194304 50900 0 0 0 93235 38 0 0 25 0 2 0 1165371639 225095680 50861 1992294400 134512640 135305190 4294956144 18446744073709551615 134528242 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27914/statm: 54955 50861 83 193 0 54759 0
[pid=27914/tid=27915] ppid=27911 vsize=219820 CPUtime=465.7
/proc/27914/task/27915/stat : 27915 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194368 10713 0 0 0 46560 10 0 0 25 0 2 0 1165371754 225095680 50861 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 225176

[startup+1002.3 s]
/proc/loadavg: 2.99 2.95 2.64 4/89 27915
/proc/meminfo: memFree=1309880/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=9.07
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 312 43740 0 0 0 0 869 38 19 0 1 0 1165370724 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27911/statm: 1339 238 195 169 0 50 0
[pid=27914] ppid=27911 vsize=223792 CPUtime=992.71
/proc/27914/stat : 27914 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194304 51851 0 0 0 99231 40 0 0 25 0 2 0 1165371639 229163008 51812 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27914/statm: 55948 51812 83 193 0 55752 0
[pid=27914/tid=27915] ppid=27911 vsize=223792 CPUtime=495.68
/proc/27914/task/27915/stat : 27915 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194368 11127 0 0 0 49558 10 0 0 25 0 2 0 1165371754 229163008 51812 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 229148

[startup+1062.3 s]
/proc/loadavg: 2.99 2.95 2.66 4/89 27915
/proc/meminfo: memFree=1309880/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=9.07
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 312 43740 0 0 0 0 869 38 19 0 1 0 1165370724 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27911/statm: 1339 238 195 169 0 50 0
[pid=27914] ppid=27911 vsize=223792 CPUtime=1052.68
/proc/27914/stat : 27914 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194304 51856 0 0 0 105228 40 0 0 25 0 2 0 1165371639 229163008 51817 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27914/statm: 55948 51817 83 193 0 55752 0
[pid=27914/tid=27915] ppid=27911 vsize=223792 CPUtime=525.66
/proc/27914/task/27915/stat : 27915 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194368 11132 0 0 0 52555 11 0 0 25 0 2 0 1165371754 229163008 51817 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1061.75
Current children cumulated vsize (KiB) 229148

[startup+1122.3 s]
/proc/loadavg: 2.99 2.96 2.67 4/89 27915
/proc/meminfo: memFree=1299768/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=9.07
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 312 43740 0 0 0 0 869 38 19 0 1 0 1165370724 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27911/statm: 1339 238 195 169 0 50 0
[pid=27914] ppid=27911 vsize=233736 CPUtime=1112.66
/proc/27914/stat : 27914 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194304 54373 0 0 0 111223 43 0 0 25 0 2 0 1165371639 239345664 54334 1992294400 134512640 135305190 4294956144 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27914/statm: 58434 54334 83 193 0 58238 0
[pid=27914/tid=27915] ppid=27911 vsize=233736 CPUtime=555.66
/proc/27914/task/27915/stat : 27915 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194368 12140 0 0 0 55554 12 0 0 25 0 2 0 1165371754 239345664 54334 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 239092

[startup+1182.3 s]
/proc/loadavg: 2.99 2.97 2.69 4/89 27915
/proc/meminfo: memFree=1299768/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=9.07
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 312 43740 0 0 0 0 869 38 19 0 1 0 1165370724 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27911/statm: 1339 238 195 169 0 50 0
[pid=27914] ppid=27911 vsize=233736 CPUtime=1172.63
/proc/27914/stat : 27914 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194304 54373 0 0 0 117220 43 0 0 25 0 2 0 1165371639 239345664 54334 1992294400 134512640 135305190 4294956144 18446744073709551615 134528520 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27914/statm: 58434 54334 83 193 0 58238 0
[pid=27914/tid=27915] ppid=27911 vsize=233736 CPUtime=585.65
/proc/27914/task/27915/stat : 27915 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194368 12140 0 0 0 58553 12 0 0 25 0 2 0 1165371754 239345664 54334 1992294400 134512640 135305190 4294956144 18446744073709551615 134551986 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 239092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 2.99 2.97 2.70 4/89 27915
/proc/meminfo: memFree=1299768/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=9.07
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 312 43740 0 0 0 0 869 38 19 0 1 0 1165370724 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27911/statm: 1339 238 195 169 0 50 0
[pid=27914] ppid=27911 vsize=233736 CPUtime=1190.93
/proc/27914/stat : 27914 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194304 54374 0 0 0 119050 43 0 0 25 0 2 0 1165371639 239345664 54335 1992294400 134512640 135305190 4294956144 18446744073709551615 134551575 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27914/statm: 58434 54335 83 193 0 58238 0
[pid=27914/tid=27915] ppid=27911 vsize=233736 CPUtime=594.82
/proc/27914/task/27915/stat : 27915 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194368 12140 0 0 0 59470 12 0 0 25 0 2 0 1165371754 239345664 54335 1992294400 134512640 135305190 4294956144 18446744073709551615 134530638 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 239092

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

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

[startup+1200.6 s]
/proc/loadavg: 2.99 2.97 2.70 4/89 27915
/proc/meminfo: memFree=1299768/2055920 swapFree=4170232/4192956
[pid=27911] ppid=27909 vsize=5356 CPUtime=9.07
/proc/27911/stat : 27911 (manysat.sh) S 27909 27911 27420 0 -1 4194304 312 43740 0 0 0 0 869 38 19 0 1 0 1165370724 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27911/statm: 1339 238 195 169 0 50 0
[pid=27914] ppid=27911 vsize=233736 CPUtime=1190.93
/proc/27914/stat : 27914 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194304 54374 0 0 0 119050 43 0 0 25 0 2 0 1165371639 239345664 54335 1992294400 134512640 135305190 4294956144 18446744073709551615 134551575 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27914/statm: 58434 54335 83 193 0 58238 0
[pid=27914/tid=27915] ppid=27911 vsize=233736 CPUtime=594.82
/proc/27914/task/27915/stat : 27915 (manysat1.1_stat) R 27911 27911 27420 0 -1 4194368 12140 0 0 0 59470 12 0 0 25 0 2 0 1165371754 239345664 54335 1992294400 134512640 135305190 4294956144 18446744073709551615 134530638 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 239092

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27911 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=696677
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=392940
# CPU time returned by wait4() is 9.08962
# while last known CPU time is 1200
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.62
CPU time (s): 1200
CPU user time (s): 1199.19
CPU system time (s): 0.81
CPU usage (%): 99.9484
Max. virtual memory (cumulated for all children) (KiB): 239092

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

runsolver used 1.58376 second user time and 3.89041 second system time

The end

Launcher Data

Begin job on node92 at 2009-04-05 12:24:27
IDJOB=1581318
IDBENCH=71034
IDSOLVER=515
FILE ID=node92/1581318-1238927065
PBS_JOBID= 9101398
Free space on /tmp= 66532 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-5p1.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1581318-1238927065/watcher-1581318-1238927065 -o /tmp/evaluation-result-1581318-1238927065/solver-1581318-1238927065 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1581318-1238927065.cnf aimd 2

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

MD5SUM BENCH= 10eca282b9263f77903cd90a479b46ee
RANDOM SEED=1780992668

node92.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.249
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.249
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1542888 kB
Buffers:         48508 kB
Cached:         393112 kB
SwapCached:       7384 kB
Active:         187628 kB
Inactive:       263572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1542888 kB
SwapTotal:     4192956 kB
SwapFree:      4170232 kB
Dirty:           24224 kB
Writeback:           0 kB
Mapped:          15356 kB
Slab:            45844 kB
Committed_AS:  2121632 kB
PageTables:       2788 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= 66504 MiB
End job on node92 at 2009-04-05 12:44:30