Trace number 1580848

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 492.652 250.695

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-10p0.cnf
MD5SUMabc6c44b372f4addd18c6a7b2eac59f5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark184.894
Satisfiable
(Un)Satisfiability was proved
Number of variables199586
Number of clauses1006679
Sum of the clauses size2394657
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2757762
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
1.09/1.10	c ==============================================================================
1.09/1.10	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.10	c ==============================================================================
1.09/1.10	c |         0 |  995760  2383068 |  298727       0        0     nan |  0.000 % |
5.69/5.71	c |         0 |  659939  1826685 |      --       0       --      -- |     --   | -84792/17404
5.69/5.71	c ==============================================================================
5.69/5.71	c Result  :   #vars: 102107   #clauses: 659939   #literals: 1826685
5.69/5.71	c CPU time:   5.49316 s
5.69/5.71	c ==============================================================================
492.49/250.65	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
492.49/250.65	c ============================[ Problem Statistics ]=============================
492.49/250.65	c |                                                                             |
492.49/250.65	c threadId              : 0
492.49/250.65	c restarts              : 540
492.49/250.65	c conflicts             : 137828         (284 /sec)
492.49/250.65	c decisions             : 837378         (1.50 % random) (1724 /sec)
492.49/250.65	c propagations          : 239306325      (492783 /sec)
492.49/250.65	c conflict literals     : 26426709       (27.01 % deleted)
492.49/250.65	c Memory used           : 190.98 MB
492.49/250.65	c CPU time              : 485.622 s
492.49/250.65	
492.49/250.65	c --->m=2, e=8, aimd=0, HOME/26426_many.cnf	time: 242.811	conflicts: 137828       
492.49/250.68	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-1580848-1238923070/watcher-1580848-1238923070 -o /tmp/evaluation-result-1580848-1238923070/solver-1580848-1238923070 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1580848-1238923070.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.91 0.97 0.99 3/64 26426
/proc/meminfo: memFree=1317184/2055920 swapFree=4176708/4192956
[pid=26426] ppid=26424 vsize=5356 CPUtime=0
/proc/26426/stat : 26426 (manysat.sh) R 26424 26426 25688 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1164969254 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 240577473183 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/26426/statm: 1339 234 194 169 0 50 0
[pid=26427] ppid=26426 vsize=1552 CPUtime=0
/proc/26427/stat : 26427 (SatElite) R 26426 26426 25688 0 -1 4194304 279 0 0 0 0 0 0 0 18 0 1 0 1164969254 1589248 263 1992294400 134512640 135034092 4294956096 18446744073709551615 134544732 0 0 4096 3 0 0 0 17 0 0 0
/proc/26427/statm: 388 264 50 127 0 258 0

