Trace number 1580849

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 1/2009-03-20UNSAT 419.408 214.127

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...
0.99/1.10	c ==============================================================================
0.99/1.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.99/1.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.99/1.10	c ==============================================================================
0.99/1.10	c |         0 |  995760  2383068 |  298727       0        0     nan |  0.000 % |
5.68/5.71	c |         0 |  659939  1826685 |      --       0       --      -- |     --   | -84792/17404
5.68/5.71	c ==============================================================================
5.68/5.71	c Result  :   #vars: 102107   #clauses: 659939   #literals: 1826685
5.68/5.71	c CPU time:   5.47917 s
5.68/5.71	c ==============================================================================
419.18/214.08	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
419.18/214.08	c ============================[ Problem Statistics ]=============================
419.18/214.08	c |                                                                             |
419.18/214.08	c threadId              : 1
419.18/214.08	c restarts              : 1693
419.18/214.08	c conflicts             : 124545         (302 /sec)
419.18/214.08	c decisions             : 916712         (1.60 % random) (2223 /sec)
419.18/214.08	c propagations          : 234854546      (569478 /sec)
419.18/214.08	c conflict literals     : 20670146       (28.77 % deleted)
419.18/214.08	c Memory used           : 163.93 MB
419.18/214.08	c CPU time              : 412.403 s
419.18/214.08	
419.18/214.08	c --->m=2, e=8, aimd=1, HOME/3082_many.cnf	time: 206.202	conflicts: 124545       
419.36/214.10	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-1580849-1238923074/watcher-1580849-1238923074 -o /tmp/evaluation-result-1580849-1238923074/solver-1580849-1238923074 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1580849-1238923074.cnf aimd 1 

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


[startup+0 s]
/proc/loadavg: 1.06 1.07 1.00 3/72 3082
/proc/meminfo: memFree=1777552/2055920 swapFree=4175756/4192956
[pid=3082] ppid=3080 vsize=5356 CPUtime=0
/proc/3082/stat : 3082 (manysat.sh) R 3080 3082 2895 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1164968710 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 227607636639 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/3082/statm: 1339 234 194 169 0 50 0
[pid=3083] ppid=3082 vsize=1552 CPUtime=0
/proc/3083/stat : 3083 (SatElite) R 3082 3082 2895 0 -1 4194304 313 0 0 0 0 0 0 0 18 0 1 0 1164968710 1589248 297 1992294400 134512640 135034092 4294956096 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/3083/statm: 388 298 50 127 0 258 0

[startup+0.0195009 s]
/proc/loadavg: 1.06 1.07 1.00 3/72 3082
/proc/meminfo: memFree=1777552/2055920 swapFree=4175756/4192956
[pid=3082] ppid=3080 vsize=5356 CPUtime=0
/proc/3082/stat : 3082 (manysat.sh) S 3080 3082 2895 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164968710 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3082/statm: 1339 235 195 169 0 50 0
[pid=3083] ppid=3082 vsize=7056 CPUtime=0.01
/proc/3083/stat : 3083 (SatElite) R 3082 3082 2895 0 -1 4194304 1380 0 0 0 1 0 0 0 18 0 1 0 1164968710 7225344 1324 1992294400 134512640 135034092 4294956096 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/3083/statm: 1764 1326 50 127 0 1634 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12412

[startup+0.101514 s]
/proc/loadavg: 1.06 1.07 1.00 3/72 3082
/proc/meminfo: memFree=1777552/2055920 swapFree=4175756/4192956
[pid=3082] ppid=3080 vsize=5356 CPUtime=0
/proc/3082/stat : 3082 (manysat.sh) S 3080 3082 2895 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164968710 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3082/statm: 1339 235 195 169 0 50 0
[pid=3083] ppid=3082 vsize=29892 CPUtime=0.09
/proc/3083/stat : 3083 (SatElite) R 3082 3082 2895 0 -1 4194304 5397 0 0 0 7 2 0 0 19 0 1 0 1164968710 30609408 5213 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/3083/statm: 7473 5214 50 127 0 7343 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35248

[startup+0.301554 s]
/proc/loadavg: 1.06 1.07 1.00 3/72 3082
/proc/meminfo: memFree=1777552/2055920 swapFree=4175756/4192956
[pid=3082] ppid=3080 vsize=5356 CPUtime=0
/proc/3082/stat : 3082 (manysat.sh) S 3080 3082 2895 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164968710 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3082/statm: 1339 235 195 169 0 50 0
[pid=3083] ppid=3082 vsize=47796 CPUtime=0.29
/proc/3083/stat : 3083 (SatElite) R 3082 3082 2895 0 -1 4194304 9739 0 0 0 25 4 0 0 21 0 1 0 1164968710 48943104 9555 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/3083/statm: 11949 9555 50 127 0 11819 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53152

