Trace number 1579964

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-20UNSAT 956.963 483.347

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-5p0.cnf
MD5SUMb21b299f860c56270b509900cff82599
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark565.218
Satisfiable
(Un)Satisfiability was proved
Number of variables162926
Number of clauses821689
Sum of the clauses size1954581
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2618514
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.00/0.00	c Parsing...
0.89/0.94	c ==============================================================================
0.89/0.94	c |           |     ORIGINAL     |              LEARNT              |          |
0.89/0.94	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.89/0.94	c ==============================================================================
0.89/0.94	c |         0 |  812763  1945115 |  243828       0        0     nan |  0.000 % |
5.88/5.92	c |         0 |  546996  1519613 |      --       0       --      -- |     --   | -74850/8386
5.88/5.93	c ==============================================================================
5.88/5.93	c Result  :   #vars: 85935   #clauses: 546996   #literals: 1519613
5.88/5.93	c CPU time:   5.73613 s
5.88/5.93	c ==============================================================================
956.90/483.30	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
956.90/483.30	c ============================[ Problem Statistics ]=============================
956.90/483.30	c |                                                                             |
956.90/483.30	c threadId              : 0
956.90/483.30	c restarts              : 710
956.90/483.30	c conflicts             : 254625         (268 /sec)
956.90/483.30	c decisions             : 1002538        (1.34 % random) (1056 /sec)
956.90/483.30	c propagations          : 414767271      (436707 /sec)
956.90/483.30	c conflict literals     : 40041104       (35.33 % deleted)
956.90/483.30	c Memory used           : 175.11 MB
956.90/483.30	c CPU time              : 949.762 s
956.90/483.30	
956.90/483.30	c --->m=2, e=8, aimd=0, HOME/24013_many.cnf	time: 474.881	conflicts: 254625       
956.90/483.33	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1579964-1238912947/watcher-1579964-1238912947 -o /tmp/evaluation-result-1579964-1238912947/solver-1579964-1238912947 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1579964-1238912947.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.95 0.98 3/64 24013
/proc/meminfo: memFree=1527080/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (manysat.sh) R 24011 24013 23976 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1163960199 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 233588714143 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/24013/statm: 1339 234 194 169 0 50 0
[pid=24014] ppid=24013 vsize=1560 CPUtime=0
/proc/24014/stat : 24014 (SatElite) R 24013 24013 23976 0 -1 4194304 261 0 0 0 0 0 0 0 18 0 1 0 1163960199 1597440 245 1992294400 134512640 135034092 4294956096 18446744073709551615 134544897 0 0 4096 3 0 0 0 17 0 0 0
/proc/24014/statm: 390 247 50 127 0 260 0

[startup+0.0842059 s]
/proc/loadavg: 0.92 0.95 0.98 3/64 24013
/proc/meminfo: memFree=1527080/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (manysat.sh) S 24011 24013 23976 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163960199 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24013/statm: 1339 235 195 169 0 50 0
[pid=24014] ppid=24013 vsize=28312 CPUtime=0.07
/proc/24014/stat : 24014 (SatElite) R 24013 24013 23976 0 -1 4194304 4300 0 0 0 5 2 0 0 19 0 1 0 1163960199 28991488 4180 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/24014/statm: 7078 4181 50 127 0 6948 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 33668

[startup+0.102206 s]
/proc/loadavg: 0.92 0.95 0.98 3/64 24013
/proc/meminfo: memFree=1527080/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (manysat.sh) S 24011 24013 23976 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163960199 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24013/statm: 1339 235 195 169 0 50 0
[pid=24014] ppid=24013 vsize=30284 CPUtime=0.09
/proc/24014/stat : 24014 (SatElite) R 24013 24013 23976 0 -1 4194304 4762 0 0 0 7 2 0 0 19 0 1 0 1163960199 31010816 4642 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/24014/statm: 7604 4644 50 127 0 7474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35640

