Trace number 1727209

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 0/2009-03-20UNSAT 870.979 441.828

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
MD5SUMbf3618cdbef11db03f2026bf209783fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark269.431
Satisfiable
(Un)Satisfiability was proved
Number of variables25493
Number of clauses1139180
Sum of the clauses size2298131
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21136319
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 57
Number of clauses of size over 52852

Solver Data

0.00/0.00	c Parsing...
1.18/1.27	c ==============================================================================
1.18/1.27	c |           |     ORIGINAL     |              LEARNT              |          |
1.18/1.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.18/1.27	c ==============================================================================
1.18/1.27	c |         0 | 1139180  2298131 |  341753       0        0     nan |  0.000 % |
6.98/7.04	c |         0 | 1104460  3153095 |      --       0       --      -- |     --   | -34720/854964
6.98/7.04	c ==============================================================================
6.98/7.04	c Result  :   #vars: 22503   #clauses: 1104460   #literals: 3153095
6.98/7.04	c CPU time:   6.87895 s
6.98/7.04	c ==============================================================================
870.75/441.78	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
870.75/441.78	c ============================[ Problem Statistics ]=============================
870.75/441.78	c |                                                                             |
870.75/441.78	c threadId              : 1
870.75/441.78	c restarts              : 4278
870.75/441.78	c conflicts             : 297629         (345 /sec)
870.75/441.78	c decisions             : 1711287        (1.62 % random) (1985 /sec)
870.75/441.78	c propagations          : 252523704      (292929 /sec)
870.75/441.78	c conflict literals     : 11561469       (49.27 % deleted)
870.75/441.78	c Memory used           : 184.58 MB
870.75/441.78	c CPU time              : 862.065 s
870.75/441.78	
870.75/441.78	c --->m=2, e=8, aimd=0, HOME/26250_many.cnf	time: 431.032	conflicts: 297629       
870.93/441.80	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-1727209-1240722200/watcher-1727209-1240722200 -o /tmp/evaluation-result-1727209-1240722200/solver-1727209-1240722200 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1727209-1240722200.cnf aimd 0 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 26250
/proc/meminfo: memFree=1464120/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=0
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100253199 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26250/statm: 1339 235 195 169 0 50 0
[pid=26251] ppid=26250 vsize=2388 CPUtime=0
/proc/26251/stat : 26251 (SatElite) R 26250 26250 26179 0 -1 4194304 450 0 0 0 0 0 0 0 19 0 1 0 100253199 2445312 434 1992294400 134512640 135034092 4294956112 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 1 0 0
/proc/26251/statm: 597 436 50 127 0 467 0

