Trace number 1725566

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 116.778 58.5715

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG7-gensys-icl001.sat05-2926.reshuffled-07.cnf
MD5SUM98a64f12169bd41f7a54fe2b2f678456
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.6458
Satisfiable
(Un)Satisfiability was proved
Number of variables432
Number of clauses14889
Sum of the clauses size59645
Maximum clause length13
Minimum clause length1
Number of clauses of size 135
Number of clauses of size 21078
Number of clauses of size 38535
Number of clauses of size 411
Number of clauses of size 513
Number of clauses of size over 55217

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   14054    55588 |    4216       0        0     nan |  0.000 % |
0.02/0.04	c |         0 |   10185    43121 |      --       0       --      -- |     --   | -236/-784
0.02/0.04	c ==============================================================================
0.02/0.04	c Result  :   #vars: 376   #clauses: 10185   #literals: 43121
0.02/0.04	c CPU time:   0.039993 s
0.02/0.04	c ==============================================================================
116.63/58.56	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
116.63/58.56	c ============================[ Problem Statistics ]=============================
116.63/58.56	c |                                                                             |
116.63/58.56	c threadId              : 1
116.63/58.56	c restarts              : 473
116.63/58.56	c conflicts             : 209820         (1799 /sec)
116.63/58.56	c decisions             : 240578         (1.36 % random) (2063 /sec)
116.63/58.56	c propagations          : 15881669       (136169 /sec)
116.63/58.56	c conflict literals     : 5035345        (41.67 % deleted)
116.63/58.56	c Memory used           : 38.43 MB
116.63/58.56	c CPU time              : 116.632 s
116.63/58.56	
116.63/58.56	c --->m=2, e=8, aimd=0, HOME/18653_many.cnf	time: 58.3161	conflicts: 209820       
116.63/58.56	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-1725566-1240705433/watcher-1725566-1240705433 -o /tmp/evaluation-result-1725566-1240705433/solver-1725566-1240705433 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1725566-1240705433.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.89 0.97 1.07 3/65 18653
/proc/meminfo: memFree=1753384/2055920 swapFree=4181400/4192956
[pid=18653] ppid=18651 vsize=5356 CPUtime=0
/proc/18653/stat : 18653 (manysat.sh) S 18651 18653 18046 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 98572452 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18653/statm: 1339 235 195 169 0 50 0
[pid=18654] ppid=18653 vsize=824 CPUtime=0
/proc/18654/stat : 18654 (SatElite) R 18653 18653 18046 0 -1 4194304 115 0 0 0 0 0 0 0 19 0 1 0 98572452 843776 99 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/18654/statm: 206 100 51 127 0 76 0

[startup+0.0291591 s]
/proc/loadavg: 0.89 0.97 1.07 3/65 18653
/proc/meminfo: memFree=1753384/2055920 swapFree=4181400/4192956
[pid=18653] ppid=18651 vsize=5356 CPUtime=0
/proc/18653/stat : 18653 (manysat.sh) S 18651 18653 18046 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 98572452 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18653/statm: 1339 235 195 169 0 50 0
[pid=18654] ppid=18653 vsize=1780 CPUtime=0.02
/proc/18654/stat : 18654 (SatElite) R 18653 18653 18046 0 -1 4194304 376 0 0 0 2 0 0 0 19 0 1 0 98572452 1822720 360 1992294400 134512640 135034092 4294956096 18446744073709551615 134569571 0 0 4096 3 0 0 0 17 0 0 0
/proc/18654/statm: 445 360 64 127 0 315 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7136

