Trace number 1720740

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 654.15 331.092

General information on the benchmark

Namemanol-pipe-c10nid_i.cnf
MD5SUM5845608382cee59cce4973c50f16416c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark443.688
Satisfiable
(Un)Satisfiability was proved
Number of variables252516
Number of clauses750877
Sum of the clauses size1752045
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500584
Number of clauses of size 3250292
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.69/0.74	c ==============================================================================
0.69/0.74	c |           |     ORIGINAL     |              LEARNT              |          |
0.69/0.74	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.69/0.74	c ==============================================================================
0.69/0.74	c |         0 |  750876  1752044 |  225262       0        0     nan |  0.000 % |
5.19/5.28	c |         0 |  320735  1252421 |      --       0       --      -- |     --   | -430139/-499618
5.19/5.29	c ==============================================================================
5.19/5.29	c Result  :   #vars: 41437   #clauses: 320735   #literals: 1252421
5.19/5.29	c CPU time:   5.04923 s
5.19/5.29	c ==============================================================================
653.99/331.05	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
653.99/331.05	c ============================[ Problem Statistics ]=============================
653.99/331.05	c |                                                                             |
653.99/331.05	c threadId              : 0
653.99/331.05	c restarts              : 2920
653.99/331.05	c conflicts             : 636167         (982 /sec)
653.99/331.05	c decisions             : 4674766        (1.54 % random) (7216 /sec)
653.99/331.05	c propagations          : 287044847      (443081 /sec)
653.99/331.05	c conflict literals     : 14147189       (21.77 % deleted)
653.99/331.05	c Memory used           : 113.66 MB
653.99/331.05	c CPU time              : 647.839 s
653.99/331.05	
653.99/331.05	c --->m=2, e=8, aimd=2, HOME/12199_many.cnf	time: 323.919	conflicts: 636167       
653.99/331.07	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-1720740-1240659382/watcher-1720740-1240659382 -o /tmp/evaluation-result-1720740-1240659382/solver-1720740-1240659382 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1720740-1240659382.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.00 1.00 1.01 3/65 12199
/proc/meminfo: memFree=1755056/2055920 swapFree=4181068/4192956
[pid=12199] ppid=12197 vsize=5356 CPUtime=0
/proc/12199/stat : 12199 (manysat.sh) S 12197 12199 11621 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93967973 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12199/statm: 1339 235 195 169 0 50 0
[pid=12200] ppid=12199 vsize=956 CPUtime=0
/proc/12200/stat : 12200 (SatElite) R 12199 12199 11621 0 -1 4194304 153 0 0 0 0 0 0 0 19 0 1 0 93967973 978944 137 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/12200/statm: 239 138 50 127 0 109 0

[startup+0.069046 s]
/proc/loadavg: 1.00 1.00 1.01 3/65 12199
/proc/meminfo: memFree=1755056/2055920 swapFree=4181068/4192956
[pid=12199] ppid=12197 vsize=5356 CPUtime=0
/proc/12199/stat : 12199 (manysat.sh) S 12197 12199 11621 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93967973 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12199/statm: 1339 235 195 169 0 50 0
[pid=12200] ppid=12199 vsize=10224 CPUtime=0.06
/proc/12200/stat : 12200 (SatElite) R 12199 12199 11621 0 -1 4194304 2334 0 0 0 5 1 0 0 19 0 1 0 93967973 10469376 2318 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/12200/statm: 2556 2318 50 127 0 2426 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15580

[startup+0.102047 s]
/proc/loadavg: 1.00 1.00 1.01 3/65 12199
/proc/meminfo: memFree=1755056/2055920 swapFree=4181068/4192956
[pid=12199] ppid=12197 vsize=5356 CPUtime=0
/proc/12199/stat : 12199 (manysat.sh) S 12197 12199 11621 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93967973 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12199/statm: 1339 235 195 169 0 50 0
[pid=12200] ppid=12199 vsize=16156 CPUtime=0.09
/proc/12200/stat : 12200 (SatElite) R 12199 12199 11621 0 -1 4194304 3445 0 0 0 8 1 0 0 19 0 1 0 93967973 16543744 3429 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/12200/statm: 4039 3430 50 127 0 3909 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21512

