Trace number 1724092

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 2/2009-03-20UNSAT 296.475 149.985

General information on the benchmark

Nameschup-l2s-guid-1-k56.cnf
MD5SUM8945850ff5a1fb30f0867a5172da0b2e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark180.534
Satisfiable
(Un)Satisfiability was proved
Number of variables98746
Number of clauses307346
Sum of the clauses size757661
Maximum clause length57
Minimum clause length1
Number of clauses of size 172
Number of clauses of size 2178795
Number of clauses of size 3120630
Number of clauses of size 44935
Number of clauses of size 52464
Number of clauses of size over 5450

Solver Data

0.00/0.00	c Parsing...
0.19/0.28	c ==============================================================================
0.19/0.28	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.28	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.28	c ==============================================================================
0.19/0.28	c |         0 |  306443   755159 |   91932       0        0     nan |  0.000 % |
2.29/2.31	c |         0 |  153826   494818 |      --       0       --      -- |     --   | -150413/-254976
2.29/2.31	c ==============================================================================
2.29/2.31	c Result  :   #vars: 31651   #clauses: 153826   #literals: 494818
2.29/2.31	c CPU time:   2.21566 s
2.29/2.31	c ==============================================================================
296.31/149.96	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
296.31/149.96	c ============================[ Problem Statistics ]=============================
296.31/149.96	c |                                                                             |
296.31/149.96	c threadId              : 0
296.31/149.96	c restarts              : 292
296.31/149.96	c conflicts             : 142059         (484 /sec)
296.31/149.96	c decisions             : 395259         (1.45 % random) (1346 /sec)
296.31/149.96	c propagations          : 172307584      (586558 /sec)
296.31/149.96	c conflict literals     : 5014194        (44.00 % deleted)
296.31/149.96	c Memory used           : 63.97 MB
296.31/149.96	c CPU time              : 293.76 s
296.31/149.96	
296.31/149.96	c --->m=2, e=8, aimd=2, HOME/15701_many.cnf	time: 146.88	conflicts: 142059       
296.31/149.97	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-1724092-1240692379/watcher-1724092-1240692379 -o /tmp/evaluation-result-1724092-1240692379/solver-1724092-1240692379 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1724092-1240692379.cnf aimd 2 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.83 1.83 1.46 2/65 15701
/proc/meminfo: memFree=1640984/2055920 swapFree=4192952/4192956
[pid=15701] ppid=15699 vsize=5356 CPUtime=0
/proc/15701/stat : 15701 (manysat.sh) S 15699 15701 15664 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 97267489 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15701/statm: 1339 235 195 169 0 50 0
[pid=15702] ppid=15701 vsize=828 CPUtime=0
/proc/15702/stat : 15702 (SatElite) R 15701 15701 15664 0 -1 4194304 126 0 0 0 0 0 0 0 20 0 1 0 97267489 847872 110 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/15702/statm: 207 111 51 127 0 77 0

[startup+0.049401 s]
/proc/loadavg: 1.83 1.83 1.46 2/65 15701
/proc/meminfo: memFree=1640984/2055920 swapFree=4192952/4192956
[pid=15701] ppid=15699 vsize=5356 CPUtime=0
/proc/15701/stat : 15701 (manysat.sh) S 15699 15701 15664 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 97267489 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15701/statm: 1339 235 195 169 0 50 0
[pid=15702] ppid=15701 vsize=7828 CPUtime=0.03
/proc/15702/stat : 15702 (SatElite) R 15701 15701 15664 0 -1 4194304 1626 0 0 0 3 0 0 0 20 0 1 0 97267489 8015872 1610 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/15702/statm: 1957 1612 51 127 0 1827 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13184

[startup+0.101409 s]
/proc/loadavg: 1.83 1.83 1.46 2/65 15701
/proc/meminfo: memFree=1640984/2055920 swapFree=4192952/4192956
[pid=15701] ppid=15699 vsize=5356 CPUtime=0
/proc/15701/stat : 15701 (manysat.sh) S 15699 15701 15664 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 97267489 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15701/statm: 1339 235 195 169 0 50 0
[pid=15702] ppid=15701 vsize=15716 CPUtime=0.09
/proc/15702/stat : 15702 (SatElite) R 15701 15701 15664 0 -1 4194304 3326 0 0 0 8 1 0 0 21 0 1 0 97267489 16093184 3310 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/15702/statm: 3929 3310 51 127 0 3799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21072

