Trace number 1581316

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 0/2009-03-20? (TO) 1200.07 606.721

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.29/1.31	c ==============================================================================
1.29/1.31	c |           |     ORIGINAL     |              LEARNT              |          |
1.29/1.31	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.29/1.31	c ==============================================================================
1.29/1.31	c |         0 | 1195096  2901426 |  358528       0        0     nan |  0.000 % |
7.98/8.00	c |         0 |  838748  2352556 |      --       0       --      -- |     --   | -102684/26671
7.98/8.00	c ==============================================================================
7.98/8.00	c Result  :   #vars: 121873   #clauses: 838748   #literals: 2352556
7.98/8.00	c CPU time:   7.72083 s
7.98/8.00	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-1581316-1238927051/watcher-1581316-1238927051 -o /tmp/evaluation-result-1581316-1238927051/solver-1581316-1238927051 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1581316-1238927051.cnf aimd 0 

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.92 0.98 1.08 3/70 31644
/proc/meminfo: memFree=1437032/2055920 swapFree=4173128/4192956
[pid=31644] ppid=31642 vsize=5356 CPUtime=0
/proc/31644/stat : 31644 (manysat.sh) S 31642 31644 31579 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165368562 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31644/statm: 1339 235 195 169 0 50 0
[pid=31645] ppid=31644 vsize=1560 CPUtime=0
/proc/31645/stat : 31645 (SatElite) R 31644 31644 31579 0 -1 4194304 311 0 0 0 0 0 0 0 19 0 1 0 1165368562 1597440 295 1992294400 134512640 135034092 4294956096 18446744073709551615 134545186 0 0 4096 3 0 0 0 17 0 0 0
/proc/31645/statm: 390 297 50 127 0 260 0

[startup+0.073561 s]
/proc/loadavg: 0.92 0.98 1.08 3/70 31644
/proc/meminfo: memFree=1437032/2055920 swapFree=4173128/4192956
[pid=31644] ppid=31642 vsize=5356 CPUtime=0
/proc/31644/stat : 31644 (manysat.sh) S 31642 31644 31579 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165368562 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31644/statm: 1339 235 195 169 0 50 0
[pid=31645] ppid=31644 vsize=26076 CPUtime=0.06
/proc/31645/stat : 31645 (SatElite) R 31644 31644 31579 0 -1 4194304 4874 0 0 0 5 1 0 0 19 0 1 0 1165368562 26701824 4754 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/31645/statm: 6519 4755 50 127 0 6389 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 31432

[startup+0.101564 s]
/proc/loadavg: 0.92 0.98 1.08 3/70 31644
/proc/meminfo: memFree=1437032/2055920 swapFree=4173128/4192956
[pid=31644] ppid=31642 vsize=5356 CPUtime=0
/proc/31644/stat : 31644 (manysat.sh) S 31642 31644 31579 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165368562 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31644/statm: 1339 235 195 169 0 50 0
[pid=31645] ppid=31644 vsize=29228 CPUtime=0.09
/proc/31645/stat : 31645 (SatElite) R 31644 31644 31579 0 -1 4194304 5630 0 0 0 7 2 0 0 19 0 1 0 1165368562 29929472 5510 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/31645/statm: 7307 5511 50 127 0 7177 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34584

[startup+0.301583 s]
/proc/loadavg: 0.92 0.98 1.08 3/70 31644
/proc/meminfo: memFree=1437032/2055920 swapFree=4173128/4192956
[pid=31644] ppid=31642 vsize=5356 CPUtime=0
/proc/31644/stat : 31644 (manysat.sh) S 31642 31644 31579 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165368562 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31644/statm: 1339 235 195 169 0 50 0
[pid=31645] ppid=31644 vsize=49112 CPUtime=0.29
/proc/31645/stat : 31645 (SatElite) R 31644 31644 31579 0 -1 4194304 10436 0 0 0 24 5 0 0 21 0 1 0 1165368562 50290688 10316 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/31645/statm: 12278 10317 50 127 0 12148 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54468

