Trace number 1553265

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 452.582 228.04

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand064.cnf
MD5SUM1394bf507e3ed448c81b5502d6550d78
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark87.2857
Satisfiable
(Un)Satisfiability was proved
Number of variables40042
Number of clauses119357
Sum of the clauses size278497
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 279570
Number of clauses of size 339785
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.09/0.11	c ==============================================================================
0.09/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.11	c ==============================================================================
0.09/0.11	c |         0 |  119355   278495 |   35806       0        0     nan |  0.000 % |
1.89/1.92	c |         0 |   48581   208867 |      --       0       --      -- |     --   | -70752/-69575
1.89/1.93	c ==============================================================================
1.89/1.93	c Result  :   #vars: 4857   #clauses: 48581   #literals: 208867
1.89/1.93	c CPU time:   1.86772 s
1.89/1.93	c ==============================================================================
452.52/228.00	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
452.52/228.00	c ============================[ Problem Statistics ]=============================
452.52/228.00	c |                                                                             |
452.52/228.00	c threadId              : 1
452.52/228.00	c restarts              : 3094
452.52/228.00	c conflicts             : 319155         (709 /sec)
452.52/228.00	c decisions             : 1638130        (1.65 % random) (3639 /sec)
452.52/228.00	c propagations          : 94957072       (210936 /sec)
452.52/228.00	c conflict literals     : 64384001       (32.26 % deleted)
452.52/228.00	c Memory used           : 157.77 MB
452.52/228.00	c CPU time              : 450.17 s
452.52/228.00	
452.52/228.00	c --->m=2, e=8, aimd=1, HOME/12579_many.cnf	time: 225.085	conflicts: 319155       
452.52/228.02	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-1553265-1238712872/watcher-1553265-1238712872 -o /tmp/evaluation-result-1553265-1238712872/solver-1553265-1238712872 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1553265-1238712872.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.74 1.67 1.48 3/80 12579
/proc/meminfo: memFree=1256984/2055912 swapFree=4170684/4192956
[pid=12579] ppid=12577 vsize=5356 CPUtime=0
/proc/12579/stat : 12579 (manysat.sh) R 12577 12579 12396 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1143951136 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 255372880543 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/12579/statm: 1339 234 194 169 0 50 0
[pid=12580] ppid=12579 vsize=1112 CPUtime=0
/proc/12580/stat : 12580 (SatElite) R 12579 12579 12396 0 -1 4194304 198 0 0 0 0 0 0 0 18 0 1 0 1143951136 1138688 182 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/12580/statm: 278 184 50 127 0 148 0

[startup+0.0878251 s]
/proc/loadavg: 1.74 1.67 1.48 3/80 12579
/proc/meminfo: memFree=1256984/2055912 swapFree=4170684/4192956
[pid=12579] ppid=12577 vsize=5356 CPUtime=0
/proc/12579/stat : 12579 (manysat.sh) S 12577 12579 12396 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1143951136 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12579/statm: 1339 235 195 169 0 50 0
[pid=12580] ppid=12579 vsize=14960 CPUtime=0.07
/proc/12580/stat : 12580 (SatElite) R 12579 12579 12396 0 -1 4194304 3011 0 0 0 7 0 0 0 19 0 1 0 1143951136 15319040 2995 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/12580/statm: 3740 2997 50 127 0 3610 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20316

[startup+0.102825 s]
/proc/loadavg: 1.74 1.67 1.48 3/80 12579
/proc/meminfo: memFree=1256984/2055912 swapFree=4170684/4192956
[pid=12579] ppid=12577 vsize=5356 CPUtime=0
/proc/12579/stat : 12579 (manysat.sh) S 12577 12579 12396 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1143951136 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12579/statm: 1339 235 195 169 0 50 0
[pid=12580] ppid=12579 vsize=16544 CPUtime=0.09
/proc/12580/stat : 12580 (SatElite) R 12579 12579 12396 0 -1 4194304 3552 0 0 0 8 1 0 0 19 0 1 0 1143951136 16941056 3536 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/12580/statm: 4169 3537 51 127 0 4039 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21900

