Trace number 1729859

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 315.63 158.231

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl009.sat05-2721.reshuffled-07.cnf
MD5SUM2fe12e7483e7a74328d483192a8a2746
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark67.9987
Satisfiable
(Un)Satisfiability was proved
Number of variables1477
Number of clauses7989
Sum of the clauses size66949
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2284
Number of clauses of size 31202
Number of clauses of size 4154
Number of clauses of size 5924
Number of clauses of size over 55392

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 |    7744    65866 |    2323       0        0     nan |  0.000 % |
0.05/0.06	c |         0 |    6704    58835 |      --       0       --      -- |     --   | -259/-3271
0.05/0.06	c ==============================================================================
0.05/0.06	c Result  :   #vars: 1384   #clauses: 6704   #literals: 58835
0.05/0.06	c CPU time:   0.057991 s
0.05/0.06	c ==============================================================================
315.56/158.21	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
315.56/158.21	c ============================[ Problem Statistics ]=============================
315.56/158.21	c |                                                                             |
315.56/158.21	c threadId              : 0
315.56/158.21	c restarts              : 484
315.56/158.21	c conflicts             : 307569         (975 /sec)
315.56/158.21	c decisions             : 684647         (1.93 % random) (2171 /sec)
315.56/158.21	c propagations          : 13363472       (42371 /sec)
315.56/158.21	c conflict literals     : 10069446       (27.85 % deleted)
315.56/158.21	c Memory used           : 56.43 MB
315.56/158.21	c CPU time              : 315.394 s
315.56/158.21	
315.56/158.21	c --->m=2, e=8, aimd=0, HOME/1358_many.cnf	time: 157.697	conflicts: 307569       
315.56/158.22	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-1729859-1240754163/watcher-1729859-1240754163 -o /tmp/evaluation-result-1729859-1240754163/solver-1729859-1240754163 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1729859-1240754163.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.98 0.98 0.99 3/64 1358
/proc/meminfo: memFree=1678544/2055920 swapFree=4181440/4192956
[pid=1358] ppid=1356 vsize=5356 CPUtime=0
/proc/1358/stat : 1358 (manysat.sh) S 1356 1358 1169 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 103444676 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 1339 235 195 169 0 50 0
[pid=1359] ppid=1358 vsize=1088 CPUtime=0
/proc/1359/stat : 1359 (SatElite) R 1358 1358 1169 0 -1 4194304 179 0 0 0 0 0 0 0 18 0 1 0 103444677 1114112 163 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/1359/statm: 272 163 52 127 0 142 0