[startup+0.10296 s]
/proc/loadavg: 0.89 0.97 1.07 3/65 18653
/proc/meminfo: memFree=1753384/2055920 swapFree=4181400/4192956
[pid=18653] ppid=18651 vsize=5356 CPUtime=0.05
/proc/18653/stat : 18653 (manysat.sh) S 18651 18653 18046 0 -1 4194304 312 441 0 0 0 0 5 0 17 0 1 0 98572452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18653/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.301098 s]
/proc/loadavg: 0.89 0.97 1.07 3/65 18653
/proc/meminfo: memFree=1753384/2055920 swapFree=4181400/4192956
[pid=18653] ppid=18651 vsize=5356 CPUtime=0.05
/proc/18653/stat : 18653 (manysat.sh) S 18651 18653 18046 0 -1 4194304 312 441 0 0 0 0 5 0 17 0 1 0 98572452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18653/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.702096 s]
/proc/loadavg: 0.89 0.97 1.07 3/65 18653
/proc/meminfo: memFree=1753384/2055920 swapFree=4181400/4192956
[pid=18653] ppid=18651 vsize=5356 CPUtime=0.05
/proc/18653/stat : 18653 (manysat.sh) S 18651 18653 18046 0 -1 4194304 312 441 0 0 0 0 5 0 17 0 1 0 98572452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18653/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+1.50119 s]
/proc/loadavg: 0.89 0.97 1.07 3/68 18657
/proc/meminfo: memFree=1748496/2055920 swapFree=4181400/4192956
[pid=18653] ppid=18651 vsize=5356 CPUtime=0.05
/proc/18653/stat : 18653 (manysat.sh) S 18651 18653 18046 0 -1 4194304 312 441 0 0 0 0 5 0 17 0 1 0 98572452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18653/statm: 1339 238 195 169 0 50 0
[pid=18656] ppid=18653 vsize=17764 CPUtime=2.85
/proc/18656/stat : 18656 (manysat1.1_stat) R 18653 18653 18046 0 -1 4194304 1379 0 0 0 285 0 0 0 19 0 2 0 98572458 18190336 1365 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18656/statm: 4441 1365 83 193 0 4245 0
[pid=18656/tid=18657] ppid=18653 vsize=17764 CPUtime=1.41
/proc/18656/task/18657/stat : 18657 (manysat1.1_stat) R 18653 18653 18046 0 -1 4194368 466 0 0 0 141 0 0 0 18 0 2 0 98572460 18190336 1365 1992294400 134512640 135305190 4294956144 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 23120

[startup+3.10137 s]
/proc/loadavg: 0.89 0.97 1.07 3/68 18657
/proc/meminfo: memFree=1746640/2055920 swapFree=4181400/4192956
[pid=18653] ppid=18651 vsize=5356 CPUtime=0.05
/proc/18653/stat : 18653 (manysat.sh) S 18651 18653 18046 0 -1 4194304 312 441 0 0 0 0 5 0 17 0 1 0 98572452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18653/statm: 1339 238 195 169 0 50 0
[pid=18656] ppid=18653 vsize=20272 CPUtime=6.04
/proc/18656/stat : 18656 (manysat1.1_stat) R 18653 18653 18046 0 -1 4194304 2085 0 0 0 603 1 0 0 17 0 2 0 98572458 20758528 2071 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18656/statm: 5068 2071 83 193 0 4872 0
[pid=18656/tid=18657] ppid=18653 vsize=20272 CPUtime=3
/proc/18656/task/18657/stat : 18657 (manysat1.1_stat) R 18653 18653 18046 0 -1 4194368 821 0 0 0 300 0 0 0 25 0 2 0 98572460 20758528 2071 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 25628

[startup+6.30173 s]
/proc/loadavg: 0.97 0.98 1.08 3/68 18657
/proc/meminfo: memFree=1742608/2055920 swapFree=4181400/4192956
[pid=18653] ppid=18651 vsize=5356 CPUtime=0.05
/proc/18653/stat : 18653 (manysat.sh) S 18651 18653 18046 0 -1 4194304 312 441 0 0 0 0 5 0 17 0 1 0 98572452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18653/statm: 1339 238 195 169 0 50 0
[pid=18656] ppid=18653 vsize=23196 CPUtime=12.42
/proc/18656/stat : 18656 (manysat1.1_stat) R 18653 18653 18046 0 -1 4194304 2707 0 0 0 1240 2 0 0 25 0 2 0 98572458 23752704 2693 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18656/statm: 5799 2693 83 193 0 5603 0
[pid=18656/tid=18657] ppid=18653 vsize=23196 CPUtime=6.19
/proc/18656/task/18657/stat : 18657 (manysat1.1_stat) R 18653 18653 18046 0 -1 4194368 1125 0 0 0 618 1 0 0 25 0 2 0 98572460 23752704 2693 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 28552