[startup+0.701623 s]
/proc/loadavg: 0.92 0.98 1.08 3/70 31644
/proc/meminfo: memFree=1437032/2055920 swapFree=4173128/4192956
[pid=31644] ppid=31642 vsize=5356 CPUtime=0
/proc/31644/stat : 31644 (manysat.sh) S 31642 31644 31579 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165368562 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31644/statm: 1339 235 195 169 0 50 0
[pid=31645] ppid=31644 vsize=71224 CPUtime=0.69
/proc/31645/stat : 31645 (SatElite) R 31644 31644 31579 0 -1 4194304 15882 0 0 0 60 9 0 0 25 0 1 0 1165368562 72933376 15762 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/31645/statm: 17806 15763 50 127 0 17676 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76580

[startup+1.5017 s]
/proc/loadavg: 0.92 0.98 1.08 2/72 31646
/proc/meminfo: memFree=1351568/2055920 swapFree=4173128/4192956
[pid=31644] ppid=31642 vsize=5356 CPUtime=0
/proc/31644/stat : 31644 (manysat.sh) S 31642 31644 31579 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165368562 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31644/statm: 1339 235 195 169 0 50 0
[pid=31645] ppid=31644 vsize=115880 CPUtime=1.49
/proc/31645/stat : 31645 (SatElite) R 31644 31644 31579 0 -1 4194304 26706 0 0 0 134 15 0 0 25 0 1 0 1165368562 118661120 26586 1992294400 134512640 135034092 4294956096 18446744073709551615 134540678 0 0 4096 3 0 0 0 17 0 0 0
/proc/31645/statm: 28970 26586 64 127 0 28840 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 121236

[startup+3.10186 s]
/proc/loadavg: 1.01 1.00 1.09 2/72 31646
/proc/meminfo: memFree=1318736/2055920 swapFree=4173128/4192956
[pid=31644] ppid=31642 vsize=5356 CPUtime=0
/proc/31644/stat : 31644 (manysat.sh) S 31642 31644 31579 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165368562 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31644/statm: 1339 235 195 169 0 50 0
[pid=31645] ppid=31644 vsize=141840 CPUtime=3.09
/proc/31645/stat : 31645 (SatElite) R 31644 31644 31579 0 -1 4194304 34841 0 0 0 287 22 0 0 25 0 1 0 1165368562 145244160 31811 1992294400 134512640 135034092 4294956096 18446744073709551615 134566706 0 0 4096 3 0 0 0 17 0 0 0
/proc/31645/statm: 35460 31811 68 127 0 35330 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 147196

[startup+6.30218 s]
/proc/loadavg: 1.01 1.00 1.09 2/72 31646
/proc/meminfo: memFree=1303696/2055920 swapFree=4173128/4192956
[pid=31644] ppid=31642 vsize=5356 CPUtime=0
/proc/31644/stat : 31644 (manysat.sh) S 31642 31644 31579 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165368562 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31644/statm: 1339 235 195 169 0 50 0
[pid=31645] ppid=31644 vsize=141716 CPUtime=6.28
/proc/31645/stat : 31645 (SatElite) R 31644 31644 31579 0 -1 4194304 38490 0 0 0 604 24 0 0 25 0 1 0 1165368562 145117184 31851 1992294400 134512640 135034092 4294956096 18446744073709551615 134566558 0 0 4096 3 0 0 0 17 0 0 0
/proc/31645/statm: 35429 31851 68 127 0 35299 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 147072

[startup+12.7016 s]
/proc/loadavg: 1.08 1.02 1.09 3/73 31648
/proc/meminfo: memFree=1297360/2055920 swapFree=4173128/4192956
[pid=31644] ppid=31642 vsize=5356 CPUtime=9.05
/proc/31644/stat : 31644 (manysat.sh) S 31642 31644 31579 0 -1 4194304 312 43740 0 0 0 0 869 36 19 0 1 0 1165368562 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31644/statm: 1339 238 195 169 0 50 0
[pid=31647] ppid=31644 vsize=130872 CPUtime=5.97
/proc/31647/stat : 31647 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194304 28702 0 0 0 576 21 0 0 16 0 2 0 1165369469 134012928 28662 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31647/statm: 32718 28662 83 193 0 32522 0
[pid=31647/tid=31648] ppid=31644 vsize=130872 CPUtime=2.39
/proc/31647/task/31648/stat : 31648 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194368 1021 0 0 0 236 3 0 0 17 0 2 0 1165369588 134012928 28662 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.02
Current children cumulated vsize (KiB) 136228