[startup+0.301225 s]
/proc/loadavg: 0.92 0.95 0.98 3/64 24013
/proc/meminfo: memFree=1527080/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (manysat.sh) S 24011 24013 23976 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163960199 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24013/statm: 1339 235 195 169 0 50 0
[pid=24014] ppid=24013 vsize=46076 CPUtime=0.29
/proc/24014/stat : 24014 (SatElite) R 24013 24013 23976 0 -1 4194304 8527 0 0 0 24 5 0 0 21 0 1 0 1163960199 47181824 8407 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/24014/statm: 11519 8408 50 127 0 11389 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51432

[startup+0.702267 s]
/proc/loadavg: 0.92 0.95 0.98 3/64 24013
/proc/meminfo: memFree=1527080/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (manysat.sh) S 24011 24013 23976 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163960199 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24013/statm: 1339 235 195 169 0 50 0
[pid=24014] ppid=24013 vsize=68860 CPUtime=0.69
/proc/24014/stat : 24014 (SatElite) R 24013 24013 23976 0 -1 4194304 14621 0 0 0 61 8 0 0 25 0 1 0 1163960199 70512640 14501 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/24014/statm: 17215 14502 51 127 0 17085 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74216

[startup+1.50235 s]
/proc/loadavg: 0.92 0.95 0.98 2/66 24015
/proc/meminfo: memFree=1454040/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (manysat.sh) S 24011 24013 23976 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163960199 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24013/statm: 1339 235 195 169 0 50 0
[pid=24014] ppid=24013 vsize=94344 CPUtime=1.49
/proc/24014/stat : 24014 (SatElite) R 24013 24013 23976 0 -1 4194304 22243 0 0 0 136 13 0 0 25 0 1 0 1163960199 96608256 20120 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/24014/statm: 23586 20120 68 127 0 23456 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99700

[startup+3.10151 s]
/proc/loadavg: 0.92 0.95 0.98 2/66 24015
/proc/meminfo: memFree=1437144/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (manysat.sh) S 24011 24013 23976 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163960199 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24013/statm: 1339 235 195 169 0 50 0
[pid=24014] ppid=24013 vsize=109376 CPUtime=3.09
/proc/24014/stat : 24014 (SatElite) R 24013 24013 23976 0 -1 4194304 25669 0 0 0 294 15 0 0 25 0 1 0 1163960199 112001024 23195 1992294400 134512640 135034092 4294956096 18446744073709551615 134582444 0 0 4096 3 0 0 0 17 0 0 0
/proc/24014/statm: 27344 23195 68 127 0 27214 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 114732

[startup+6.30183 s]
/proc/loadavg: 1.01 0.97 0.99 2/66 24015
/proc/meminfo: memFree=1433432/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (manysat.sh) S 24011 24013 23976 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163960199 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24013/statm: 1339 235 195 169 0 50 0
[pid=24014] ppid=24013 vsize=103588 CPUtime=6.29
/proc/24014/stat : 24014 (SatElite) R 24013 24013 23976 0 -1 4194304 30072 0 0 0 609 20 0 0 25 0 1 0 1163960199 106074112 22265 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/24014/statm: 25897 22265 68 127 0 25767 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 108944

[startup+12.7015 s]
/proc/loadavg: 1.09 0.99 0.99 3/67 24017
/proc/meminfo: memFree=1434648/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=6.65
/proc/24013/stat : 24013 (manysat.sh) S 24011 24013 23976 0 -1 4194304 312 30075 0 0 0 0 642 23 16 0 1 0 1163960199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 238 195 169 0 50 0
[pid=24016] ppid=24013 vsize=90312 CPUtime=11.15
/proc/24016/stat : 24016 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194304 19066 0 0 0 1098 17 0 0 17 0 2 0 1163960867 92479488 19033 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24016/statm: 22578 19033 83 193 0 22382 0
[pid=24016/tid=24017] ppid=24013 vsize=90312 CPUtime=5.16
/proc/24016/task/24017/stat : 24017 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194368 739 0 0 0 513 3 0 0 17 0 2 0 1163960945 92479488 19033 1992294400 134512640 135305190 4294956144 18446744073709551615 134528283 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.8
Current children cumulated vsize (KiB) 95668