[startup+12.7014 s]
/proc/loadavg: 1.06 1.00 1.08 3/68 18657
/proc/meminfo: memFree=1738128/2055920 swapFree=4181400/4192956
[pid=18653] ppid=18651 vsize=5356 CPUtime=0.05
/proc/18653/stat : 18653 (manysat.sh) S 18651 18653 18046 0 -1 4194304 312 441 0 0 0 0 5 0 17 0 1 0 98572452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18653/statm: 1339 238 195 169 0 50 0
[pid=18656] ppid=18653 vsize=28140 CPUtime=25.2
/proc/18656/stat : 18656 (manysat1.1_stat) R 18653 18653 18046 0 -1 4194304 3881 0 0 0 2516 4 0 0 19 0 2 0 98572458 28815360 3867 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18656/statm: 7035 3867 83 193 0 6839 0
[pid=18656/tid=18657] ppid=18653 vsize=28140 CPUtime=12.55
/proc/18656/task/18657/stat : 18657 (manysat1.1_stat) R 18653 18653 18046 0 -1 4194368 1681 0 0 0 1254 1 0 0 25 0 2 0 98572460 28815360 3867 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 33496

[startup+25.5029 s]
/proc/loadavg: 1.27 1.05 1.10 3/68 18657
/proc/meminfo: memFree=1734544/2055920 swapFree=4181400/4192956
[pid=18653] ppid=18651 vsize=5356 CPUtime=0.05
/proc/18653/stat : 18653 (manysat.sh) S 18651 18653 18046 0 -1 4194304 312 441 0 0 0 0 5 0 17 0 1 0 98572452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18653/statm: 1339 238 195 169 0 50 0
[pid=18656] ppid=18653 vsize=30588 CPUtime=50.74
/proc/18656/stat : 18656 (manysat1.1_stat) R 18653 18653 18046 0 -1 4194304 4620 0 0 0 5069 5 0 0 23 0 2 0 98572458 31322112 4606 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18656/statm: 7647 4606 83 193 0 7451 0
[pid=18656/tid=18657] ppid=18653 vsize=30588 CPUtime=25.3
/proc/18656/task/18657/stat : 18657 (manysat1.1_stat) R 18653 18653 18046 0 -1 4194368 2044 0 0 0 2528 2 0 0 25 0 2 0 98572460 31322112 4606 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 35944

[startup+51.1027 s]
/proc/loadavg: 1.51 1.12 1.12 3/68 18657
/proc/meminfo: memFree=1728592/2055920 swapFree=4181400/4192956
[pid=18653] ppid=18651 vsize=5356 CPUtime=0.05
/proc/18653/stat : 18653 (manysat.sh) S 18651 18653 18046 0 -1 4194304 312 441 0 0 0 0 5 0 17 0 1 0 98572452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18653/statm: 1339 238 195 169 0 50 0
[pid=18656] ppid=18653 vsize=37072 CPUtime=101.81
/proc/18656/stat : 18656 (manysat1.1_stat) R 18653 18653 18046 0 -1 4194304 6169 0 0 0 10175 6 0 0 25 0 2 0 98572458 37961728 6155 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18656/statm: 9268 6155 83 193 0 9072 0
[pid=18656/tid=18657] ppid=18653 vsize=37072 CPUtime=50.79
/proc/18656/task/18657/stat : 18657 (manysat1.1_stat) R 18653 18653 18046 0 -1 4194368 2746 0 0 0 5077 2 0 0 25 0 2 0 98572460 37961728 6155 1992294400 134512640 135305190 4294956144 18446744073709551615 134528446 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 42428

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

