Trace number 1720272

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 2/2009-03-20UNSAT 71.6661 37.0926

General information on the benchmark

Namemanol-pipe-c6bidw_i.cnf
MD5SUM8aeb1eb6b7bf22d54183762fb5b6410c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.7619
Satisfiable
(Un)Satisfiability was proved
Number of variables96089
Number of clauses283993
Sum of the clauses size662649
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2189328
Number of clauses of size 394664
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.19/0.27	c ==============================================================================
0.19/0.27	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.27	c ==============================================================================
0.19/0.27	c |         0 |  283992   662648 |   85197       0        0     nan |  0.000 % |
1.79/1.87	c |         0 |  123658   481466 |      --       0       --      -- |     --   | -160332/-181177
1.79/1.87	c ==============================================================================
1.79/1.87	c Result  :   #vars: 16584   #clauses: 123658   #literals: 481466
1.79/1.87	c CPU time:   1.76973 s
1.79/1.87	c ==============================================================================
71.47/37.07	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
71.47/37.07	c ============================[ Problem Statistics ]=============================
71.47/37.07	c |                                                                             |
71.47/37.07	c threadId              : 0
71.47/37.07	c restarts              : 581
71.47/37.07	c conflicts             : 141876         (2044 /sec)
71.47/37.07	c decisions             : 884183         (1.51 % random) (12738 /sec)
71.47/37.07	c propagations          : 33297384       (479696 /sec)
71.47/37.07	c conflict literals     : 2549538        (22.55 % deleted)
71.47/37.07	c Memory used           : 51.16 MB
71.47/37.07	c CPU time              : 69.4134 s
71.47/37.07	
71.47/37.07	c --->m=2, e=8, aimd=2, HOME/17701_many.cnf	time: 34.7067	conflicts: 141876       
71.47/37.08	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-1720272-1240654413/watcher-1720272-1240654413 -o /tmp/evaluation-result-1720272-1240654413/solver-1720272-1240654413 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1720272-1240654413.cnf aimd 2 

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


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 17701
/proc/meminfo: memFree=1301312/2055920 swapFree=4192956/4192956
[pid=17701] ppid=17699 vsize=5356 CPUtime=0
/proc/17701/stat : 17701 (manysat.sh) S 17699 17701 17368 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93475041 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17701/statm: 1339 235 195 169 0 50 0
[pid=17702] ppid=17701 vsize=956 CPUtime=0
/proc/17702/stat : 17702 (SatElite) R 17701 17701 17368 0 -1 4194304 152 0 0 0 0 0 0 0 19 0 1 0 93475041 978944 136 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 239 137 50 127 0 109 0