[startup+0.302845 s]
/proc/loadavg: 1.74 1.67 1.48 3/80 12579
/proc/meminfo: memFree=1256984/2055912 swapFree=4170684/4192956
[pid=12579] ppid=12577 vsize=5356 CPUtime=0
/proc/12579/stat : 12579 (manysat.sh) S 12577 12579 12396 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1143951136 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12579/statm: 1339 235 195 169 0 50 0
[pid=12580] ppid=12579 vsize=20000 CPUtime=0.29
/proc/12580/stat : 12580 (SatElite) R 12579 12579 12396 0 -1 4194304 4616 0 0 0 27 2 0 0 21 0 1 0 1143951136 20480000 4255 1992294400 134512640 135034092 4294956096 18446744073709551615 134670001 0 0 4096 3 0 0 0 17 0 0 0
/proc/12580/statm: 5000 4255 68 127 0 4870 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25356

[startup+0.702889 s]
/proc/loadavg: 1.74 1.67 1.48 3/80 12579
/proc/meminfo: memFree=1256984/2055912 swapFree=4170684/4192956
[pid=12579] ppid=12577 vsize=5356 CPUtime=0
/proc/12579/stat : 12579 (manysat.sh) S 12577 12579 12396 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1143951136 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12579/statm: 1339 235 195 169 0 50 0
[pid=12580] ppid=12579 vsize=21016 CPUtime=0.69
/proc/12580/stat : 12580 (SatElite) R 12579 12579 12396 0 -1 4194304 4844 0 0 0 66 3 0 0 25 0 1 0 1143951136 21520384 4483 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/12580/statm: 5254 4483 68 127 0 5124 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26372

[startup+1.50197 s]
/proc/loadavg: 1.74 1.67 1.48 2/82 12581
/proc/meminfo: memFree=1233160/2055912 swapFree=4170684/4192956
[pid=12579] ppid=12577 vsize=5356 CPUtime=0
/proc/12579/stat : 12579 (manysat.sh) S 12577 12579 12396 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1143951136 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12579/statm: 1339 235 195 169 0 50 0
[pid=12580] ppid=12579 vsize=22188 CPUtime=1.49
/proc/12580/stat : 12580 (SatElite) R 12579 12579 12396 0 -1 4194304 5152 0 0 0 144 5 0 0 25 0 1 0 1143951136 22720512 4791 1992294400 134512640 135034092 4294956096 18446744073709551615 134541189 0 0 4096 3 0 0 0 17 0 0 0
/proc/12580/statm: 5547 4791 68 127 0 5417 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27544

[startup+3.10115 s]
/proc/loadavg: 1.74 1.67 1.48 3/83 12583
/proc/meminfo: memFree=1238400/2055912 swapFree=4170684/4192956
[pid=12579] ppid=12577 vsize=5356 CPUtime=2
/proc/12579/stat : 12579 (manysat.sh) S 12577 12579 12396 0 -1 4194304 312 5959 0 0 0 0 194 6 16 0 1 0 1143951136 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12579/statm: 1339 238 195 169 0 50 0
[pid=12582] ppid=12579 vsize=24152 CPUtime=2.06
/proc/12582/stat : 12582 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194304 3164 0 0 0 204 2 0 0 16 0 2 0 1143951338 24731648 3150 1992294400 134512640 135305190 4294956144 18446744073709551615 134528520 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12582/statm: 6038 3150 83 193 0 5842 0
[pid=12582/tid=12583] ppid=12579 vsize=24152 CPUtime=0.99
/proc/12582/task/12583/stat : 12583 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194368 592 0 0 0 99 0 0 0 17 0 2 0 1143951345 24731648 3150 1992294400 134512640 135305190 4294956144 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 29508