[startup+25.5029 s]
/proc/loadavg: 1.23 1.05 1.10 3/73 31648
/proc/meminfo: memFree=1297168/2055920 swapFree=4173128/4192956
[pid=31644] ppid=31642 vsize=5356 CPUtime=9.05
/proc/31644/stat : 31644 (manysat.sh) S 31642 31644 31579 0 -1 4194304 312 43740 0 0 0 0 869 36 19 0 1 0 1165368562 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31644/statm: 1339 238 195 169 0 50 0
[pid=31647] ppid=31644 vsize=131448 CPUtime=31.46
/proc/31647/stat : 31647 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194304 28850 0 0 0 3124 22 0 0 17 0 2 0 1165369469 134602752 28810 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31647/statm: 32862 28810 83 193 0 32666 0
[pid=31647/tid=31648] ppid=31644 vsize=131448 CPUtime=15.17
/proc/31647/task/31648/stat : 31648 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194368 1103 0 0 0 1513 4 0 0 17 0 2 0 1165369588 134602752 28810 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.51
Current children cumulated vsize (KiB) 136804

[startup+51.1024 s]
/proc/loadavg: 1.49 1.12 1.12 3/73 31648
/proc/meminfo: memFree=1288208/2055920 swapFree=4173128/4192956
[pid=31644] ppid=31642 vsize=5356 CPUtime=9.05
/proc/31644/stat : 31644 (manysat.sh) S 31642 31644 31579 0 -1 4194304 312 43740 0 0 0 0 869 36 19 0 1 0 1165368562 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31644/statm: 1339 238 195 169 0 50 0
[pid=31647] ppid=31644 vsize=140360 CPUtime=82.49
/proc/31647/stat : 31647 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194304 31120 0 0 0 8224 25 0 0 18 0 2 0 1165369469 143728640 31080 1992294400 134512640 135305190 4294956144 18446744073709551615 134528395 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31647/statm: 35090 31080 83 193 0 34894 0
[pid=31647/tid=31648] ppid=31644 vsize=140360 CPUtime=40.74
/proc/31647/task/31648/stat : 31648 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194368 2063 0 0 0 4069 5 0 0 17 0 2 0 1165369588 143728640 31080 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 91.54
Current children cumulated vsize (KiB) 145716

[startup+102.306 s]
/proc/loadavg: 1.79 1.27 1.17 3/73 31648
/proc/meminfo: memFree=1270928/2055920 swapFree=4173128/4192956
[pid=31644] ppid=31642 vsize=5356 CPUtime=9.05
/proc/31644/stat : 31644 (manysat.sh) S 31642 31644 31579 0 -1 4194304 312 43740 0 0 0 0 869 36 19 0 1 0 1165368562 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31644/statm: 1339 238 195 169 0 50 0
[pid=31647] ppid=31644 vsize=157232 CPUtime=184.64
/proc/31647/stat : 31647 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194304 35411 0 0 0 18432 32 0 0 17 0 2 0 1165369469 161005568 35371 1992294400 134512640 135305190 4294956144 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31647/statm: 39308 35371 83 193 0 39112 0
[pid=31647/tid=31648] ppid=31644 vsize=157232 CPUtime=91.93
/proc/31647/task/31648/stat : 31648 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194368 3939 0 0 0 9185 8 0 0 18 0 2 0 1165369588 161005568 35371 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 193.69
Current children cumulated vsize (KiB) 162588