[startup+0.039711 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 17701
/proc/meminfo: memFree=1301312/2055920 swapFree=4192956/4192956
[pid=17701] ppid=17699 vsize=5356 CPUtime=0
/proc/17701/stat : 17701 (manysat.sh) S 17699 17701 17368 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93475041 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17701/statm: 1339 235 195 169 0 50 0
[pid=17702] ppid=17701 vsize=5884 CPUtime=0.02
/proc/17702/stat : 17702 (SatElite) R 17701 17701 17368 0 -1 4194304 1348 0 0 0 2 0 0 0 19 0 1 0 93475041 6025216 1332 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 1471 1335 50 127 0 1341 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11240

[startup+0.101718 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 17701
/proc/meminfo: memFree=1301312/2055920 swapFree=4192956/4192956
[pid=17701] ppid=17699 vsize=5356 CPUtime=0
/proc/17701/stat : 17701 (manysat.sh) S 17699 17701 17368 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93475041 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17701/statm: 1339 235 195 169 0 50 0
[pid=17702] ppid=17701 vsize=16036 CPUtime=0.09
/proc/17702/stat : 17702 (SatElite) R 17701 17701 17368 0 -1 4194304 3417 0 0 0 7 2 0 0 19 0 1 0 93475041 16420864 3401 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 4009 3401 50 127 0 3879 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21392

[startup+0.30174 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 17701
/proc/meminfo: memFree=1301312/2055920 swapFree=4192956/4192956
[pid=17701] ppid=17699 vsize=5356 CPUtime=0
/proc/17701/stat : 17701 (manysat.sh) S 17699 17701 17368 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93475041 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17701/statm: 1339 235 195 169 0 50 0
[pid=17702] ppid=17701 vsize=42036 CPUtime=0.28
/proc/17702/stat : 17702 (SatElite) R 17701 17701 17368 0 -1 4194304 10021 0 0 0 23 5 0 0 21 0 1 0 93475041 43044864 9370 1992294400 134512640 135034092 4294956096 18446744073709551615 134562103 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 10509 9370 67 127 0 10379 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 47392

[startup+0.701783 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 17701
/proc/meminfo: memFree=1301312/2055920 swapFree=4192956/4192956
[pid=17701] ppid=17699 vsize=5356 CPUtime=0
/proc/17701/stat : 17701 (manysat.sh) S 17699 17701 17368 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93475041 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17701/statm: 1339 235 195 169 0 50 0
[pid=17702] ppid=17701 vsize=46228 CPUtime=0.69
/proc/17702/stat : 17702 (SatElite) R 17701 17701 17368 0 -1 4194304 10969 0 0 0 62 7 0 0 25 0 1 0 93475041 47337472 10130 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 11557 10130 68 127 0 11427 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51584

[startup+1.50187 s]
/proc/loadavg: 0.91 0.95 0.98 2/66 17703
/proc/meminfo: memFree=1254376/2055920 swapFree=4192956/4192956
[pid=17701] ppid=17699 vsize=5356 CPUtime=0
/proc/17701/stat : 17701 (manysat.sh) S 17699 17701 17368 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93475041 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17701/statm: 1339 235 195 169 0 50 0
[pid=17702] ppid=17701 vsize=49276 CPUtime=1.49
/proc/17702/stat : 17702 (SatElite) R 17701 17701 17368 0 -1 4194304 11718 0 0 0 140 9 0 0 25 0 1 0 93475041 50458624 10785 1992294400 134512640 135034092 4294956096 18446744073709551615 134577067 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 12319 10785 68 127 0 12189 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54632

[startup+3.10107 s]
/proc/loadavg: 0.91 0.95 0.98 2/66 17704
/proc/meminfo: memFree=1285096/2055920 swapFree=4192956/4192956
[pid=17701] ppid=17699 vsize=5356 CPUtime=2.06
/proc/17701/stat : 17701 (manysat.sh) S 17699 17701 17368 0 -1 4194304 312 12099 0 0 0 0 195 11 16 0 1 0 93475041 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17701/statm: 1339 238 195 169 0 50 0
[pid=17704] ppid=17701 vsize=35040 CPUtime=1.82
/proc/17704/stat : 17704 (manysat1.1_stat) R 17701 17701 17368 0 -1 4194304 5645 0 0 0 175 7 0 0 17 0 2 0 93475249 35880960 5611 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17704/statm: 8760 5611 83 193 0 8564 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 40396

[startup+6.30142 s]
/proc/loadavg: 1.00 0.97 0.99 3/67 17705
/proc/meminfo: memFree=1264168/2055920 swapFree=4192956/4192956
[pid=17701] ppid=17699 vsize=5356 CPUtime=2.06
/proc/17701/stat : 17701 (manysat.sh) S 17699 17701 17368 0 -1 4194304 312 12099 0 0 0 0 195 11 16 0 1 0 93475041 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17701/statm: 1339 238 195 169 0 50 0
[pid=17704] ppid=17701 vsize=38544 CPUtime=8.2
/proc/17704/stat : 17704 (manysat1.1_stat) R 17701 17701 17368 0 -1 4194304 6639 0 0 0 811 9 0 0 17 0 2 0 93475249 39469056 6605 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17704/statm: 9636 6605 83 193 0 9440 0
[pid=17704/tid=17705] ppid=17701 vsize=38544 CPUtime=4
/proc/17704/task/17705/stat : 17705 (manysat1.1_stat) R 17701 17701 17368 0 -1 4194368 987 0 0 0 396 4 0 0 16 0 2 0 93475267 39469056 6605 1992294400 134512640 135305190 4294956144 18446744073709551615 134542040 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.26
Current children cumulated vsize (KiB) 43900

[startup+12.7021 s]
/proc/loadavg: 1.08 0.99 0.99 3/67 17705
/proc/meminfo: memFree=1259944/2055920 swapFree=4192956/4192956
[pid=17701] ppid=17699 vsize=5356 CPUtime=2.06
/proc/17701/stat : 17701 (manysat.sh) S 17699 17701 17368 0 -1 4194304 312 12099 0 0 0 0 195 11 16 0 1 0 93475041 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17701/statm: 1339 238 195 169 0 50 0
[pid=17704] ppid=17701 vsize=42076 CPUtime=20.97
/proc/17704/stat : 17704 (manysat1.1_stat) R 17701 17701 17368 0 -1 4194304 7585 0 0 0 2086 11 0 0 17 0 2 0 93475249 43085824 7551 1992294400 134512640 135305190 4294956144 18446744073709551615 134843311 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17704/statm: 10519 7551 83 193 0 10323 0
[pid=17704/tid=17705] ppid=17701 vsize=42076 CPUtime=10.37
/proc/17704/task/17705/stat : 17705 (manysat1.1_stat) R 17701 17701 17368 0 -1 4194368 1383 0 0 0 1032 5 0 0 17 0 2 0 93475267 43085824 7551 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.03
Current children cumulated vsize (KiB) 47432

[startup+25.5016 s]
/proc/loadavg: 1.28 1.04 1.01 3/67 17705
/proc/meminfo: memFree=1255528/2055920 swapFree=4192956/4192956
[pid=17701] ppid=17699 vsize=5356 CPUtime=2.06
/proc/17701/stat : 17701 (manysat.sh) S 17699 17701 17368 0 -1 4194304 312 12099 0 0 0 0 195 11 16 0 1 0 93475041 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17701/statm: 1339 238 195 169 0 50 0
[pid=17704] ppid=17701 vsize=46404 CPUtime=46.49
/proc/17704/stat : 17704 (manysat1.1_stat) R 17701 17701 17368 0 -1 4194304 8737 0 0 0 4635 14 0 0 17 0 2 0 93475249 47517696 8703 1992294400 134512640 135305190 4294956144 18446744073709551615 134840070 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17704/statm: 11601 8703 83 193 0 11405 0
[pid=17704/tid=17705] ppid=17701 vsize=46404 CPUtime=23.1
/proc/17704/task/17705/stat : 17705 (manysat1.1_stat) R 17701 17701 17368 0 -1 4194368 1866 0 0 0 2304 6 0 0 19 0 2 0 93475267 47517696 8703 1992294400 134512640 135305190 4294956144 18446744073709551615 134528307 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.55
Current children cumulated vsize (KiB) 51760

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

[startup+31.9053 s]
/proc/loadavg: 1.34 1.05 1.02 3/67 17705
/proc/meminfo: memFree=1252200/2055920 swapFree=4192956/4192956
[pid=17701] ppid=17699 vsize=5356 CPUtime=2.06
/proc/17701/stat : 17701 (manysat.sh) S 17699 17701 17368 0 -1 4194304 312 12099 0 0 0 0 195 11 16 0 1 0 93475041 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17701/statm: 1339 238 195 169 0 50 0
[pid=17704] ppid=17701 vsize=50184 CPUtime=59.27
/proc/17704/stat : 17704 (manysat1.1_stat) R 17701 17701 17368 0 -1 4194304 9519 0 0 0 5912 15 0 0 17 0 2 0 93475249 51388416 9485 1992294400 134512640 135305190 4294956144 18446744073709551615 134528268 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17704/statm: 12546 9485 83 193 0 12350 0
[pid=17704/tid=17705] ppid=17701 vsize=50184 CPUtime=29.48
/proc/17704/task/17705/stat : 17705 (manysat1.1_stat) R 17701 17701 17368 0 -1 4194368 2193 0 0 0 2941 7 0 0 16 0 2 0 93475267 51388416 9485 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 61.33
Current children cumulated vsize (KiB) 55540

[startup+35.1016 s]
/proc/loadavg: 1.39 1.07 1.02 3/67 17705
/proc/meminfo: memFree=1250920/2055920 swapFree=4192956/4192956
[pid=17701] ppid=17699 vsize=5356 CPUtime=2.06
/proc/17701/stat : 17701 (manysat.sh) S 17699 17701 17368 0 -1 4194304 312 12099 0 0 0 0 195 11 16 0 1 0 93475041 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17701/statm: 1339 238 195 169 0 50 0
[pid=17704] ppid=17701 vsize=52256 CPUtime=65.63
/proc/17704/stat : 17704 (manysat1.1_stat) R 17701 17701 17368 0 -1 4194304 9809 0 0 0 6548 15 0 0 17 0 2 0 93475249 53510144 9775 1992294400 134512640 135305190 4294956144 18446744073709551615 134529140 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17704/statm: 13064 9775 83 193 0 12868 0
[pid=17704/tid=17705] ppid=17701 vsize=52256 CPUtime=32.66
/proc/17704/task/17705/stat : 17705 (manysat1.1_stat) R 17701 17701 17368 0 -1 4194368 2281 0 0 0 3259 7 0 0 17 0 2 0 93475267 53510144 9775 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 67.69
Current children cumulated vsize (KiB) 57612

[startup+35.9017 s]
/proc/loadavg: 1.39 1.07 1.02 3/67 17705
/proc/meminfo: memFree=1250920/2055920 swapFree=4192956/4192956
[pid=17701] ppid=17699 vsize=5356 CPUtime=2.06
/proc/17701/stat : 17701 (manysat.sh) S 17699 17701 17368 0 -1 4194304 312 12099 0 0 0 0 195 11 16 0 1 0 93475041 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17701/statm: 1339 238 195 169 0 50 0
[pid=17704] ppid=17701 vsize=52256 CPUtime=67.21
/proc/17704/stat : 17704 (manysat1.1_stat) R 17701 17701 17368 0 -1 4194304 9809 0 0 0 6706 15 0 0 18 0 2 0 93475249 53510144 9775 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17704/statm: 13064 9775 83 193 0 12868 0
[pid=17704/tid=17705] ppid=17701 vsize=52256 CPUtime=33.45
/proc/17704/task/17705/stat : 17705 (manysat1.1_stat) R 17701 17701 17368 0 -1 4194368 2281 0 0 0 3338 7 0 0 18 0 2 0 93475267 53510144 9775 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.27
Current children cumulated vsize (KiB) 57612

[startup+36.7018 s]
/proc/loadavg: 1.39 1.07 1.02 3/67 17705
/proc/meminfo: memFree=1250920/2055920 swapFree=4192956/4192956
[pid=17701] ppid=17699 vsize=5356 CPUtime=2.06
/proc/17701/stat : 17701 (manysat.sh) S 17699 17701 17368 0 -1 4194304 312 12099 0 0 0 0 195 11 16 0 1 0 93475041 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17701/statm: 1339 238 195 169 0 50 0
[pid=17704] ppid=17701 vsize=52256 CPUtime=68.81
/proc/17704/stat : 17704 (manysat1.1_stat) R 17701 17701 17368 0 -1 4194304 9820 0 0 0 6866 15 0 0 17 0 2 0 93475249 53510144 9786 1992294400 134512640 135305190 4294956144 18446744073709551615 134529104 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17704/statm: 13064 9786 83 193 0 12868 0
[pid=17704/tid=17705] ppid=17701 vsize=52256 CPUtime=34.25
/proc/17704/task/17705/stat : 17705 (manysat1.1_stat) R 17701 17701 17368 0 -1 4194368 2288 0 0 0 3418 7 0 0 19 0 2 0 93475267 53510144 9786 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.87
Current children cumulated vsize (KiB) 57612

[startup+36.9018 s]
/proc/loadavg: 1.39 1.07 1.02 3/67 17705
/proc/meminfo: memFree=1250920/2055920 swapFree=4192956/4192956
[pid=17701] ppid=17699 vsize=5356 CPUtime=2.06
/proc/17701/stat : 17701 (manysat.sh) S 17699 17701 17368 0 -1 4194304 312 12099 0 0 0 0 195 11 16 0 1 0 93475041 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17701/statm: 1339 238 195 169 0 50 0
[pid=17704] ppid=17701 vsize=52256 CPUtime=69.21
/proc/17704/stat : 17704 (manysat1.1_stat) R 17701 17701 17368 0 -1 4194304 9826 0 0 0 6906 15 0 0 17 0 2 0 93475249 53510144 9792 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17704/statm: 13064 9792 83 193 0 12868 0
[pid=17704/tid=17705] ppid=17701 vsize=52256 CPUtime=34.45
/proc/17704/task/17705/stat : 17705 (manysat1.1_stat) R 17701 17701 17368 0 -1 4194368 2292 0 0 0 3438 7 0 0 19 0 2 0 93475267 53510144 9792 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.27
Current children cumulated vsize (KiB) 57612

[startup+37.0018 s]
/proc/loadavg: 1.39 1.07 1.02 3/67 17705
/proc/meminfo: memFree=1250920/2055920 swapFree=4192956/4192956
[pid=17701] ppid=17699 vsize=5356 CPUtime=2.06
/proc/17701/stat : 17701 (manysat.sh) S 17699 17701 17368 0 -1 4194304 312 12099 0 0 0 0 195 11 16 0 1 0 93475041 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17701/statm: 1339 238 195 169 0 50 0
[pid=17704] ppid=17701 vsize=52256 CPUtime=69.41
/proc/17704/stat : 17704 (manysat1.1_stat) R 17701 17701 17368 0 -1 4194304 9827 0 0 0 6926 15 0 0 16 0 2 0 93475249 53510144 9793 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17704/statm: 13064 9793 83 193 0 12868 0
[pid=17704/tid=17705] ppid=17701 vsize=52256 CPUtime=34.55
/proc/17704/task/17705/stat : 17705 (manysat1.1_stat) R 17701 17701 17368 0 -1 4194368 2293 0 0 0 3448 7 0 0 17 0 2 0 93475267 53510144 9793 1992294400 134512640 135305190 4294956144 18446744073709551615 134528286 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.47
Current children cumulated vsize (KiB) 57612

Child status: 20
Real time (s): 37.0926
CPU time (s): 71.6661
CPU user time (s): 71.3701
CPU system time (s): 0.295955
CPU usage (%): 193.208
Max. virtual memory (cumulated for all children) (KiB): 57612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.3701
system time used= 0.295955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22417
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= 1845
involuntary context switches= 542

runsolver used 0.038994 second user time and 0.103984 second system time

The end

Launcher Data

Begin job on node9 at 2009-04-25 12:13:33
IDJOB=1720272
IDBENCH=69599
IDSOLVER=515
FILE ID=node9/1720272-1240654413
PBS_JOBID= 9186484
Free space on /tmp= 66324 MiB

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

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

MD5SUM BENCH= 8aeb1eb6b7bf22d54183762fb5b6410c
RANDOM SEED=930174443

node9.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.240
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.240
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:       1301792 kB
Buffers:         70608 kB
Cached:         589264 kB
SwapCached:          0 kB
Active:          45000 kB
Inactive:       628800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1301792 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6140 kB
Writeback:           0 kB
Mapped:          23688 kB
Slab:            66428 kB
Committed_AS:   311084 kB
PageTables:       1388 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= 66324 MiB
End job on node9 at 2009-04-25 12:14:10