[startup+6.30148 s]
/proc/loadavg: 1.84 1.69 1.49 3/83 12583
/proc/meminfo: memFree=1223432/2055912 swapFree=4170684/4192956
[pid=12579] ppid=12577 vsize=5356 CPUtime=2
/proc/12579/stat : 12579 (manysat.sh) S 12577 12579 12396 0 -1 4194304 312 5959 0 0 0 0 194 6 16 0 1 0 1143951136 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12579/statm: 1339 238 195 169 0 50 0
[pid=12582] ppid=12579 vsize=36572 CPUtime=8.45
/proc/12582/stat : 12582 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194304 6304 0 0 0 839 6 0 0 17 0 2 0 1143951338 37449728 6290 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12582/statm: 9143 6290 83 193 0 8947 0
[pid=12582/tid=12583] ppid=12579 vsize=36572 CPUtime=4.2
/proc/12582/task/12583/stat : 12583 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194368 2095 0 0 0 418 2 0 0 17 0 2 0 1143951345 37449728 6290 1992294400 134512640 135305190 4294956144 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.45
Current children cumulated vsize (KiB) 41928

[startup+12.7011 s]
/proc/loadavg: 1.85 1.70 1.49 3/83 12583
/proc/meminfo: memFree=1201224/2055912 swapFree=4170684/4192956
[pid=12579] ppid=12577 vsize=5356 CPUtime=2
/proc/12579/stat : 12579 (manysat.sh) S 12577 12579 12396 0 -1 4194304 312 5959 0 0 0 0 194 6 16 0 1 0 1143951136 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12579/statm: 1339 238 195 169 0 50 0
[pid=12582] ppid=12579 vsize=59832 CPUtime=21.21
/proc/12582/stat : 12582 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194304 12052 0 0 0 2111 10 0 0 17 0 2 0 1143951338 61267968 12038 1992294400 134512640 135305190 4294956144 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12582/statm: 14958 12038 83 193 0 14762 0
[pid=12582/tid=12583] ppid=12579 vsize=59832 CPUtime=10.59
/proc/12582/task/12583/stat : 12583 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194368 4907 0 0 0 1056 3 0 0 15 0 2 0 1143951345 61267968 12038 1992294400 134512640 135305190 4294956144 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.21
Current children cumulated vsize (KiB) 65188

[startup+25.5025 s]
/proc/loadavg: 1.89 1.71 1.50 3/83 12583
/proc/meminfo: memFree=1177352/2055912 swapFree=4170684/4192956
[pid=12579] ppid=12577 vsize=5356 CPUtime=2
/proc/12579/stat : 12579 (manysat.sh) S 12577 12579 12396 0 -1 4194304 312 5959 0 0 0 0 194 6 16 0 1 0 1143951136 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12579/statm: 1339 238 195 169 0 50 0
[pid=12582] ppid=12579 vsize=82996 CPUtime=46.75
/proc/12582/stat : 12582 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194304 17606 0 0 0 4659 16 0 0 17 0 2 0 1143951338 84987904 17592 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12582/statm: 20749 17592 83 193 0 20553 0
[pid=12582/tid=12583] ppid=12579 vsize=82996 CPUtime=23.39
/proc/12582/task/12583/stat : 12583 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194368 7931 0 0 0 2333 6 0 0 16 0 2 0 1143951345 84987904 17592 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.75
Current children cumulated vsize (KiB) 88352

[startup+51.1021 s]
/proc/loadavg: 1.92 1.73 1.51 3/83 12583
/proc/meminfo: memFree=1152008/2055912 swapFree=4170684/4192956
[pid=12579] ppid=12577 vsize=5356 CPUtime=2
/proc/12579/stat : 12579 (manysat.sh) S 12577 12579 12396 0 -1 4194304 312 5959 0 0 0 0 194 6 16 0 1 0 1143951136 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12579/statm: 1339 238 195 169 0 50 0
[pid=12582] ppid=12579 vsize=106316 CPUtime=97.78
/proc/12582/stat : 12582 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194304 23631 0 0 0 9757 21 0 0 17 0 2 0 1143951338 108867584 23617 1992294400 134512640 135305190 4294956144 18446744073709551615 134556740 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12582/statm: 26579 23617 83 193 0 26383 0
[pid=12582/tid=12583] ppid=12579 vsize=106316 CPUtime=48.96
/proc/12582/task/12583/stat : 12583 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194368 10979 0 0 0 4888 8 0 0 17 0 2 0 1143951345 108867584 23617 1992294400 134512640 135305190 4294956144 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.78
Current children cumulated vsize (KiB) 111672