[startup+25.5028 s]
/proc/loadavg: 1.29 1.04 1.01 3/67 24017
/proc/meminfo: memFree=1429344/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=6.65
/proc/24013/stat : 24013 (manysat.sh) S 24011 24013 23976 0 -1 4194304 312 30075 0 0 0 0 642 23 16 0 1 0 1163960199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 238 195 169 0 50 0
[pid=24016] ppid=24013 vsize=95940 CPUtime=36.68
/proc/24016/stat : 24016 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194304 20503 0 0 0 3649 19 0 0 17 0 2 0 1163960867 98242560 20470 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24016/statm: 23985 20470 83 193 0 23789 0
[pid=24016/tid=24017] ppid=24013 vsize=95940 CPUtime=17.96
/proc/24016/task/24017/stat : 24017 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194368 1408 0 0 0 1792 4 0 0 17 0 2 0 1163960945 98242560 20470 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.33
Current children cumulated vsize (KiB) 101296

[startup+51.1024 s]
/proc/loadavg: 1.53 1.11 1.03 3/67 24017
/proc/meminfo: memFree=1415904/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=6.65
/proc/24013/stat : 24013 (manysat.sh) S 24011 24013 23976 0 -1 4194304 312 30075 0 0 0 0 642 23 16 0 1 0 1163960199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 238 195 169 0 50 0
[pid=24016] ppid=24013 vsize=109136 CPUtime=87.73
/proc/24016/stat : 24016 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194304 23842 0 0 0 8750 23 0 0 20 0 2 0 1163960867 111755264 23809 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24016/statm: 27284 23809 83 193 0 27088 0
[pid=24016/tid=24017] ppid=24013 vsize=109136 CPUtime=43.55
/proc/24016/task/24017/stat : 24017 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194368 2577 0 0 0 4349 6 0 0 19 0 2 0 1163960945 111755264 23809 1992294400 134512640 135305190 4294956144 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 94.38
Current children cumulated vsize (KiB) 114492

[startup+102.307 s]
/proc/loadavg: 1.79 1.25 1.08 3/67 24017
/proc/meminfo: memFree=1400672/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=6.65
/proc/24013/stat : 24013 (manysat.sh) S 24011 24013 23976 0 -1 4194304 312 30075 0 0 0 0 642 23 16 0 1 0 1163960199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 238 195 169 0 50 0
[pid=24016] ppid=24013 vsize=123860 CPUtime=189.92
/proc/24016/stat : 24016 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194304 27633 0 0 0 18963 29 0 0 18 0 2 0 1163960867 126832640 27600 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24016/statm: 30965 27600 83 193 0 30769 0
[pid=24016/tid=24017] ppid=24013 vsize=123860 CPUtime=94.72
/proc/24016/task/24017/stat : 24017 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194368 4207 0 0 0 9464 8 0 0 17 0 2 0 1163960945 126832640 27600 1992294400 134512640 135305190 4294956144 18446744073709551615 134557305 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 196.57
Current children cumulated vsize (KiB) 129216

[startup+162.303 s]
/proc/loadavg: 1.92 1.38 1.14 3/67 24017
/proc/meminfo: memFree=1387488/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=6.65
/proc/24013/stat : 24013 (manysat.sh) S 24011 24013 23976 0 -1 4194304 312 30075 0 0 0 0 642 23 16 0 1 0 1163960199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 238 195 169 0 50 0
[pid=24016] ppid=24013 vsize=137308 CPUtime=309.65
/proc/24016/stat : 24016 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194304 30879 0 0 0 30931 34 0 0 25 0 2 0 1163960867 140603392 30846 1992294400 134512640 135305190 4294956144 18446744073709551615 134551863 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24016/statm: 34327 30846 83 193 0 34131 0
[pid=24016/tid=24017] ppid=24013 vsize=137308 CPUtime=154.7
/proc/24016/task/24017/stat : 24017 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194368 5627 0 0 0 15459 11 0 0 17 0 2 0 1163960945 140603392 30846 1992294400 134512640 135305190 4294956144 18446744073709551615 134530572 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 316.3
Current children cumulated vsize (KiB) 142664