[startup+0.701632 s]
/proc/loadavg: 1.06 1.07 1.00 3/72 3082
/proc/meminfo: memFree=1777552/2055920 swapFree=4175756/4192956
[pid=3082] ppid=3080 vsize=5356 CPUtime=0
/proc/3082/stat : 3082 (manysat.sh) S 3080 3082 2895 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164968710 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3082/statm: 1339 235 195 169 0 50 0
[pid=3083] ppid=3082 vsize=70604 CPUtime=0.69
/proc/3083/stat : 3083 (SatElite) R 3082 3082 2895 0 -1 4194304 15459 0 0 0 61 8 0 0 25 0 1 0 1164968710 72298496 15275 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/3083/statm: 17651 15276 51 127 0 17521 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75960

[startup+1.50179 s]
/proc/loadavg: 1.06 1.07 1.00 2/74 3084
/proc/meminfo: memFree=1691584/2055920 swapFree=4175756/4192956
[pid=3082] ppid=3080 vsize=5356 CPUtime=0
/proc/3082/stat : 3082 (manysat.sh) S 3080 3082 2895 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164968710 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3082/statm: 1339 235 195 169 0 50 0
[pid=3083] ppid=3082 vsize=101716 CPUtime=1.49
/proc/3083/stat : 3083 (SatElite) R 3082 3082 2895 0 -1 4194304 25484 0 0 0 135 14 0 0 25 0 1 0 1164968710 104157184 23232 1992294400 134512640 135034092 4294956096 18446744073709551615 134561806 0 0 4096 3 0 0 0 17 0 0 0
/proc/3083/statm: 25429 23232 67 127 0 25299 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107072

[startup+3.1011 s]
/proc/loadavg: 1.06 1.07 1.00 2/74 3084
/proc/meminfo: memFree=1671424/2055920 swapFree=4175756/4192956
[pid=3082] ppid=3080 vsize=5356 CPUtime=0
/proc/3082/stat : 3082 (manysat.sh) S 3080 3082 2895 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164968710 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3082/statm: 1339 235 195 169 0 50 0
[pid=3083] ppid=3082 vsize=117344 CPUtime=3.08
/proc/3083/stat : 3083 (SatElite) R 3082 3082 2895 0 -1 4194304 29530 0 0 0 289 19 0 0 25 0 1 0 1164968710 120160256 26740 1992294400 134512640 135034092 4294956096 18446744073709551615 134566501 0 0 4096 3 0 0 0 17 0 0 0
/proc/3083/statm: 29336 26740 68 127 0 29206 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 122700

[startup+6.30173 s]
/proc/loadavg: 1.06 1.06 1.00 2/74 3084
/proc/meminfo: memFree=1656768/2055920 swapFree=4175756/4192956
[pid=3082] ppid=3080 vsize=5356 CPUtime=0
/proc/3082/stat : 3082 (manysat.sh) S 3080 3082 2895 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164968710 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3082/statm: 1339 235 195 169 0 50 0
[pid=3083] ppid=3082 vsize=117664 CPUtime=6.29
/proc/3083/stat : 3083 (SatElite) R 3082 3082 2895 0 -1 4194304 36108 0 0 0 603 26 0 0 25 0 1 0 1164968710 120487936 27039 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/3083/statm: 29416 27039 68 127 0 29286 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 123020

[startup+12.703 s]
/proc/loadavg: 1.13 1.08 1.01 3/75 3086
/proc/meminfo: memFree=1665912/2055920 swapFree=4175756/4192956
[pid=3082] ppid=3080 vsize=5356 CPUtime=6.53
/proc/3082/stat : 3082 (manysat.sh) S 3080 3082 2895 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164968710 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3082/statm: 1339 238 195 169 0 50 0
[pid=3085] ppid=3082 vsize=107068 CPUtime=11.25
/proc/3085/stat : 3085 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194304 23104 0 0 0 1106 19 0 0 17 0 2 0 1164969364 109637632 23090 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/3085/statm: 26767 23090 83 193 0 26571 0
[pid=3085/tid=3086] ppid=3082 vsize=107068 CPUtime=5.15
/proc/3085/task/3086/stat : 3086 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194368 1076 0 0 0 511 4 0 0 17 0 2 0 1164969461 109637632 23090 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.78
Current children cumulated vsize (KiB) 112424