[startup+162.302 s]
/proc/loadavg: 1.92 1.39 1.22 3/73 31648
/proc/meminfo: memFree=1257616/2055920 swapFree=4173128/4192956
[pid=31644] ppid=31642 vsize=5356 CPUtime=9.05
/proc/31644/stat : 31644 (manysat.sh) S 31642 31644 31579 0 -1 4194304 312 43740 0 0 0 0 869 36 19 0 1 0 1165368562 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31644/statm: 1339 238 195 169 0 50 0
[pid=31647] ppid=31644 vsize=170904 CPUtime=304.33
/proc/31647/stat : 31647 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194304 38694 0 0 0 30397 36 0 0 20 0 2 0 1165369469 175005696 38654 1992294400 134512640 135305190 4294956144 18446744073709551615 134528590 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31647/statm: 42726 38654 83 193 0 42530 0
[pid=31647/tid=31648] ppid=31644 vsize=170904 CPUtime=151.9
/proc/31647/task/31648/stat : 31648 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194368 5478 0 0 0 15180 10 0 0 17 0 2 0 1165369588 175005696 38654 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 313.38
Current children cumulated vsize (KiB) 176260

[startup+222.302 s]
/proc/loadavg: 1.97 1.51 1.27 3/73 31648
/proc/meminfo: memFree=1242064/2055920 swapFree=4173128/4192956
[pid=31644] ppid=31642 vsize=5356 CPUtime=9.05
/proc/31644/stat : 31644 (manysat.sh) S 31642 31644 31579 0 -1 4194304 312 43740 0 0 0 0 869 36 19 0 1 0 1165368562 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31644/statm: 1339 238 195 169 0 50 0
[pid=31647] ppid=31644 vsize=186196 CPUtime=424.04
/proc/31647/stat : 31647 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194304 42589 0 0 0 42363 41 0 0 17 0 2 0 1165369469 190664704 42549 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31647/statm: 46549 42549 83 193 0 46353 0
[pid=31647/tid=31648] ppid=31644 vsize=186196 CPUtime=211.68
/proc/31647/task/31648/stat : 31648 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194368 7146 0 0 0 21156 12 0 0 21 0 2 0 1165369588 190664704 42549 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 433.09
Current children cumulated vsize (KiB) 191552

[startup+282.302 s]
/proc/loadavg: 1.99 1.59 1.30 3/73 31648
/proc/meminfo: memFree=1235984/2055920 swapFree=4173128/4192956
[pid=31644] ppid=31642 vsize=5356 CPUtime=9.05
/proc/31644/stat : 31644 (manysat.sh) S 31642 31644 31579 0 -1 4194304 312 43740 0 0 0 0 869 36 19 0 1 0 1165368562 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31644/statm: 1339 238 195 169 0 50 0
[pid=31647] ppid=31644 vsize=192732 CPUtime=543.77
/proc/31647/stat : 31647 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194304 44179 0 0 0 54333 44 0 0 17 0 2 0 1165369469 197357568 44139 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31647/statm: 48183 44139 83 193 0 47987 0
[pid=31647/tid=31648] ppid=31644 vsize=192732 CPUtime=271.42
/proc/31647/task/31648/stat : 31648 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194368 7867 0 0 0 27129 13 0 0 20 0 2 0 1165369588 197357568 44139 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 552.82
Current children cumulated vsize (KiB) 198088

[startup+342.302 s]
/proc/loadavg: 1.99 1.66 1.35 3/73 31648
/proc/meminfo: memFree=1219984/2055920 swapFree=4173128/4192956
[pid=31644] ppid=31642 vsize=5356 CPUtime=9.05
/proc/31644/stat : 31644 (manysat.sh) S 31642 31644 31579 0 -1 4194304 312 43740 0 0 0 0 869 36 19 0 1 0 1165368562 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31644/statm: 1339 238 195 169 0 50 0
[pid=31647] ppid=31644 vsize=207636 CPUtime=663.46
/proc/31647/stat : 31647 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194304 48088 0 0 0 66297 49 0 0 19 0 2 0 1165369469 212619264 48048 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31647/statm: 51909 48048 83 193 0 51713 0
[pid=31647/tid=31648] ppid=31644 vsize=207636 CPUtime=331.15
/proc/31647/task/31648/stat : 31648 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194368 9635 0 0 0 33100 15 0 0 19 0 2 0 1165369588 212619264 48048 1992294400 134512640 135305190 4294956144 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 672.51
Current children cumulated vsize (KiB) 212992