[startup+54.3011 s]
/proc/loadavg: 1.51 1.12 1.12 3/68 18657
/proc/meminfo: memFree=1727440/2055920 swapFree=4181400/4192956
[pid=18653] ppid=18651 vsize=5356 CPUtime=0.05
/proc/18653/stat : 18653 (manysat.sh) S 18651 18653 18046 0 -1 4194304 312 441 0 0 0 0 5 0 17 0 1 0 98572452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18653/statm: 1339 238 195 169 0 50 0
[pid=18656] ppid=18653 vsize=38704 CPUtime=108.2
/proc/18656/stat : 18656 (manysat1.1_stat) R 18653 18653 18046 0 -1 4194304 6412 0 0 0 10813 7 0 0 25 0 2 0 98572458 39632896 6398 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18656/statm: 9676 6398 83 193 0 9480 0
[pid=18656/tid=18657] ppid=18653 vsize=38704 CPUtime=53.98
/proc/18656/task/18657/stat : 18657 (manysat1.1_stat) R 18653 18653 18046 0 -1 4194368 2915 0 0 0 5395 3 0 0 25 0 2 0 98572460 39632896 6398 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 108.25
Current children cumulated vsize (KiB) 44060

[startup+55.9013 s]
/proc/loadavg: 1.55 1.14 1.12 3/68 18657
/proc/meminfo: memFree=1727248/2055920 swapFree=4181400/4192956
[pid=18653] ppid=18651 vsize=5356 CPUtime=0.05
/proc/18653/stat : 18653 (manysat.sh) S 18651 18653 18046 0 -1 4194304 312 441 0 0 0 0 5 0 17 0 1 0 98572452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18653/statm: 1339 238 195 169 0 50 0
[pid=18656] ppid=18653 vsize=38704 CPUtime=111.39
/proc/18656/stat : 18656 (manysat1.1_stat) R 18653 18653 18046 0 -1 4194304 6470 0 0 0 11132 7 0 0 25 0 2 0 98572458 39632896 6456 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18656/statm: 9676 6456 83 193 0 9480 0
[pid=18656/tid=18657] ppid=18653 vsize=38704 CPUtime=55.58
/proc/18656/task/18657/stat : 18657 (manysat1.1_stat) R 18653 18653 18046 0 -1 4194368 2934 0 0 0 5555 3 0 0 25 0 2 0 98572460 39632896 6456 1992294400 134512640 135305190 4294956144 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 111.44
Current children cumulated vsize (KiB) 44060

[startup+57.5014 s]
/proc/loadavg: 1.55 1.14 1.12 3/68 18657
/proc/meminfo: memFree=1726992/2055920 swapFree=4181400/4192956
[pid=18653] ppid=18651 vsize=5356 CPUtime=0.05
/proc/18653/stat : 18653 (manysat.sh) S 18651 18653 18046 0 -1 4194304 312 441 0 0 0 0 5 0 17 0 1 0 98572452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18653/statm: 1339 238 195 169 0 50 0
[pid=18656] ppid=18653 vsize=39204 CPUtime=114.58
/proc/18656/stat : 18656 (manysat1.1_stat) R 18653 18653 18046 0 -1 4194304 6552 0 0 0 11451 7 0 0 25 0 2 0 98572458 40144896 6538 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18656/statm: 9801 6538 83 193 0 9605 0
[pid=18656/tid=18657] ppid=18653 vsize=39204 CPUtime=57.17
/proc/18656/task/18657/stat : 18657 (manysat1.1_stat) R 18653 18653 18046 0 -1 4194368 2969 0 0 0 5714 3 0 0 25 0 2 0 98572460 40144896 6538 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 114.63
Current children cumulated vsize (KiB) 44560

