Trace number 1723935

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 1/2009-03-20UNSAT 435.177 220.383

General information on the benchmark

Namemanol-pipe-f9n.cnf
MD5SUM61e4a04a828a2cd33ae3f3dde54ef320
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark280.7
Satisfiable
(Un)Satisfiability was proved
Number of variables185149
Number of clauses552412
Sum of the clauses size1288960
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2368274
Number of clauses of size 3184137
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.49/0.53	c ==============================================================================
0.49/0.53	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.53	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.53	c ==============================================================================
0.49/0.53	c |         0 |  552411  1288959 |  165723       0        0     nan |  0.000 % |
3.67/3.75	c |         0 |  224311   892727 |      --       0       --      -- |     --   | -328093/-396215
3.67/3.76	c ==============================================================================
3.67/3.76	c Result  :   #vars: 29191   #clauses: 224311   #literals: 892727
3.67/3.76	c CPU time:   3.55946 s
3.67/3.76	c ==============================================================================
435.02/220.35	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
435.02/220.35	c ============================[ Problem Statistics ]=============================
435.02/220.35	c |                                                                             |
435.02/220.35	c threadId              : 1
435.02/220.35	c restarts              : 4530
435.02/220.35	c conflicts             : 363960         (845 /sec)
435.02/220.35	c decisions             : 1616589        (1.58 % random) (3754 /sec)
435.02/220.35	c propagations          : 187743553      (435932 /sec)
435.02/220.35	c conflict literals     : 12221241       (31.93 % deleted)
435.02/220.35	c Memory used           : 98.48 MB
435.02/220.35	c CPU time              : 430.672 s
435.02/220.35	
435.02/220.35	c --->m=2, e=8, aimd=1, HOME/13531_many.cnf	time: 215.336	conflicts: 363960       
435.02/220.36	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-1723935-1240690290/watcher-1723935-1240690290 -o /tmp/evaluation-result-1723935-1240690290/solver-1723935-1240690290 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1723935-1240690290.cnf aimd 1 

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.09 3/65 13531
/proc/meminfo: memFree=1672544/2055920 swapFree=4181068/4192956
[pid=13531] ppid=13529 vsize=5356 CPUtime=0
/proc/13531/stat : 13531 (manysat.sh) S 13529 13531 13374 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97058742 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13531/statm: 1339 235 195 169 0 50 0
[pid=13532] ppid=13531 vsize=824 CPUtime=0
/proc/13532/stat : 13532 (SatElite) R 13531 13531 13374 0 -1 4194304 129 0 0 0 0 0 0 0 19 0 1 0 97058743 843776 113 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/13532/statm: 206 113 50 127 0 76 0

[startup+0.05968 s]
/proc/loadavg: 1.00 1.00 1.09 3/65 13531
/proc/meminfo: memFree=1672544/2055920 swapFree=4181068/4192956
[pid=13531] ppid=13529 vsize=5356 CPUtime=0
/proc/13531/stat : 13531 (manysat.sh) S 13529 13531 13374 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97058742 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13531/statm: 1339 235 195 169 0 50 0
[pid=13532] ppid=13531 vsize=9276 CPUtime=0.04
/proc/13532/stat : 13532 (SatElite) R 13531 13531 13374 0 -1 4194304 2019 0 0 0 4 0 0 0 19 0 1 0 97058743 9498624 2003 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/13532/statm: 2319 2004 50 127 0 2189 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14632

[startup+0.101684 s]
/proc/loadavg: 1.00 1.00 1.09 3/65 13531
/proc/meminfo: memFree=1672544/2055920 swapFree=4181068/4192956
[pid=13531] ppid=13529 vsize=5356 CPUtime=0
/proc/13531/stat : 13531 (manysat.sh) S 13529 13531 13374 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97058742 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13531/statm: 1339 235 195 169 0 50 0
[pid=13532] ppid=13531 vsize=16124 CPUtime=0.08
/proc/13532/stat : 13532 (SatElite) R 13531 13531 13374 0 -1 4194304 3443 0 0 0 7 1 0 0 19 0 1 0 97058743 16510976 3427 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/13532/statm: 4031 3427 50 127 0 3901 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21480