[startup+0.30207 s]
/proc/loadavg: 1.00 1.00 1.01 3/65 12199
/proc/meminfo: memFree=1755056/2055920 swapFree=4181068/4192956
[pid=12199] ppid=12197 vsize=5356 CPUtime=0
/proc/12199/stat : 12199 (manysat.sh) S 12197 12199 11621 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93967973 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12199/statm: 1339 235 195 169 0 50 0
[pid=12200] ppid=12199 vsize=41440 CPUtime=0.29
/proc/12200/stat : 12200 (SatElite) R 12199 12199 11621 0 -1 4194304 9862 0 0 0 25 4 0 0 21 0 1 0 93967973 42434560 9846 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/12200/statm: 10360 9847 50 127 0 10230 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46796

[startup+0.702114 s]
/proc/loadavg: 1.00 1.00 1.01 3/65 12199
/proc/meminfo: memFree=1755056/2055920 swapFree=4181068/4192956
[pid=12199] ppid=12197 vsize=5356 CPUtime=0
/proc/12199/stat : 12199 (manysat.sh) S 12197 12199 11621 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93967973 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12199/statm: 1339 235 195 169 0 50 0
[pid=12200] ppid=12199 vsize=94992 CPUtime=0.69
/proc/12200/stat : 12200 (SatElite) R 12199 12199 11621 0 -1 4194304 23144 0 0 0 58 11 0 0 25 0 1 0 93967973 97271808 23128 1992294400 134512640 135034092 4294956096 18446744073709551615 134542635 0 0 4096 3 0 0 0 17 1 0 0
/proc/12200/statm: 23748 23128 51 127 0 23618 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100348