[startup+58.3065 s]
/proc/loadavg: 1.55 1.14 1.12 3/68 18657
/proc/meminfo: memFree=1726608/2055920 swapFree=4181400/4192956
[pid=18653] ppid=18651 vsize=5356 CPUtime=0.05
/proc/18653/stat : 18653 (manysat.sh) S 18651 18653 18046 0 -1 4194304 312 441 0 0 0 0 5 0 17 0 1 0 98572452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18653/statm: 1339 238 195 169 0 50 0
[pid=18656] ppid=18653 vsize=39348 CPUtime=116.19
/proc/18656/stat : 18656 (manysat1.1_stat) R 18653 18653 18046 0 -1 4194304 6583 0 0 0 11612 7 0 0 25 0 2 0 98572458 40292352 6569 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18656/statm: 9837 6569 83 193 0 9641 0
[pid=18656/tid=18657] ppid=18653 vsize=39348 CPUtime=57.97
/proc/18656/task/18657/stat : 18657 (manysat1.1_stat) R 18653 18653 18046 0 -1 4194368 2998 0 0 0 5794 3 0 0 25 0 2 0 98572460 40292352 6569 1992294400 134512640 135305190 4294956144 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 116.24
Current children cumulated vsize (KiB) 44704

[startup+58.5025 s]
/proc/loadavg: 1.55 1.14 1.12 3/68 18657
/proc/meminfo: memFree=1726608/2055920 swapFree=4181400/4192956
[pid=18653] ppid=18651 vsize=5356 CPUtime=0.05
/proc/18653/stat : 18653 (manysat.sh) S 18651 18653 18046 0 -1 4194304 312 441 0 0 0 0 5 0 17 0 1 0 98572452 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18653/statm: 1339 238 195 169 0 50 0
[pid=18656] ppid=18653 vsize=39348 CPUtime=116.58
/proc/18656/stat : 18656 (manysat1.1_stat) R 18653 18653 18046 0 -1 4194304 6583 0 0 0 11651 7 0 0 25 0 2 0 98572458 40292352 6569 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18656/statm: 9837 6569 83 193 0 9641 0
[pid=18656/tid=18657] ppid=18653 vsize=39348 CPUtime=58.17
/proc/18656/task/18657/stat : 18657 (manysat1.1_stat) R 18653 18653 18046 0 -1 4194368 2998 0 0 0 5814 3 0 0 25 0 2 0 98572460 40292352 6569 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 116.63
Current children cumulated vsize (KiB) 44704

Child status: 20
Real time (s): 58.5715
CPU time (s): 116.778
CPU user time (s): 116.69
CPU system time (s): 0.087986
CPU usage (%): 199.377
Max. virtual memory (cumulated for all children) (KiB): 44704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 116.69
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7505
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= 290
involuntary context switches= 902

runsolver used 0.052991 second user time and 0.168974 second system time

The end

Launcher Data

Begin job on node87 at 2009-04-26 02:23:53
IDJOB=1725566
IDBENCH=24593
IDSOLVER=513
FILE ID=node87/1725566-1240705433
PBS_JOBID= 9186764
Free space on /tmp= 66420 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT07/crafted/Medium/contest05/others/QG7-gensys-icl001.sat05-2926.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1725566-1240705433/watcher-1725566-1240705433 -o /tmp/evaluation-result-1725566-1240705433/solver-1725566-1240705433 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1725566-1240705433.cnf aimd 0

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

MD5SUM BENCH= 98a64f12169bd41f7a54fe2b2f678456
RANDOM SEED=2019745148

node87.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.213
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.213
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:       1753928 kB
Buffers:         30984 kB
Cached:         199488 kB
SwapCached:       5420 kB
Active:          67228 kB
Inactive:       171624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1753928 kB
SwapTotal:     4192956 kB
SwapFree:      4181400 kB
Dirty:            1764 kB
Writeback:           0 kB
Mapped:          13476 kB
Slab:            49096 kB
Committed_AS:   338584 kB
PageTables:       1456 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= 66420 MiB
End job on node87 at 2009-04-26 02:24:51