[startup+0.301445 s]
/proc/loadavg: 1.83 1.83 1.46 2/65 15701
/proc/meminfo: memFree=1640984/2055920 swapFree=4192952/4192956
[pid=15701] ppid=15699 vsize=5356 CPUtime=0
/proc/15701/stat : 15701 (manysat.sh) S 15699 15701 15664 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 97267489 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15701/statm: 1339 235 195 169 0 50 0
[pid=15702] ppid=15701 vsize=42992 CPUtime=0.29
/proc/15702/stat : 15702 (SatElite) R 15701 15701 15664 0 -1 4194304 10137 0 0 0 24 5 0 0 23 0 1 0 97267489 44023808 9467 1992294400 134512640 135034092 4294956096 18446744073709551615 134562177 0 0 4096 3 0 0 0 17 0 0 0
/proc/15702/statm: 10748 9467 67 127 0 10618 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48348

[startup+0.702516 s]
/proc/loadavg: 1.83 1.83 1.46 2/65 15701
/proc/meminfo: memFree=1640984/2055920 swapFree=4192952/4192956
[pid=15701] ppid=15699 vsize=5356 CPUtime=0
/proc/15701/stat : 15701 (manysat.sh) S 15699 15701 15664 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 97267489 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15701/statm: 1339 235 195 169 0 50 0
[pid=15702] ppid=15701 vsize=47828 CPUtime=0.68
/proc/15702/stat : 15702 (SatElite) R 15701 15701 15664 0 -1 4194304 11480 0 0 0 62 6 0 0 25 0 1 0 97267489 48975872 10617 1992294400 134512640 135034092 4294956096 18446744073709551615 134540784 0 0 4096 3 0 0 0 17 0 0 0
/proc/15702/statm: 11957 10619 68 127 0 11827 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 53184

[startup+1.50166 s]
/proc/loadavg: 1.83 1.83 1.46 2/67 15703
/proc/meminfo: memFree=1591752/2055920 swapFree=4192952/4192956
[pid=15701] ppid=15699 vsize=5356 CPUtime=0
/proc/15701/stat : 15701 (manysat.sh) S 15699 15701 15664 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 97267489 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15701/statm: 1339 235 195 169 0 50 0
[pid=15702] ppid=15701 vsize=49548 CPUtime=1.49
/proc/15702/stat : 15702 (SatElite) R 15701 15701 15664 0 -1 4194304 12027 0 0 0 141 8 0 0 25 0 1 0 97267489 50737152 11068 1992294400 134512640 135034092 4294956096 18446744073709551615 134566194 0 0 4096 3 0 0 0 17 0 0 0
/proc/15702/statm: 12387 11068 68 127 0 12257 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54904

[startup+3.10196 s]
/proc/loadavg: 1.77 1.82 1.46 2/67 15703
/proc/meminfo: memFree=1590536/2055920 swapFree=4192952/4192956
[pid=15701] ppid=15699 vsize=5356 CPUtime=2.52
/proc/15701/stat : 15701 (manysat.sh) S 15699 15701 15664 0 -1 4194304 312 14462 0 0 0 0 241 11 16 0 1 0 97267489 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15701/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 5356

[startup+6.30254 s]
/proc/loadavg: 1.77 1.82 1.46 3/68 15705
/proc/meminfo: memFree=1603904/2055920 swapFree=4192952/4192956
[pid=15701] ppid=15699 vsize=5356 CPUtime=2.52
/proc/15701/stat : 15701 (manysat.sh) S 15699 15701 15664 0 -1 4194304 312 14462 0 0 0 0 241 11 16 0 1 0 97267489 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15701/statm: 1339 238 195 169 0 50 0
[pid=15704] ppid=15701 vsize=40784 CPUtime=7.29
/proc/15704/stat : 15704 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194304 6867 0 0 0 723 6 0 0 16 0 2 0 97267743 41762816 6853 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15704/statm: 10196 6853 83 193 0 10000 0
[pid=15704/tid=15705] ppid=15701 vsize=40784 CPUtime=3.54
/proc/15704/task/15705/stat : 15705 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194368 582 0 0 0 353 1 0 0 16 0 2 0 97267763 41762816 6853 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.81
Current children cumulated vsize (KiB) 46140

