Trace number 1723622

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 148.817 74.6734

General information on the benchmark

Namegoldb-heqc-term1mul.cnf
MD5SUMc356d60706abf7ddd80826e417c8de67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark26.336
Satisfiable
(Un)Satisfiability was proved
Number of variables3504
Number of clauses22229
Sum of the clauses size75188
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25116
Number of clauses of size 310312
Number of clauses of size 40
Number of clauses of size 56800
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   22229    75188 |    6668       0        0     nan |  0.000 % |
0.05/0.05	c |         0 |   22219    75371 |      --       0       --      -- |     --   | -10/183
0.05/0.05	c ==============================================================================
0.05/0.05	c Result  :   #vars: 3491   #clauses: 22219   #literals: 75371
0.05/0.05	c CPU time:   0.055991 s
0.05/0.05	c ==============================================================================
148.67/74.66	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
148.67/74.66	c ============================[ Problem Statistics ]=============================
148.67/74.66	c |                                                                             |
148.67/74.66	c threadId              : 1
148.67/74.66	c restarts              : 1581
148.67/74.66	c conflicts             : 312417         (2102 /sec)
148.67/74.66	c decisions             : 557960         (1.21 % random) (3755 /sec)
148.67/74.66	c propagations          : 73574968       (495086 /sec)
148.67/74.66	c conflict literals     : 6970683        (48.89 % deleted)
148.67/74.66	c Memory used           : 41.09 MB
148.67/74.66	c CPU time              : 148.61 s
148.67/74.66	
148.67/74.66	c --->m=2, e=8, aimd=0, HOME/17207_many.cnf	time: 74.3052	conflicts: 312417       
148.67/74.66	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-1723622-1240687639/watcher-1723622-1240687639 -o /tmp/evaluation-result-1723622-1240687639/solver-1723622-1240687639 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1723622-1240687639.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: 1.00 1.00 1.00 3/64 17207
/proc/meminfo: memFree=1484904/2055920 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=5356 CPUtime=0
/proc/17207/stat : 17207 (manysat.sh) R 17205 17207 16631 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 96796696 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 264907582111 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/17207/statm: 1339 234 194 169 0 50 0
[pid=17208] ppid=17207 vsize=960 CPUtime=0
/proc/17208/stat : 17208 (SatElite) R 17207 17207 16631 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 96796697 983040 138 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/17208/statm: 240 139 50 127 0 110 0