[startup+0.0579131 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 26250
/proc/meminfo: memFree=1464120/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=0
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100253199 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26250/statm: 1339 235 195 169 0 50 0
[pid=26251] ppid=26250 vsize=6908 CPUtime=0.04
/proc/26251/stat : 26251 (SatElite) R 26250 26250 26179 0 -1 4194304 1497 0 0 0 4 0 0 0 19 0 1 0 100253199 7073792 1481 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/26251/statm: 1727 1481 50 127 0 1597 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12264

[startup+0.101915 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 26250
/proc/meminfo: memFree=1464120/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=0
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100253199 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26250/statm: 1339 235 195 169 0 50 0
[pid=26251] ppid=26250 vsize=8880 CPUtime=0.08
/proc/26251/stat : 26251 (SatElite) R 26250 26250 26179 0 -1 4194304 1975 0 0 0 8 0 0 0 19 0 1 0 100253199 9093120 1959 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/26251/statm: 2220 1960 50 127 0 2090 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14236

[startup+0.301937 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 26250
/proc/meminfo: memFree=1464120/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=0
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100253199 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26250/statm: 1339 235 195 169 0 50 0
[pid=26251] ppid=26250 vsize=18468 CPUtime=0.29
/proc/26251/stat : 26251 (SatElite) R 26250 26250 26179 0 -1 4194304 4214 0 0 0 26 3 0 0 21 0 1 0 100253199 18911232 4198 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/26251/statm: 4617 4198 50 127 0 4487 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23824

[startup+0.701977 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 26250
/proc/meminfo: memFree=1464120/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=0
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100253199 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26250/statm: 1339 235 195 169 0 50 0
[pid=26251] ppid=26250 vsize=36752 CPUtime=0.69
/proc/26251/stat : 26251 (SatElite) R 26250 26250 26179 0 -1 4194304 8683 0 0 0 63 6 0 0 25 0 1 0 100253199 37634048 8667 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/26251/statm: 9188 8667 50 127 0 9058 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42108

[startup+1.50106 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26252
/proc/meminfo: memFree=1415912/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=0
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100253199 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26250/statm: 1339 235 195 169 0 50 0
[pid=26251] ppid=26250 vsize=75728 CPUtime=1.48
/proc/26251/stat : 26251 (SatElite) R 26250 26250 26179 0 -1 4194304 16748 0 0 0 138 10 0 0 25 0 1 0 100253199 77545472 16682 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/26251/statm: 18932 16682 68 127 0 18802 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 81084

[startup+3.10222 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26252
/proc/meminfo: memFree=1385704/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=0
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100253199 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26250/statm: 1339 235 195 169 0 50 0
[pid=26251] ppid=26250 vsize=116404 CPUtime=3.09
/proc/26251/stat : 26251 (SatElite) R 26250 26250 26179 0 -1 4194304 23488 0 0 0 295 14 0 0 25 0 1 0 100253199 119197696 23422 1992294400 134512640 135034092 4294956112 18446744073709551615 134541489 0 0 4096 3 0 0 0 17 1 0 0
/proc/26251/statm: 29101 23422 68 127 0 28971 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121760

[startup+6.30154 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26252
/proc/meminfo: memFree=1368120/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=0
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100253199 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26250/statm: 1339 235 195 169 0 50 0
[pid=26251] ppid=26250 vsize=117876 CPUtime=6.29
/proc/26251/stat : 26251 (SatElite) R 26250 26250 26179 0 -1 4194304 23550 0 0 0 615 14 0 0 25 0 1 0 100253199 120705024 23484 1992294400 134512640 135034092 4294956112 18446744073709551615 134569395 0 0 4096 3 0 0 0 17 1 0 0
/proc/26251/statm: 29469 23484 68 127 0 29339 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 123232

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.99 3/67 26254
/proc/meminfo: memFree=1317040/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=8.44
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 312 28074 0 0 0 0 819 25 16 0 1 0 100253199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26250/statm: 1339 238 195 169 0 50 0
[pid=26253] ppid=26250 vsize=140764 CPUtime=6.32
/proc/26253/stat : 26253 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194304 31269 0 0 0 613 19 0 0 16 0 2 0 100254044 144142336 31255 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26253/statm: 35191 31255 83 193 0 34995 0
[pid=26253/tid=26254] ppid=26250 vsize=140764 CPUtime=2.09
/proc/26253/task/26254/stat : 26254 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194368 1161 0 0 0 207 2 0 0 17 0 2 0 100254257 144142336 31255 1992294400 134512640 135305190 4294956160 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.76
Current children cumulated vsize (KiB) 146120

[startup+25.5015 s]
/proc/loadavg: 1.36 1.07 1.02 3/67 26254
/proc/meminfo: memFree=1309424/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=8.44
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 312 28074 0 0 0 0 819 25 16 0 1 0 100253199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26250/statm: 1339 238 195 169 0 50 0
[pid=26253] ppid=26250 vsize=147296 CPUtime=31.81
/proc/26253/stat : 26253 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194304 32988 0 0 0 3158 23 0 0 17 0 2 0 100254044 150831104 32974 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26253/statm: 36824 32974 83 193 0 36628 0
[pid=26253/tid=26254] ppid=26250 vsize=147296 CPUtime=14.87
/proc/26253/task/26254/stat : 26254 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194368 1973 0 0 0 1483 4 0 0 17 0 2 0 100254257 150831104 32974 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.25
Current children cumulated vsize (KiB) 152652

[startup+51.1011 s]
/proc/loadavg: 1.58 1.14 1.05 3/67 26254
/proc/meminfo: memFree=1303856/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=8.44
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 312 28074 0 0 0 0 819 25 16 0 1 0 100253199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26250/statm: 1339 238 195 169 0 50 0
[pid=26253] ppid=26250 vsize=153708 CPUtime=82.85
/proc/26253/stat : 26253 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194304 34333 0 0 0 8259 26 0 0 18 0 2 0 100254044 157396992 34319 1992294400 134512640 135305190 4294956160 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26253/statm: 38427 34319 83 193 0 38231 0
[pid=26253/tid=26254] ppid=26250 vsize=153708 CPUtime=40.42
/proc/26253/task/26254/stat : 26254 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194368 2531 0 0 0 4036 6 0 0 17 0 2 0 100254257 157396992 34319 1992294400 134512640 135305190 4294956160 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 91.29
Current children cumulated vsize (KiB) 159064

[startup+102.306 s]
/proc/loadavg: 1.82 1.27 1.09 3/67 26254
/proc/meminfo: memFree=1298160/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=8.44
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 312 28074 0 0 0 0 819 25 16 0 1 0 100253199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26250/statm: 1339 238 195 169 0 50 0
[pid=26253] ppid=26250 vsize=159520 CPUtime=185.01
/proc/26253/stat : 26253 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194304 35797 0 0 0 18474 27 0 0 20 0 2 0 100254044 163348480 35783 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26253/statm: 39880 35783 83 193 0 39684 0
[pid=26253/tid=26254] ppid=26250 vsize=159520 CPUtime=91.6
/proc/26253/task/26254/stat : 26254 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194368 3152 0 0 0 9154 6 0 0 20 0 2 0 100254257 163348480 35783 1992294400 134512640 135305190 4294956160 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 193.45
Current children cumulated vsize (KiB) 164876

[startup+162.301 s]
/proc/loadavg: 1.93 1.40 1.15 3/67 26254
/proc/meminfo: memFree=1289776/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=8.44
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 312 28074 0 0 0 0 819 25 16 0 1 0 100253199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26250/statm: 1339 238 195 169 0 50 0
[pid=26253] ppid=26250 vsize=167796 CPUtime=304.72
/proc/26253/stat : 26253 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194304 37891 0 0 0 30441 31 0 0 16 0 2 0 100254044 171823104 37877 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26253/statm: 41949 37877 83 193 0 41753 0
[pid=26253/tid=26254] ppid=26250 vsize=167796 CPUtime=151.56
/proc/26253/task/26254/stat : 26254 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194368 4060 0 0 0 15148 8 0 0 25 0 2 0 100254257 171823104 37877 1992294400 134512640 135305190 4294956160 18446744073709551615 134530646 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 313.16
Current children cumulated vsize (KiB) 173152

[startup+222.301 s]
/proc/loadavg: 1.97 1.51 1.20 3/67 26254
/proc/meminfo: memFree=1285168/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=8.44
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 312 28074 0 0 0 0 819 25 16 0 1 0 100253199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26250/statm: 1339 238 195 169 0 50 0
[pid=26253] ppid=26250 vsize=172648 CPUtime=424.46
/proc/26253/stat : 26253 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194304 39084 0 0 0 42413 33 0 0 22 0 2 0 100254044 176791552 39070 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26253/statm: 43162 39070 83 193 0 42966 0
[pid=26253/tid=26254] ppid=26250 vsize=172648 CPUtime=211.54
/proc/26253/task/26254/stat : 26254 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194368 4649 0 0 0 21145 9 0 0 19 0 2 0 100254257 176791552 39070 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 432.9
Current children cumulated vsize (KiB) 178004

[startup+282.301 s]
/proc/loadavg: 2.07 1.61 1.25 3/67 26254
/proc/meminfo: memFree=1275696/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=8.44
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 312 28074 0 0 0 0 819 25 16 0 1 0 100253199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26250/statm: 1339 238 195 169 0 50 0
[pid=26253] ppid=26250 vsize=182644 CPUtime=544.21
/proc/26253/stat : 26253 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194304 41421 0 0 0 54384 37 0 0 21 0 2 0 100254044 187027456 41407 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26253/statm: 45661 41407 83 193 0 45465 0
[pid=26253/tid=26254] ppid=26250 vsize=182644 CPUtime=271.53
/proc/26253/task/26254/stat : 26254 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194368 5806 0 0 0 27142 11 0 0 23 0 2 0 100254257 187027456 41407 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 552.65
Current children cumulated vsize (KiB) 188000

[startup+342.302 s]
/proc/loadavg: 2.02 1.68 1.29 3/67 26254
/proc/meminfo: memFree=1274608/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=8.44
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 312 28074 0 0 0 0 819 25 16 0 1 0 100253199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26250/statm: 1339 238 195 169 0 50 0
[pid=26253] ppid=26250 vsize=183836 CPUtime=663.95
/proc/26253/stat : 26253 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194304 41702 0 0 0 66357 38 0 0 25 0 2 0 100254044 188248064 41688 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26253/statm: 45959 41688 83 193 0 45763 0
[pid=26253/tid=26254] ppid=26250 vsize=183836 CPUtime=331.51
/proc/26253/task/26254/stat : 26254 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194368 5946 0 0 0 33140 11 0 0 18 0 2 0 100254257 188248064 41688 1992294400 134512640 135305190 4294956160 18446744073709551615 134556726 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 672.39
Current children cumulated vsize (KiB) 189192

[startup+402.302 s]
/proc/loadavg: 2.05 1.75 1.34 3/67 26254
/proc/meminfo: memFree=1273648/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=8.44
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 312 28074 0 0 0 0 819 25 16 0 1 0 100253199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26250/statm: 1339 238 195 169 0 50 0
[pid=26253] ppid=26250 vsize=184544 CPUtime=783.69
/proc/26253/stat : 26253 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194304 41971 0 0 0 78330 39 0 0 16 0 2 0 100254044 188973056 41957 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26253/statm: 46136 41957 83 193 0 45940 0
[pid=26253/tid=26254] ppid=26250 vsize=184544 CPUtime=391.5
/proc/26253/task/26254/stat : 26254 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194368 6021 0 0 0 39138 12 0 0 17 0 2 0 100254257 188973056 41957 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 792.13
Current children cumulated vsize (KiB) 189900

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

[startup+409.501 s]
/proc/loadavg: 2.04 1.76 1.35 3/67 26254
/proc/meminfo: memFree=1272560/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=8.44
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 312 28074 0 0 0 0 819 25 16 0 1 0 100253199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26250/statm: 1339 238 195 169 0 50 0
[pid=26253] ppid=26250 vsize=185348 CPUtime=798.06
/proc/26253/stat : 26253 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194304 42230 0 0 0 79767 39 0 0 25 0 2 0 100254044 189796352 42216 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26253/statm: 46337 42216 83 193 0 46141 0
[pid=26253/tid=26254] ppid=26250 vsize=185348 CPUtime=398.69
/proc/26253/task/26254/stat : 26254 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194368 6141 0 0 0 39857 12 0 0 25 0 2 0 100254257 189796352 42216 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 806.5
Current children cumulated vsize (KiB) 190704

[startup+422.303 s]
/proc/loadavg: 2.04 1.77 1.35 3/67 26254
/proc/meminfo: memFree=1270128/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=8.44
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 312 28074 0 0 0 0 819 25 16 0 1 0 100253199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26250/statm: 1339 238 195 169 0 50 0
[pid=26253] ppid=26250 vsize=187288 CPUtime=823.61
/proc/26253/stat : 26253 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194304 42813 0 0 0 82321 40 0 0 25 0 2 0 100254044 191782912 42799 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26253/statm: 46822 42799 83 193 0 46626 0
[pid=26253/tid=26254] ppid=26250 vsize=187288 CPUtime=411.49
/proc/26253/task/26254/stat : 26254 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194368 6413 0 0 0 41137 12 0 0 25 0 2 0 100254257 191782912 42799 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 832.05
Current children cumulated vsize (KiB) 192644

[startup+435.102 s]
/proc/loadavg: 2.03 1.78 1.36 3/67 26254
/proc/meminfo: memFree=1268080/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=8.44
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 312 28074 0 0 0 0 819 25 16 0 1 0 100253199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26250/statm: 1339 238 195 169 0 50 0
[pid=26253] ppid=26250 vsize=189004 CPUtime=849.15
/proc/26253/stat : 26253 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194304 43315 0 0 0 84874 41 0 0 18 0 2 0 100254044 193540096 43301 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26253/statm: 47251 43301 83 193 0 47055 0
[pid=26253/tid=26254] ppid=26250 vsize=189004 CPUtime=424.29
/proc/26253/task/26254/stat : 26254 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194368 6646 0 0 0 42416 13 0 0 17 0 2 0 100254257 193540096 43301 1992294400 134512640 135305190 4294956160 18446744073709551615 134556789 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 857.59
Current children cumulated vsize (KiB) 194360

[startup+438.302 s]
/proc/loadavg: 2.02 1.78 1.37 3/67 26254
/proc/meminfo: memFree=1268080/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=8.44
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 312 28074 0 0 0 0 819 25 16 0 1 0 100253199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26250/statm: 1339 238 195 169 0 50 0
[pid=26253] ppid=26250 vsize=189004 CPUtime=855.53
/proc/26253/stat : 26253 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194304 43318 0 0 0 85512 41 0 0 17 0 2 0 100254044 193540096 43304 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26253/statm: 47251 43304 83 193 0 47055 0
[pid=26253/tid=26254] ppid=26250 vsize=189004 CPUtime=427.49
/proc/26253/task/26254/stat : 26254 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194368 6647 0 0 0 42736 13 0 0 23 0 2 0 100254257 193540096 43304 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 863.97
Current children cumulated vsize (KiB) 194360

[startup+439.902 s]
/proc/loadavg: 2.02 1.78 1.37 3/67 26254
/proc/meminfo: memFree=1268080/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=8.44
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 312 28074 0 0 0 0 819 25 16 0 1 0 100253199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26250/statm: 1339 238 195 169 0 50 0
[pid=26253] ppid=26250 vsize=189004 CPUtime=858.73
/proc/26253/stat : 26253 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194304 43319 0 0 0 85832 41 0 0 20 0 2 0 100254044 193540096 43305 1992294400 134512640 135305190 4294956160 18446744073709551615 134557484 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26253/statm: 47251 43305 83 193 0 47055 0
[pid=26253/tid=26254] ppid=26250 vsize=189004 CPUtime=429.09
/proc/26253/task/26254/stat : 26254 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194368 6648 0 0 0 42896 13 0 0 25 0 2 0 100254257 193540096 43305 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 867.17
Current children cumulated vsize (KiB) 194360

[startup+440.702 s]
/proc/loadavg: 2.02 1.78 1.37 3/67 26254
/proc/meminfo: memFree=1268080/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=8.44
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 312 28074 0 0 0 0 819 25 16 0 1 0 100253199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26250/statm: 1339 238 195 169 0 50 0
[pid=26253] ppid=26250 vsize=189004 CPUtime=860.32
/proc/26253/stat : 26253 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194304 43320 0 0 0 85991 41 0 0 17 0 2 0 100254044 193540096 43306 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26253/statm: 47251 43306 83 193 0 47055 0
[pid=26253/tid=26254] ppid=26250 vsize=189004 CPUtime=429.88
/proc/26253/task/26254/stat : 26254 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194368 6648 0 0 0 42975 13 0 0 25 0 2 0 100254257 193540096 43306 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 868.76
Current children cumulated vsize (KiB) 194360

[startup+441.502 s]
/proc/loadavg: 2.02 1.78 1.37 3/67 26254
/proc/meminfo: memFree=1268080/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=8.44
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 312 28074 0 0 0 0 819 25 16 0 1 0 100253199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26250/statm: 1339 238 195 169 0 50 0
[pid=26253] ppid=26250 vsize=189004 CPUtime=861.91
/proc/26253/stat : 26253 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194304 43320 0 0 0 86150 41 0 0 18 0 2 0 100254044 193540096 43306 1992294400 134512640 135305190 4294956160 18446744073709551615 134528382 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26253/statm: 47251 43306 83 193 0 47055 0
[pid=26253/tid=26254] ppid=26250 vsize=189004 CPUtime=430.68
/proc/26253/task/26254/stat : 26254 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194368 6648 0 0 0 43055 13 0 0 17 0 2 0 100254257 193540096 43306 1992294400 134512640 135305190 4294956160 18446744073709551615 134528371 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 870.35
Current children cumulated vsize (KiB) 194360

[startup+441.702 s]
/proc/loadavg: 2.02 1.78 1.37 3/67 26254
/proc/meminfo: memFree=1268080/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=8.44
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 312 28074 0 0 0 0 819 25 16 0 1 0 100253199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26250/statm: 1339 238 195 169 0 50 0
[pid=26253] ppid=26250 vsize=189004 CPUtime=862.31
/proc/26253/stat : 26253 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194304 43320 0 0 0 86190 41 0 0 19 0 2 0 100254044 193540096 43306 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26253/statm: 47251 43306 83 193 0 47055 0
[pid=26253/tid=26254] ppid=26250 vsize=189004 CPUtime=430.88
/proc/26253/task/26254/stat : 26254 (manysat1.1_stat) R 26250 26250 26179 0 -1 4194368 6648 0 0 0 43075 13 0 0 17 0 2 0 100254257 193540096 43306 1992294400 134512640 135305190 4294956160 18446744073709551615 134530579 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 870.75
Current children cumulated vsize (KiB) 194360

[startup+441.802 s]
/proc/loadavg: 2.02 1.78 1.37 3/67 26254
/proc/meminfo: memFree=1268080/2055920 swapFree=4180920/4192956
[pid=26250] ppid=26248 vsize=5356 CPUtime=8.44
/proc/26250/stat : 26250 (manysat.sh) S 26248 26250 26179 0 -1 4194304 312 28074 0 0 0 0 819 25 16 0 1 0 100253199 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26250/statm: 1339 238 195 169 0 50 0
[pid=26253] ppid=26250 vsize=0 CPUtime=862.49
/proc/26253/stat : 26253 (manysat1.1_stat) Z 26250 26250 26179 0 -1 4194316 43335 0 0 0 86206 43 0 0 17 0 2 0 100254044 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26253/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 870.93
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 441.828
CPU time (s): 870.979
CPU user time (s): 870.261
CPU system time (s): 0.71789
CPU usage (%): 197.131
Max. virtual memory (cumulated for all children) (KiB): 194360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 870.261
system time used= 0.71789
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71875
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= 2239
involuntary context switches= 6487

runsolver used 0.420936 second user time and 1.19482 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-26 07:03:23
IDJOB=1727209
IDBENCH=24632
IDSOLVER=513
FILE ID=node27/1727209-1240722200
PBS_JOBID= 9186923
Free space on /tmp= 66232 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727209-1240722200/watcher-1727209-1240722200 -o /tmp/evaluation-result-1727209-1240722200/solver-1727209-1240722200 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1727209-1240722200.cnf aimd 0

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

MD5SUM BENCH= bf3618cdbef11db03f2026bf209783fc
RANDOM SEED=16273496

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1464536 kB
Buffers:         61492 kB
Cached:         443148 kB
SwapCached:       5156 kB
Active:         219624 kB
Inactive:       293172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1464536 kB
SwapTotal:     4192956 kB
SwapFree:      4180920 kB
Dirty:           17324 kB
Writeback:           0 kB
Mapped:          14068 kB
Slab:            64448 kB
Committed_AS:   354336 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66232 MiB
End job on node27 at 2009-04-26 07:10:45