[startup+12.7015 s]
/proc/loadavg: 1.88 1.84 1.47 3/68 15705
/proc/meminfo: memFree=1600208/2055920 swapFree=4192952/4192956
[pid=15701] ppid=15699 vsize=5356 CPUtime=2.52
/proc/15701/stat : 15701 (manysat.sh) S 15699 15701 15664 0 -1 4194304 312 14462 0 0 0 0 241 11 16 0 1 0 97267489 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15701/statm: 1339 238 195 169 0 50 0
[pid=15704] ppid=15701 vsize=45548 CPUtime=20.05
/proc/15704/stat : 15704 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194304 7842 0 0 0 1997 8 0 0 20 0 2 0 97267743 46641152 7828 1992294400 134512640 135305190 4294956144 18446744073709551615 134528449 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15704/statm: 11387 7828 83 193 0 11191 0
[pid=15704/tid=15705] ppid=15701 vsize=45548 CPUtime=9.92
/proc/15704/task/15705/stat : 15705 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194368 991 0 0 0 991 1 0 0 17 0 2 0 97267763 46641152 7828 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.57
Current children cumulated vsize (KiB) 50904

[startup+25.5018 s]
/proc/loadavg: 1.89 1.85 1.47 3/68 15705
/proc/meminfo: memFree=1596368/2055920 swapFree=4192952/4192956
[pid=15701] ppid=15699 vsize=5356 CPUtime=2.52
/proc/15701/stat : 15701 (manysat.sh) S 15699 15701 15664 0 -1 4194304 312 14462 0 0 0 0 241 11 16 0 1 0 97267489 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15701/statm: 1339 238 195 169 0 50 0
[pid=15704] ppid=15701 vsize=49300 CPUtime=45.58
/proc/15704/stat : 15704 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194304 8802 0 0 0 4548 10 0 0 18 0 2 0 97267743 50483200 8788 1992294400 134512640 135305190 4294956144 18446744073709551615 134528939 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15704/statm: 12325 8788 83 193 0 12129 0
[pid=15704/tid=15705] ppid=15701 vsize=49300 CPUtime=22.71
/proc/15704/task/15705/stat : 15705 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194368 1322 0 0 0 2269 2 0 0 24 0 2 0 97267763 50483200 8788 1992294400 134512640 135305190 4294956144 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.1
Current children cumulated vsize (KiB) 54656

[startup+51.1013 s]
/proc/loadavg: 1.93 1.86 1.48 3/68 15705
/proc/meminfo: memFree=1590736/2055920 swapFree=4192952/4192956
[pid=15701] ppid=15699 vsize=5356 CPUtime=2.52
/proc/15701/stat : 15701 (manysat.sh) S 15699 15701 15664 0 -1 4194304 312 14462 0 0 0 0 241 11 16 0 1 0 97267489 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15701/statm: 1339 238 195 169 0 50 0
[pid=15704] ppid=15701 vsize=54708 CPUtime=96.65
/proc/15704/stat : 15704 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194304 10176 0 0 0 9653 12 0 0 18 0 2 0 97267743 56020992 10162 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15704/statm: 13677 10162 83 193 0 13481 0
[pid=15704/tid=15705] ppid=15701 vsize=54708 CPUtime=48.3
/proc/15704/task/15705/stat : 15705 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194368 1954 0 0 0 4827 3 0 0 18 0 2 0 97267763 56020992 10162 1992294400 134512640 135305190 4294956144 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.17
Current children cumulated vsize (KiB) 60064

[startup+102.306 s]
/proc/loadavg: 1.97 1.88 1.51 3/68 15705
/proc/meminfo: memFree=1585488/2055920 swapFree=4192952/4192956
[pid=15701] ppid=15699 vsize=5356 CPUtime=2.52
/proc/15701/stat : 15701 (manysat.sh) S 15699 15701 15664 0 -1 4194304 312 14462 0 0 0 0 241 11 16 0 1 0 97267489 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15701/statm: 1339 238 195 169 0 50 0
[pid=15704] ppid=15701 vsize=59784 CPUtime=198.82
/proc/15704/stat : 15704 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194304 11478 0 0 0 19868 14 0 0 25 0 2 0 97267743 61218816 11464 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15704/statm: 14946 11464 83 193 0 14750 0
[pid=15704/tid=15705] ppid=15701 vsize=59784 CPUtime=99.49
/proc/15704/task/15705/stat : 15705 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194368 2550 0 0 0 9945 4 0 0 25 0 2 0 97267763 61218816 11464 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 201.34
Current children cumulated vsize (KiB) 65140

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