[startup+222.303 s]
/proc/loadavg: 1.97 1.49 1.19 3/67 24017
/proc/meminfo: memFree=1373472/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=6.65
/proc/24013/stat : 24013 (manysat.sh) S 24011 24013 23976 0 -1 4194304 312 30075 0 0 0 0 642 23 16 0 1 0 1163960199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 238 195 169 0 50 0
[pid=24016] ppid=24013 vsize=151632 CPUtime=429.38
/proc/24016/stat : 24016 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194304 34355 0 0 0 42898 40 0 0 18 0 2 0 1163960867 155271168 34322 1992294400 134512640 135305190 4294956144 18446744073709551615 134551851 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24016/statm: 37908 34322 83 193 0 37712 0
[pid=24016/tid=24017] ppid=24013 vsize=151632 CPUtime=214.67
/proc/24016/task/24017/stat : 24017 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194368 7210 0 0 0 21454 13 0 0 20 0 2 0 1163960945 155271168 34322 1992294400 134512640 135305190 4294956144 18446744073709551615 134557464 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 436.03
Current children cumulated vsize (KiB) 156988

[startup+282.303 s]
/proc/loadavg: 1.99 1.58 1.24 3/67 24017
/proc/meminfo: memFree=1362848/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=6.65
/proc/24013/stat : 24013 (manysat.sh) S 24011 24013 23976 0 -1 4194304 312 30075 0 0 0 0 642 23 16 0 1 0 1163960199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 238 195 169 0 50 0
[pid=24016] ppid=24013 vsize=162512 CPUtime=549.13
/proc/24016/stat : 24016 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194304 37195 0 0 0 54869 44 0 0 17 0 2 0 1163960867 166412288 37162 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24016/statm: 40628 37162 83 193 0 40432 0
[pid=24016/tid=24017] ppid=24013 vsize=162512 CPUtime=274.65
/proc/24016/task/24017/stat : 24017 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194368 8547 0 0 0 27450 15 0 0 20 0 2 0 1163960945 166412288 37162 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 555.78
Current children cumulated vsize (KiB) 167868

[startup+342.303 s]
/proc/loadavg: 1.99 1.65 1.28 3/67 24017
/proc/meminfo: memFree=1358304/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=6.65
/proc/24013/stat : 24013 (manysat.sh) S 24011 24013 23976 0 -1 4194304 312 30075 0 0 0 0 642 23 16 0 1 0 1163960199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 238 195 169 0 50 0
[pid=24016] ppid=24013 vsize=166192 CPUtime=668.86
/proc/24016/stat : 24016 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194304 38161 0 0 0 66841 45 0 0 25 0 2 0 1163960867 170180608 38128 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24016/statm: 41548 38128 83 193 0 41352 0
[pid=24016/tid=24017] ppid=24013 vsize=166192 CPUtime=334.63
/proc/24016/task/24017/stat : 24017 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194368 9030 0 0 0 33447 16 0 0 17 0 2 0 1163960945 170180608 38128 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 675.51
Current children cumulated vsize (KiB) 171548

[startup+402.303 s]
/proc/loadavg: 1.99 1.71 1.32 3/67 24017
/proc/meminfo: memFree=1349664/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=6.65
/proc/24013/stat : 24013 (manysat.sh) S 24011 24013 23976 0 -1 4194304 312 30075 0 0 0 0 642 23 16 0 1 0 1163960199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 238 195 169 0 50 0
[pid=24016] ppid=24013 vsize=175792 CPUtime=788.6
/proc/24016/stat : 24016 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194304 40441 0 0 0 78812 48 0 0 21 0 2 0 1163960867 180011008 40408 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24016/statm: 43948 40408 83 193 0 43752 0
[pid=24016/tid=24017] ppid=24013 vsize=175792 CPUtime=394.42
/proc/24016/task/24017/stat : 24017 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194368 10183 0 0 0 39424 18 0 0 20 0 2 0 1163960945 180011008 40408 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 795.25
Current children cumulated vsize (KiB) 181148