[startup+0.036941 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 26426
/proc/meminfo: memFree=1317184/2055920 swapFree=4176708/4192956
[pid=26426] ppid=26424 vsize=5356 CPUtime=0
/proc/26426/stat : 26426 (manysat.sh) S 26424 26426 25688 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164969254 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26426/statm: 1339 235 195 169 0 50 0
[pid=26427] ppid=26426 vsize=13204 CPUtime=0.02
/proc/26427/stat : 26427 (SatElite) R 26426 26426 25688 0 -1 4194304 2707 0 0 0 1 1 0 0 19 0 1 0 1164969254 13520896 2588 1992294400 134512640 135034092 4294956096 18446744073709551615 134545186 0 0 4096 3 0 0 0 17 0 0 0
/proc/26427/statm: 3301 2589 50 127 0 3171 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18560

[startup+0.101946 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 26426
/proc/meminfo: memFree=1317184/2055920 swapFree=4176708/4192956
[pid=26426] ppid=26424 vsize=5356 CPUtime=0
/proc/26426/stat : 26426 (manysat.sh) S 26424 26426 25688 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164969254 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26426/statm: 1339 235 195 169 0 50 0
[pid=26427] ppid=26426 vsize=29892 CPUtime=0.09
/proc/26427/stat : 26427 (SatElite) R 26426 26426 25688 0 -1 4194304 5419 0 0 0 6 3 0 0 19 0 1 0 1164969254 30609408 5235 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/26427/statm: 7473 5236 50 127 0 7343 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35248

[startup+0.301963 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 26426
/proc/meminfo: memFree=1317184/2055920 swapFree=4176708/4192956
[pid=26426] ppid=26424 vsize=5356 CPUtime=0
/proc/26426/stat : 26426 (manysat.sh) S 26424 26426 25688 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164969254 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26426/statm: 1339 235 195 169 0 50 0
[pid=26427] ppid=26426 vsize=47796 CPUtime=0.29
/proc/26427/stat : 26427 (SatElite) R 26426 26426 25688 0 -1 4194304 9748 0 0 0 24 5 0 0 21 0 1 0 1164969254 48943104 9564 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/26427/statm: 11949 9564 50 127 0 11819 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53152

[startup+0.701997 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 26426
/proc/meminfo: memFree=1317184/2055920 swapFree=4176708/4192956
[pid=26426] ppid=26424 vsize=5356 CPUtime=0
/proc/26426/stat : 26426 (manysat.sh) S 26424 26426 25688 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164969254 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26426/statm: 1339 235 195 169 0 50 0
[pid=26427] ppid=26426 vsize=70604 CPUtime=0.69
/proc/26427/stat : 26427 (SatElite) R 26426 26426 25688 0 -1 4194304 15470 0 0 0 60 9 0 0 25 0 1 0 1164969254 72298496 15286 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/26427/statm: 17651 15286 51 127 0 17521 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75960

[startup+1.50107 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 26428
/proc/meminfo: memFree=1231152/2055920 swapFree=4176708/4192956
[pid=26426] ppid=26424 vsize=5356 CPUtime=0
/proc/26426/stat : 26426 (manysat.sh) S 26424 26426 25688 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164969254 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26426/statm: 1339 235 195 169 0 50 0
[pid=26427] ppid=26426 vsize=101716 CPUtime=1.49
/proc/26427/stat : 26427 (SatElite) R 26426 26426 25688 0 -1 4194304 25484 0 0 0 135 14 0 0 25 0 1 0 1164969254 104157184 23232 1992294400 134512640 135034092 4294956096 18446744073709551615 134562075 0 0 4096 3 0 0 0 17 0 0 0
/proc/26427/statm: 25429 23232 67 127 0 25299 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107072

[startup+3.10121 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 26428
/proc/meminfo: memFree=1211056/2055920 swapFree=4176708/4192956
[pid=26426] ppid=26424 vsize=5356 CPUtime=0
/proc/26426/stat : 26426 (manysat.sh) S 26424 26426 25688 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164969254 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26426/statm: 1339 235 195 169 0 50 0
[pid=26427] ppid=26426 vsize=117344 CPUtime=3.09
/proc/26427/stat : 26427 (SatElite) R 26426 26426 25688 0 -1 4194304 29530 0 0 0 291 18 0 0 25 0 1 0 1164969254 120160256 26740 1992294400 134512640 135034092 4294956096 18446744073709551615 134566687 0 0 4096 3 0 0 0 17 0 0 0
/proc/26427/statm: 29336 26740 68 127 0 29206 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 122700

[startup+6.30249 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 26428
/proc/meminfo: memFree=1196336/2055920 swapFree=4176708/4192956
[pid=26426] ppid=26424 vsize=5356 CPUtime=0
/proc/26426/stat : 26426 (manysat.sh) S 26424 26426 25688 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164969254 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26426/statm: 1339 235 195 169 0 50 0
[pid=26427] ppid=26426 vsize=117664 CPUtime=6.29
/proc/26427/stat : 26427 (SatElite) R 26426 26426 25688 0 -1 4194304 36108 0 0 0 604 25 0 0 25 0 1 0 1164969254 120487936 27039 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/26427/statm: 29416 27039 68 127 0 29286 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 123020

[startup+12.7011 s]
/proc/loadavg: 1.01 0.98 0.99 3/67 26430
/proc/meminfo: memFree=1205416/2055920 swapFree=4176708/4192956
[pid=26426] ppid=26424 vsize=5356 CPUtime=6.53
/proc/26426/stat : 26426 (manysat.sh) S 26424 26426 25688 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164969254 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26426/statm: 1339 238 195 169 0 50 0
[pid=26429] ppid=26426 vsize=108664 CPUtime=11.29
/proc/26429/stat : 26429 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194304 23252 0 0 0 1112 17 0 0 17 0 2 0 1164969909 111271936 23238 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26429/statm: 27166 23238 83 193 0 26970 0
[pid=26429/tid=26430] ppid=26426 vsize=108664 CPUtime=5.16
/proc/26429/task/26430/stat : 26430 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194368 1153 0 0 0 513 3 0 0 17 0 2 0 1164970005 111271936 23238 1992294400 134512640 135305190 4294956144 18446744073709551615 134528832 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.82
Current children cumulated vsize (KiB) 114020

[startup+25.5012 s]
/proc/loadavg: 1.23 1.03 1.01 3/67 26430
/proc/meminfo: memFree=1200616/2055920 swapFree=4176708/4192956
[pid=26426] ppid=26424 vsize=5356 CPUtime=6.53
/proc/26426/stat : 26426 (manysat.sh) S 26424 26426 25688 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164969254 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26426/statm: 1339 238 195 169 0 50 0
[pid=26429] ppid=26426 vsize=113108 CPUtime=36.79
/proc/26429/stat : 26429 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194304 24426 0 0 0 3660 19 0 0 16 0 2 0 1164969909 115822592 24412 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26429/statm: 28277 24412 83 193 0 28081 0
[pid=26429/tid=26430] ppid=26426 vsize=113108 CPUtime=17.94
/proc/26429/task/26430/stat : 26430 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194368 1618 0 0 0 1790 4 0 0 17 0 2 0 1164970005 115822592 24412 1992294400 134512640 135305190 4294956144 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.32
Current children cumulated vsize (KiB) 118464

[startup+51.1014 s]
/proc/loadavg: 1.49 1.11 1.03 3/67 26430
/proc/meminfo: memFree=1184296/2055920 swapFree=4176708/4192956
[pid=26426] ppid=26424 vsize=5356 CPUtime=6.53
/proc/26426/stat : 26426 (manysat.sh) S 26424 26426 25688 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164969254 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26426/statm: 1339 238 195 169 0 50 0
[pid=26429] ppid=26426 vsize=129664 CPUtime=87.85
/proc/26429/stat : 26429 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194304 28622 0 0 0 8761 24 0 0 17 0 2 0 1164969909 132775936 28608 1992294400 134512640 135305190 4294956144 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26429/statm: 32416 28608 83 193 0 32220 0
[pid=26429/tid=26430] ppid=26426 vsize=129664 CPUtime=43.5
/proc/26429/task/26430/stat : 26430 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194368 3659 0 0 0 4344 6 0 0 17 0 2 0 1164970005 132775936 28608 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 94.38
Current children cumulated vsize (KiB) 135020

[startup+102.306 s]
/proc/loadavg: 1.78 1.24 1.08 3/67 26430
/proc/meminfo: memFree=1158504/2055920 swapFree=4176708/4192956
[pid=26426] ppid=26424 vsize=5356 CPUtime=6.53
/proc/26426/stat : 26426 (manysat.sh) S 26424 26426 25688 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164969254 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26426/statm: 1339 238 195 169 0 50 0
[pid=26429] ppid=26426 vsize=154032 CPUtime=190.02
/proc/26429/stat : 26429 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194304 34887 0 0 0 18970 32 0 0 17 0 2 0 1164969909 157728768 34873 1992294400 134512640 135305190 4294956144 18446744073709551615 134530572 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26429/statm: 38508 34873 83 193 0 38312 0
[pid=26429/tid=26430] ppid=26426 vsize=154032 CPUtime=94.66
/proc/26429/task/26430/stat : 26430 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194368 6414 0 0 0 9456 10 0 0 25 0 2 0 1164970005 157728768 34873 1992294400 134512640 135305190 4294956144 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 196.55
Current children cumulated vsize (KiB) 159388

[startup+162.301 s]
/proc/loadavg: 1.92 1.38 1.14 3/67 26430
/proc/meminfo: memFree=1123624/2055920 swapFree=4176708/4192956
[pid=26426] ppid=26424 vsize=5356 CPUtime=6.53
/proc/26426/stat : 26426 (manysat.sh) S 26424 26426 25688 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164969254 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26426/statm: 1339 238 195 169 0 50 0
[pid=26429] ppid=26426 vsize=189184 CPUtime=309.75
/proc/26429/stat : 26429 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194304 43602 0 0 0 30933 42 0 0 16 0 2 0 1164969909 193724416 43588 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26429/statm: 47296 43588 83 193 0 47100 0
[pid=26429/tid=26430] ppid=26426 vsize=189184 CPUtime=154.64
/proc/26429/task/26430/stat : 26430 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194368 10436 0 0 0 15449 15 0 0 17 0 2 0 1164970005 193724416 43588 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 316.28
Current children cumulated vsize (KiB) 194540

[startup+222.301 s]
/proc/loadavg: 1.97 1.49 1.19 3/67 26430
/proc/meminfo: memFree=1123560/2055920 swapFree=4176708/4192956
[pid=26426] ppid=26424 vsize=5356 CPUtime=6.53
/proc/26426/stat : 26426 (manysat.sh) S 26424 26426 25688 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164969254 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26426/statm: 1339 238 195 169 0 50 0
[pid=26429] ppid=26426 vsize=189264 CPUtime=429.47
/proc/26429/stat : 26429 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194304 43639 0 0 0 42905 42 0 0 19 0 2 0 1164969909 193806336 43625 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26429/statm: 47316 43625 83 193 0 47120 0
[pid=26429/tid=26430] ppid=26426 vsize=189264 CPUtime=214.6
/proc/26429/task/26430/stat : 26430 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194368 10464 0 0 0 21445 15 0 0 17 0 2 0 1164970005 193806336 43625 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 436
Current children cumulated vsize (KiB) 194620

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

[startup+230.301 s]
/proc/loadavg: 1.97 1.51 1.20 3/67 26430
/proc/meminfo: memFree=1123304/2055920 swapFree=4176708/4192956
[pid=26426] ppid=26424 vsize=5356 CPUtime=6.53
/proc/26426/stat : 26426 (manysat.sh) S 26424 26426 25688 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164969254 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26426/statm: 1339 238 195 169 0 50 0
[pid=26429] ppid=26426 vsize=190288 CPUtime=445.44
/proc/26429/stat : 26429 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194304 43711 0 0 0 44502 42 0 0 25 0 2 0 1164969909 194854912 43697 1992294400 134512640 135305190 4294956144 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26429/statm: 47572 43697 83 193 0 47376 0
[pid=26429/tid=26430] ppid=26426 vsize=190288 CPUtime=222.6
/proc/26429/task/26430/stat : 26430 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194368 10499 0 0 0 22245 15 0 0 19 0 2 0 1164970005 194854912 43697 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 451.97
Current children cumulated vsize (KiB) 195644

[startup+243.106 s]
/proc/loadavg: 1.98 1.52 1.20 3/67 26430
/proc/meminfo: memFree=1121512/2055920 swapFree=4176708/4192956
[pid=26426] ppid=26424 vsize=5356 CPUtime=6.53
/proc/26426/stat : 26426 (manysat.sh) S 26424 26426 25688 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164969254 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26426/statm: 1339 238 195 169 0 50 0
[pid=26429] ppid=26426 vsize=191876 CPUtime=470.99
/proc/26429/stat : 26429 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194304 44180 0 0 0 47056 43 0 0 19 0 2 0 1164969909 196481024 44166 1992294400 134512640 135305190 4294956144 18446744073709551615 134551814 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26429/statm: 47969 44166 83 193 0 47773 0
[pid=26429/tid=26430] ppid=26426 vsize=191876 CPUtime=235.41
/proc/26429/task/26430/stat : 26430 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194368 10712 0 0 0 23525 16 0 0 16 0 2 0 1164970005 196481024 44166 1992294400 134512640 135305190 4294956144 18446744073709551615 134551614 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 477.52
Current children cumulated vsize (KiB) 197232

[startup+246.303 s]
/proc/loadavg: 1.98 1.53 1.21 3/67 26430
/proc/meminfo: memFree=1119528/2055920 swapFree=4176708/4192956
[pid=26426] ppid=26424 vsize=5356 CPUtime=6.53
/proc/26426/stat : 26426 (manysat.sh) S 26424 26426 25688 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164969254 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26426/statm: 1339 238 195 169 0 50 0
[pid=26429] ppid=26426 vsize=193720 CPUtime=477.39
/proc/26429/stat : 26429 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194304 44667 0 0 0 47695 44 0 0 18 0 2 0 1164969909 198369280 44653 1992294400 134512640 135305190 4294956144 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26429/statm: 48430 44653 83 193 0 48234 0
[pid=26429/tid=26430] ppid=26426 vsize=193720 CPUtime=238.6
/proc/26429/task/26430/stat : 26430 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194368 10966 0 0 0 23844 16 0 0 16 0 2 0 1164970005 198369280 44653 1992294400 134512640 135305190 4294956144 18446744073709551615 134529134 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 483.92
Current children cumulated vsize (KiB) 199076

[startup+247.902 s]
/proc/loadavg: 1.98 1.53 1.21 3/67 26430
/proc/meminfo: memFree=1119336/2055920 swapFree=4176708/4192956
[pid=26426] ppid=26424 vsize=5356 CPUtime=6.53
/proc/26426/stat : 26426 (manysat.sh) S 26424 26426 25688 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164969254 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26426/statm: 1339 238 195 169 0 50 0
[pid=26429] ppid=26426 vsize=194108 CPUtime=480.57
/proc/26429/stat : 26429 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194304 44799 0 0 0 48013 44 0 0 20 0 2 0 1164969909 198766592 44785 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26429/statm: 48527 44785 83 193 0 48331 0
[pid=26429/tid=26430] ppid=26426 vsize=194108 CPUtime=240.2
/proc/26429/task/26430/stat : 26430 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194368 11020 0 0 0 24004 16 0 0 17 0 2 0 1164970005 198766592 44785 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 487.1
Current children cumulated vsize (KiB) 199464

[startup+249.502 s]
/proc/loadavg: 1.98 1.54 1.21 3/67 26430
/proc/meminfo: memFree=1118376/2055920 swapFree=4176708/4192956
[pid=26426] ppid=26424 vsize=5356 CPUtime=6.53
/proc/26426/stat : 26426 (manysat.sh) S 26424 26426 25688 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164969254 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26426/statm: 1339 238 195 169 0 50 0
[pid=26429] ppid=26426 vsize=195300 CPUtime=483.76
/proc/26429/stat : 26429 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194304 45091 0 0 0 48332 44 0 0 18 0 2 0 1164969909 199987200 45077 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26429/statm: 48825 45077 83 193 0 48629 0
[pid=26429/tid=26430] ppid=26426 vsize=195300 CPUtime=241.79
/proc/26429/task/26430/stat : 26430 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194368 11149 0 0 0 24163 16 0 0 19 0 2 0 1164970005 199987200 45077 1992294400 134512640 135305190 4294956144 18446744073709551615 134565531 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 490.29
Current children cumulated vsize (KiB) 200656

[startup+250.302 s]
/proc/loadavg: 1.98 1.54 1.21 3/67 26430
/proc/meminfo: memFree=1117736/2055920 swapFree=4176708/4192956
[pid=26426] ppid=26424 vsize=5356 CPUtime=6.53
/proc/26426/stat : 26426 (manysat.sh) S 26424 26426 25688 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164969254 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26426/statm: 1339 238 195 169 0 50 0
[pid=26429] ppid=26426 vsize=195564 CPUtime=485.36
/proc/26429/stat : 26429 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194304 45149 0 0 0 48492 44 0 0 19 0 2 0 1164969909 200257536 45135 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26429/statm: 48891 45135 83 193 0 48695 0
[pid=26429/tid=26430] ppid=26426 vsize=195564 CPUtime=242.59
/proc/26429/task/26430/stat : 26430 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194368 11190 0 0 0 24243 16 0 0 20 0 2 0 1164970005 200257536 45135 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 491.89
Current children cumulated vsize (KiB) 200920

[startup+250.502 s]
/proc/loadavg: 1.98 1.54 1.21 3/67 26430
/proc/meminfo: memFree=1117736/2055920 swapFree=4176708/4192956
[pid=26426] ppid=26424 vsize=5356 CPUtime=6.53
/proc/26426/stat : 26426 (manysat.sh) S 26424 26426 25688 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164969254 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26426/statm: 1339 238 195 169 0 50 0
[pid=26429] ppid=26426 vsize=195564 CPUtime=485.76
/proc/26429/stat : 26429 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194304 45156 0 0 0 48532 44 0 0 19 0 2 0 1164969909 200257536 45142 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26429/statm: 48891 45142 83 193 0 48695 0
[pid=26429/tid=26430] ppid=26426 vsize=195564 CPUtime=242.79
/proc/26429/task/26430/stat : 26430 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194368 11191 0 0 0 24263 16 0 0 21 0 2 0 1164970005 200257536 45142 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 492.29
Current children cumulated vsize (KiB) 200920

[startup+250.602 s]
/proc/loadavg: 1.98 1.54 1.21 3/67 26430
/proc/meminfo: memFree=1117736/2055920 swapFree=4176708/4192956
[pid=26426] ppid=26424 vsize=5356 CPUtime=6.53
/proc/26426/stat : 26426 (manysat.sh) S 26424 26426 25688 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164969254 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26426/statm: 1339 238 195 169 0 50 0
[pid=26429] ppid=26426 vsize=195564 CPUtime=485.96
/proc/26429/stat : 26429 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194304 45159 0 0 0 48552 44 0 0 19 0 2 0 1164969909 200257536 45145 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26429/statm: 48891 45145 83 193 0 48695 0
[pid=26429/tid=26430] ppid=26426 vsize=195564 CPUtime=242.89
/proc/26429/task/26430/stat : 26430 (manysat1.1_stat) R 26426 26426 25688 0 -1 4194368 11194 0 0 0 24273 16 0 0 21 0 2 0 1164970005 200257536 45145 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 492.49
Current children cumulated vsize (KiB) 200920

Child status: 20
Real time (s): 250.695
CPU time (s): 492.652
CPU user time (s): 491.873
CPU system time (s): 0.778881
CPU usage (%): 196.514
Max. virtual memory (cumulated for all children) (KiB): 200920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 491.873
system time used= 0.778881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81755
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= 4152
involuntary context switches= 3680

runsolver used 0.255961 second user time and 0.666898 second system time

The end

Launcher Data

Begin job on node50 at 2009-04-05 11:17:51
IDJOB=1580848
IDBENCH=71025
IDSOLVER=513
FILE ID=node50/1580848-1238923070
PBS_JOBID= 9101375
Free space on /tmp= 66504 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-15-10p0.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1580848-1238923070/watcher-1580848-1238923070 -o /tmp/evaluation-result-1580848-1238923070/solver-1580848-1238923070 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1580848-1238923070.cnf aimd 0

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

MD5SUM BENCH= abc6c44b372f4addd18c6a7b2eac59f5
RANDOM SEED=1265530779

node50.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.238
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.238
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:       1317664 kB
Buffers:         70736 kB
Cached:         598232 kB
SwapCached:      10624 kB
Active:         370692 kB
Inactive:       310376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1317664 kB
SwapTotal:     4192956 kB
SwapFree:      4176708 kB
Dirty:           20004 kB
Writeback:           0 kB
Mapped:          17168 kB
Slab:            43132 kB
Committed_AS:  3606580 kB
PageTables:       1456 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= 66504 MiB
End job on node50 at 2009-04-05 11:22:02