[startup+127.903 s]
/proc/loadavg: 1.98 1.89 1.52 3/68 15705
/proc/meminfo: memFree=1579856/2055920 swapFree=4192952/4192956
[pid=15701] ppid=15699 vsize=5356 CPUtime=2.52
/proc/15701/stat : 15701 (manysat.sh) S 15699 15701 15664 0 -1 4194304 312 14462 0 0 0 0 241 11 16 0 1 0 97267489 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15701/statm: 1339 238 195 169 0 50 0
[pid=15704] ppid=15701 vsize=65240 CPUtime=249.9
/proc/15704/stat : 15704 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194304 12899 0 0 0 24975 15 0 0 18 0 2 0 97267743 66805760 12885 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15704/statm: 16310 12885 83 193 0 16114 0
[pid=15704/tid=15705] ppid=15701 vsize=65240 CPUtime=125.07
/proc/15704/task/15705/stat : 15705 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194368 3305 0 0 0 12503 4 0 0 17 0 2 0 97267763 66805760 12885 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 252.42
Current children cumulated vsize (KiB) 70596

[startup+140.701 s]
/proc/loadavg: 1.98 1.89 1.53 3/68 15705
/proc/meminfo: memFree=1579664/2055920 swapFree=4192952/4192956
[pid=15701] ppid=15699 vsize=5356 CPUtime=2.52
/proc/15701/stat : 15701 (manysat.sh) S 15699 15701 15664 0 -1 4194304 312 14462 0 0 0 0 241 11 16 0 1 0 97267489 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15701/statm: 1339 238 195 169 0 50 0
[pid=15704] ppid=15701 vsize=65504 CPUtime=275.45
/proc/15704/stat : 15704 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194304 12943 0 0 0 27529 16 0 0 25 0 2 0 97267743 67076096 12929 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15704/statm: 16376 12929 83 193 0 16180 0
[pid=15704/tid=15705] ppid=15701 vsize=65504 CPUtime=137.87
/proc/15704/task/15705/stat : 15705 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194368 3314 0 0 0 13783 4 0 0 25 0 2 0 97267763 67076096 12929 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 277.97
Current children cumulated vsize (KiB) 70860

[startup+143.903 s]
/proc/loadavg: 1.98 1.89 1.53 3/68 15705
/proc/meminfo: memFree=1579664/2055920 swapFree=4192952/4192956
[pid=15701] ppid=15699 vsize=5356 CPUtime=2.52
/proc/15701/stat : 15701 (manysat.sh) S 15699 15701 15664 0 -1 4194304 312 14462 0 0 0 0 241 11 16 0 1 0 97267489 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15701/statm: 1339 238 195 169 0 50 0
[pid=15704] ppid=15701 vsize=65504 CPUtime=281.83
/proc/15704/stat : 15704 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194304 12950 0 0 0 28167 16 0 0 19 0 2 0 97267743 67076096 12936 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15704/statm: 16376 12936 83 193 0 16180 0
[pid=15704/tid=15705] ppid=15701 vsize=65504 CPUtime=141.06
/proc/15704/task/15705/stat : 15705 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194368 3316 0 0 0 14102 4 0 0 19 0 2 0 97267763 67076096 12936 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 284.35
Current children cumulated vsize (KiB) 70860

[startup+147.101 s]
/proc/loadavg: 1.98 1.89 1.53 3/68 15705
/proc/meminfo: memFree=1579600/2055920 swapFree=4192952/4192956
[pid=15701] ppid=15699 vsize=5356 CPUtime=2.52
/proc/15701/stat : 15701 (manysat.sh) S 15699 15701 15664 0 -1 4194304 312 14462 0 0 0 0 241 11 16 0 1 0 97267489 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15701/statm: 1339 238 195 169 0 50 0
[pid=15704] ppid=15701 vsize=65504 CPUtime=288.21
/proc/15704/stat : 15704 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194304 12950 0 0 0 28805 16 0 0 18 0 2 0 97267743 67076096 12936 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15704/statm: 16376 12936 83 193 0 16180 0
[pid=15704/tid=15705] ppid=15701 vsize=65504 CPUtime=144.26
/proc/15704/task/15705/stat : 15705 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194368 3316 0 0 0 14422 4 0 0 20 0 2 0 97267763 67076096 12936 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 290.73
Current children cumulated vsize (KiB) 70860