[startup+462.302 s]
/proc/loadavg: 1.99 1.76 1.36 3/67 24017
/proc/meminfo: memFree=1346976/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=6.65
/proc/24013/stat : 24013 (manysat.sh) S 24011 24013 23976 0 -1 4194304 312 30075 0 0 0 0 642 23 16 0 1 0 1163960199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 238 195 169 0 50 0
[pid=24016] ppid=24013 vsize=178148 CPUtime=908.33
/proc/24016/stat : 24016 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194304 40980 0 0 0 90784 49 0 0 25 0 2 0 1163960867 182423552 40947 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24016/statm: 44537 40947 83 193 0 44341 0
[pid=24016/tid=24017] ppid=24013 vsize=178148 CPUtime=454.17
/proc/24016/task/24017/stat : 24017 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194368 10528 0 0 0 45399 18 0 0 25 0 2 0 1163960945 182423552 40947 1992294400 134512640 135305190 4294956144 18446744073709551615 134528632 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 914.98
Current children cumulated vsize (KiB) 183504

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

[startup+473.501 s]
/proc/loadavg: 1.99 1.77 1.37 3/67 24017
/proc/meminfo: memFree=1346912/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=6.65
/proc/24013/stat : 24013 (manysat.sh) S 24011 24013 23976 0 -1 4194304 312 30075 0 0 0 0 642 23 16 0 1 0 1163960199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 238 195 169 0 50 0
[pid=24016] ppid=24013 vsize=178288 CPUtime=930.68
/proc/24016/stat : 24016 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194304 41021 0 0 0 93019 49 0 0 25 0 2 0 1163960867 182566912 40988 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24016/statm: 44572 40988 83 193 0 44376 0
[pid=24016/tid=24017] ppid=24013 vsize=178288 CPUtime=465.32
/proc/24016/task/24017/stat : 24017 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194368 10535 0 0 0 46514 18 0 0 25 0 2 0 1163960945 182566912 40988 1992294400 134512640 135305190 4294956144 18446744073709551615 134556801 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 937.33
Current children cumulated vsize (KiB) 183644

[startup+479.903 s]
/proc/loadavg: 1.99 1.78 1.38 3/67 24017
/proc/meminfo: memFree=1346400/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=6.65
/proc/24013/stat : 24013 (manysat.sh) S 24011 24013 23976 0 -1 4194304 312 30075 0 0 0 0 642 23 16 0 1 0 1163960199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 238 195 169 0 50 0
[pid=24016] ppid=24013 vsize=178872 CPUtime=943.47
/proc/24016/stat : 24016 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194304 41150 0 0 0 94297 50 0 0 25 0 2 0 1163960867 183164928 41117 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24016/statm: 44718 41117 83 193 0 44522 0
[pid=24016/tid=24017] ppid=24013 vsize=178872 CPUtime=471.7
/proc/24016/task/24017/stat : 24017 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194368 10626 0 0 0 47152 18 0 0 25 0 2 0 1163960945 183164928 41117 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 950.12
Current children cumulated vsize (KiB) 184228

[startup+481.502 s]
/proc/loadavg: 1.99 1.78 1.38 3/67 24017
/proc/meminfo: memFree=1346208/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=6.65
/proc/24013/stat : 24013 (manysat.sh) S 24011 24013 23976 0 -1 4194304 312 30075 0 0 0 0 642 23 16 0 1 0 1163960199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 238 195 169 0 50 0
[pid=24016] ppid=24013 vsize=179176 CPUtime=946.66
/proc/24016/stat : 24016 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194304 41220 0 0 0 94616 50 0 0 25 0 2 0 1163960867 183476224 41187 1992294400 134512640 135305190 4294956144 18446744073709551615 134551671 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24016/statm: 44794 41187 83 193 0 44598 0
[pid=24016/tid=24017] ppid=24013 vsize=179176 CPUtime=473.29
/proc/24016/task/24017/stat : 24017 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194368 10696 0 0 0 47311 18 0 0 25 0 2 0 1163960945 183476224 41187 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 953.31
Current children cumulated vsize (KiB) 184532