[startup+0.0589339 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17207
/proc/meminfo: memFree=1484904/2055920 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=5356 CPUtime=0
/proc/17207/stat : 17207 (manysat.sh) S 17205 17207 16631 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96796696 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17207/statm: 1339 235 195 169 0 50 0
[pid=17208] ppid=17207 vsize=2920 CPUtime=0.05
/proc/17208/stat : 17208 (SatElite) R 17207 17207 16631 0 -1 4194304 636 0 0 0 5 0 0 0 19 0 1 0 96796697 2990080 620 1992294400 134512640 135034092 4294956096 18446744073709551615 134575621 0 0 4096 3 0 0 0 17 0 0 0
/proc/17208/statm: 730 620 68 127 0 600 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8276

[startup+0.102951 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17207
/proc/meminfo: memFree=1484904/2055920 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=5356 CPUtime=0.08
/proc/17207/stat : 17207 (manysat.sh) S 17205 17207 16631 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96796696 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17207/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5356

[startup+0.301976 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17207
/proc/meminfo: memFree=1484904/2055920 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=5356 CPUtime=0.08
/proc/17207/stat : 17207 (manysat.sh) S 17205 17207 16631 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96796696 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17207/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5356

[startup+0.701037 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17207
/proc/meminfo: memFree=1484904/2055920 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=5356 CPUtime=0.08
/proc/17207/stat : 17207 (manysat.sh) S 17205 17207 16631 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96796696 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17207/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5356

[startup+1.50115 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 17211
/proc/meminfo: memFree=1478096/2055920 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=5356 CPUtime=0.08
/proc/17207/stat : 17207 (manysat.sh) S 17205 17207 16631 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96796696 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17207/statm: 1339 238 195 169 0 50 0
[pid=17210] ppid=17207 vsize=19220 CPUtime=2.77
/proc/17210/stat : 17210 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194304 1790 0 0 0 275 2 0 0 17 0 2 0 96796705 19681280 1775 1992294400 134512640 135305190 4294956144 18446744073709551615 134528449 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/17210/statm: 4805 1775 83 193 0 4609 0
[pid=17210/tid=17211] ppid=17207 vsize=19220 CPUtime=1.36
/proc/17210/task/17211/stat : 17211 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194368 409 0 0 0 136 0 0 0 16 0 2 0 96796708 19681280 1775 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 24576

[startup+3.10138 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 17211
/proc/meminfo: memFree=1475920/2055920 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=5356 CPUtime=0.08
/proc/17207/stat : 17207 (manysat.sh) S 17205 17207 16631 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96796696 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17207/statm: 1339 238 195 169 0 50 0
[pid=17210] ppid=17207 vsize=21492 CPUtime=5.96
/proc/17210/stat : 17210 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194304 2424 0 0 0 593 3 0 0 17 0 2 0 96796705 22007808 2409 1992294400 134512640 135305190 4294956144 18446744073709551615 134528562 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/17210/statm: 5373 2409 83 193 0 5177 0
[pid=17210/tid=17211] ppid=17207 vsize=21492 CPUtime=2.97
/proc/17210/task/17211/stat : 17211 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194368 652 0 0 0 296 1 0 0 16 0 2 0 96796708 22007808 2409 1992294400 134512640 135305190 4294956144 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 26848

[startup+6.30185 s]
/proc/loadavg: 1.08 1.02 1.01 3/67 17211
/proc/meminfo: memFree=1472336/2055920 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=5356 CPUtime=0.08
/proc/17207/stat : 17207 (manysat.sh) S 17205 17207 16631 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96796696 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17207/statm: 1339 238 195 169 0 50 0
[pid=17210] ppid=17207 vsize=24540 CPUtime=12.34
/proc/17210/stat : 17210 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194304 3045 0 0 0 1230 4 0 0 17 0 2 0 96796705 25128960 3030 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/17210/statm: 6135 3030 83 193 0 5939 0
[pid=17210/tid=17211] ppid=17207 vsize=24540 CPUtime=6.16
/proc/17210/task/17211/stat : 17211 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194368 927 0 0 0 615 1 0 0 17 0 2 0 96796708 25128960 3030 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 29896

[startup+12.7018 s]
/proc/loadavg: 1.15 1.03 1.01 3/67 17211
/proc/meminfo: memFree=1467280/2055920 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=5356 CPUtime=0.08
/proc/17207/stat : 17207 (manysat.sh) S 17205 17207 16631 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96796696 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17207/statm: 1339 238 195 169 0 50 0
[pid=17210] ppid=17207 vsize=29136 CPUtime=25.11
/proc/17210/stat : 17210 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194304 4273 0 0 0 2505 6 0 0 17 0 2 0 96796705 29835264 4258 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/17210/statm: 7284 4258 83 193 0 7088 0
[pid=17210/tid=17211] ppid=17207 vsize=29136 CPUtime=12.55
/proc/17210/task/17211/stat : 17211 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194368 1524 0 0 0 1253 2 0 0 17 0 2 0 96796708 29835264 4258 1992294400 134512640 135305190 4294956144 18446744073709551615 134528554 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 34492

[startup+25.5026 s]
/proc/loadavg: 1.34 1.08 1.02 3/67 17211
/proc/meminfo: memFree=1462928/2055920 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=5356 CPUtime=0.08
/proc/17207/stat : 17207 (manysat.sh) S 17205 17207 16631 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96796696 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17207/statm: 1339 238 195 169 0 50 0
[pid=17210] ppid=17207 vsize=33744 CPUtime=50.64
/proc/17210/stat : 17210 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194304 5355 0 0 0 5057 7 0 0 19 0 2 0 96796705 34553856 5340 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17210/statm: 8436 5340 83 193 0 8240 0
[pid=17210/tid=17211] ppid=17207 vsize=33744 CPUtime=25.3
/proc/17210/task/17211/stat : 17211 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194368 2034 0 0 0 2528 2 0 0 25 0 2 0 96796708 34553856 5340 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 39100

[startup+51.1013 s]
/proc/loadavg: 1.56 1.15 1.05 3/67 17211
/proc/meminfo: memFree=1459024/2055920 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=5356 CPUtime=0.08
/proc/17207/stat : 17207 (manysat.sh) S 17205 17207 16631 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96796696 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17207/statm: 1339 238 195 169 0 50 0
[pid=17210] ppid=17207 vsize=37672 CPUtime=101.71
/proc/17210/stat : 17210 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194304 6338 0 0 0 10162 9 0 0 22 0 2 0 96796705 38576128 6323 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17210/statm: 9418 6323 83 193 0 9222 0
[pid=17210/tid=17211] ppid=17207 vsize=37672 CPUtime=50.8
/proc/17210/task/17211/stat : 17211 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194368 2539 0 0 0 5076 4 0 0 24 0 2 0 96796708 38576128 6323 1992294400 134512640 135305190 4294956144 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 43028

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

[startup+63.9012 s]
/proc/loadavg: 1.66 1.19 1.06 3/67 17211
/proc/meminfo: memFree=1457040/2055920 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=5356 CPUtime=0.08
/proc/17207/stat : 17207 (manysat.sh) S 17205 17207 16631 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96796696 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17207/statm: 1339 238 195 169 0 50 0
[pid=17210] ppid=17207 vsize=40724 CPUtime=127.24
/proc/17210/stat : 17210 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194304 6823 0 0 0 12714 10 0 0 25 0 2 0 96796705 41701376 6808 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17210/statm: 10181 6808 83 193 0 9985 0
[pid=17210/tid=17211] ppid=17207 vsize=40724 CPUtime=63.54
/proc/17210/task/17211/stat : 17211 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194368 2774 0 0 0 6350 4 0 0 21 0 2 0 96796708 41701376 6808 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 127.32
Current children cumulated vsize (KiB) 46080

[startup+70.3021 s]
/proc/loadavg: 1.69 1.21 1.07 3/67 17211
/proc/meminfo: memFree=1456336/2055920 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=5356 CPUtime=0.08
/proc/17207/stat : 17207 (manysat.sh) S 17205 17207 16631 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96796696 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17207/statm: 1339 238 195 169 0 50 0
[pid=17210] ppid=17207 vsize=40976 CPUtime=140.02
/proc/17210/stat : 17210 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194304 7000 0 0 0 13992 10 0 0 25 0 2 0 96796705 41959424 6985 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17210/statm: 10244 6985 83 193 0 10048 0
[pid=17210/tid=17211] ppid=17207 vsize=40976 CPUtime=69.92
/proc/17210/task/17211/stat : 17211 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194368 2834 0 0 0 6988 4 0 0 25 0 2 0 96796708 41959424 6985 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 140.1
Current children cumulated vsize (KiB) 46332

[startup+71.9014 s]
/proc/loadavg: 1.69 1.21 1.07 3/67 17211
/proc/meminfo: memFree=1456016/2055920 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=5356 CPUtime=0.08
/proc/17207/stat : 17207 (manysat.sh) S 17205 17207 16631 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96796696 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17207/statm: 1339 238 195 169 0 50 0
[pid=17210] ppid=17207 vsize=41280 CPUtime=143.2
/proc/17210/stat : 17210 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194304 7109 0 0 0 14310 10 0 0 18 0 2 0 96796705 42270720 7094 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17210/statm: 10320 7094 83 193 0 10124 0
[pid=17210/tid=17211] ppid=17207 vsize=41280 CPUtime=71.51
/proc/17210/task/17211/stat : 17211 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194368 2885 0 0 0 7147 4 0 0 25 0 2 0 96796708 42270720 7094 1992294400 134512640 135305190 4294956144 18446744073709551615 134558382 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 143.28
Current children cumulated vsize (KiB) 46636

[startup+73.5016 s]
/proc/loadavg: 1.71 1.22 1.07 3/67 17211
/proc/meminfo: memFree=1455760/2055920 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=5356 CPUtime=0.08
/proc/17207/stat : 17207 (manysat.sh) S 17205 17207 16631 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96796696 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17207/statm: 1339 238 195 169 0 50 0
[pid=17210] ppid=17207 vsize=42072 CPUtime=146.39
/proc/17210/stat : 17210 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194304 7290 0 0 0 14629 10 0 0 17 0 2 0 96796705 43081728 7275 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17210/statm: 10518 7275 83 193 0 10322 0
[pid=17210/tid=17211] ppid=17207 vsize=42072 CPUtime=73.1
/proc/17210/task/17211/stat : 17211 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194368 2974 0 0 0 7306 4 0 0 25 0 2 0 96796708 43081728 7275 1992294400 134512640 135305190 4294956144 18446744073709551615 134528747 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 146.47
Current children cumulated vsize (KiB) 47428

[startup+74.3017 s]
/proc/loadavg: 1.71 1.22 1.07 3/67 17211
/proc/meminfo: memFree=1455120/2055920 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=5356 CPUtime=0.08
/proc/17207/stat : 17207 (manysat.sh) S 17205 17207 16631 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96796696 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17207/statm: 1339 238 195 169 0 50 0
[pid=17210] ppid=17207 vsize=42072 CPUtime=147.99
/proc/17210/stat : 17210 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194304 7296 0 0 0 14789 10 0 0 17 0 2 0 96796705 43081728 7281 1992294400 134512640 135305190 4294956144 18446744073709551615 134529235 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17210/statm: 10518 7281 83 193 0 10322 0
[pid=17210/tid=17211] ppid=17207 vsize=42072 CPUtime=73.9
/proc/17210/task/17211/stat : 17211 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194368 2975 0 0 0 7386 4 0 0 25 0 2 0 96796708 43081728 7281 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 148.07
Current children cumulated vsize (KiB) 47428

[startup+74.5017 s]
/proc/loadavg: 1.71 1.22 1.07 3/67 17211
/proc/meminfo: memFree=1455120/2055920 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=5356 CPUtime=0.08
/proc/17207/stat : 17207 (manysat.sh) S 17205 17207 16631 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96796696 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17207/statm: 1339 238 195 169 0 50 0
[pid=17210] ppid=17207 vsize=42072 CPUtime=148.39
/proc/17210/stat : 17210 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194304 7296 0 0 0 14829 10 0 0 17 0 2 0 96796705 43081728 7281 1992294400 134512640 135305190 4294956144 18446744073709551615 134529560 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17210/statm: 10518 7281 83 193 0 10322 0
[pid=17210/tid=17211] ppid=17207 vsize=42072 CPUtime=74.1
/proc/17210/task/17211/stat : 17211 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194368 2975 0 0 0 7406 4 0 0 25 0 2 0 96796708 43081728 7281 1992294400 134512640 135305190 4294956144 18446744073709551615 134657580 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 148.47
Current children cumulated vsize (KiB) 47428

[startup+74.6017 s]
/proc/loadavg: 1.71 1.22 1.07 3/67 17211
/proc/meminfo: memFree=1455120/2055920 swapFree=4192956/4192956
[pid=17207] ppid=17205 vsize=5356 CPUtime=0.08
/proc/17207/stat : 17207 (manysat.sh) S 17205 17207 16631 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96796696 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17207/statm: 1339 238 195 169 0 50 0
[pid=17210] ppid=17207 vsize=42072 CPUtime=148.59
/proc/17210/stat : 17210 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194304 7296 0 0 0 14849 10 0 0 17 0 2 0 96796705 43081728 7281 1992294400 134512640 135305190 4294956144 18446744073709551615 134529560 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17210/statm: 10518 7281 83 193 0 10322 0
[pid=17210/tid=17211] ppid=17207 vsize=42072 CPUtime=74.2
/proc/17210/task/17211/stat : 17211 (manysat1.1_stat) R 17207 17207 16631 0 -1 4194368 2975 0 0 0 7416 4 0 0 25 0 2 0 96796708 43081728 7281 1992294400 134512640 135305190 4294956144 18446744073709551615 134657627 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 148.67
Current children cumulated vsize (KiB) 47428

Child status: 20
Real time (s): 74.6734
CPU time (s): 148.817
CPU user time (s): 148.693
CPU system time (s): 0.123981
CPU usage (%): 199.291
Max. virtual memory (cumulated for all children) (KiB): 47428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 148.693
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8418
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= 651
involuntary context switches= 1133

runsolver used 0.066989 second user time and 0.216967 second system time

The end

Launcher Data

Begin job on node30 at 2009-04-25 21:27:19
IDJOB=1723622
IDBENCH=71729
IDSOLVER=513
FILE ID=node30/1723622-1240687639
PBS_JOBID= 9186634
Free space on /tmp= 66248 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT_RACE06/goldb-heqc-term1mul.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723622-1240687639/watcher-1723622-1240687639 -o /tmp/evaluation-result-1723622-1240687639/solver-1723622-1240687639 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1723622-1240687639.cnf aimd 0

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

MD5SUM BENCH= c356d60706abf7ddd80826e417c8de67
RANDOM SEED=646174571

node30.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.265
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.265
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:       1485392 kB
Buffers:         61756 kB
Cached:         421452 kB
SwapCached:          0 kB
Active:          33784 kB
Inactive:       463904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1485392 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1876 kB
Writeback:           0 kB
Mapped:          24232 kB
Slab:            58920 kB
Committed_AS:   427676 kB
PageTables:       1364 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= 66244 MiB
End job on node30 at 2009-04-25 21:28:34