[startup+402.301 s]
/proc/loadavg: 1.99 1.72 1.38 3/73 31648
/proc/meminfo: memFree=1216656/2055920 swapFree=4173128/4192956
[pid=31644] ppid=31642 vsize=5356 CPUtime=9.05
/proc/31644/stat : 31644 (manysat.sh) S 31642 31644 31579 0 -1 4194304 312 43740 0 0 0 0 869 36 19 0 1 0 1165368562 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31644/statm: 1339 238 195 169 0 50 0
[pid=31647] ppid=31644 vsize=211776 CPUtime=783.18
/proc/31647/stat : 31647 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194304 48927 0 0 0 78267 51 0 0 21 0 2 0 1165369469 216858624 48887 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31647/statm: 52944 48887 83 193 0 52748 0
[pid=31647/tid=31648] ppid=31644 vsize=211776 CPUtime=390.89
/proc/31647/task/31648/stat : 31648 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194368 10071 0 0 0 39073 16 0 0 17 0 2 0 1165369588 216858624 48887 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 792.23
Current children cumulated vsize (KiB) 217132

[startup+462.301 s]
/proc/loadavg: 1.99 1.77 1.42 3/73 31648
/proc/meminfo: memFree=1216592/2055920 swapFree=4173128/4192956
[pid=31644] ppid=31642 vsize=5356 CPUtime=9.05
/proc/31644/stat : 31644 (manysat.sh) S 31642 31644 31579 0 -1 4194304 312 43740 0 0 0 0 869 36 19 0 1 0 1165368562 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31644/statm: 1339 238 195 169 0 50 0
[pid=31647] ppid=31644 vsize=211776 CPUtime=902.89
/proc/31647/stat : 31647 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194304 48948 0 0 0 90238 51 0 0 18 0 2 0 1165369469 216858624 48908 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31647/statm: 52944 48908 83 193 0 52748 0
[pid=31647/tid=31648] ppid=31644 vsize=211776 CPUtime=450.63
/proc/31647/task/31648/stat : 31648 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194368 10081 0 0 0 45046 17 0 0 21 0 2 0 1165369588 216858624 48908 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 911.94
Current children cumulated vsize (KiB) 217132

[startup+522.302 s]
/proc/loadavg: 1.99 1.81 1.45 3/73 31648
/proc/meminfo: memFree=1195664/2055920 swapFree=4173128/4192956
[pid=31644] ppid=31642 vsize=5356 CPUtime=9.05
/proc/31644/stat : 31644 (manysat.sh) S 31642 31644 31579 0 -1 4194304 312 43740 0 0 0 0 869 36 19 0 1 0 1165368562 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31644/statm: 1339 238 195 169 0 50 0
[pid=31647] ppid=31644 vsize=232964 CPUtime=1022.61
/proc/31647/stat : 31647 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194304 54152 0 0 0 102203 58 0 0 17 0 2 0 1165369469 238555136 54112 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31647/statm: 58241 54112 83 193 0 58045 0
[pid=31647/tid=31648] ppid=31644 vsize=232964 CPUtime=510.36
/proc/31647/task/31648/stat : 31648 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194368 12368 0 0 0 51017 19 0 0 17 0 2 0 1165369588 238555136 54112 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1031.66
Current children cumulated vsize (KiB) 238320