[startup+1.5012 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 12201
/proc/meminfo: memFree=1652064/2055920 swapFree=4181068/4192956
[pid=12199] ppid=12197 vsize=5356 CPUtime=0
/proc/12199/stat : 12199 (manysat.sh) S 12197 12199 11621 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93967973 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12199/statm: 1339 235 195 169 0 50 0
[pid=12200] ppid=12199 vsize=109564 CPUtime=1.48
/proc/12200/stat : 12200 (SatElite) R 12199 12199 11621 0 -1 4194304 28092 0 0 0 134 14 0 0 25 0 1 0 93967973 112193536 25958 1992294400 134512640 135034092 4294956096 18446744073709551615 134546962 0 0 4096 3 0 0 0 17 1 0 0
/proc/12200/statm: 27391 25958 68 127 0 27261 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 114920

[startup+3.10138 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 12201
/proc/meminfo: memFree=1639392/2055920 swapFree=4181068/4192956
[pid=12199] ppid=12197 vsize=5356 CPUtime=0
/proc/12199/stat : 12199 (manysat.sh) S 12197 12199 11621 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93967973 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12199/statm: 1339 235 195 169 0 50 0
[pid=12200] ppid=12199 vsize=116360 CPUtime=3.09
/proc/12200/stat : 12200 (SatElite) R 12199 12199 11621 0 -1 4194304 29623 0 0 0 290 19 0 0 25 0 1 0 93967973 119152640 27489 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/12200/statm: 29090 27489 68 127 0 28960 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121716

[startup+6.30174 s]
/proc/loadavg: 1.08 1.02 1.01 2/67 12201
/proc/meminfo: memFree=1618848/2055920 swapFree=4181068/4192956
[pid=12199] ppid=12197 vsize=5356 CPUtime=5.81
/proc/12199/stat : 12199 (manysat.sh) S 12197 12199 11621 0 -1 4194304 312 33125 0 0 0 0 553 28 16 0 1 0 93967973 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12199/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 5356

[startup+12.7016 s]
/proc/loadavg: 1.23 1.05 1.02 3/68 12203
/proc/meminfo: memFree=1666904/2055920 swapFree=4181068/4192956
[pid=12199] ppid=12197 vsize=5356 CPUtime=5.81
/proc/12199/stat : 12199 (manysat.sh) S 12197 12199 11621 0 -1 4194304 312 33125 0 0 0 0 553 28 16 0 1 0 93967973 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12199/statm: 1339 238 195 169 0 50 0
[pid=12202] ppid=12199 vsize=72680 CPUtime=13.21
/proc/12202/stat : 12202 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194304 14755 0 0 0 1302 19 0 0 17 0 2 0 93968556 74424320 14733 1992294400 134512640 135305190 4294956144 18446744073709551615 134541944 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/12202/statm: 18170 14733 83 193 0 17974 0
[pid=12202/tid=12203] ppid=12199 vsize=72680 CPUtime=6.35
/proc/12202/task/12203/stat : 12203 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194368 1816 0 0 0 627 8 0 0 17 0 2 0 93968601 74424320 14733 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.02
Current children cumulated vsize (KiB) 78036

[startup+25.503 s]
/proc/loadavg: 1.40 1.10 1.04 3/68 12203
/proc/meminfo: memFree=1661528/2055920 swapFree=4181068/4192956
[pid=12199] ppid=12197 vsize=5356 CPUtime=5.81
/proc/12199/stat : 12199 (manysat.sh) S 12197 12199 11621 0 -1 4194304 312 33125 0 0 0 0 553 28 16 0 1 0 93967973 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12199/statm: 1339 238 195 169 0 50 0
[pid=12202] ppid=12199 vsize=78392 CPUtime=38.74
/proc/12202/stat : 12202 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194304 16050 0 0 0 3853 21 0 0 17 0 2 0 93968556 80273408 16013 1992294400 134512640 135305190 4294956144 18446744073709551615 134528866 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/12202/statm: 19598 16013 83 193 0 19402 0
[pid=12202/tid=12203] ppid=12199 vsize=78392 CPUtime=19.09
/proc/12202/task/12203/stat : 12203 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194368 2368 0 0 0 1900 9 0 0 17 0 2 0 93968601 80273408 16013 1992294400 134512640 135305190 4294956144 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.55
Current children cumulated vsize (KiB) 83748

[startup+51.1029 s]
/proc/loadavg: 1.61 1.17 1.06 3/68 12203
/proc/meminfo: memFree=1655192/2055920 swapFree=4181068/4192956
[pid=12199] ppid=12197 vsize=5356 CPUtime=5.81
/proc/12199/stat : 12199 (manysat.sh) S 12197 12199 11621 0 -1 4194304 312 33125 0 0 0 0 553 28 16 0 1 0 93967973 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12199/statm: 1339 238 195 169 0 50 0
[pid=12202] ppid=12199 vsize=84932 CPUtime=89.77
/proc/12202/stat : 12202 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194304 17637 0 0 0 8951 26 0 0 18 0 2 0 93968556 86970368 17600 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/12202/statm: 21233 17600 83 193 0 21037 0
[pid=12202/tid=12203] ppid=12199 vsize=84932 CPUtime=44.55
/proc/12202/task/12203/stat : 12203 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194368 2953 0 0 0 4444 11 0 0 17 0 2 0 93968601 86970368 17600 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.58
Current children cumulated vsize (KiB) 90288

[startup+102.307 s]
/proc/loadavg: 1.83 1.29 1.11 3/68 12203
/proc/meminfo: memFree=1645016/2055920 swapFree=4181068/4192956
[pid=12199] ppid=12197 vsize=5356 CPUtime=5.81
/proc/12199/stat : 12199 (manysat.sh) S 12197 12199 11621 0 -1 4194304 312 33125 0 0 0 0 553 28 16 0 1 0 93967973 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12199/statm: 1339 238 195 169 0 50 0
[pid=12202] ppid=12199 vsize=94732 CPUtime=191.9
/proc/12202/stat : 12202 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194304 20163 0 0 0 19160 30 0 0 17 0 2 0 93968556 97005568 20126 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/12202/statm: 23683 20126 83 193 0 23487 0
[pid=12202/tid=12203] ppid=12199 vsize=94732 CPUtime=95.54
/proc/12202/task/12203/stat : 12203 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194368 3840 0 0 0 9541 13 0 0 25 0 2 0 93968601 97005568 20126 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 197.71
Current children cumulated vsize (KiB) 100088

[startup+162.302 s]
/proc/loadavg: 1.93 1.42 1.16 3/68 12205
/proc/meminfo: memFree=1637464/2055920 swapFree=4181068/4192956
[pid=12199] ppid=12197 vsize=5356 CPUtime=5.81
/proc/12199/stat : 12199 (manysat.sh) S 12197 12199 11621 0 -1 4194304 312 33125 0 0 0 0 553 28 16 0 1 0 93967973 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12199/statm: 1339 238 195 169 0 50 0
[pid=12202] ppid=12199 vsize=102256 CPUtime=311.6
/proc/12202/stat : 12202 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194304 22033 0 0 0 31125 35 0 0 17 0 2 0 93968556 104710144 21996 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/12202/statm: 25564 21996 83 193 0 25368 0
[pid=12202/tid=12203] ppid=12199 vsize=102256 CPUtime=155.26
/proc/12202/task/12203/stat : 12203 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194368 4565 0 0 0 15512 14 0 0 17 0 2 0 93968601 104710144 21996 1992294400 134512640 135305190 4294956144 18446744073709551615 134558354 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 317.41
Current children cumulated vsize (KiB) 107612

[startup+222.303 s]
/proc/loadavg: 1.97 1.52 1.21 3/68 12205
/proc/meminfo: memFree=1631000/2055920 swapFree=4181068/4192956
[pid=12199] ppid=12197 vsize=5356 CPUtime=5.81
/proc/12199/stat : 12199 (manysat.sh) S 12197 12199 11621 0 -1 4194304 312 33125 0 0 0 0 553 28 16 0 1 0 93967973 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12199/statm: 1339 238 195 169 0 50 0
[pid=12202] ppid=12199 vsize=109044 CPUtime=431.31
/proc/12202/stat : 12202 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194304 23661 0 0 0 43092 39 0 0 19 0 2 0 93968556 111661056 23624 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/12202/statm: 27261 23624 83 193 0 27065 0
[pid=12202/tid=12203] ppid=12199 vsize=109044 CPUtime=215.02
/proc/12202/task/12203/stat : 12203 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194368 5251 0 0 0 21486 16 0 0 17 0 2 0 93968601 111661056 23624 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 437.12
Current children cumulated vsize (KiB) 114400

[startup+282.303 s]
/proc/loadavg: 1.99 1.61 1.26 3/68 12205
/proc/meminfo: memFree=1626968/2055920 swapFree=4181068/4192956
[pid=12199] ppid=12197 vsize=5356 CPUtime=5.81
/proc/12199/stat : 12199 (manysat.sh) S 12197 12199 11621 0 -1 4194304 312 33125 0 0 0 0 553 28 16 0 1 0 93967973 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12199/statm: 1339 238 195 169 0 50 0
[pid=12202] ppid=12199 vsize=113172 CPUtime=551.04
/proc/12202/stat : 12202 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194304 24727 0 0 0 55062 42 0 0 23 0 2 0 93968556 115888128 24690 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/12202/statm: 28293 24690 83 193 0 28097 0
[pid=12202/tid=12203] ppid=12199 vsize=113172 CPUtime=274.76
/proc/12202/task/12203/stat : 12203 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194368 5645 0 0 0 27459 17 0 0 25 0 2 0 93968601 115888128 24690 1992294400 134512640 135305190 4294956144 18446744073709551615 134528184 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 556.85
Current children cumulated vsize (KiB) 118528

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

[startup+307.102 s]
/proc/loadavg: 1.99 1.64 1.28 3/68 12205
/proc/meminfo: memFree=1624472/2055920 swapFree=4181068/4192956
[pid=12199] ppid=12197 vsize=5356 CPUtime=5.81
/proc/12199/stat : 12199 (manysat.sh) S 12197 12199 11621 0 -1 4194304 312 33125 0 0 0 0 553 28 16 0 1 0 93967973 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12199/statm: 1339 238 195 169 0 50 0
[pid=12202] ppid=12199 vsize=115560 CPUtime=600.49
/proc/12202/stat : 12202 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194304 25291 0 0 0 60006 43 0 0 17 0 2 0 93968556 118333440 25254 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/12202/statm: 28890 25254 83 193 0 28694 0
[pid=12202/tid=12203] ppid=12199 vsize=115560 CPUtime=299.47
/proc/12202/task/12203/stat : 12203 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194368 5910 0 0 0 29929 18 0 0 25 0 2 0 93968601 118333440 25254 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 606.3
Current children cumulated vsize (KiB) 120916

[startup+319.902 s]
/proc/loadavg: 1.99 1.65 1.28 3/68 12205
/proc/meminfo: memFree=1624088/2055920 swapFree=4181068/4192956
[pid=12199] ppid=12197 vsize=5356 CPUtime=5.81
/proc/12199/stat : 12199 (manysat.sh) S 12197 12199 11621 0 -1 4194304 312 33125 0 0 0 0 553 28 16 0 1 0 93967973 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12199/statm: 1339 238 195 169 0 50 0
[pid=12202] ppid=12199 vsize=115988 CPUtime=626.05
/proc/12202/stat : 12202 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194304 25396 0 0 0 62561 44 0 0 25 0 2 0 93968556 118771712 25359 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/12202/statm: 28997 25359 83 193 0 28801 0
[pid=12202/tid=12203] ppid=12199 vsize=115988 CPUtime=312.22
/proc/12202/task/12203/stat : 12203 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194368 5990 0 0 0 31204 18 0 0 19 0 2 0 93968601 118771712 25359 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 631.86
Current children cumulated vsize (KiB) 121344

[startup+326.301 s]
/proc/loadavg: 1.99 1.66 1.29 3/68 12205
/proc/meminfo: memFree=1623768/2055920 swapFree=4181068/4192956
[pid=12199] ppid=12197 vsize=5356 CPUtime=5.81
/proc/12199/stat : 12199 (manysat.sh) S 12197 12199 11621 0 -1 4194304 312 33125 0 0 0 0 553 28 16 0 1 0 93967973 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12199/statm: 1339 238 195 169 0 50 0
[pid=12202] ppid=12199 vsize=116256 CPUtime=638.81
/proc/12202/stat : 12202 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194304 25476 0 0 0 63837 44 0 0 17 0 2 0 93968556 119046144 25439 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/12202/statm: 29064 25439 83 193 0 28868 0
[pid=12202/tid=12203] ppid=12199 vsize=116256 CPUtime=318.59
/proc/12202/task/12203/stat : 12203 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194368 6032 0 0 0 31841 18 0 0 25 0 2 0 93968601 119046144 25439 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 644.62
Current children cumulated vsize (KiB) 121612

[startup+329.502 s]
/proc/loadavg: 1.99 1.66 1.29 3/68 12205
/proc/meminfo: memFree=1623640/2055920 swapFree=4181068/4192956
[pid=12199] ppid=12197 vsize=5356 CPUtime=5.81
/proc/12199/stat : 12199 (manysat.sh) S 12197 12199 11621 0 -1 4194304 312 33125 0 0 0 0 553 28 16 0 1 0 93967973 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12199/statm: 1339 238 195 169 0 50 0
[pid=12202] ppid=12199 vsize=116388 CPUtime=645.18
/proc/12202/stat : 12202 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194304 25500 0 0 0 64474 44 0 0 20 0 2 0 93968556 119181312 25463 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/12202/statm: 29097 25463 83 193 0 28901 0
[pid=12202/tid=12203] ppid=12199 vsize=116388 CPUtime=321.75
/proc/12202/task/12203/stat : 12203 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194368 6041 0 0 0 32157 18 0 0 17 0 2 0 93968601 119181312 25463 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 650.99
Current children cumulated vsize (KiB) 121744

[startup+330.302 s]
/proc/loadavg: 1.99 1.66 1.29 3/68 12205
/proc/meminfo: memFree=1623576/2055920 swapFree=4181068/4192956
[pid=12199] ppid=12197 vsize=5356 CPUtime=5.81
/proc/12199/stat : 12199 (manysat.sh) S 12197 12199 11621 0 -1 4194304 312 33125 0 0 0 0 553 28 16 0 1 0 93967973 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12199/statm: 1339 238 195 169 0 50 0
[pid=12202] ppid=12199 vsize=116388 CPUtime=646.77
/proc/12202/stat : 12202 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194304 25508 0 0 0 64633 44 0 0 22 0 2 0 93968556 119181312 25471 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/12202/statm: 29097 25471 83 193 0 28901 0
[pid=12202/tid=12203] ppid=12199 vsize=116388 CPUtime=322.55
/proc/12202/task/12203/stat : 12203 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194368 6041 0 0 0 32237 18 0 0 17 0 2 0 93968601 119181312 25471 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 652.58
Current children cumulated vsize (KiB) 121744

[startup+330.702 s]
/proc/loadavg: 1.99 1.66 1.29 3/68 12205
/proc/meminfo: memFree=1623576/2055920 swapFree=4181068/4192956
[pid=12199] ppid=12197 vsize=5356 CPUtime=5.81
/proc/12199/stat : 12199 (manysat.sh) S 12197 12199 11621 0 -1 4194304 312 33125 0 0 0 0 553 28 16 0 1 0 93967973 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12199/statm: 1339 238 195 169 0 50 0
[pid=12202] ppid=12199 vsize=116388 CPUtime=647.57
/proc/12202/stat : 12202 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194304 25512 0 0 0 64713 44 0 0 23 0 2 0 93968556 119181312 25475 1992294400 134512640 135305190 4294956144 18446744073709551615 134528421 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/12202/statm: 29097 25475 83 193 0 28901 0
[pid=12202/tid=12203] ppid=12199 vsize=116388 CPUtime=322.95
/proc/12202/task/12203/stat : 12203 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194368 6045 0 0 0 32277 18 0 0 18 0 2 0 93968601 119181312 25475 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 653.38
Current children cumulated vsize (KiB) 121744

[startup+330.902 s]
/proc/loadavg: 1.99 1.66 1.29 3/68 12205
/proc/meminfo: memFree=1623576/2055920 swapFree=4181068/4192956
[pid=12199] ppid=12197 vsize=5356 CPUtime=5.81
/proc/12199/stat : 12199 (manysat.sh) S 12197 12199 11621 0 -1 4194304 312 33125 0 0 0 0 553 28 16 0 1 0 93967973 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12199/statm: 1339 238 195 169 0 50 0
[pid=12202] ppid=12199 vsize=116388 CPUtime=647.97
/proc/12202/stat : 12202 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194304 25512 0 0 0 64753 44 0 0 24 0 2 0 93968556 119181312 25475 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/12202/statm: 29097 25475 83 193 0 28901 0
[pid=12202/tid=12203] ppid=12199 vsize=116388 CPUtime=323.15
/proc/12202/task/12203/stat : 12203 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194368 6045 0 0 0 32297 18 0 0 18 0 2 0 93968601 119181312 25475 1992294400 134512640 135305190 4294956144 18446744073709551615 134551998 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 653.78
Current children cumulated vsize (KiB) 121744

[startup+331.003 s]
/proc/loadavg: 1.99 1.66 1.29 3/68 12205
/proc/meminfo: memFree=1623576/2055920 swapFree=4181068/4192956
[pid=12199] ppid=12197 vsize=5356 CPUtime=5.81
/proc/12199/stat : 12199 (manysat.sh) S 12197 12199 11621 0 -1 4194304 312 33125 0 0 0 0 553 28 16 0 1 0 93967973 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12199/statm: 1339 238 195 169 0 50 0
[pid=12202] ppid=12199 vsize=116388 CPUtime=648.18
/proc/12202/stat : 12202 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194304 25512 0 0 0 64774 44 0 0 25 0 2 0 93968556 119181312 25475 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/12202/statm: 29097 25475 83 193 0 28901 0
[pid=12202/tid=12203] ppid=12199 vsize=116388 CPUtime=323.25
/proc/12202/task/12203/stat : 12203 (manysat1.1_stat) R 12199 12199 11621 0 -1 4194368 6045 0 0 0 32307 18 0 0 18 0 2 0 93968601 119181312 25475 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 653.99
Current children cumulated vsize (KiB) 121744

Child status: 20
Real time (s): 331.092
CPU time (s): 654.15
CPU user time (s): 653.38
CPU system time (s): 0.769882
CPU usage (%): 197.573
Max. virtual memory (cumulated for all children) (KiB): 126960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 653.38
system time used= 0.769882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59118
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= 4275
involuntary context switches= 4890

runsolver used 0.317951 second user time and 0.895863 second system time

The end

Launcher Data

Begin job on node86 at 2009-04-25 13:36:23
IDJOB=1720740
IDBENCH=69630
IDSOLVER=515
FILE ID=node86/1720740-1240659382
PBS_JOBID= 9186496
Free space on /tmp= 66148 MiB

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

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

MD5SUM BENCH= 5845608382cee59cce4973c50f16416c
RANDOM SEED=2130131340

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:       1755536 kB
Buffers:         13220 kB
Cached:         212996 kB
SwapCached:       5732 kB
Active:          56360 kB
Inactive:       178632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755536 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:           14900 kB
Writeback:           0 kB
Mapped:          14060 kB
Slab:            51204 kB
Committed_AS:   349892 kB
PageTables:       1504 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= 66148 MiB
End job on node86 at 2009-04-25 13:41:54