[startup+25.5015 s]
/proc/loadavg: 1.32 1.12 1.02 3/75 3086
/proc/meminfo: memFree=1660792/2055920 swapFree=4175756/4192956
[pid=3082] ppid=3080 vsize=5356 CPUtime=6.53
/proc/3082/stat : 3082 (manysat.sh) S 3080 3082 2895 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164968710 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3082/statm: 1339 238 195 169 0 50 0
[pid=3085] ppid=3082 vsize=112520 CPUtime=36.76
/proc/3085/stat : 3085 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194304 24470 0 0 0 3655 21 0 0 17 0 2 0 1164969364 115220480 24456 1992294400 134512640 135305190 4294956144 18446744073709551615 134551709 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/3085/statm: 28130 24456 83 193 0 27934 0
[pid=3085/tid=3086] ppid=3082 vsize=112520 CPUtime=17.93
/proc/3085/task/3086/stat : 3086 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194368 1786 0 0 0 1788 5 0 0 18 0 2 0 1164969461 115220480 24456 1992294400 134512640 135305190 4294956144 18446744073709551615 134530988 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.29
Current children cumulated vsize (KiB) 117876

[startup+51.1016 s]
/proc/loadavg: 1.47 1.18 1.04 3/75 3086
/proc/meminfo: memFree=1647544/2055920 swapFree=4175756/4192956
[pid=3082] ppid=3080 vsize=5356 CPUtime=6.53
/proc/3082/stat : 3082 (manysat.sh) S 3080 3082 2895 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164968710 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3082/statm: 1339 238 195 169 0 50 0
[pid=3085] ppid=3082 vsize=125068 CPUtime=87.77
/proc/3085/stat : 3085 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194304 27689 0 0 0 8751 26 0 0 16 0 2 0 1164969364 128069632 27675 1992294400 134512640 135305190 4294956144 18446744073709551615 134528195 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/3085/statm: 31267 27675 83 193 0 31071 0
[pid=3085/tid=3086] ppid=3082 vsize=125068 CPUtime=43.5
/proc/3085/task/3086/stat : 3086 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194368 3431 0 0 0 4342 8 0 0 19 0 2 0 1164969461 128069632 27675 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 94.3
Current children cumulated vsize (KiB) 130424

[startup+102.307 s]
/proc/loadavg: 1.77 1.30 1.09 3/75 3086
/proc/meminfo: memFree=1618616/2055920 swapFree=4175756/4192956
[pid=3082] ppid=3080 vsize=5356 CPUtime=6.53
/proc/3082/stat : 3082 (manysat.sh) S 3080 3082 2895 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164968710 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3082/statm: 1339 238 195 169 0 50 0
[pid=3085] ppid=3082 vsize=154584 CPUtime=189.89
/proc/3085/stat : 3085 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194304 34940 0 0 0 18953 36 0 0 20 0 2 0 1164969364 158294016 34926 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/3085/statm: 38646 34926 83 193 0 38450 0
[pid=3085/tid=3086] ppid=3082 vsize=154584 CPUtime=94.68
/proc/3085/task/3086/stat : 3086 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194368 7236 0 0 0 9454 14 0 0 17 0 2 0 1164969461 158294016 34926 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 196.42
Current children cumulated vsize (KiB) 159940

[startup+162.301 s]
/proc/loadavg: 1.91 1.43 1.14 3/75 3086
/proc/meminfo: memFree=1609400/2055920 swapFree=4175756/4192956
[pid=3082] ppid=3080 vsize=5356 CPUtime=6.53
/proc/3082/stat : 3082 (manysat.sh) S 3080 3082 2895 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164968710 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3082/statm: 1339 238 195 169 0 50 0
[pid=3085] ppid=3082 vsize=163576 CPUtime=309.55
/proc/3085/stat : 3085 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194304 37336 0 0 0 30915 40 0 0 17 0 2 0 1164969364 167501824 37322 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/3085/statm: 40894 37322 83 193 0 40698 0
[pid=3085/tid=3086] ppid=3082 vsize=163576 CPUtime=154.65
/proc/3085/task/3086/stat : 3086 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194368 8489 0 0 0 15448 17 0 0 17 0 2 0 1164969461 167501824 37322 1992294400 134512640 135305190 4294956144 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 316.08
Current children cumulated vsize (KiB) 168932

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