[startup+0.0607659 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 1358
/proc/meminfo: memFree=1678544/2055920 swapFree=4181440/4192956
[pid=1358] ppid=1356 vsize=5356 CPUtime=0
/proc/1358/stat : 1358 (manysat.sh) S 1356 1358 1169 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 103444676 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1358/statm: 1339 235 195 169 0 50 0
[pid=1359] ppid=1358 vsize=1812 CPUtime=0.05
/proc/1359/stat : 1359 (SatElite) R 1358 1358 1169 0 -1 4194304 394 0 0 0 5 0 0 0 18 0 1 0 103444677 1855488 375 1992294400 134512640 135034092 4294956096 18446744073709551615 134566426 0 0 4096 3 0 0 0 17 1 0 0
/proc/1359/statm: 453 375 68 127 0 323 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7168

[startup+0.10178 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 1358
/proc/meminfo: memFree=1678544/2055920 swapFree=4181440/4192956
[pid=1358] ppid=1356 vsize=5356 CPUtime=0.07
/proc/1358/stat : 1358 (manysat.sh) S 1356 1358 1169 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103444676 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1358/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.301806 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 1358
/proc/meminfo: memFree=1678544/2055920 swapFree=4181440/4192956
[pid=1358] ppid=1356 vsize=5356 CPUtime=0.07
/proc/1358/stat : 1358 (manysat.sh) S 1356 1358 1169 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103444676 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1358/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.701866 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 1358
/proc/meminfo: memFree=1678544/2055920 swapFree=4181440/4192956
[pid=1358] ppid=1356 vsize=5356 CPUtime=0.07
/proc/1358/stat : 1358 (manysat.sh) S 1356 1358 1169 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103444676 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1358/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+1.50199 s]
/proc/loadavg: 0.98 0.98 0.99 3/67 1362
/proc/meminfo: memFree=1672312/2055920 swapFree=4181440/4192956
[pid=1358] ppid=1356 vsize=5356 CPUtime=0.07
/proc/1358/stat : 1358 (manysat.sh) S 1356 1358 1169 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103444676 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1358/statm: 1339 238 195 169 0 50 0
[pid=1361] ppid=1358 vsize=19456 CPUtime=2.79
/proc/1361/stat : 1361 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194304 1832 0 0 0 278 1 0 0 18 0 2 0 103444685 19922944 1818 1992294400 134512640 135305190 4294956144 18446744073709551615 134549005 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1361/statm: 4864 1818 83 193 0 4668 0
[pid=1361/tid=1362] ppid=1358 vsize=19456 CPUtime=1.38
/proc/1361/task/1362/stat : 1362 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194368 642 0 0 0 138 0 0 0 19 0 2 0 103444687 19922944 1818 1992294400 134512640 135305190 4294956144 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 24812

[startup+3.10222 s]
/proc/loadavg: 1.06 1.00 1.00 3/67 1362
/proc/meminfo: memFree=1669432/2055920 swapFree=4181440/4192956
[pid=1358] ppid=1356 vsize=5356 CPUtime=0.07
/proc/1358/stat : 1358 (manysat.sh) S 1356 1358 1169 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103444676 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1358/statm: 1339 238 195 169 0 50 0
[pid=1361] ppid=1358 vsize=22508 CPUtime=5.99
/proc/1361/stat : 1361 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194304 2483 0 0 0 597 2 0 0 17 0 2 0 103444685 23048192 2469 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1361/statm: 5627 2469 83 193 0 5431 0
[pid=1361/tid=1362] ppid=1358 vsize=22508 CPUtime=2.98
/proc/1361/task/1362/stat : 1362 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194368 909 0 0 0 298 0 0 0 24 0 2 0 103444687 23048192 2469 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 27864

[startup+6.30169 s]
/proc/loadavg: 1.06 1.00 1.00 3/67 1362
/proc/meminfo: memFree=1665272/2055920 swapFree=4181440/4192956
[pid=1358] ppid=1356 vsize=5356 CPUtime=0.07
/proc/1358/stat : 1358 (manysat.sh) S 1356 1358 1169 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103444676 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1358/statm: 1339 238 195 169 0 50 0
[pid=1361] ppid=1358 vsize=26340 CPUtime=12.38
/proc/1361/stat : 1361 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194304 3440 0 0 0 1235 3 0 0 17 0 2 0 103444685 26972160 3426 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1361/statm: 6585 3426 83 193 0 6389 0
[pid=1361/tid=1362] ppid=1358 vsize=26340 CPUtime=6.18
/proc/1361/task/1362/stat : 1362 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194368 1310 0 0 0 617 1 0 0 19 0 2 0 103444687 26972160 3426 1992294400 134512640 135305190 4294956144 18446744073709551615 134541976 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 31696

[startup+12.7016 s]
/proc/loadavg: 1.21 1.03 1.01 3/67 1362
/proc/meminfo: memFree=1661304/2055920 swapFree=4181440/4192956
[pid=1358] ppid=1356 vsize=5356 CPUtime=0.07
/proc/1358/stat : 1358 (manysat.sh) S 1356 1358 1169 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103444676 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1358/statm: 1339 238 195 169 0 50 0
[pid=1361] ppid=1358 vsize=29632 CPUtime=25.14
/proc/1361/stat : 1361 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194304 4296 0 0 0 2510 4 0 0 17 0 2 0 103444685 30343168 4282 1992294400 134512640 135305190 4294956144 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1361/statm: 7408 4282 83 193 0 7212 0
[pid=1361/tid=1362] ppid=1358 vsize=29632 CPUtime=12.58
/proc/1361/task/1362/stat : 1362 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194368 1777 0 0 0 1256 2 0 0 25 0 2 0 103444687 30343168 4282 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 34988

[startup+25.5015 s]
/proc/loadavg: 1.33 1.06 1.02 3/67 1362
/proc/meminfo: memFree=1656120/2055920 swapFree=4181440/4192956
[pid=1358] ppid=1356 vsize=5356 CPUtime=0.07
/proc/1358/stat : 1358 (manysat.sh) S 1356 1358 1169 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103444676 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1358/statm: 1339 238 195 169 0 50 0
[pid=1361] ppid=1358 vsize=35080 CPUtime=50.69
/proc/1361/stat : 1361 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194304 5498 0 0 0 5063 6 0 0 24 0 2 0 103444685 35921920 5484 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1361/statm: 8770 5484 83 193 0 8574 0
[pid=1361/tid=1362] ppid=1358 vsize=35080 CPUtime=25.38
/proc/1361/task/1362/stat : 1362 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194368 2407 0 0 0 2535 3 0 0 25 0 2 0 103444687 35921920 5484 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 40436

[startup+51.1013 s]
/proc/loadavg: 1.56 1.14 1.04 3/67 1362
/proc/meminfo: memFree=1646264/2055920 swapFree=4181440/4192956
[pid=1358] ppid=1356 vsize=5356 CPUtime=0.07
/proc/1358/stat : 1358 (manysat.sh) S 1356 1358 1169 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103444676 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1358/statm: 1339 238 195 169 0 50 0
[pid=1361] ppid=1358 vsize=44836 CPUtime=101.77
/proc/1361/stat : 1361 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194304 7950 0 0 0 10168 9 0 0 25 0 2 0 103444685 45912064 7936 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1361/statm: 11209 7936 83 193 0 11013 0
[pid=1361/tid=1362] ppid=1358 vsize=44836 CPUtime=50.96
/proc/1361/task/1362/stat : 1362 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194368 3485 0 0 0 5092 4 0 0 25 0 2 0 103444687 45912064 7936 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 50192

[startup+102.306 s]
/proc/loadavg: 1.82 1.28 1.10 3/67 1362
/proc/meminfo: memFree=1638648/2055920 swapFree=4181440/4192956
[pid=1358] ppid=1356 vsize=5356 CPUtime=0.07
/proc/1358/stat : 1358 (manysat.sh) S 1356 1358 1169 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103444676 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1358/statm: 1339 238 195 169 0 50 0
[pid=1361] ppid=1358 vsize=52896 CPUtime=203.95
/proc/1361/stat : 1361 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194304 9839 0 0 0 20383 12 0 0 18 0 2 0 103444685 54165504 9825 1992294400 134512640 135305190 4294956144 18446744073709551615 134528399 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1361/statm: 13224 9825 83 193 0 13028 0
[pid=1361/tid=1362] ppid=1358 vsize=52896 CPUtime=102.15
/proc/1361/task/1362/stat : 1362 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194368 4328 0 0 0 10210 5 0 0 25 0 2 0 103444687 54165504 9825 1992294400 134512640 135305190 4294956144 18446744073709551615 134528492 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 58252

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

[startup+127.902 s]
/proc/loadavg: 1.88 1.34 1.12 3/67 1362
/proc/meminfo: memFree=1635704/2055920 swapFree=4181440/4192956
[pid=1358] ppid=1356 vsize=5356 CPUtime=0.07
/proc/1358/stat : 1358 (manysat.sh) S 1356 1358 1169 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103444676 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1358/statm: 1339 238 195 169 0 50 0
[pid=1361] ppid=1358 vsize=56544 CPUtime=255.03
/proc/1361/stat : 1361 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194304 10550 0 0 0 25490 13 0 0 25 0 2 0 103444685 57901056 10536 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1361/statm: 14136 10536 83 193 0 13940 0
[pid=1361/tid=1362] ppid=1358 vsize=56544 CPUtime=127.73
/proc/1361/task/1362/stat : 1362 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194368 4637 0 0 0 12768 5 0 0 25 0 2 0 103444687 57901056 10536 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 255.1
Current children cumulated vsize (KiB) 61900

[startup+140.702 s]
/proc/loadavg: 1.90 1.36 1.13 3/67 1362
/proc/meminfo: memFree=1635000/2055920 swapFree=4181440/4192956
[pid=1358] ppid=1356 vsize=5356 CPUtime=0.07
/proc/1358/stat : 1358 (manysat.sh) S 1356 1358 1169 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103444676 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1358/statm: 1339 238 195 169 0 50 0
[pid=1361] ppid=1358 vsize=56952 CPUtime=280.57
/proc/1361/stat : 1361 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194304 10736 0 0 0 28044 13 0 0 25 0 2 0 103444685 58318848 10722 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1361/statm: 14238 10722 83 193 0 14042 0
[pid=1361/tid=1362] ppid=1358 vsize=56952 CPUtime=140.53
/proc/1361/task/1362/stat : 1362 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194368 4667 0 0 0 14048 5 0 0 25 0 2 0 103444687 58318848 10722 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.64
Current children cumulated vsize (KiB) 62308

[startup+147.101 s]
/proc/loadavg: 1.91 1.37 1.13 3/67 1362
/proc/meminfo: memFree=1634744/2055920 swapFree=4181440/4192956
[pid=1358] ppid=1356 vsize=5356 CPUtime=0.07
/proc/1358/stat : 1358 (manysat.sh) S 1356 1358 1169 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103444676 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1358/statm: 1339 238 195 169 0 50 0
[pid=1361] ppid=1358 vsize=57252 CPUtime=293.33
/proc/1361/stat : 1361 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194304 10798 0 0 0 29320 13 0 0 23 0 2 0 103444685 58626048 10784 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1361/statm: 14313 10784 83 193 0 14117 0
[pid=1361/tid=1362] ppid=1358 vsize=57252 CPUtime=146.92
/proc/1361/task/1362/stat : 1362 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194368 4671 0 0 0 14687 5 0 0 25 0 2 0 103444687 58626048 10784 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 293.4
Current children cumulated vsize (KiB) 62608

[startup+153.501 s]
/proc/loadavg: 1.92 1.39 1.14 3/67 1362
/proc/meminfo: memFree=1634424/2055920 swapFree=4181440/4192956
[pid=1358] ppid=1356 vsize=5356 CPUtime=0.07
/proc/1358/stat : 1358 (manysat.sh) S 1356 1358 1169 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103444676 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1358/statm: 1339 238 195 169 0 50 0
[pid=1361] ppid=1358 vsize=57632 CPUtime=306.11
/proc/1361/stat : 1361 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194304 10906 0 0 0 30598 13 0 0 25 0 2 0 103444685 59015168 10892 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1361/statm: 14408 10892 83 193 0 14212 0
[pid=1361/tid=1362] ppid=1358 vsize=57632 CPUtime=153.32
/proc/1361/task/1362/stat : 1362 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194368 4743 0 0 0 15327 5 0 0 25 0 2 0 103444687 59015168 10892 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 306.18
Current children cumulated vsize (KiB) 62988

[startup+156.702 s]
/proc/loadavg: 1.92 1.39 1.14 3/67 1362
/proc/meminfo: memFree=1634040/2055920 swapFree=4181440/4192956
[pid=1358] ppid=1356 vsize=5356 CPUtime=0.07
/proc/1358/stat : 1358 (manysat.sh) S 1356 1358 1169 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103444676 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1358/statm: 1339 238 195 169 0 50 0
[pid=1361] ppid=1358 vsize=57776 CPUtime=312.49
/proc/1361/stat : 1361 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194304 10956 0 0 0 31236 13 0 0 25 0 2 0 103444685 59162624 10942 1992294400 134512640 135305190 4294956144 18446744073709551615 134528338 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1361/statm: 14444 10942 83 193 0 14248 0
[pid=1361/tid=1362] ppid=1358 vsize=57776 CPUtime=156.52
/proc/1361/task/1362/stat : 1362 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194368 4793 0 0 0 15647 5 0 0 25 0 2 0 103444687 59162624 10942 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 312.56
Current children cumulated vsize (KiB) 63132

[startup+157.502 s]
/proc/loadavg: 1.93 1.40 1.15 3/67 1362
/proc/meminfo: memFree=1634040/2055920 swapFree=4181440/4192956
[pid=1358] ppid=1356 vsize=5356 CPUtime=0.07
/proc/1358/stat : 1358 (manysat.sh) S 1356 1358 1169 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103444676 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1358/statm: 1339 238 195 169 0 50 0
[pid=1361] ppid=1358 vsize=57776 CPUtime=314.09
/proc/1361/stat : 1361 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194304 10956 0 0 0 31396 13 0 0 25 0 2 0 103444685 59162624 10942 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1361/statm: 14444 10942 83 193 0 14248 0
[pid=1361/tid=1362] ppid=1358 vsize=57776 CPUtime=157.32
/proc/1361/task/1362/stat : 1362 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194368 4793 0 0 0 15727 5 0 0 25 0 2 0 103444687 59162624 10942 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 314.16
Current children cumulated vsize (KiB) 63132

[startup+157.902 s]
/proc/loadavg: 1.93 1.40 1.15 3/67 1362
/proc/meminfo: memFree=1634040/2055920 swapFree=4181440/4192956
[pid=1358] ppid=1356 vsize=5356 CPUtime=0.07
/proc/1358/stat : 1358 (manysat.sh) S 1356 1358 1169 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103444676 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1358/statm: 1339 238 195 169 0 50 0
[pid=1361] ppid=1358 vsize=57776 CPUtime=314.89
/proc/1361/stat : 1361 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194304 10956 0 0 0 31476 13 0 0 25 0 2 0 103444685 59162624 10942 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1361/statm: 14444 10942 83 193 0 14248 0
[pid=1361/tid=1362] ppid=1358 vsize=57776 CPUtime=157.72
/proc/1361/task/1362/stat : 1362 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194368 4793 0 0 0 15767 5 0 0 25 0 2 0 103444687 59162624 10942 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 314.96
Current children cumulated vsize (KiB) 63132

[startup+158.101 s]
/proc/loadavg: 1.93 1.40 1.15 3/67 1362
/proc/meminfo: memFree=1634040/2055920 swapFree=4181440/4192956
[pid=1358] ppid=1356 vsize=5356 CPUtime=0.07
/proc/1358/stat : 1358 (manysat.sh) S 1356 1358 1169 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103444676 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1358/statm: 1339 238 195 169 0 50 0
[pid=1361] ppid=1358 vsize=57776 CPUtime=315.29
/proc/1361/stat : 1361 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194304 10956 0 0 0 31516 13 0 0 25 0 2 0 103444685 59162624 10942 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1361/statm: 14444 10942 83 193 0 14248 0
[pid=1361/tid=1362] ppid=1358 vsize=57776 CPUtime=157.92
/proc/1361/task/1362/stat : 1362 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194368 4793 0 0 0 15787 5 0 0 25 0 2 0 103444687 59162624 10942 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 315.36
Current children cumulated vsize (KiB) 63132

[startup+158.201 s]
/proc/loadavg: 1.93 1.40 1.15 3/67 1362
/proc/meminfo: memFree=1634040/2055920 swapFree=4181440/4192956
[pid=1358] ppid=1356 vsize=5356 CPUtime=0.07
/proc/1358/stat : 1358 (manysat.sh) S 1356 1358 1169 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103444676 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1358/statm: 1339 238 195 169 0 50 0
[pid=1361] ppid=1358 vsize=57776 CPUtime=315.49
/proc/1361/stat : 1361 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194304 10956 0 0 0 31536 13 0 0 25 0 2 0 103444685 59162624 10942 1992294400 134512640 135305190 4294956144 18446744073709551615 134528747 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1361/statm: 14444 10942 83 193 0 14248 0
[pid=1361/tid=1362] ppid=1358 vsize=57776 CPUtime=158.02
/proc/1361/task/1362/stat : 1362 (manysat1.1_stat) R 1358 1358 1169 0 -1 4194368 4793 0 0 0 15797 5 0 0 25 0 2 0 103444687 59162624 10942 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 315.56
Current children cumulated vsize (KiB) 63132

Child status: 20
Real time (s): 158.231
CPU time (s): 315.63
CPU user time (s): 315.474
CPU system time (s): 0.155976
CPU usage (%): 199.474
Max. virtual memory (cumulated for all children) (KiB): 63132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 315.474
system time used= 0.155976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11846
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= 421
involuntary context switches= 2386

runsolver used 0.165974 second user time and 0.419936 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-26 15:56:03
IDJOB=1729859
IDBENCH=24716
IDSOLVER=513
FILE ID=node39/1729859-1240754163
PBS_JOBID= 9187098
Free space on /tmp= 66344 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-icl009.sat05-2721.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729859-1240754163/watcher-1729859-1240754163 -o /tmp/evaluation-result-1729859-1240754163/solver-1729859-1240754163 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1729859-1240754163.cnf aimd 0

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

MD5SUM BENCH= 2fe12e7483e7a74328d483192a8a2746
RANDOM SEED=26772417

node39.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.281
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.281
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:       1679088 kB
Buffers:         42764 kB
Cached:         277040 kB
SwapCached:       6324 kB
Active:         146344 kB
Inactive:       182360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1679088 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:            1800 kB
Writeback:           0 kB
Mapped:          13548 kB
Slab:            34148 kB
Committed_AS:   472680 kB
PageTables:       1380 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 node39 at 2009-04-26 15:58:41