[startup+0.301706 s]
/proc/loadavg: 1.00 1.00 1.09 3/65 13531
/proc/meminfo: memFree=1672544/2055920 swapFree=4181068/4192956
[pid=13531] ppid=13529 vsize=5356 CPUtime=0
/proc/13531/stat : 13531 (manysat.sh) S 13529 13531 13374 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97058742 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13531/statm: 1339 235 195 169 0 50 0
[pid=13532] ppid=13531 vsize=41572 CPUtime=0.29
/proc/13532/stat : 13532 (SatElite) R 13531 13531 13374 0 -1 4194304 9926 0 0 0 25 4 0 0 21 0 1 0 97058743 42569728 9910 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/13532/statm: 10393 9910 50 127 0 10263 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46928

[startup+0.701751 s]
/proc/loadavg: 1.00 1.00 1.09 3/65 13531
/proc/meminfo: memFree=1672544/2055920 swapFree=4181068/4192956
[pid=13531] ppid=13529 vsize=5356 CPUtime=0
/proc/13531/stat : 13531 (manysat.sh) S 13529 13531 13374 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97058742 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13531/statm: 1339 235 195 169 0 50 0
[pid=13532] ppid=13531 vsize=86452 CPUtime=0.69
/proc/13532/stat : 13532 (SatElite) R 13531 13531 13374 0 -1 4194304 20226 0 0 0 60 9 0 0 25 0 1 0 97058743 88526848 18645 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/13532/statm: 21613 18646 68 127 0 21483 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91808