[startup+582.302 s]
/proc/loadavg: 1.99 1.84 1.49 3/73 31648
/proc/meminfo: memFree=1195216/2055920 swapFree=4173128/4192956
[pid=31644] ppid=31642 vsize=5356 CPUtime=9.05
/proc/31644/stat : 31644 (manysat.sh) S 31642 31644 31579 0 -1 4194304 312 43740 0 0 0 0 869 36 19 0 1 0 1165368562 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31644/statm: 1339 238 195 169 0 50 0
[pid=31647] ppid=31644 vsize=232964 CPUtime=1142.32
/proc/31647/stat : 31647 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194304 54267 0 0 0 114174 58 0 0 25 0 2 0 1165369469 238555136 54227 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31647/statm: 58241 54227 83 193 0 58045 0
[pid=31647/tid=31648] ppid=31644 vsize=232964 CPUtime=570.09
/proc/31647/task/31648/stat : 31648 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194368 12445 0 0 0 56990 19 0 0 25 0 2 0 1165369588 238555136 54227 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1151.37
Current children cumulated vsize (KiB) 238320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+606.702 s]
/proc/loadavg: 1.99 1.85 1.50 3/73 31648
/proc/meminfo: memFree=1193936/2055920 swapFree=4173128/4192956
[pid=31644] ppid=31642 vsize=5356 CPUtime=9.05
/proc/31644/stat : 31644 (manysat.sh) S 31642 31644 31579 0 -1 4194304 312 43740 0 0 0 0 869 36 19 0 1 0 1165368562 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31644/statm: 1339 238 195 169 0 50 0
[pid=31647] ppid=31644 vsize=233988 CPUtime=1191.02
/proc/31647/stat : 31647 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194304 54583 0 0 0 119043 59 0 0 25 0 2 0 1165369469 239603712 54543 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31647/statm: 58497 54543 83 193 0 58301 0
[pid=31647/tid=31648] ppid=31644 vsize=233988 CPUtime=594.4
/proc/31647/task/31648/stat : 31648 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194368 12594 0 0 0 59420 20 0 0 21 0 2 0 1165369588 239603712 54543 1992294400 134512640 135305190 4294956144 18446744073709551615 134557263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 239344

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

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

[startup+606.702 s]
/proc/loadavg: 1.99 1.85 1.50 3/73 31648
/proc/meminfo: memFree=1193936/2055920 swapFree=4173128/4192956
[pid=31644] ppid=31642 vsize=5356 CPUtime=9.05
/proc/31644/stat : 31644 (manysat.sh) S 31642 31644 31579 0 -1 4194304 312 43740 0 0 0 0 869 36 19 0 1 0 1165368562 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31644/statm: 1339 238 195 169 0 50 0
[pid=31647] ppid=31644 vsize=233988 CPUtime=1191.02
/proc/31647/stat : 31647 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194304 54583 0 0 0 119043 59 0 0 25 0 2 0 1165369469 239603712 54543 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31647/statm: 58497 54543 83 193 0 58301 0
[pid=31647/tid=31648] ppid=31644 vsize=233988 CPUtime=594.4
/proc/31647/task/31648/stat : 31648 (manysat1.1_stat) R 31644 31644 31579 0 -1 4194368 12594 0 0 0 59420 20 0 0 21 0 2 0 1165369588 239603712 54543 1992294400 134512640 135305190 4294956144 18446744073709551615 134557263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 239344

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 606.721
CPU time (s): 1200.07
CPU user time (s): 1199.12
CPU system time (s): 0.95
CPU usage (%): 197.796
Max. virtual memory (cumulated for all children) (KiB): 239344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.69268
system time used= 0.367944
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= 5
involuntary context switches= 43

runsolver used 0.661899 second user time and 1.76973 second system time

The end

Launcher Data

Begin job on node36 at 2009-04-05 12:24:13
IDJOB=1581316
IDBENCH=71034
IDSOLVER=513
FILE ID=node36/1581316-1238927051
PBS_JOBID= 9101443
Free space on /tmp= 66536 MiB

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

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

MD5SUM BENCH= 10eca282b9263f77903cd90a479b46ee
RANDOM SEED=1343063654

node36.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.214
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.214
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:       1437512 kB
Buffers:         69596 kB
Cached:         455136 kB
SwapCached:       9068 kB
Active:         218708 kB
Inactive:       316476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1437512 kB
SwapTotal:     4192956 kB
SwapFree:      4173128 kB
Dirty:           24224 kB
Writeback:           0 kB
Mapped:          16128 kB
Slab:            68592 kB
Committed_AS:  3509016 kB
PageTables:       1876 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= 66508 MiB
End job on node36 at 2009-04-05 12:34:20