[startup+102.307 s]
/proc/loadavg: 2.08 1.80 1.54 3/83 12583
/proc/meminfo: memFree=1125000/2055912 swapFree=4170684/4192956
[pid=12579] ppid=12577 vsize=5356 CPUtime=2
/proc/12579/stat : 12579 (manysat.sh) S 12577 12579 12396 0 -1 4194304 312 5959 0 0 0 0 194 6 16 0 1 0 1143951136 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12579/statm: 1339 238 195 169 0 50 0
[pid=12582] ppid=12579 vsize=134224 CPUtime=199.89
/proc/12582/stat : 12582 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194304 30364 0 0 0 19962 27 0 0 17 0 2 0 1143951338 137445376 30350 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12582/statm: 33556 30350 83 193 0 33360 0
[pid=12582/tid=12583] ppid=12579 vsize=134224 CPUtime=100.14
/proc/12582/task/12583/stat : 12583 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194368 14320 0 0 0 10003 11 0 0 17 0 2 0 1143951345 137445376 30350 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 201.89
Current children cumulated vsize (KiB) 139580

[startup+162.303 s]
/proc/loadavg: 2.19 1.89 1.59 3/83 12583
/proc/meminfo: memFree=1106888/2055912 swapFree=4170684/4192956
[pid=12579] ppid=12577 vsize=5356 CPUtime=2
/proc/12579/stat : 12579 (manysat.sh) S 12577 12579 12396 0 -1 4194304 312 5959 0 0 0 0 194 6 16 0 1 0 1143951136 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12579/statm: 1339 238 195 169 0 50 0
[pid=12582] ppid=12579 vsize=152172 CPUtime=319.55
/proc/12582/stat : 12582 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194304 34892 0 0 0 31922 33 0 0 17 0 2 0 1143951338 155824128 34878 1992294400 134512640 135305190 4294956144 18446744073709551615 134557489 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12582/statm: 38043 34878 83 193 0 37847 0
[pid=12582/tid=12583] ppid=12579 vsize=152172 CPUtime=160.11
/proc/12582/task/12583/stat : 12583 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194368 17026 0 0 0 15997 14 0 0 25 0 2 0 1143951345 155824128 34878 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 321.55
Current children cumulated vsize (KiB) 157528

[startup+222.303 s]
/proc/loadavg: 2.10 1.92 1.62 3/83 12583
/proc/meminfo: memFree=1098120/2055912 swapFree=4170684/4192956
[pid=12579] ppid=12577 vsize=5356 CPUtime=2
/proc/12579/stat : 12579 (manysat.sh) S 12577 12579 12396 0 -1 4194304 312 5959 0 0 0 0 194 6 16 0 1 0 1143951136 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12579/statm: 1339 238 195 169 0 50 0
[pid=12582] ppid=12579 vsize=161408 CPUtime=439.19
/proc/12582/stat : 12582 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194304 37138 0 0 0 43883 36 0 0 17 0 2 0 1143951338 165281792 37124 1992294400 134512640 135305190 4294956144 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12582/statm: 40352 37124 83 193 0 40156 0
[pid=12582/tid=12583] ppid=12579 vsize=161408 CPUtime=220.08
/proc/12582/task/12583/stat : 12583 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194368 18414 0 0 0 21992 16 0 0 25 0 2 0 1143951345 165281792 37124 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 441.19
Current children cumulated vsize (KiB) 166764

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