[startup+482.301 s]
/proc/loadavg: 1.99 1.78 1.38 3/67 24017
/proc/meminfo: memFree=1346080/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=6.65
/proc/24013/stat : 24013 (manysat.sh) S 24011 24013 23976 0 -1 4194304 312 30075 0 0 0 0 642 23 16 0 1 0 1163960199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 238 195 169 0 50 0
[pid=24016] ppid=24013 vsize=179176 CPUtime=948.25
/proc/24016/stat : 24016 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194304 41234 0 0 0 94775 50 0 0 25 0 2 0 1163960867 183476224 41201 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24016/statm: 44794 41201 83 193 0 44598 0
[pid=24016/tid=24017] ppid=24013 vsize=179176 CPUtime=474.09
/proc/24016/task/24017/stat : 24017 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194368 10710 0 0 0 47391 18 0 0 25 0 2 0 1163960945 183476224 41201 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 954.9
Current children cumulated vsize (KiB) 184532

[startup+483.101 s]
/proc/loadavg: 1.99 1.78 1.38 3/67 24017
/proc/meminfo: memFree=1345952/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=6.65
/proc/24013/stat : 24013 (manysat.sh) S 24011 24013 23976 0 -1 4194304 312 30075 0 0 0 0 642 23 16 0 1 0 1163960199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 238 195 169 0 50 0
[pid=24016] ppid=24013 vsize=179312 CPUtime=949.85
/proc/24016/stat : 24016 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194304 41266 0 0 0 94935 50 0 0 25 0 2 0 1163960867 183615488 41233 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24016/statm: 44828 41233 83 193 0 44632 0
[pid=24016/tid=24017] ppid=24013 vsize=179312 CPUtime=474.88
/proc/24016/task/24017/stat : 24017 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194368 10742 0 0 0 47470 18 0 0 25 0 2 0 1163960945 183615488 41233 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 956.5
Current children cumulated vsize (KiB) 184668

[startup+483.301 s]
/proc/loadavg: 1.99 1.78 1.38 3/67 24017
/proc/meminfo: memFree=1345952/2055920 swapFree=4176444/4192956
[pid=24013] ppid=24011 vsize=5356 CPUtime=6.65
/proc/24013/stat : 24013 (manysat.sh) S 24011 24013 23976 0 -1 4194304 312 30075 0 0 0 0 642 23 16 0 1 0 1163960199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 238 195 169 0 50 0
[pid=24016] ppid=24013 vsize=179312 CPUtime=950.25
/proc/24016/stat : 24016 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194304 41266 0 0 0 94975 50 0 0 25 0 2 0 1163960867 183615488 41233 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24016/statm: 44828 41233 83 193 0 44632 0
[pid=24016/tid=24017] ppid=24013 vsize=179312 CPUtime=475.08
/proc/24016/task/24017/stat : 24017 (manysat1.1_stat) R 24013 24013 23976 0 -1 4194368 10742 0 0 0 47490 18 0 0 25 0 2 0 1163960945 183615488 41233 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 956.9
Current children cumulated vsize (KiB) 184668

Child status: 20
Real time (s): 483.347
CPU time (s): 956.963
CPU user time (s): 956.185
CPU system time (s): 0.778881
CPU usage (%): 197.987
Max. virtual memory (cumulated for all children) (KiB): 184668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 956.185
system time used= 0.778881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71822
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= 2882
involuntary context switches= 7147

runsolver used 0.469928 second user time and 1.2968 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-05 08:29:08
IDJOB=1579964
IDBENCH=71008
IDSOLVER=513
FILE ID=node27/1579964-1238912947
PBS_JOBID= 9101392
Free space on /tmp= 66392 MiB

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

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

MD5SUM BENCH= b21b299f860c56270b509900cff82599
RANDOM SEED=471810219

node27.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.196
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5521.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.196
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1527504 kB
Buffers:         59204 kB
Cached:         383680 kB
SwapCached:       9588 kB
Active:         134752 kB
Inactive:       319264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1527504 kB
SwapTotal:     4192956 kB
SwapFree:      4176444 kB
Dirty:           16460 kB
Writeback:           0 kB
Mapped:          16764 kB
Slab:            60280 kB
Committed_AS:  3323296 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66388 MiB
End job on node27 at 2009-04-05 08:37:12