[startup+179.102 s]
/proc/loadavg: 1.93 1.45 1.15 3/75 3086
/proc/meminfo: memFree=1605496/2055920 swapFree=4175756/4192956
[pid=3082] ppid=3080 vsize=5356 CPUtime=6.53
/proc/3082/stat : 3082 (manysat.sh) S 3080 3082 2895 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164968710 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3082/statm: 1339 238 195 169 0 50 0
[pid=3085] ppid=3082 vsize=167864 CPUtime=343.04
/proc/3085/stat : 3085 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194304 38183 0 0 0 34263 41 0 0 17 0 2 0 1164969364 171892736 38169 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/3085/statm: 41966 38169 83 193 0 41770 0
[pid=3085/tid=3086] ppid=3082 vsize=167864 CPUtime=171.43
/proc/3085/task/3086/stat : 3086 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194368 8957 0 0 0 17126 17 0 0 18 0 2 0 1164969461 171892736 38169 1992294400 134512640 135305190 4294956144 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 349.57
Current children cumulated vsize (KiB) 173220

[startup+191.902 s]
/proc/loadavg: 1.95 1.48 1.17 3/75 3086
/proc/meminfo: memFree=1605496/2055920 swapFree=4175756/4192956
[pid=3082] ppid=3080 vsize=5356 CPUtime=6.53
/proc/3082/stat : 3082 (manysat.sh) S 3080 3082 2895 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164968710 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3082/statm: 1339 238 195 169 0 50 0
[pid=3085] ppid=3082 vsize=167864 CPUtime=368.57
/proc/3085/stat : 3085 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194304 38183 0 0 0 36816 41 0 0 18 0 2 0 1164969364 171892736 38169 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/3085/statm: 41966 38169 83 193 0 41770 0
[pid=3085/tid=3086] ppid=3082 vsize=167864 CPUtime=184.23
/proc/3085/task/3086/stat : 3086 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194368 8957 0 0 0 18406 17 0 0 25 0 2 0 1164969461 171892736 38169 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 375.1
Current children cumulated vsize (KiB) 173220

[startup+204.702 s]
/proc/loadavg: 1.96 1.50 1.18 3/75 3086
/proc/meminfo: memFree=1605496/2055920 swapFree=4175756/4192956
[pid=3082] ppid=3080 vsize=5356 CPUtime=6.53
/proc/3082/stat : 3082 (manysat.sh) S 3080 3082 2895 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164968710 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3082/statm: 1339 238 195 169 0 50 0
[pid=3085] ppid=3082 vsize=167864 CPUtime=394.1
/proc/3085/stat : 3085 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194304 38187 0 0 0 39369 41 0 0 22 0 2 0 1164969364 171892736 38173 1992294400 134512640 135305190 4294956144 18446744073709551615 134528568 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/3085/statm: 41966 38173 83 193 0 41770 0
[pid=3085/tid=3086] ppid=3082 vsize=167864 CPUtime=197.02
/proc/3085/task/3086/stat : 3086 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194368 8961 0 0 0 19685 17 0 0 20 0 2 0 1164969461 171892736 38173 1992294400 134512640 135305190 4294956144 18446744073709551615 134546247 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 400.63
Current children cumulated vsize (KiB) 173220

[startup+211.102 s]
/proc/loadavg: 1.96 1.51 1.18 3/75 3086
/proc/meminfo: memFree=1605432/2055920 swapFree=4175756/4192956
[pid=3082] ppid=3080 vsize=5356 CPUtime=6.53
/proc/3082/stat : 3082 (manysat.sh) S 3080 3082 2895 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164968710 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3082/statm: 1339 238 195 169 0 50 0
[pid=3085] ppid=3082 vsize=167864 CPUtime=406.87
/proc/3085/stat : 3085 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194304 38192 0 0 0 40646 41 0 0 21 0 2 0 1164969364 171892736 38178 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/3085/statm: 41966 38178 83 193 0 41770 0
[pid=3085/tid=3086] ppid=3082 vsize=167864 CPUtime=203.42
/proc/3085/task/3086/stat : 3086 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194368 8966 0 0 0 20325 17 0 0 25 0 2 0 1164969461 171892736 38178 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 413.4
Current children cumulated vsize (KiB) 173220

[startup+212.701 s]
/proc/loadavg: 1.96 1.51 1.18 3/75 3086
/proc/meminfo: memFree=1605432/2055920 swapFree=4175756/4192956
[pid=3082] ppid=3080 vsize=5356 CPUtime=6.53
/proc/3082/stat : 3082 (manysat.sh) S 3080 3082 2895 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164968710 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3082/statm: 1339 238 195 169 0 50 0
[pid=3085] ppid=3082 vsize=167864 CPUtime=410.05
/proc/3085/stat : 3085 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194304 38197 0 0 0 40964 41 0 0 17 0 2 0 1164969364 171892736 38183 1992294400 134512640 135305190 4294956144 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/3085/statm: 41966 38183 83 193 0 41770 0
[pid=3085/tid=3086] ppid=3082 vsize=167864 CPUtime=205.01
/proc/3085/task/3086/stat : 3086 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194368 8971 0 0 0 20484 17 0 0 17 0 2 0 1164969461 171892736 38183 1992294400 134512640 135305190 4294956144 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 416.58
Current children cumulated vsize (KiB) 173220