[startup+223.901 s]
/proc/loadavg: 2.09 1.92 1.62 3/83 12583
/proc/meminfo: memFree=1097864/2055912 swapFree=4170684/4192956
[pid=12579] ppid=12577 vsize=5356 CPUtime=2
/proc/12579/stat : 12579 (manysat.sh) S 12577 12579 12396 0 -1 4194304 312 5959 0 0 0 0 194 6 16 0 1 0 1143951136 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12579/statm: 1339 238 195 169 0 50 0
[pid=12582] ppid=12579 vsize=161552 CPUtime=442.38
/proc/12582/stat : 12582 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194304 37172 0 0 0 44202 36 0 0 19 0 2 0 1143951338 165429248 37158 1992294400 134512640 135305190 4294956144 18446744073709551615 134551998 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12582/statm: 40388 37158 83 193 0 40192 0
[pid=12582/tid=12583] ppid=12579 vsize=161552 CPUtime=221.68
/proc/12582/task/12583/stat : 12583 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194368 18448 0 0 0 22152 16 0 0 25 0 2 0 1143951345 165429248 37158 1992294400 134512640 135305190 4294956144 18446744073709551615 134528397 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 444.38
Current children cumulated vsize (KiB) 166908

[startup+225.507 s]
/proc/loadavg: 2.09 1.92 1.62 3/83 12583
/proc/meminfo: memFree=1097864/2055912 swapFree=4170684/4192956
[pid=12579] ppid=12577 vsize=5356 CPUtime=2
/proc/12579/stat : 12579 (manysat.sh) S 12577 12579 12396 0 -1 4194304 312 5959 0 0 0 0 194 6 16 0 1 0 1143951136 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12579/statm: 1339 238 195 169 0 50 0
[pid=12582] ppid=12579 vsize=161552 CPUtime=445.54
/proc/12582/stat : 12582 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194304 37172 0 0 0 44518 36 0 0 18 0 2 0 1143951338 165429248 37158 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12582/statm: 40388 37158 83 193 0 40192 0
[pid=12582/tid=12583] ppid=12579 vsize=161552 CPUtime=223.25
/proc/12582/task/12583/stat : 12583 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194368 18448 0 0 0 22309 16 0 0 18 0 2 0 1143951345 165429248 37158 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 447.54
Current children cumulated vsize (KiB) 166908

[startup+227.101 s]
/proc/loadavg: 2.09 1.92 1.62 3/83 12583
/proc/meminfo: memFree=1097864/2055912 swapFree=4170684/4192956
[pid=12579] ppid=12577 vsize=5356 CPUtime=2
/proc/12579/stat : 12579 (manysat.sh) S 12577 12579 12396 0 -1 4194304 312 5959 0 0 0 0 194 6 16 0 1 0 1143951136 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12579/statm: 1339 238 195 169 0 50 0
[pid=12582] ppid=12579 vsize=161552 CPUtime=448.72
/proc/12582/stat : 12582 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194304 37172 0 0 0 44836 36 0 0 17 0 2 0 1143951338 165429248 37158 1992294400 134512640 135305190 4294956144 18446744073709551615 134558376 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12582/statm: 40388 37158 83 193 0 40192 0
[pid=12582/tid=12583] ppid=12579 vsize=161552 CPUtime=224.84
/proc/12582/task/12583/stat : 12583 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194368 18448 0 0 0 22468 16 0 0 17 0 2 0 1143951345 165429248 37158 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 450.72
Current children cumulated vsize (KiB) 166908

[startup+227.502 s]
/proc/loadavg: 2.09 1.92 1.62 3/83 12583
/proc/meminfo: memFree=1097864/2055912 swapFree=4170684/4192956
[pid=12579] ppid=12577 vsize=5356 CPUtime=2
/proc/12579/stat : 12579 (manysat.sh) S 12577 12579 12396 0 -1 4194304 312 5959 0 0 0 0 194 6 16 0 1 0 1143951136 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12579/statm: 1339 238 195 169 0 50 0
[pid=12582] ppid=12579 vsize=161552 CPUtime=449.52
/proc/12582/stat : 12582 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194304 37172 0 0 0 44916 36 0 0 17 0 2 0 1143951338 165429248 37158 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12582/statm: 40388 37158 83 193 0 40192 0
[pid=12582/tid=12583] ppid=12579 vsize=161552 CPUtime=225.24
/proc/12582/task/12583/stat : 12583 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194368 18448 0 0 0 22508 16 0 0 17 0 2 0 1143951345 165429248 37158 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 451.52
Current children cumulated vsize (KiB) 166908