[startup+1.50184 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 13533
/proc/meminfo: memFree=1593616/2055920 swapFree=4181068/4192956
[pid=13531] ppid=13529 vsize=5356 CPUtime=0
/proc/13531/stat : 13531 (manysat.sh) S 13529 13531 13374 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97058742 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13531/statm: 1339 235 195 169 0 50 0
[pid=13532] ppid=13531 vsize=90288 CPUtime=1.49
/proc/13532/stat : 13532 (SatElite) R 13531 13531 13374 0 -1 4194304 21034 0 0 0 138 11 0 0 25 0 1 0 97058743 92454912 19453 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/13532/statm: 22572 19453 68 127 0 22442 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95644

[startup+3.10202 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 13533
/proc/meminfo: memFree=1580752/2055920 swapFree=4181068/4192956
[pid=13531] ppid=13529 vsize=5356 CPUtime=0
/proc/13531/stat : 13531 (manysat.sh) S 13529 13531 13374 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97058742 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13531/statm: 1339 235 195 169 0 50 0
[pid=13532] ppid=13531 vsize=94812 CPUtime=3.08
/proc/13532/stat : 13532 (SatElite) R 13531 13531 13374 0 -1 4194304 22258 0 0 0 291 17 0 0 25 0 1 0 97058743 97087488 20496 1992294400 134512640 135034092 4294956096 18446744073709551615 134529233 0 0 4096 3 0 0 0 17 0 0 0
/proc/13532/statm: 23703 20496 68 127 0 23573 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 100168

[startup+6.30138 s]
/proc/loadavg: 1.00 1.00 1.09 3/68 13535
/proc/meminfo: memFree=1611336/2055920 swapFree=4181068/4192956
[pid=13531] ppid=13529 vsize=5356 CPUtime=4.12
/proc/13531/stat : 13531 (manysat.sh) S 13529 13531 13374 0 -1 4194304 312 24157 0 0 0 0 391 21 16 0 1 0 97058742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13531/statm: 1339 238 195 169 0 50 0
[pid=13534] ppid=13531 vsize=53088 CPUtime=3.95
/proc/13534/stat : 13534 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194304 9954 0 0 0 382 13 0 0 17 0 2 0 97059157 54362112 9913 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13534/statm: 13272 9913 83 193 0 13076 0
[pid=13534/tid=13535] ppid=13531 vsize=53088 CPUtime=1.81
/proc/13534/task/13535/stat : 13535 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194368 980 0 0 0 177 4 0 0 16 0 2 0 97059189 54362112 9913 1992294400 134512640 135305190 4294956144 18446744073709551615 134541971 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.07
Current children cumulated vsize (KiB) 58444

[startup+12.7021 s]
/proc/loadavg: 1.15 1.03 1.10 3/68 13535
/proc/meminfo: memFree=1605400/2055920 swapFree=4181068/4192956
[pid=13531] ppid=13529 vsize=5356 CPUtime=4.12
/proc/13531/stat : 13531 (manysat.sh) S 13529 13531 13374 0 -1 4194304 312 24157 0 0 0 0 391 21 16 0 1 0 97058742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13531/statm: 1339 238 195 169 0 50 0
[pid=13534] ppid=13531 vsize=59176 CPUtime=16.71
/proc/13534/stat : 13534 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194304 11419 0 0 0 1656 15 0 0 17 0 2 0 97059157 60596224 11378 1992294400 134512640 135305190 4294956144 18446744073709551615 134528642 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13534/statm: 14794 11378 83 193 0 14598 0
[pid=13534/tid=13535] ppid=13531 vsize=59176 CPUtime=8.21
/proc/13534/task/13535/stat : 13535 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194368 1531 0 0 0 815 6 0 0 16 0 2 0 97059189 60596224 11378 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.83
Current children cumulated vsize (KiB) 64532

[startup+25.5015 s]
/proc/loadavg: 1.28 1.06 1.11 3/68 13535
/proc/meminfo: memFree=1598040/2055920 swapFree=4181068/4192956
[pid=13531] ppid=13529 vsize=5356 CPUtime=4.12
/proc/13531/stat : 13531 (manysat.sh) S 13529 13531 13374 0 -1 4194304 312 24157 0 0 0 0 391 21 16 0 1 0 97058742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13531/statm: 1339 238 195 169 0 50 0
[pid=13534] ppid=13531 vsize=66524 CPUtime=42.25
/proc/13534/stat : 13534 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194304 13316 0 0 0 4207 18 0 0 17 0 2 0 97059157 68120576 13275 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13534/statm: 16631 13275 83 193 0 16435 0
[pid=13534/tid=13535] ppid=13531 vsize=66524 CPUtime=21
/proc/13534/task/13535/stat : 13535 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194368 2114 0 0 0 2093 7 0 0 17 0 2 0 97059189 68120576 13275 1992294400 134512640 135305190 4294956144 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 46.37
Current children cumulated vsize (KiB) 71880

[startup+51.1014 s]
/proc/loadavg: 1.53 1.14 1.13 3/68 13535
/proc/meminfo: memFree=1589720/2055920 swapFree=4181068/4192956
[pid=13531] ppid=13529 vsize=5356 CPUtime=4.12
/proc/13531/stat : 13531 (manysat.sh) S 13529 13531 13374 0 -1 4194304 312 24157 0 0 0 0 391 21 16 0 1 0 97058742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13531/statm: 1339 238 195 169 0 50 0
[pid=13534] ppid=13531 vsize=75280 CPUtime=93.29
/proc/13534/stat : 13534 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194304 15316 0 0 0 9306 23 0 0 17 0 2 0 97059157 77086720 15275 1992294400 134512640 135305190 4294956144 18446744073709551615 134528315 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13534/statm: 18820 15275 83 193 0 18624 0
[pid=13534/tid=13535] ppid=13531 vsize=75280 CPUtime=46.56
/proc/13534/task/13535/stat : 13535 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194368 2847 0 0 0 4646 10 0 0 17 0 2 0 97059189 77086720 15275 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.41
Current children cumulated vsize (KiB) 80636

[startup+102.305 s]
/proc/loadavg: 1.81 1.28 1.18 3/68 13535
/proc/meminfo: memFree=1579544/2055920 swapFree=4181068/4192956
[pid=13531] ppid=13529 vsize=5356 CPUtime=4.12
/proc/13531/stat : 13531 (manysat.sh) S 13529 13531 13374 0 -1 4194304 312 24157 0 0 0 0 391 21 16 0 1 0 97058742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13531/statm: 1339 238 195 169 0 50 0
[pid=13534] ppid=13531 vsize=84808 CPUtime=195.45
/proc/13534/stat : 13534 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194304 17880 0 0 0 19518 27 0 0 18 0 2 0 97059157 86843392 17839 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13534/statm: 21202 17839 83 193 0 21006 0
[pid=13534/tid=13535] ppid=13531 vsize=84808 CPUtime=97.73
/proc/13534/task/13535/stat : 13535 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194368 3853 0 0 0 9761 12 0 0 17 0 2 0 97059189 86843392 17839 1992294400 134512640 135305190 4294956144 18446744073709551615 134556770 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 199.57
Current children cumulated vsize (KiB) 90164

[startup+162.302 s]
/proc/loadavg: 1.92 1.40 1.22 3/68 13535
/proc/meminfo: memFree=1566872/2055920 swapFree=4181068/4192956
[pid=13531] ppid=13529 vsize=5356 CPUtime=4.12
/proc/13531/stat : 13531 (manysat.sh) S 13529 13531 13374 0 -1 4194304 312 24157 0 0 0 0 391 21 16 0 1 0 97058742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13531/statm: 1339 238 195 169 0 50 0
[pid=13534] ppid=13531 vsize=97396 CPUtime=315.16
/proc/13534/stat : 13534 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194304 20981 0 0 0 31484 32 0 0 25 0 2 0 97059157 99733504 20940 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13534/statm: 24349 20940 83 193 0 24153 0
[pid=13534/tid=13535] ppid=13531 vsize=97396 CPUtime=157.69
/proc/13534/task/13535/stat : 13535 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194368 5179 0 0 0 15755 14 0 0 20 0 2 0 97059189 99733504 20940 1992294400 134512640 135305190 4294956144 18446744073709551615 134543549 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 319.28
Current children cumulated vsize (KiB) 102752

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

[startup+179.102 s]
/proc/loadavg: 1.94 1.44 1.24 3/68 13535
/proc/meminfo: memFree=1566424/2055920 swapFree=4181068/4192956
[pid=13531] ppid=13529 vsize=5356 CPUtime=4.12
/proc/13531/stat : 13531 (manysat.sh) S 13529 13531 13374 0 -1 4194304 312 24157 0 0 0 0 391 21 16 0 1 0 97058742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13531/statm: 1339 238 195 169 0 50 0
[pid=13534] ppid=13531 vsize=97996 CPUtime=348.69
/proc/13534/stat : 13534 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194304 21090 0 0 0 34836 33 0 0 21 0 2 0 97059157 100347904 21049 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13534/statm: 24499 21049 83 193 0 24303 0
[pid=13534/tid=13535] ppid=13531 vsize=97996 CPUtime=174.48
/proc/13534/task/13535/stat : 13535 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194368 5288 0 0 0 17434 14 0 0 25 0 2 0 97059189 100347904 21049 1992294400 134512640 135305190 4294956144 18446744073709551615 134558297 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 352.81
Current children cumulated vsize (KiB) 103352

[startup+204.701 s]
/proc/loadavg: 1.96 1.48 1.26 3/68 13535
/proc/meminfo: memFree=1565656/2055920 swapFree=4181068/4192956
[pid=13531] ppid=13529 vsize=5356 CPUtime=4.12
/proc/13531/stat : 13531 (manysat.sh) S 13529 13531 13374 0 -1 4194304 312 24157 0 0 0 0 391 21 16 0 1 0 97058742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13531/statm: 1339 238 195 169 0 50 0
[pid=13534] ppid=13531 vsize=98812 CPUtime=399.76
/proc/13534/stat : 13534 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194304 21297 0 0 0 39943 33 0 0 21 0 2 0 97059157 101183488 21256 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13534/statm: 24703 21256 83 193 0 24507 0
[pid=13534/tid=13535] ppid=13531 vsize=98812 CPUtime=200.05
/proc/13534/task/13535/stat : 13535 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194368 5368 0 0 0 19991 14 0 0 25 0 2 0 97059189 101183488 21256 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 403.88
Current children cumulated vsize (KiB) 104168

[startup+211.101 s]
/proc/loadavg: 1.96 1.49 1.26 3/68 13535
/proc/meminfo: memFree=1565528/2055920 swapFree=4181068/4192956
[pid=13531] ppid=13529 vsize=5356 CPUtime=4.12
/proc/13531/stat : 13531 (manysat.sh) S 13529 13531 13374 0 -1 4194304 312 24157 0 0 0 0 391 21 16 0 1 0 97058742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13531/statm: 1339 238 195 169 0 50 0
[pid=13534] ppid=13531 vsize=98960 CPUtime=412.54
/proc/13534/stat : 13534 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194304 21337 0 0 0 41221 33 0 0 17 0 2 0 97059157 101335040 21296 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13534/statm: 24740 21296 83 193 0 24544 0
[pid=13534/tid=13535] ppid=13531 vsize=98960 CPUtime=206.46
/proc/13534/task/13535/stat : 13535 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194368 5369 0 0 0 20632 14 0 0 18 0 2 0 97059189 101335040 21296 1992294400 134512640 135305190 4294956144 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 416.66
Current children cumulated vsize (KiB) 104316

[startup+214.301 s]
/proc/loadavg: 1.97 1.50 1.26 3/68 13535
/proc/meminfo: memFree=1565400/2055920 swapFree=4181068/4192956
[pid=13531] ppid=13529 vsize=5356 CPUtime=4.12
/proc/13531/stat : 13531 (manysat.sh) S 13529 13531 13374 0 -1 4194304 312 24157 0 0 0 0 391 21 16 0 1 0 97058742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13531/statm: 1339 238 195 169 0 50 0
[pid=13534] ppid=13531 vsize=99148 CPUtime=418.93
/proc/13534/stat : 13534 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194304 21398 0 0 0 41859 34 0 0 25 0 2 0 97059157 101527552 21357 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13534/statm: 24787 21357 83 193 0 24591 0
[pid=13534/tid=13535] ppid=13531 vsize=99148 CPUtime=209.65
/proc/13534/task/13535/stat : 13535 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194368 5395 0 0 0 20951 14 0 0 25 0 2 0 97059189 101527552 21357 1992294400 134512640 135305190 4294956144 18446744073709551615 134528449 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 423.05
Current children cumulated vsize (KiB) 104504

[startup+217.503 s]
/proc/loadavg: 1.97 1.50 1.26 3/68 13535
/proc/meminfo: memFree=1565016/2055920 swapFree=4181068/4192956
[pid=13531] ppid=13529 vsize=5356 CPUtime=4.12
/proc/13531/stat : 13531 (manysat.sh) S 13529 13531 13374 0 -1 4194304 312 24157 0 0 0 0 391 21 16 0 1 0 97058742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13531/statm: 1339 238 195 169 0 50 0
[pid=13534] ppid=13531 vsize=100332 CPUtime=425.32
/proc/13534/stat : 13534 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194304 21502 0 0 0 42498 34 0 0 21 0 2 0 97059157 102739968 21461 1992294400 134512640 135305190 4294956144 18446744073709551615 134528851 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13534/statm: 25083 21461 83 193 0 24887 0
[pid=13534/tid=13535] ppid=13531 vsize=100332 CPUtime=212.85
/proc/13534/task/13535/stat : 13535 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194368 5418 0 0 0 21271 14 0 0 18 0 2 0 97059189 102739968 21461 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 429.44
Current children cumulated vsize (KiB) 105688

[startup+219.103 s]
/proc/loadavg: 1.97 1.51 1.27 3/68 13535
/proc/meminfo: memFree=1564696/2055920 swapFree=4181068/4192956
[pid=13531] ppid=13529 vsize=5356 CPUtime=4.12
/proc/13531/stat : 13531 (manysat.sh) S 13529 13531 13374 0 -1 4194304 312 24157 0 0 0 0 391 21 16 0 1 0 97058742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13531/statm: 1339 238 195 169 0 50 0
[pid=13534] ppid=13531 vsize=100672 CPUtime=428.51
/proc/13534/stat : 13534 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194304 21567 0 0 0 42817 34 0 0 17 0 2 0 97059157 103088128 21526 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13534/statm: 25168 21526 83 193 0 24972 0
[pid=13534/tid=13535] ppid=13531 vsize=100672 CPUtime=214.46
/proc/13534/task/13535/stat : 13535 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194368 5433 0 0 0 21431 15 0 0 20 0 2 0 97059189 103088128 21526 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 432.63
Current children cumulated vsize (KiB) 106028

[startup+219.901 s]
/proc/loadavg: 1.97 1.51 1.27 3/68 13535
/proc/meminfo: memFree=1564440/2055920 swapFree=4181068/4192956
[pid=13531] ppid=13529 vsize=5356 CPUtime=4.12
/proc/13531/stat : 13531 (manysat.sh) S 13529 13531 13374 0 -1 4194304 312 24157 0 0 0 0 391 21 16 0 1 0 97058742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13531/statm: 1339 238 195 169 0 50 0
[pid=13534] ppid=13531 vsize=100672 CPUtime=430.11
/proc/13534/stat : 13534 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194304 21625 0 0 0 42977 34 0 0 18 0 2 0 97059157 103088128 21584 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13534/statm: 25168 21584 83 193 0 24972 0
[pid=13534/tid=13535] ppid=13531 vsize=100672 CPUtime=215.26
/proc/13534/task/13535/stat : 13535 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194368 5460 0 0 0 21511 15 0 0 22 0 2 0 97059189 103088128 21584 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 434.23
Current children cumulated vsize (KiB) 106028

[startup+220.301 s]
/proc/loadavg: 1.97 1.51 1.27 3/68 13535
/proc/meminfo: memFree=1564440/2055920 swapFree=4181068/4192956
[pid=13531] ppid=13529 vsize=5356 CPUtime=4.12
/proc/13531/stat : 13531 (manysat.sh) S 13529 13531 13374 0 -1 4194304 312 24157 0 0 0 0 391 21 16 0 1 0 97058742 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13531/statm: 1339 238 195 169 0 50 0
[pid=13534] ppid=13531 vsize=100840 CPUtime=430.9
/proc/13534/stat : 13534 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194304 21642 0 0 0 43056 34 0 0 18 0 2 0 97059157 103260160 21601 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/13534/statm: 25210 21601 83 193 0 25014 0
[pid=13534/tid=13535] ppid=13531 vsize=100840 CPUtime=215.66
/proc/13534/task/13535/stat : 13535 (manysat1.1_stat) R 13531 13531 13374 0 -1 4194368 5471 0 0 0 21551 15 0 0 25 0 2 0 97059189 103260160 21601 1992294400 134512640 135305190 4294956144 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 435.02
Current children cumulated vsize (KiB) 106196

Child status: 20
Real time (s): 220.383
CPU time (s): 435.177
CPU user time (s): 434.583
CPU system time (s): 0.593909
CPU usage (%): 197.464
Max. virtual memory (cumulated for all children) (KiB): 106196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 434.583
system time used= 0.593909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46281
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= 4117
involuntary context switches= 3255

runsolver used 0.19497 second user time and 0.614906 second system time

The end

Launcher Data

Begin job on node86 at 2009-04-25 22:11:31
IDJOB=1723935
IDBENCH=71745
IDSOLVER=514
FILE ID=node86/1723935-1240690290
PBS_JOBID= 9186709
Free space on /tmp= 66152 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT_RACE06/manol-pipe-f9n.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723935-1240690290/watcher-1723935-1240690290 -o /tmp/evaluation-result-1723935-1240690290/solver-1723935-1240690290 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1723935-1240690290.cnf aimd 1

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

MD5SUM BENCH= 61e4a04a828a2cd33ae3f3dde54ef320
RANDOM SEED=2072588578

node86.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:       1673024 kB
Buffers:         33084 kB
Cached:         275752 kB
SwapCached:       5732 kB
Active:         122772 kB
Inactive:       194804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673024 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:           11148 kB
Writeback:           0 kB
Mapped:          13996 kB
Slab:            51232 kB
Committed_AS:   370288 kB
PageTables:       1464 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= 66152 MiB
End job on node86 at 2009-04-25 22:15:11