[startup+148.703 s]
/proc/loadavg: 1.98 1.89 1.53 3/68 15705
/proc/meminfo: memFree=1579600/2055920 swapFree=4192952/4192956
[pid=15701] ppid=15699 vsize=5356 CPUtime=2.52
/proc/15701/stat : 15701 (manysat.sh) S 15699 15701 15664 0 -1 4194304 312 14462 0 0 0 0 241 11 16 0 1 0 97267489 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15701/statm: 1339 238 195 169 0 50 0
[pid=15704] ppid=15701 vsize=65504 CPUtime=291.4
/proc/15704/stat : 15704 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194304 12950 0 0 0 29124 16 0 0 17 0 2 0 97267743 67076096 12936 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15704/statm: 16376 12936 83 193 0 16180 0
[pid=15704/tid=15705] ppid=15701 vsize=65504 CPUtime=145.86
/proc/15704/task/15705/stat : 15705 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194368 3316 0 0 0 14582 4 0 0 17 0 2 0 97267763 67076096 12936 1992294400 134512640 135305190 4294956144 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 293.92
Current children cumulated vsize (KiB) 70860

[startup+149.502 s]
/proc/loadavg: 1.98 1.89 1.53 3/68 15705
/proc/meminfo: memFree=1579600/2055920 swapFree=4192952/4192956
[pid=15701] ppid=15699 vsize=5356 CPUtime=2.52
/proc/15701/stat : 15701 (manysat.sh) S 15699 15701 15664 0 -1 4194304 312 14462 0 0 0 0 241 11 16 0 1 0 97267489 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15701/statm: 1339 238 195 169 0 50 0
[pid=15704] ppid=15701 vsize=65504 CPUtime=293
/proc/15704/stat : 15704 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194304 12950 0 0 0 29284 16 0 0 17 0 2 0 97267743 67076096 12936 1992294400 134512640 135305190 4294956144 18446744073709551615 134528235 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15704/statm: 16376 12936 83 193 0 16180 0
[pid=15704/tid=15705] ppid=15701 vsize=65504 CPUtime=146.66
/proc/15704/task/15705/stat : 15705 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194368 3316 0 0 0 14662 4 0 0 17 0 2 0 97267763 67076096 12936 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 295.52
Current children cumulated vsize (KiB) 70860

[startup+149.902 s]
/proc/loadavg: 1.98 1.89 1.53 3/68 15705
/proc/meminfo: memFree=1579600/2055920 swapFree=4192952/4192956
[pid=15701] ppid=15699 vsize=5356 CPUtime=2.52
/proc/15701/stat : 15701 (manysat.sh) S 15699 15701 15664 0 -1 4194304 312 14462 0 0 0 0 241 11 16 0 1 0 97267489 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15701/statm: 1339 238 195 169 0 50 0
[pid=15704] ppid=15701 vsize=65504 CPUtime=293.79
/proc/15704/stat : 15704 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194304 12950 0 0 0 29363 16 0 0 17 0 2 0 97267743 67076096 12936 1992294400 134512640 135305190 4294956144 18446744073709551615 134528237 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15704/statm: 16376 12936 83 193 0 16180 0
[pid=15704/tid=15705] ppid=15701 vsize=65504 CPUtime=147.06
/proc/15704/task/15705/stat : 15705 (manysat1.1_stat) R 15701 15701 15664 0 -1 4194368 3316 0 0 0 14702 4 0 0 17 0 2 0 97267763 67076096 12936 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 296.31
Current children cumulated vsize (KiB) 70860

Child status: 20
Real time (s): 149.985
CPU time (s): 296.475
CPU user time (s): 296.177
CPU system time (s): 0.297954
CPU usage (%): 197.67
Max. virtual memory (cumulated for all children) (KiB): 70860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 296.177
system time used= 0.297954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27893
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= 788
involuntary context switches= 2234

runsolver used 0.135979 second user time and 0.417936 second system time

The end

Launcher Data

Begin job on node89 at 2009-04-25 22:46:20
IDJOB=1724092
IDBENCH=71751
IDSOLVER=515
FILE ID=node89/1724092-1240692379
PBS_JOBID= 9186755
Free space on /tmp= 66348 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT_RACE06/schup-l2s-guid-1-k56.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724092-1240692379/watcher-1724092-1240692379 -o /tmp/evaluation-result-1724092-1240692379/solver-1724092-1240692379 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1724092-1240692379.cnf aimd 2

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

MD5SUM BENCH= 8945850ff5a1fb30f0867a5172da0b2e
RANDOM SEED=865426603

node89.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.268
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.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1641536 kB
Buffers:         40496 kB
Cached:         295352 kB
SwapCached:          4 kB
Active:         116100 kB
Inactive:       233536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1641536 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            7080 kB
Writeback:           0 kB
Mapped:          23456 kB
Slab:            50708 kB
Committed_AS:   282968 kB
PageTables:       1372 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= 66344 MiB
End job on node89 at 2009-04-25 22:48:50