[startup+227.902 s]
/proc/loadavg: 2.09 1.92 1.62 3/83 12583
/proc/meminfo: memFree=1097864/2055912 swapFree=4170684/4192956
[pid=12579] ppid=12577 vsize=5356 CPUtime=2
/proc/12579/stat : 12579 (manysat.sh) S 12577 12579 12396 0 -1 4194304 312 5959 0 0 0 0 194 6 16 0 1 0 1143951136 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12579/statm: 1339 238 195 169 0 50 0
[pid=12582] ppid=12579 vsize=161552 CPUtime=450.32
/proc/12582/stat : 12582 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194304 37172 0 0 0 44996 36 0 0 16 0 2 0 1143951338 165429248 37158 1992294400 134512640 135305190 4294956144 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12582/statm: 40388 37158 83 193 0 40192 0
[pid=12582/tid=12583] ppid=12579 vsize=161552 CPUtime=225.64
/proc/12582/task/12583/stat : 12583 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194368 18448 0 0 0 22548 16 0 0 17 0 2 0 1143951345 165429248 37158 1992294400 134512640 135305190 4294956144 18446744073709551615 134528483 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 452.32
Current children cumulated vsize (KiB) 166908

[startup+228.002 s]
/proc/loadavg: 2.09 1.92 1.62 3/83 12583
/proc/meminfo: memFree=1097864/2055912 swapFree=4170684/4192956
[pid=12579] ppid=12577 vsize=5356 CPUtime=2
/proc/12579/stat : 12579 (manysat.sh) S 12577 12579 12396 0 -1 4194304 312 5959 0 0 0 0 194 6 16 0 1 0 1143951136 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12579/statm: 1339 238 195 169 0 50 0
[pid=12582] ppid=12579 vsize=161552 CPUtime=450.52
/proc/12582/stat : 12582 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194304 37172 0 0 0 45016 36 0 0 17 0 2 0 1143951338 165429248 37158 1992294400 134512640 135305190 4294956144 18446744073709551615 134528449 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12582/statm: 40388 37158 83 193 0 40192 0
[pid=12582/tid=12583] ppid=12579 vsize=161552 CPUtime=225.74
/proc/12582/task/12583/stat : 12583 (manysat1.1_stat) R 12579 12579 12396 0 -1 4194368 18448 0 0 0 22558 16 0 0 17 0 2 0 1143951345 165429248 37158 1992294400 134512640 135305190 4294956144 18446744073709551615 134657578 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 452.52
Current children cumulated vsize (KiB) 166908

Child status: 20
Real time (s): 228.04
CPU time (s): 452.582
CPU user time (s): 452.112
CPU system time (s): 0.469928
CPU usage (%): 198.466
Max. virtual memory (cumulated for all children) (KiB): 166908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 452.112
system time used= 0.469928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43612
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= 2022
involuntary context switches= 3454

runsolver used 0.303953 second user time and 0.810876 second system time

The end

Launcher Data

Begin job on node78 at 2009-04-03 00:54:32
IDJOB=1553265
IDBENCH=70758
IDSOLVER=514
FILE ID=node78/1553265-1238712872
PBS_JOBID= 9085315
Free space on /tmp= 126848 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand064.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1553265-1238712872/watcher-1553265-1238712872 -o /tmp/evaluation-result-1553265-1238712872/solver-1553265-1238712872 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1553265-1238712872.cnf aimd 1

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

MD5SUM BENCH= 1394bf507e3ed448c81b5502d6550d78
RANDOM SEED=1539990723

node78.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.214
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.214
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:      2055912 kB
MemFree:       1257472 kB
Buffers:        103924 kB
Cached:         597316 kB
SwapCached:       7796 kB
Active:         386356 kB
Inactive:       325320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1257472 kB
SwapTotal:     4192956 kB
SwapFree:      4170684 kB
Dirty:            3388 kB
Writeback:           0 kB
Mapped:          16096 kB
Slab:            71016 kB
Committed_AS:  2815656 kB
PageTables:       2556 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126848 MiB
End job on node78 at 2009-04-03 00:58:21