[startup+213.502 s]
/proc/loadavg: 1.96 1.51 1.18 3/75 3086
/proc/meminfo: memFree=1605432/2055920 swapFree=4175756/4192956
[pid=3082] ppid=3080 vsize=5356 CPUtime=6.53
/proc/3082/stat : 3082 (manysat.sh) S 3080 3082 2895 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164968710 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3082/statm: 1339 238 195 169 0 50 0
[pid=3085] ppid=3082 vsize=167864 CPUtime=411.65
/proc/3085/stat : 3085 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194304 38197 0 0 0 41124 41 0 0 18 0 2 0 1164969364 171892736 38183 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/3085/statm: 41966 38183 83 193 0 41770 0
[pid=3085/tid=3086] ppid=3082 vsize=167864 CPUtime=205.81
/proc/3085/task/3086/stat : 3086 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194368 8971 0 0 0 20564 17 0 0 18 0 2 0 1164969461 171892736 38183 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 418.18
Current children cumulated vsize (KiB) 173220

[startup+213.902 s]
/proc/loadavg: 1.96 1.51 1.18 3/75 3086
/proc/meminfo: memFree=1605432/2055920 swapFree=4175756/4192956
[pid=3082] ppid=3080 vsize=5356 CPUtime=6.53
/proc/3082/stat : 3082 (manysat.sh) S 3080 3082 2895 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164968710 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3082/statm: 1339 238 195 169 0 50 0
[pid=3085] ppid=3082 vsize=167864 CPUtime=412.45
/proc/3085/stat : 3085 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194304 38197 0 0 0 41204 41 0 0 19 0 2 0 1164969364 171892736 38183 1992294400 134512640 135305190 4294956144 18446744073709551615 134551978 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/3085/statm: 41966 38183 83 193 0 41770 0
[pid=3085/tid=3086] ppid=3082 vsize=167864 CPUtime=206.21
/proc/3085/task/3086/stat : 3086 (manysat1.1_stat) R 3082 3082 2895 0 -1 4194368 8971 0 0 0 20604 17 0 0 19 0 2 0 1164969461 171892736 38183 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 418.98
Current children cumulated vsize (KiB) 173220

[startup+214.102 s]
/proc/loadavg: 1.96 1.51 1.18 3/75 3086
/proc/meminfo: memFree=1605432/2055920 swapFree=4175756/4192956
[pid=3082] ppid=3080 vsize=5356 CPUtime=6.53
/proc/3082/stat : 3082 (manysat.sh) S 3080 3082 2895 0 -1 4194304 312 36111 0 0 0 0 624 29 16 0 1 0 1164968710 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3082/statm: 1339 238 195 169 0 50 0
[pid=3085] ppid=3082 vsize=0 CPUtime=412.83
/proc/3085/stat : 3085 (manysat1.1_stat) Z 3082 3082 2895 0 -1 4194316 38212 0 0 0 41240 43 0 0 19 0 2 0 1164969364 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/3085/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 419.36
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 214.127
CPU time (s): 419.408
CPU user time (s): 418.654
CPU system time (s): 0.753885
CPU usage (%): 195.869
Max. virtual memory (cumulated for all children) (KiB): 173220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 418.654
system time used= 0.753885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74789
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= 4185
involuntary context switches= 3185

runsolver used 0.26096 second user time and 0.715891 second system time

The end

Launcher Data

Begin job on node66 at 2009-04-05 11:17:55
IDJOB=1580849
IDBENCH=71025
IDSOLVER=514
FILE ID=node66/1580849-1238923074
PBS_JOBID= 9101419
Free space on /tmp= 66472 MiB

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

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

MD5SUM BENCH= abc6c44b372f4addd18c6a7b2eac59f5
RANDOM SEED=663501469

node66.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.286
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.286
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:       1777968 kB
Buffers:         17220 kB
Cached:         194996 kB
SwapCached:       8512 kB
Active:          44000 kB
Inactive:       178672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1777968 kB
SwapTotal:     4192956 kB
SwapFree:      4175756 kB
Dirty:           20072 kB
Writeback:           0 kB
Mapped:          16128 kB
Slab:            40436 kB
Committed_AS:  3628620 kB
PageTables:       1976 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= 66472 MiB
End job on node66 at 2009-04-05 11:21:29